classe final pública TensorDescription
Tipo de protobuf tensorflow.TensorDescription
Classes aninhadas
| aula | TensorDescription.Builder | Tipo de protobuf tensorflow.TensorDescription | |
Constantes
| interno | ALLOCATION_DESCRIPTION_FIELD_NUMBER | |
| interno | DTYPE_FIELD_NUMBER | |
| interno | SHAPE_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| AlocaçãoDescrição | getAllocationDescription () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| AlocaçãoDescriçãoOrBuilder | getAllocationDescriptionOrBuilder () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| TensorDescrição estática | |
| TensorDescrição | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Tipo de dados | getDtype () Data type of tensor elements .tensorflow.DataType dtype = 1; |
| interno | getDtypeValue () Data type of tensor elements .tensorflow.DataType dtype = 1; |
| interno | |
| TensorShapeProto | obterForma () Shape of the tensor. |
| TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor. |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | hasAllocationDescription () Information about the size and allocator used for the data .tensorflow.AllocationDescription allocation_description = 4; |
| booleano | temForma () Shape of the tensor. |
| interno | código hash () |
| booleano final | |
| TensorDescription.Builder estático | newBuilder (protótipo TensorDescription ) |
| TensorDescription.Builder estático | |
| TensorDescription.Builder | |
| TensorDescrição estática | parseDelimitedFrom (entrada InputStream) |
| TensorDescrição estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorDescrição estática | parseFrom (dados de ByteBuffer) |
| TensorDescrição estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorDescrição estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorDescrição estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| TensorDescrição estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorDescrição estática | parseFrom (dados com.google.protobuf.ByteString) |
| TensorDescrição estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorDescrição estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| TensorDescription.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int ALLOCATION_DESCRIPTION_FIELD_NUMBER
Valor Constante: 4
público estático final int DTYPE_FIELD_NUMBER
Valor Constante: 1
público estático final int SHAPE_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
public AllocationDescription getAllocationDescription ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4; public AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público int getDtypeValue ()
Data type of tensor elements
.tensorflow.DataType dtype = 1; público getParserForType ()
público int getSerializedSize ()
público TensorShapeProtoOrBuilder getShapeOrBuilder ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasAllocationDescription () booleano público
Information about the size and allocator used for the data
.tensorflow.AllocationDescription allocation_description = 4; hasShape booleano público ()
Shape of the tensor.
.tensorflow.TensorShapeProto shape = 2; hashCode int público ()
público final booleano isInitialized ()
public static TensorDescription parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
TensorDescription estático público parseFrom (dados de ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorDescription parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static TensorDescription parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
TensorDescription estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static TensorDescription parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
TensorDescription estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static TensorDescription parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static TensorDescription parseFrom (dados com.google.protobuf.ByteString, 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 |
|---|