TensorSpecProto.Builder

clase final estática pública TensorSpecProto.Builder

 A protobuf to represent tf.TensorSpec.
 
Protobuf tipo tensorflow.TensorSpecProto

Métodos públicos

TensorSpecProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorSpecProto
TensorSpecProto
TensorSpecProto.Builder
claro ()
TensorSpecProto.Builder
clearDtype ()
.tensorflow.DataType dtype = 3;
TensorSpecProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorSpecProto.Builder
clearName ()
string name = 1;
TensorSpecProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorSpecProto.Builder
clearShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorSpecProto.Builder
clonar ()
TensorSpecProto
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Tipo de datos
getDtype ()
.tensorflow.DataType dtype = 3;
En t
getDtypeValue ()
.tensorflow.DataType dtype = 3;
Cuerda
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto.Builder
getShapeBuilder ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
booleano
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
booleano final
TensorSpecProto.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorSpecProto.Builder
mergeFrom (com.google.protobuf.Message otro)
TensorSpecProto.Builder
mergeShape (valor de TensorShapeProto )
.tensorflow.TensorShapeProto shape = 2;
TensorSpecProto.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TensorSpecProto.Builder
setDtype (valor de tipo de datos )
.tensorflow.DataType dtype = 3;
TensorSpecProto.Builder
setDtypeValue (valor int)
.tensorflow.DataType dtype = 3;
TensorSpecProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorSpecProto.Builder
setName (valor de cadena)
string name = 1;
TensorSpecProto.Builder
setNameBytes (valor de com.google.protobuf.ByteString)
string name = 1;
TensorSpecProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
TensorSpecProto.Builder
setShape (valor de TensorShapeProto )
.tensorflow.TensorShapeProto shape = 2;
TensorSpecProto.Builder
setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
TensorSpecProto.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public TensorSpecProto.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public TensorSpecProto build ()

public TensorSpecProto buildPartial ()

public TensorSpecProto.Builder clear ()

public TensorSpecProto.Builder clearDtype ()

.tensorflow.DataType dtype = 3;

public TensorSpecProto.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public TensorSpecProto.Builder clearName ()

string name = 1;

public TensorSpecProto.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TensorSpecProto.Builder clearShape ()

.tensorflow.TensorShapeProto shape = 2;

clon público de TensorSpecProto.Builder ()

public TensorSpecProto getDefaultInstanceForType ()

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

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

public DataType getDtype ()

.tensorflow.DataType dtype = 3;

public int getDtypeValue ()

.tensorflow.DataType dtype = 3;

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProto.Builder getShapeBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public final boolean isInitialized ()

public TensorSpecProto.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public TensorSpecProto.Builder mergeFrom (com.google.protobuf.Message other)

public TensorSpecProto.Builder mergeShape (valor de TensorShapeProto )

.tensorflow.TensorShapeProto shape = 2;

public final TensorSpecProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public TensorSpecProto.Builder setDtype (valor de DataType )

.tensorflow.DataType dtype = 3;

public TensorSpecProto.Builder setDtypeValue (valor int)

.tensorflow.DataType dtype = 3;

public TensorSpecProto.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public TensorSpecProto.Builder setName (valor de cadena)

string name = 1;

public TensorSpecProto.Builder setNameBytes (valor de com.google.protobuf.ByteString)

string name = 1;

public TensorSpecProto.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public TensorSpecProto.Builder setShape (valor de TensorShapeProto )

.tensorflow.TensorShapeProto shape = 2;

public TensorSpecProto.Builder setShape ( TensorShapeProto.Builder builderForValue)

.tensorflow.TensorShapeProto shape = 2;

público final TensorSpecProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)