classe final pública estática TensorInfo.CooSparse
For sparse tensors, The COO encoding stores a triple of values, indices, and shape.
tensorflow.TensorInfo.CooSparse
tipo tensorflow.TensorInfo.CooSparse
Classes aninhadas
aula | TensorInfo.CooSparse.Builder | For sparse tensors, The COO encoding stores a triple of values, indices, and shape. |
Constantes
Métodos Públicos
boleano | igual a (objeto obj) |
TensorInfo.CooSparse estático | |
TensorInfo.CooSparse | |
Fragmento | 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. |
final static com.google.protobuf.Descriptors.Descriptor | |
Fragmento | getIndicesTensorName () The indices Tensor must have dtype int64 and shape [?, ?]. |
com.google.protobuf.ByteString | getIndicesTensorNameBytes () The indices Tensor must have dtype int64 and shape [?, ?]. |
int | |
final com.google.protobuf.UnknownFieldSet | |
Fragmento | getValuesTensorName () The shape of the values Tensor is [?]. |
com.google.protobuf.ByteString | getValuesTensorNameBytes () The shape of the values Tensor is [?]. |
int | hashCode () |
final booleano | |
static TensorInfo.CooSparse.Builder | newBuilder (protótipo TensorInfo.CooSparse ) |
static TensorInfo.CooSparse.Builder | newBuilder () |
TensorInfo.CooSparse.Builder | |
TensorInfo.CooSparse estático | parseDelimitedFrom (input InputStream) |
TensorInfo.CooSparse estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorInfo.CooSparse estático | parseFrom (dados ByteBuffer) |
TensorInfo.CooSparse estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorInfo.CooSparse estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorInfo.CooSparse estático | parseFrom (com.google.protobuf.CodedInputStream input) |
TensorInfo.CooSparse estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorInfo.CooSparse estático | parseFrom (com.google.protobuf.ByteString data) |
TensorInfo.CooSparse estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorInfo.CooSparse estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
TensorInfo.CooSparse.Builder | toBuilder () |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
boleano | igual a (objeto arg0) |
aula final <?> | getClass () |
int | hashCode () |
vazio final | notificar () |
vazio final | notificar tudo () |
Fragmento | toString () |
vazio final | espera (long arg0, int arg1) |
vazio final | espera (long arg0) |
vazio final | espera () |
String abstrata | getDenseShapeTensorName () The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. |
abstract com.google.protobuf.ByteString | getDenseShapeTensorNameBytes () The dynamic logical shape represented by the SparseTensor is recorded in the Tensor referenced here. |
String abstrata | getIndicesTensorName () The indices Tensor must have dtype int64 and shape [?, ?]. |
abstract com.google.protobuf.ByteString | getIndicesTensorNameBytes () The indices Tensor must have dtype int64 and shape [?, ?]. |
String abstrata | getValuesTensorName () The shape of the values Tensor is [?]. |
abstract com.google.protobuf.ByteString | getValuesTensorNameBytes () The shape of the values Tensor is [?]. |
Constantes
public static final int DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
Valor Constante: 3
público estático final int INDICES_TENSOR_NAME_FIELD_NUMBER
Valor constante: 2
público estático final int VALUES_TENSOR_NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean equals (Object obj)
public String 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;
public 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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getIndicesTensorName ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2;
public com.google.protobuf.ByteString getIndicesTensorNameBytes ()
The indices Tensor must have dtype int64 and shape [?, ?].
string indices_tensor_name = 2;
público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String 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;
public 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;
public int hashCode ()
public final boolean isInitialized ()
public static TensorInfo.CooSparse parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static TensorInfo.CooSparse parseFrom (dados ByteBuffer)
Lança
InvalidProtocolBufferException |
---|
public static TensorInfo.CooSparse parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static TensorInfo.CooSparse parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static TensorInfo.CooSparse parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static TensorInfo.CooSparse parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString data)
Lança
InvalidProtocolBufferException |
---|
public static TensorInfo.CooSparse parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static TensorInfo.CooSparse parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|