TensorShapeProto.Dim.Builder

publiczna statyczna klasa końcowa TensorShapeProto.Dim.Builder

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

Metody publiczne

TensorShapeProto.Dim.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
TensorShapeProto.Dim
TensorShapeProto.Dim
TensorShapeProto.Dim.Builder
jasne ()
TensorShapeProto.Dim.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
TensorShapeProto.Dim.Builder
wyczyść nazwę ()
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorShapeProto.Dim.Builder
wyczyśćRozmiar ()
 Size of the tensor in that dimension.
TensorShapeProto.Dim.Builder
klon ()
TensorShapeProto.Dim
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierz nazwę ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
długi
pobierzRozmiar ()
 Size of the tensor in that dimension.
końcowa wartość logiczna
TensorShapeProto.Dim.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
TensorShapeProto.Dim.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy TensorShapeProto.Dim.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
TensorShapeProto.Dim.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
TensorShapeProto.Dim.Builder
setName (wartość ciągu)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setNameBytes (wartość com.google.protobuf.ByteString)
 Optional name of the tensor dimension.
TensorShapeProto.Dim.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
TensorShapeProto.Dim.Builder
setSize (długa wartość)
 Size of the tensor in that dimension.
końcowy TensorShapeProto.Dim.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public TensorShapeProto.Dim.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja TensorShapeProto.Dim ()

public TensorShapeProto.Dim buildPartial ()

public TensorShapeProto.Dim.Builder wyczyść ()

public TensorShapeProto.Dim.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

public TensorShapeProto.Dim.Builder clearName ()

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

publiczny TensorShapeProto.Dim.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public 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;

publiczny klon TensorShapeProto.Dim.Builder ()

public TensorShapeProto.Dim getDefaultInstanceForType ()

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

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

public String 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;

publiczny długi 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;

publiczna końcowa wartość logiczna isInitialized ()

publiczny TensorShapeProto.Dim.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public TensorShapeProto.Dim.Builder mergeFrom (com.google.protobuf.Message other)

publiczny końcowy TensorShapeProto.Dim.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public TensorShapeProto.Dim.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public TensorShapeProto.Dim.Builder setName (wartość ciągu)

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

public TensorShapeProto.Dim.Builder setNameBytes (wartość com.google.protobuf.ByteString)

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

public TensorShapeProto.Dim.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

public TensorShapeProto.Dim.Builder setSize (długa wartość)

 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;

publiczny końcowy TensorShapeProto.Dim.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)