TensorInfo.CooSparse

clase final estática pública TensorInfo.CooSparse

 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape.
 
Tipo protobuf tensorflow.TensorInfo.CooSparse

Clases anidadas

clase TensorInfo.CooSparse.Builder
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 

Constantes

En t DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
En t ÍNDICES_TENSOR_NOMBRE_CAMPO_NÚMERO
En t VALUES_TENSOR_NAME_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
TensorInfo.CooSparse estático
TensorInfo.CooSparse
Cadena
getDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
com.google.protobuf.ByteString
getDenseShapeTensorNameBytes ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
En t
com.google.protobuf.UnknownFieldSet final
Cadena
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
En t
booleano final
TensorInfo.CooSparse.Builder estático
TensorInfo.CooSparse.Builder estático
TensorInfo.CooSparse.Builder
TensorInfo.CooSparse estático
parseDelimitedFrom (entrada de InputStream)
TensorInfo.CooSparse estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (datos de ByteBuffer)
TensorInfo.CooSparse estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
TensorInfo.CooSparse estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
TensorInfo.CooSparse estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (datos com.google.protobuf.ByteString)
TensorInfo.CooSparse estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.CooSparse estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
TensorInfo.CooSparse.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER

Valor constante: 3

int final estático público INDICES_TENSOR_NAME_FIELD_NUMBER

Valor constante: 2

int final estático público VALUES_TENSOR_NAME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

público booleano es igual (Objeto obj)

público estático TensorInfo.CooSparse getDefaultInstance ()

público TensorInfo.CooSparse getDefaultInstanceForType ()

Cadena pública getDenseShapeTensorName ()

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

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

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

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

Cadena pública getIndicesTensorName ()

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

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

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

público getParserForType ()

público int getSerializedSize ()

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

Cadena pública getValuesTensorName ()

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

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

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

código hash int público ()

público final booleano isInitialized ()

público estático TensorInfo.CooSparse.Builder newBuilder (prototipo TensorInfo.CooSparse )

público estático TensorInfo.CooSparse.Builder newBuilder ()

público TensorInfo.CooSparse.Builder newBuilderForType ()

TensorInfo.CooSparse estático público parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

público estático TensorInfo.CooSparse parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático TensorInfo.CooSparse parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

público estático TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público estático TensorInfo.CooSparse parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

público estático TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

público estático TensorInfo.CooSparse parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

público estático TensorInfo.CooSparse parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

público estático TensorInfo.CooSparse parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático TensorInfo.CooSparse parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público TensorInfo.CooSparse.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción