TensorShapeProto.Dim.Builder

genel statik son sınıf TensorShapeProto.Dim.Builder

 One dimension of the tensor.
 
Protobuf tipi tensorflow.TensorShapeProto.Dim

Genel Yöntemler

TensorShapeProto.Dim.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
TensorShapeProto.Dim
TensorShapeProto.Dim
TensorShapeProto.Dim.Builder
TensorShapeProto.Dim.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
TensorShapeProto.Dim.Builder
clearName ()
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorShapeProto.Dim.Builder
clearBoyut ()
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder
klon ()
TensorShapeProto.Dim
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getName ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
uzun
getSize ()
 Size of the tensor in that dimension.
son boole değeri
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.Message other)
son TensorShapeProto.Dim.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
TensorShapeProto.Dim.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
TensorShapeProto.Dim.Builder
setName (Dize değeri)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setNameBytes (com.google.protobuf.ByteString değeri)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
TensorShapeProto.Dim.Builder
setSize (uzun değer)
 Size of the tensor in that dimension.
son TensorShapeProto.Dim.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public TensorShapeProto.Dim.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel TensorShapeProto.Dim yapısı ()

public TensorShapeProto.Dim buildPartial ()

herkese açık TensorShapeProto.Dim.Builder clear ()

herkese açık TensorShapeProto.Dim.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

public TensorShapeProto.Dim.Builder clearName ()

 Optional name of the tensor dimension.
 
string name = 2;

herkese açık TensorShapeProto.Dim.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

herkese açık TensorShapeProto.Dim.Builder clearSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

public TensorShapeProto.Dim getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

genel Dize getName ()

 Optional name of the tensor dimension.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Optional name of the tensor dimension.
 
string name = 2;

halka açık uzun getSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

genel final boolean isInitialized ()

genel TensorShapeProto.Dim.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

herkese açık TensorShapeProto.Dim.Builder mergeFrom (com.google.protobuf.Message other)

genel final TensorShapeProto.Dim.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public TensorShapeProto.Dim.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public TensorShapeProto.Dim.Builder setName (Dize değeri)

 Optional name of the tensor dimension.
 
string name = 2;

public TensorShapeProto.Dim.Builder setNameBytes (com.google.protobuf.ByteString değeri)

 Optional name of the tensor dimension.
 
string name = 2;

public TensorShapeProto.Dim.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

public TensorShapeProto.Dim.Builder setSize (uzun değer)

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

genel final TensorShapeProto.Dim.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)