AllocationDescription

Asignación de clase final pública

Tensorflow de tipo tensorflow.AllocationDescription

Clases anidadas

clase Asignación Descripción Constructor Tensorflow de tipo tensorflow.AllocationDescription

Constantes

En t ALLOCATED_BYTES_FIELD_NUMBER
En t ALLOCATION_ID_FIELD_NUMBER
En t ALLOCATOR_NAME_FIELD_NUMBER
En t HAS_SINGLE_REFERENCE_FIELD_NUMBER
En t PTR_FIELD_NUMBER
En t REQUESTED_BYTES_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
largo
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 int64 allocation_id = 4;
Cuerda
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
Asignación estática Descripción
Asignación Descripción
com.google.protobuf.Descriptors.Descriptor estático final
booleano
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
largo
getPtr ()
 Address of the allocation.
largo
getRequestedBytes ()
 Total number of bytes requested
 
int64 int64 requested_bytes = 1;
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static AllocationDescription.Builder
static AllocationDescription.Builder
Asignación Descripción Constructor
Asignación estática Descripción
parseDelimitedFrom (entrada InputStream)
Asignación estática Descripción
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática Descripción
parseFrom (datos ByteBuffer)
Asignación estática Descripción
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática Descripción
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática Descripción
parseFrom (entrada com.google.protobuf.CodedInputStream)
Asignación estática Descripción
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática Descripción
parseFrom (datos com.google.protobuf.ByteString)
Asignación estática Descripción
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Asignación estática Descripción
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
Asignación Descripción Constructor
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int ALLOCATED_BYTES_FIELD_NUMBER

Valor constante: 2

public static final int ALLOCATION_ID_FIELD_NUMBER

Valor constante: 4

public static final int ALLOCATOR_NAME_FIELD_NUMBER

Valor constante: 3

public static final int HAS_SINGLE_REFERENCE_FIELD_NUMBER

Valor constante: 5

public static final int PTR_FIELD_NUMBER

Valor constante: 6

public static final int REQUESTED_BYTES_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public long getAllocatedBytes ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

public long getAllocationId ()

 Identifier of the allocated buffer if known
 
int64 int64 allocation_id = 4;

public String getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

public static AllocationDescription getDefaultInstance ()

public AllocationDescription getDefaultInstanceForType ()

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

public boolean getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

público getParserForType ()

public long getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

public long getRequestedBytes ()

 Total number of bytes requested
 
int64 int64 requested_bytes = 1;

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static AllocationDescription.Builder newBuilder ()

public static AllocationDescription.Builder newBuilder (prototipo de AllocationDescription )

public AllocationDescription.Builder newBuilderForType ()

public static AllocationDescription parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static AllocationDescription parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

public static AllocationDescription parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static AllocationDescription parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

public static AllocationDescription parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public AllocationDescription.Builder toBuilder ()

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

Lanza
IOException