TensorDescription

classe final pública TensorDescription

tensorflow.TensorDescription type tensorflow.TensorDescription

Classes aninhadas

aula TensorDescription.Builder tensorflow.TensorDescription type tensorflow.TensorDescription

Constantes

int ALLOCATION_DESCRIPTION_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int SHAPE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
AllocationDescription
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
AllocationDescriptionOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription estática
TensorDescription
final static com.google.protobuf.Descriptors.Descriptor
Tipo de dados
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
TensorShapeProto
getShape ()
 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
hasShape ()
 Shape of the tensor.
int
final booleano
static TensorDescription.Builder
static TensorDescription.Builder
TensorDescription.Builder
TensorDescription estática
parseDelimitedFrom (input InputStream)
TensorDescription estática
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription estática
parseFrom (dados ByteBuffer)
TensorDescription estática
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription estática
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription estática
parseFrom (com.google.protobuf.CodedInputStream input)
TensorDescription estática
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription estática
parseFrom (com.google.protobuf.ByteString data)
TensorDescription estática
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription estática
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorDescription.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ALLOCATION_DESCRIPTION_FIELD_NUMBER

Valor constante: 4

public static final int DTYPE_FIELD_NUMBER

Valor constante: 1

public static final int SHAPE_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (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;

public static TensorDescription getDefaultInstance ()

public TensorDescription getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public DataType getDtype ()

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

public int getDtypeValue ()

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

público getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

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

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

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

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasAllocationDescription ()

 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;

public boolean hasShape ()

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

public int hashCode ()

public final boolean isInitialized ()

public static TensorDescription.Builder newBuilder (protótipo TensorDescription )

public static TensorDescription.Builder newBuilder ()

public TensorDescription.Builder newBuilderForType ()

public static TensorDescription parseDelimitedFrom (InputStream input)

Lança
IOException

public static TensorDescription parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static TensorDescription parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static TensorDescription parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static TensorDescription parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static TensorDescription parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static TensorDescription parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static TensorDescription parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static TensorDescription parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static TensorDescription parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public TensorDescription.Builder toBuilder ()

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

Lança
IOException