TensorDescription

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

boleano
é 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
boleano
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
boleano
temForma ()
 Shape of the tensor.
interno
booleano final
TensorDescription.Builder estático
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
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;

TensorDescription estático público getDefaultInstance ()

TensorDescription público getDefaultInstanceForType ()

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

tipo de dados público getDtype ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

público int getDtypeValue ()

 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;

público getParserForType ()

público int getSerializedSize ()

público TensorShapeProto getShape ()

 Shape of the tensor.
 
.tensorflow.TensorShapeProto shape = 2;

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.Builder newBuilder (protótipo TensorDescription )

público estático TensorDescription.Builder newBuilder ()

público TensorDescription.Builder newBuilderForType ()

public static TensorDescription parseDelimitedFrom (entrada InputStream)

Lança
IOException

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 ()

TensorDescription.Builder público paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException