TensorDescription

classe finale pubblica TensorDescription

Tipo di protocollo tensorflow.TensorDescription

Classi nidificate

classe TensorDescription.Builder Tipo di protocollo tensorflow.TensorDescription

Costanti

int ALLOCATION_DESCRIPTION_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int FORMA_CAMPO_NUMERO

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Descrizione dell'allocazione
getAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
AllocazioneDescrizioneOrBuilder
getAllocationDescriptionOrBuilder ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
TensoreDescrizione statica
TensoreDescrizione
com.google.protobuf.Descriptors.Descriptor statico finale
Tipo di dati
getDtipo ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
getDtipoValore ()
 Data type of tensor elements
 
.tensorflow.DataType dtype = 1;
int
TensorShapeProto
ottieni forma ()
 Shape of the tensor.
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
 Shape of the tensor.
finale com.google.protobuf.UnknownFieldSet
booleano
hasAllocationDescription ()
 Information about the size and allocator used for the data
 
.tensorflow.AllocationDescription allocation_description = 4;
booleano
haForma ()
 Shape of the tensor.
int
booleano finale
TensorDescription.Builder statico
TensorDescription.Builder statico
TensorDescription.Builder
TensoreDescrizione statica
parseDelimitedFrom (input InputStream)
TensoreDescrizione statica
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensoreDescrizione statica
parseFrom (dati ByteBuffer)
TensoreDescrizione statica
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TensoreDescrizione statica
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensoreDescrizione statica
parseFrom (ingresso com.google.protobuf.CodedInputStream)
TensoreDescrizione statica
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensoreDescrizione statica
parseFrom (dati com.google.protobuf.ByteString)
TensoreDescrizione statica
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensoreDescrizione statica
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
TensorDescription.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int ALLOCATION_DESCRIPTION_FIELD_NUMBER

Valore costante: 4

public static final int DTYPE_FIELD_NUMBER

Valore costante: 1

public static final int SHAPE_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto 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 pubblico statico 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;

pubblico 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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public booleano hasAllocationDescription ()

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

hasShape booleano pubblico ()

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

public int hashCode ()

public final booleano isInitialized ()

TensorDescription.Builder pubblico statico newBuilder (prototipo TensorDescription )

pubblico statico TensorDescription.Builder newBuilder ()

public TensorDescription.Builder newBuilderForType ()

TensorDescription pubblico statico parseDelimitedFrom (input InputStream)

Lancia
IOException

TensorDescription pubblico statico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

TensorDescription pubblico statico parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

TensorDescription pubblico statico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

TensorDescription pubblico statico parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

TensorDescription pubblico statico parseFrom (input com.google.protobuf.CodedInputStream)

Lancia
IOException

TensorDescription pubblico statico parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

TensorDescription pubblico statico parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

TensorDescription pubblico statico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

TensorDescription pubblico statico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public TensorDescription.Builder toBuilder ()

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

Lancia
IOException