TensorProto.Builder

classe final pública estática TensorProto.Builder

 Protocol buffer representing a tensor.
 
tensorflow.TensorProto tipo tensorflow.TensorProto

Métodos Públicos

TensorProto.Builder
addAllBoolVal (valores Iterable <? extends Boolean>)
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
TensorProto.Builder
addAllDcomplexVal (valores Iterable <? extends Double>)
 DT_COMPLEX128.
TensorProto.Builder
addAllDoubleVal (valores Iterable <? extends Double>)
 DT_DOUBLE.
TensorProto.Builder
addAllFloatVal (valores Iterable <? extends Float>)
 DT_FLOAT.
TensorProto.Builder
addAllHalfVal (valores Iterable <? extends Integer>)
 DT_HALF, DT_BFLOAT16.
TensorProto.Builder
addAllInt64Val (valores Iterable <? extends Long>)
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
TensorProto.Builder
addAllIntVal (valores Iterable <? extends Integer>)
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
TensorProto.Builder
addAllResourceHandleVal (Iterable <? extends ResourceHandleProto > valores)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
addAllScomplexVal (valores Iterable <? extends Float>)
 DT_COMPLEX64.
TensorProto.Builder
addAllStringVal (valores Iterable <? extends ByteString>)
 DT_STRING
 
repeated bytes string_val = 8;
TensorProto.Builder
addAllUint32Val (valores Iterable <? extends Integer>)
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
TensorProto.Builder
addAllUint64Val (valores Iterable <? extends Long>)
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
TensorProto.Builder
addAllVariantVal (Iterable <? extends VariantTensorDataProto > valores)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
addBoolVal (valor booleano)
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
TensorProto.Builder
addDcomplexVal (valor duplo)
 DT_COMPLEX128.
TensorProto.Builder
addDoubleVal (valor duplo)
 DT_DOUBLE.
TensorProto.Builder
addFloatVal (valor flutuante)
 DT_FLOAT.
TensorProto.Builder
addHalfVal (valor int)
 DT_HALF, DT_BFLOAT16.
TensorProto.Builder
addInt64Val (valor longo)
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
TensorProto.Builder
addIntVal (valor int)
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
TensorProto.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorProto.Builder
addResourceHandleVal (int index, ResourceHandleProto.Builder builderForValue)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
addResourceHandleVal (int index, ResourceHandleProto value)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
addResourceHandleVal ( ResourceHandleProto value)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
addResourceHandleVal ( ResourceHandleProto.Builder builderForValue)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
ResourceHandleProto.Builder
addResourceHandleValBuilder (índice interno )
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
ResourceHandleProto.Builder
addResourceHandleValBuilder ()
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
addScomplexVal (valor flutuante)
 DT_COMPLEX64.
TensorProto.Builder
addStringVal (com.google.protobuf.ByteString value)
 DT_STRING
 
repeated bytes string_val = 8;
TensorProto.Builder
addUint32Val (valor int)
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
TensorProto.Builder
addUint64Val (valor longo)
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
TensorProto.Builder
addVariantVal ( VariantTensorDataProto value)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
addVariantVal (int index, VariantTensorDataProto.Builder builderForValue)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
addVariantVal (int index, VariantTensorDataProto value)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
addVariantVal ( VariantTensorDataProto.Builder builderForValue)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
VariantTensorDataProto.Builder
addVariantValBuilder (índice interno )
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
VariantTensorDataProto.Builder
addVariantValBuilder ()
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto
build ()
TensorProto
TensorProto.Builder
limpar ()
TensorProto.Builder
clearBoolVal ()
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
TensorProto.Builder
clearDcomplexVal ()
 DT_COMPLEX128.
TensorProto.Builder
clearDoubleVal ()
 DT_DOUBLE.
TensorProto.Builder
clearDtype ()
.tensorflow.DataType dtype = 1;
TensorProto.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorProto.Builder
clearFloatVal ()
 DT_FLOAT.
TensorProto.Builder
clearHalfVal ()
 DT_HALF, DT_BFLOAT16.
TensorProto.Builder
clearInt64Val ()
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
TensorProto.Builder
clearIntVal ()
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
TensorProto.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorProto.Builder
clearResourceHandleVal ()
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
clearScomplexVal ()
 DT_COMPLEX64.
TensorProto.Builder
clearStringVal ()
 DT_STRING
 
repeated bytes string_val = 8;
TensorProto.Builder
clearTensorContent ()
 Serialized raw tensor content from either Tensor::AsProtoTensorContent or
 memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
TensorProto.Builder
clearTensorShape ()
 Shape of the tensor.
TensorProto.Builder
clearUint32Val ()
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
TensorProto.Builder
clearUint64Val ()
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
TensorProto.Builder
clearVariantVal ()
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
clearVersionNumber ()
 Version number.
TensorProto.Builder
clone ()
boleano
getBoolVal (int index)
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
int
getBoolValCount ()
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
Lista <Boolean>
getBoolValList ()
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
Duplo
getDcomplexVal (índice interno )
 DT_COMPLEX128.
int
getDcomplexValCount ()
 DT_COMPLEX128.
Listar <Duplo>
getDcomplexValList ()
 DT_COMPLEX128.
TensorProto
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Duplo
getDoubleVal (int index)
 DT_DOUBLE.
int
getDoubleValCount ()
 DT_DOUBLE.
Listar <Duplo>
getDoubleValList ()
 DT_DOUBLE.
Tipo de dados
getDtype ()
.tensorflow.DataType dtype = 1;
int
getDtypeValue ()
.tensorflow.DataType dtype = 1;
flutuador
getFloatVal (int index)
 DT_FLOAT.
int
getFloatValCount ()
 DT_FLOAT.
Listar <Float>
getFloatValList ()
 DT_FLOAT.
int
getHalfVal (índice interno )
 DT_HALF, DT_BFLOAT16.
int
getHalfValCount ()
 DT_HALF, DT_BFLOAT16.
List <Integer>
getHalfValList ()
 DT_HALF, DT_BFLOAT16.
longo
getInt64Val (índice int)
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
int
getInt64ValCount ()
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
Lista <Long>
getInt64ValList ()
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
int
getIntVal (int index)
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
int
getIntValCount ()
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
List <Integer>
getIntValList ()
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
ResourceHandleProto
getResourceHandleVal (índice interno)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
ResourceHandleProto.Builder
getResourceHandleValBuilder (índice interno)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
List < ResourceHandleProto.Builder >
getResourceHandleValBuilderList ()
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
int
getResourceHandleValCount ()
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
List < ResourceHandleProto >
getResourceHandleValList ()
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
ResourceHandleProtoOrBuilder
getResourceHandleValOrBuilder (índice interno)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
Lista <? estende ResourceHandleProtoOrBuilder >
getResourceHandleValOrBuilderList ()
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
flutuador
getScomplexVal (índice interno )
 DT_COMPLEX64.
int
getScomplexValCount ()
 DT_COMPLEX64.
Listar <Float>
getScomplexValList ()
 DT_COMPLEX64.
com.google.protobuf.ByteString
getStringVal (índice interno )
 DT_STRING
 
repeated bytes string_val = 8;
int
getStringValCount ()
 DT_STRING
 
repeated bytes string_val = 8;
List <ByteString>
getStringValList ()
 DT_STRING
 
repeated bytes string_val = 8;
com.google.protobuf.ByteString
getTensorContent ()
 Serialized raw tensor content from either Tensor::AsProtoTensorContent or
 memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
TensorShapeProto
getTensorShape ()
 Shape of the tensor.
TensorShapeProto.Builder
getTensorShapeBuilder ()
 Shape of the tensor.
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 Shape of the tensor.
int
getUint32Val (índice int)
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
int
getUint32ValCount ()
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
List <Integer>
getUint32ValList ()
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
longo
getUint64Val (índice int)
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
int
getUint64ValCount ()
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
Lista <Long>
getUint64ValList ()
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
VariantTensorDataProto
getVariantVal (int index)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
VariantTensorDataProto.Builder
getVariantValBuilder (índice interno )
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
List < VariantTensorDataProto.Builder >
getVariantValBuilderList ()
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
int
getVariantValCount ()
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
List < VariantTensorDataProto >
getVariantValList ()
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
VariantTensorDataProtoOrBuilder
getVariantValOrBuilder (índice interno )
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
Lista <? estende VariantTensorDataProtoOrBuilder >
getVariantValOrBuilderList ()
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
int
getVersionNumber ()
 Version number.
boleano
hasTensorShape ()
 Shape of the tensor.
final booleano
TensorProto.Builder
mergeFrom (com.google.protobuf.Message other)
TensorProto.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorProto.Builder
mergeTensorShape (valor TensorShapeProto )
 Shape of the tensor.
TensorProto.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TensorProto.Builder
removeResourceHandleVal (índice interno )
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
removeVariantVal (índice interno )
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
setBoolVal (índice int, valor booleano)
 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];
TensorProto.Builder
setDcomplexVal (índice int, valor duplo)
 DT_COMPLEX128.
TensorProto.Builder
setDoubleVal (índice int, valor duplo)
 DT_DOUBLE.
TensorProto.Builder
setDtype (valor DataType )
.tensorflow.DataType dtype = 1;
TensorProto.Builder
setDtypeValue (valor int)
.tensorflow.DataType dtype = 1;
TensorProto.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
TensorProto.Builder
setFloatVal (índice interno , valor flutuante)
 DT_FLOAT.
TensorProto.Builder
setHalfVal (índice interno , valor interno )
 DT_HALF, DT_BFLOAT16.
TensorProto.Builder
setInt64Val (índice interno , valor longo)
 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];
TensorProto.Builder
setIntVal (índice int, valor int)
 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
TensorProto.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
TensorProto.Builder
setResourceHandleVal (int index, ResourceHandleProto.Builder builderForValue)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
setResourceHandleVal (int index, ResourceHandleProto value)
 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;
TensorProto.Builder
setScomplexVal (índice interno , valor flutuante)
 DT_COMPLEX64.
TensorProto.Builder
setStringVal (int index, valor com.google.protobuf.ByteString)
 DT_STRING
 
repeated bytes string_val = 8;
TensorProto.Builder
setTensorContent (com.google.protobuf.ByteString value)
 Serialized raw tensor content from either Tensor::AsProtoTensorContent or
 memcpy in tensorflow::grpc::EncodeTensorToByteBuffer.
TensorProto.Builder
setTensorShape (valor TensorShapeProto )
 Shape of the tensor.
TensorProto.Builder
setTensorShape ( TensorShapeProto.Builder builderForValue)
 Shape of the tensor.
TensorProto.Builder
setUint32Val (índice int, valor int)
 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];
TensorProto.Builder
setUint64Val (índice int, valor longo)
 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];
TensorProto.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TensorProto.Builder
setVariantVal (int index, VariantTensorDataProto value)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
setVariantVal (int index, VariantTensorDataProto.Builder builderForValue)
 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;
TensorProto.Builder
setVersionNumber (valor int)
 Version number.

Métodos herdados

Métodos Públicos

public TensorProto.Builder addAllBoolVal (valores Iterable <? extends Boolean>)

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public TensorProto.Builder addAllDcomplexVal (valores Iterable <? extends Double>)

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public TensorProto.Builder addAllDoubleVal (valores Iterable <? extends Double>)

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public TensorProto.Builder addAllFloatVal (valores Iterable <? extends Float>)

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public TensorProto.Builder addAllHalfVal (valores Iterable <? extends Integer>)

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public TensorProto.Builder addAllInt64Val (valores Iterable <? extends Long>)

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

public TensorProto.Builder addAllIntVal (valores Iterable <? extends Integer>)

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

public TensorProto.Builder addAllResourceHandleVal (valores Iterable <? extends ResourceHandleProto >)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder addAllScomplexVal (valores Iterable <? extends Float>)

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public TensorProto.Builder addAllStringVal (valores Iterable <? extends ByteString>)

 DT_STRING
 
repeated bytes string_val = 8;

public TensorProto.Builder addAllUint32Val (valores Iterable <? extends Integer>)

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public TensorProto.Builder addAllUint64Val (valores Iterable <? extends Long>)

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public TensorProto.Builder addAllVariantVal (Iterable <? extends VariantTensorDataProto > valores)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder addBoolVal (valor booleano)

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public TensorProto.Builder addDcomplexVal (valor duplo)

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public TensorProto.Builder addDoubleVal (valor duplo)

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public TensorProto.Builder addFloatVal (valor flutuante)

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public TensorProto.Builder addHalfVal (valor int)

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public TensorProto.Builder addInt64Val (valor longo)

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

public TensorProto.Builder addIntVal (valor int)

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

public TensorProto.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public TensorProto.Builder addResourceHandleVal (int index, ResourceHandleProto.Builder builderForValue)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder addResourceHandleVal (int index, ResourceHandleProto value)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder addResourceHandleVal (valor ResourceHandleProto )

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder addResourceHandleVal ( ResourceHandleProto.Builder builderForValue)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public ResourceHandleProto.Builder addResourceHandleValBuilder (índice interno )

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public ResourceHandleProto.Builder addResourceHandleValBuilder ()

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder addScomplexVal (valor flutuante)

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public TensorProto.Builder addStringVal (valor com.google.protobuf.ByteString)

 DT_STRING
 
repeated bytes string_val = 8;

public TensorProto.Builder addUint32Val (valor int)

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public TensorProto.Builder addUint64Val (valor longo)

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public TensorProto.Builder addVariantVal ( VariantTensorDataProto value)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder addVariantVal (int index, VariantTensorDataProto.Builder builderForValue)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder addVariantVal (int index, VariantTensorDataProto value)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder addVariantVal ( VariantTensorDataProto.Builder builderForValue)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public VariantTensorDataProto.Builder addVariantValBuilder (índice interno )

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public VariantTensorDataProto.Builder addVariantValBuilder ()

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

pública TensorProto build ()

public TensorProto buildPartial ()

public TensorProto.Builder clear ()

public TensorProto.Builder clearBoolVal ()

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public TensorProto.Builder clearDcomplexVal ()

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public TensorProto.Builder clearDoubleVal ()

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public TensorProto.Builder clearDtype ()

.tensorflow.DataType dtype = 1;

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

public TensorProto.Builder clearFloatVal ()

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public TensorProto.Builder clearHalfVal ()

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public TensorProto.Builder clearInt64Val ()

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

public TensorProto.Builder clearIntVal ()

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

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

public TensorProto.Builder clearResourceHandleVal ()

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder clearScomplexVal ()

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public TensorProto.Builder clearStringVal ()

 DT_STRING
 
repeated bytes string_val = 8;

public TensorProto.Builder clearTensorContent ()

 Serialized raw tensor content from either Tensor::AsProtoTensorContent or
 memcpy in tensorflow::grpc::EncodeTensorToByteBuffer. This representation
 can be used for all tensor types. The purpose of this representation is to
 reduce serialization overhead during RPC call by avoiding serialization of
 many repeated small items.
 
bytes tensor_content = 4;

public TensorProto.Builder clearTensorShape ()

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorProto.Builder clearUint32Val ()

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public TensorProto.Builder clearUint64Val ()

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public TensorProto.Builder clearVariantVal ()

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder clearVersionNumber ()

 Version number.
 In version 0, if the "repeated xxx" representations contain only one
 element, that element is repeated to fill the shape.  This makes it easy
 to represent a constant Tensor with a single value.
 
int32 version_number = 3;

clone public TensorProto.Builder ()

public boolean getBoolVal (int index)

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public int getBoolValCount ()

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public List <Boolean> getBoolValList ()

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public double getDcomplexVal (índice int)

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public int getDcomplexValCount ()

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public List <Double> getDcomplexValList ()

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public TensorProto getDefaultInstanceForType ()

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

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

public double getDoubleVal (int index)

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public int getDoubleValCount ()

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public List <Double> getDoubleValList ()

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public float getFloatVal (int index)

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public int getFloatValCount ()

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public List <Float> getFloatValList ()

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public int getHalfVal (int index)

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public int getHalfValCount ()

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public List <Integer> getHalfValList ()

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public long getInt64Val (índice int)

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

public int getInt64ValCount ()

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

public List <Long> getInt64ValList ()

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

public int getIntVal (int index)

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

public int getIntValCount ()

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

public List <Integer> getIntValList ()

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

public ResourceHandleProto getResourceHandleVal (índice interno)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public ResourceHandleProto.Builder getResourceHandleValBuilder (índice interno)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public List < ResourceHandleProto.Builder > getResourceHandleValBuilderList ()

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public int getResourceHandleValCount ()

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public List < ResourceHandleProto > getResourceHandleValList ()

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public ResourceHandleProtoOrBuilder getResourceHandleValOrBuilder (índice interno)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

Lista pública <? estende ResourceHandleProtoOrBuilder > getResourceHandleValOrBuilderList ()

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public float getScomplexVal (índice int)

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public int getScomplexValCount ()

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public List <Float> getScomplexValList ()

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public com.google.protobuf.ByteString getStringVal (int index)

 DT_STRING
 
repeated bytes string_val = 8;

public int getStringValCount ()

 DT_STRING
 
repeated bytes string_val = 8;

public List <ByteString> getStringValList ()

 DT_STRING
 
repeated bytes string_val = 8;

public com.google.protobuf.ByteString getTensorContent ()

 Serialized raw tensor content from either Tensor::AsProtoTensorContent or
 memcpy in tensorflow::grpc::EncodeTensorToByteBuffer. This representation
 can be used for all tensor types. The purpose of this representation is to
 reduce serialization overhead during RPC call by avoiding serialization of
 many repeated small items.
 
bytes tensor_content = 4;

public TensorShapeProto getTensorShape ()

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProto.Builder getTensorShapeBuilder ()

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public int getUint32Val (índice int)

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public int getUint32ValCount ()

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public List <Integer> getUint32ValList ()

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public long getUint64Val (índice int)

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public int getUint64ValCount ()

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public List <Long> getUint64ValList ()

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public VariantTensorDataProto getVariantVal (int index)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public VariantTensorDataProto.Builder getVariantValBuilder (índice interno )

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public List < VariantTensorDataProto.Builder > getVariantValBuilderList ()

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public int getVariantValCount ()

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public List < VariantTensorDataProto > getVariantValList ()

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public VariantTensorDataProtoOrBuilder getVariantValOrBuilder (índice interno )

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

Lista pública <? estende VariantTensorDataProtoOrBuilder > getVariantValOrBuilderList ()

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public int getVersionNumber ()

 Version number.
 In version 0, if the "repeated xxx" representations contain only one
 element, that element is repeated to fill the shape.  This makes it easy
 to represent a constant Tensor with a single value.
 
int32 version_number = 3;

public boolean hasTensorShape ()

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public final boolean isInitialized ()

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

public TensorProto.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public TensorProto.Builder mergeTensorShape (valor TensorShapeProto )

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

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

public TensorProto.Builder removeResourceHandleVal (índice interno )

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder removeVariantVal (índice interno )

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder setBoolVal (índice int, valor booleano)

 DT_BOOL
 
repeated bool bool_val = 11 [packed = true];

public TensorProto.Builder setDcomplexVal (int index, double value)

 DT_COMPLEX128. dcomplex_val(2*i) and dcomplex_val(2*i+1) are real
 and imaginary parts of i-th double precision complex.
 
repeated double dcomplex_val = 12 [packed = true];

public TensorProto.Builder setDoubleVal (int index, double value)

 DT_DOUBLE.
 
repeated double double_val = 6 [packed = true];

public TensorProto.Builder setDtype (valor DataType )

.tensorflow.DataType dtype = 1;

public TensorProto.Builder setDtypeValue (valor int)

.tensorflow.DataType dtype = 1;

public TensorProto.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public TensorProto.Builder setFloatVal (índice interno , valor flutuante)

 DT_FLOAT.
 
repeated float float_val = 5 [packed = true];

public TensorProto.Builder setHalfVal (índice interno , valor interno )

 DT_HALF, DT_BFLOAT16. Note that since protobuf has no int16 type, we'll
 have some pointless zero padding for each value here.
 
repeated int32 half_val = 13 [packed = true];

public TensorProto.Builder setInt64Val (índice interno , valor longo)

 DT_INT64
 
repeated int64 int64_val = 10 [packed = true];

pública TensorProto.Builder setIntVal (index int, int valor)

 DT_INT32, DT_INT16, DT_INT8, DT_UINT8.
 
repeated int32 int_val = 7 [packed = true];

public TensorProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public TensorProto.Builder setResourceHandleVal (int index, ResourceHandleProto.Builder builderForValue)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder setResourceHandleVal (int index, ResourceHandleProto value)

 DT_RESOURCE
 
repeated .tensorflow.ResourceHandleProto resource_handle_val = 14;

public TensorProto.Builder setScomplexVal (int index, float value)

 DT_COMPLEX64. scomplex_val(2*i) and scomplex_val(2*i+1) are real
 and imaginary parts of i-th single precision complex.
 
repeated float scomplex_val = 9 [packed = true];

public TensorProto.Builder setStringVal (int index, com.google.protobuf.ByteString value)

 DT_STRING
 
repeated bytes string_val = 8;

public TensorProto.Builder setTensorContent (com.google.protobuf.ByteString value)

 Serialized raw tensor content from either Tensor::AsProtoTensorContent or
 memcpy in tensorflow::grpc::EncodeTensorToByteBuffer. This representation
 can be used for all tensor types. The purpose of this representation is to
 reduce serialization overhead during RPC call by avoiding serialization of
 many repeated small items.
 
bytes tensor_content = 4;

public TensorProto.Builder setTensorShape ( TensorShapeProto value)

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorProto.Builder setTensorShape ( TensorShapeProto.Builder builderForValue)

 Shape of the tensor.  TODO(touts): sort out the 0-rank issues.
 
.tensorflow.TensorShapeProto tensor_shape = 2;

public TensorProto.Builder setUint32Val (int index, int value)

 DT_UINT32
 
repeated uint32 uint32_val = 16 [packed = true];

public TensorProto.Builder setUint64Val (int index, long value)

 DT_UINT64
 
repeated uint64 uint64_val = 17 [packed = true];

public final TensorProto.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public TensorProto.Builder setVariantVal (int index, VariantTensorDataProto value)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder setVariantVal (int index, VariantTensorDataProto.Builder builderForValue)

 DT_VARIANT
 
repeated .tensorflow.VariantTensorDataProto variant_val = 15;

public TensorProto.Builder setVersionNumber (int value)

 Version number.
 In version 0, if the "repeated xxx" representations contain only one
 element, that element is repeated to fill the shape.  This makes it easy
 to represent a constant Tensor with a single value.
 
int32 version_number = 3;