TensorDescription

classe finale publique TensorDescription

tensorflow.TensorDescription de type Protobuf.TensorDescription

Classes imbriquées

classe TensorDescription.Builder tensorflow.TensorDescription de type Protobuf.TensorDescription

Constantes

int ALLOCATION_DESCRIPTION_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int SHAPE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Description de l'allocation
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
AllocationDescriptionOuBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensorDescription statique
TenseurDescription
final statique com.google.protobuf.Descriptors.Descriptor
Type de données
getDtype ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
getDtypeValue ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
TensorShapeProto
obtenirForme ()
 Shape of the tensor.
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
final com.google.protobuf.UnknownFieldSet
booléen
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
booléen
aForme ()
 Shape of the tensor.
int
booléen final
TensorDescription.Builder statique
TensorDescription.Builder statique
TensorDescription.Builder
TensorDescription statique
parseDelimitedFrom (entrée InputStream)
TensorDescription statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription statique
parseFrom (données ByteBuffer)
TensorDescription statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
TensorDescription statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription statique
parseFrom (données com.google.protobuf.ByteString)
TensorDescription statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorDescription statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
TensorDescription.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int ALLOCATION_DESCRIPTION_FIELD_NUMBER

Valeur constante : 4

public statique final int DTYPE_FIELD_NUMBER

Valeur constante : 1

public statique final entier SHAPE_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet 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 statique publique getDefaultInstance ()

public TensorDescription getDefaultInstanceForType ()

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

Type de données public getDtype ()

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

public int getDtypeValue ()

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

publique 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 booléen hasAllocationDescription ()

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

public booléen hasShape ()

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

code de hachage int public ()

public final booléen isInitialized ()

public static TensorDescription.Builder newBuilder (prototype TensorDescription )

public statique TensorDescription.Builder newBuilder ()

public TensorDescription.Builder newBuilderForType ()

public static TensorDescription parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static TensorDescription parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorDescription parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static TensorDescription parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorDescription parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static TensorDescription parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static TensorDescription parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique TensorDescription parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static TensorDescription parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static TensorDescription parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public TensorDescription.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException