@Namespace(value="caffe") @NoOffset @Properties(inherit=caffe.class) public class RecurrentParameter extends Message
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kBiasFillerFieldNumber |
static int |
kDebugInfoFieldNumber |
static int |
kExposeHiddenFieldNumber |
static int |
kIndexInFileMessages |
static int |
kNumOutputFieldNumber |
static int |
kWeightFillerFieldNumber |
kMerge, kMergePartial, kMergePartialWithAliasing, kMergeWithAliasing, kParse, kParsePartial, kParsePartialWithAliasing, kParseWithAliasing| Constructor and Description |
|---|
RecurrentParameter() |
RecurrentParameter(long size)
Native array allocator.
|
RecurrentParameter(Pointer p)
Pointer cast constructor.
|
RecurrentParameter(RecurrentParameter from) |
CheckInitialized, CheckTypeAndMergeFrom, DebugString, DiscardUnknownFields, FindInitializationErrors, GetDescriptor, GetReflection, GetTypeName, InitializationErrorString, ParseFromFileDescriptor, ParseFromIstream, ParsePartialFromFileDescriptor, ParsePartialFromIstream, PrintDebugString, SerializePartialToFileDescriptor, SerializePartialToOstream, SerializeToFileDescriptor, SerializeToOstream, ShortDebugString, SpaceUsed, SpaceUsedLong, Utf8DebugStringAppendPartialToString, AppendToString, ByteSize, GetArena, GetMaybeArenaPointer, MergeFromBoundedZeroCopyStream, MergeFromCodedStream, MergeFromString, MergeFromString, MergePartialFromBoundedZeroCopyStream, ParseFromArray, ParseFromBoundedZeroCopyStream, ParseFromCodedStream, ParseFromString, ParseFromString, ParseFromZeroCopyStream, ParsePartialFromArray, ParsePartialFromBoundedZeroCopyStream, ParsePartialFromCodedStream, ParsePartialFromString, ParsePartialFromString, ParsePartialFromZeroCopyStream, SerializeAsString, SerializePartialAsString, SerializePartialToArray, SerializePartialToCodedStream, SerializePartialToString, SerializePartialToZeroCopyStream, SerializeToArray, SerializeToCodedStream, SerializeToString, SerializeToZeroCopyStream, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArrayaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic static final int kIndexInFileMessages
public static final int kWeightFillerFieldNumber
public static final int kBiasFillerFieldNumber
public static final int kNumOutputFieldNumber
public static final int kDebugInfoFieldNumber
public static final int kExposeHiddenFieldNumber
public RecurrentParameter(Pointer p)
Pointer(Pointer).public RecurrentParameter(long size)
Pointer.position(long).public RecurrentParameter()
public RecurrentParameter(@Const @ByRef RecurrentParameter from)
public RecurrentParameter position(long position)
public RecurrentParameter getPointer(long i)
getPointer in class Pointer@ByRef @Name(value="operator =") public RecurrentParameter put(@Const @ByRef RecurrentParameter from)
@Const @ByRef public UnknownFieldSet unknown_fields()
public UnknownFieldSet mutable_unknown_fields()
@Const public static Descriptor descriptor()
@Const @ByRef public static RecurrentParameter default_instance()
public static void InitAsDefaultInstance()
@Const public static RecurrentParameter internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void Swap(RecurrentParameter other)
public final RecurrentParameter New()
public final RecurrentParameter New(Arena arena)
public void CopyFrom(@Const @ByRef RecurrentParameter from)
public void MergeFrom(@Const @ByRef RecurrentParameter from)
@Cast(value="bool") public final boolean IsInitialized()
IsInitialized in class Message@Cast(value="size_t") public final long ByteSizeLong()
ByteSizeLong in class Message@Cast(value="bool") public final boolean MergePartialFromCodedStream(CodedInputStream input)
MergePartialFromCodedStream in class Messagepublic final void SerializeWithCachedSizes(CodedOutputStream output)
SerializeWithCachedSizes in class Message@Cast(value="google::protobuf::uint8*") public final BytePointer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") BytePointer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public final ByteBuffer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") ByteBuffer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public final byte[] InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") byte[] target)
InternalSerializeWithCachedSizesToArray in class MessageLitepublic final int GetCachedSize()
GetCachedSize in class MessageLitepublic void clear_weight_filler()
@MemberGetter public static int kWeightFillerFieldNumber()
@Const @ByRef public FillerParameter weight_filler()
public FillerParameter release_weight_filler()
public FillerParameter mutable_weight_filler()
public void set_allocated_weight_filler(FillerParameter weight_filler)
public void clear_bias_filler()
@MemberGetter public static int kBiasFillerFieldNumber()
@Const @ByRef public FillerParameter bias_filler()
public FillerParameter release_bias_filler()
public FillerParameter mutable_bias_filler()
public void set_allocated_bias_filler(FillerParameter bias_filler)
public void clear_num_output()
@MemberGetter public static int kNumOutputFieldNumber()
public void clear_debug_info()
@MemberGetter public static int kDebugInfoFieldNumber()
public void clear_expose_hidden()
@MemberGetter public static int kExposeHiddenFieldNumber()
Copyright © 2022. All rights reserved.