TensorDescription

clase final pública TensorDescription

Tipo de tensorflow.TensorDescription

Clases anidadas

clase TensorDescription.Builder Tipo de tensorflow.TensorDescription

Constantes

En t ALLOCATION_DESCRIPTION_FIELD_NUMBER
En t DTYPE_FIELD_NUMBER
En t SHAPE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Asignación Descripción
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;
AsignaciónDescripciónOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription .tensorflow.AllocationDescription allocation_description = 4;
static TensorDescription
TensorDescription
com.google.protobuf.Descriptors.Descriptor estático final
Tipo de datos
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
En t
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
En t
TensorShapeProto
getShape ()
 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 .tensorflow.AllocationDescription allocation_description = 4;
booleano
hasShape ()
 Shape of the tensor.
En t
booleano final
static TensorDescription.Builder
newBuilder (prototipo de TensorDescription )
static TensorDescription.Builder
TensorDescription.Builder
static TensorDescription
parseDelimitedFrom (entrada InputStream)
static TensorDescription
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorDescription
parseFrom (datos ByteBuffer)
static TensorDescription
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorDescription
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorDescription
parseFrom (entrada com.google.protobuf.CodedInputStream)
static TensorDescription
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorDescription
parseFrom (datos com.google.protobuf.ByteString)
static TensorDescription
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TensorDescription
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
TensorDescription.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int ALLOCATION_DESCRIPTION_FIELD_NUMBER

Valor constante: 4

public static final int DTYPE_FIELD_NUMBER

Valor constante: 1

público estático final int SHAPE_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public AllocationDescription getAllocationDescription ()

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

public AllocationDescriptionOrBuilder getAllocationDescriptionOrBuilder ()

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

public static TensorDescription getDefaultInstance ()

public TensorDescription getDefaultInstanceForType ()

público estático 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 .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 (prototipo de TensorDescription )

public static TensorDescription.Builder newBuilder ()

public TensorDescription.Builder newBuilderForType ()

public static TensorDescription parseDelimitedFrom (InputStream input)

Lanza
IOException

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

Lanza
IOException

public static TensorDescription parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public TensorDescription.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException