TensorInfo.Builder

clase final estática pública TensorInfo.Builder

 Information about a Tensor necessary for feeding or retrieval.
 
Protobuf tipo tensorflow.TensorInfo

Métodos públicos

TensorInfo.Constructor
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorInfo
TensorInfo
TensorInfo.Constructor
claro ()
TensorInfo.Constructor
clearCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.Constructor
borrarCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Constructor
tipo claro ()
.tensorflow.DataType dtype = 2;
TensorInfo.Constructor
TensorInfo.Constructor
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorInfo.Constructor
borrar nombre ()
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Constructor
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
TensorInfo.Constructor
borrarFormaTensor ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Constructor
clonar ()
TensorInfo.CompositeTensor
getCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensor.Builder
getCompositeTensorBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensorOrBuilder
getCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CooSparse
obtenerCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparse.Builder
getCooSparseBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Tipo de datos
obtener tipo D ()
.tensorflow.DataType dtype = 2;
En t
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Cadena
obtenerNombre ()
 For dense `Tensor`s, the name of the tensor in the graph.
com.google.protobuf.ByteString
getNombreBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
TensorShapeProto
obtener forma tensor ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProto.Builder
getTensorShapeBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
booleano
tieneCompositeTensor ()
 Generic encoding for CompositeTensors.
booleano
tieneCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
booleano
tieneTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
booleano final
TensorInfo.Constructor
mergeCompositeTensor (valor TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Constructor
mergeCooSparse (valor TensorInfo.CooSparse )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Constructor
mergeFrom (com.google.protobuf.Message otro)
TensorInfo.Constructor
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
TensorInfo.Constructor
mergeTensorShape (valor TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
TensorInfo.Constructor
setCompositeTensor (valor TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Constructor
setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
 Generic encoding for CompositeTensors.
TensorInfo.Constructor
setCooSparse (valor TensorInfo.CooSparse )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Constructor
setCooSparse ( TensorInfo.CooSparse.Builder builderForValue)
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Constructor
setDtype (valor de tipo de datos )
.tensorflow.DataType dtype = 2;
TensorInfo.Constructor
setDtypeValue (valor int)
.tensorflow.DataType dtype = 2;
TensorInfo.Constructor
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
TensorInfo.Constructor
setName (valor de cadena)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Constructor
setNameBytes (valor com.google.protobuf.ByteString)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Constructor
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
TensorInfo.Constructor
setTensorShape (valor TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Constructor
setTensorShape ( TensorShapeProto.Builder constructorForValue)
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

público TensorInfo.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública de TensorInfo ()

public TensorInfo buildPartial ()

público TensorInfo.Builder claro ()

público TensorInfo.Builder clearCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.Builder clearCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo.Builder clearDtype ()

.tensorflow.DataType dtype = 2;

público TensorInfo.Builder clearEncoding ()

público TensorInfo.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público TensorInfo.Builder clearName ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

público TensorInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público TensorInfo.Builder clearTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

clon público de TensorInfo.Builder ()

público TensorInfo.CompositeTensor getCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.CompositeTensor.Builder getCompositeTensorBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.CooSparse getCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo.CooSparse.Builder getCooSparseBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo.CooSparseOrBuilder getCooSparseOrBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

tipo de datos público getDtype ()

.tensorflow.DataType dtype = 2;

público int getDtypeValue ()

.tensorflow.DataType dtype = 2;

público TensorInfo.EncodingCase getEncodingCase ()

cadena pública getName ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

público com.google.protobuf.ByteString getNameBytes ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

público TensorShapeProto getTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

público TensorShapeProto.Builder getTensorShapeBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

público TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

hasCompositeTensor público booleano ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

hasCooSparse booleano público ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

hasTensorShape booleano público ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

público final booleano isInitialized ()

público TensorInfo.Builder mergeCompositeTensor (valor TensorInfo.CompositeTensor )

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.Builder mergeCooSparse (valor TensorInfo.CooSparse )

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo.Builder mergeFrom (com.google.protobuf.Message otro)

TensorInfo.Builder público mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público TensorInfo.Builder mergeTensorShape (valor TensorShapeProto )

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

final público TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público TensorInfo.Builder setCompositeTensor (valor TensorInfo.CompositeTensor )

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

público TensorInfo.Builder setCooSparse (valor TensorInfo.CooSparse )

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo.Builder setCooSparse ( TensorInfo.CooSparse.Builder builderForValue)

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

público TensorInfo.Builder setDtype (valor de tipo de datos )

.tensorflow.DataType dtype = 2;

público TensorInfo.Builder setDtypeValue (valor int)

.tensorflow.DataType dtype = 2;

público TensorInfo.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público TensorInfo.Builder setName (valor de cadena)

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

público TensorInfo.Builder setNameBytes (valor com.google.protobuf.ByteString)

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

público TensorInfo.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público TensorInfo.Builder setTensorShape (valor TensorShapeProto )

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

público TensorInfo.Builder setTensorShape ( TensorShapeProto.Builder builderForValue)

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

público final TensorInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)