MemAllocatorStats

classe final pública MemAllocatorStats

 Some of the data from AllocatorStats
 
tensorflow.MemAllocatorStats type tensorflow.MemAllocatorStats

Classes aninhadas

aula MemAllocatorStats.Builder
 Some of the data from AllocatorStats
 
tensorflow.MemAllocatorStats type tensorflow.MemAllocatorStats

Constantes

int BYTES_IN_USE_FIELD_NUMBER
int FRAGMENTATION_METRIC_FIELD_NUMBER
int LARGEST_ALLOC_SIZE_FIELD_NUMBER
int NUM_ALLOCS_FIELD_NUMBER
int PEAK_BYTES_IN_USE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
longo
getBytesInUse ()
int64 bytes_in_use = 2;
MemAllocatorStats estático
MemAllocatorStats
final static com.google.protobuf.Descriptors.Descriptor
flutuador
getFragmentationMetric ()
float fragmentation_metric = 5;
longo
getLargestAllocSize ()
int64 largest_alloc_size = 4;
longo
getNumAllocs ()
int64 num_allocs = 1;
longo
getPeakBytesInUse ()
int64 peak_bytes_in_use = 3;
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
MemAllocatorStats.Builder estático
MemAllocatorStats.Builder estático
MemAllocatorStats.Builder
MemAllocatorStats estático
parseDelimitedFrom (input InputStream)
MemAllocatorStats estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemAllocatorStats estático
parseFrom (dados ByteBuffer)
MemAllocatorStats estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemAllocatorStats estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemAllocatorStats estático
parseFrom (com.google.protobuf.CodedInputStream input)
MemAllocatorStats estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemAllocatorStats estático
parseFrom (com.google.protobuf.ByteString data)
MemAllocatorStats estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemAllocatorStats estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemAllocatorStats.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int BYTES_IN_USE_FIELD_NUMBER

Valor constante: 2

public static final int FRAGMENTATION_METRIC_FIELD_NUMBER

Valor constante: 5

public static final int LARGEST_ALLOC_SIZE_FIELD_NUMBER

Valor constante: 4

público estático final int NUM_ALLOCS_FIELD_NUMBER

Valor Constante: 1

public static final int PEAK_BYTES_IN_USE_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

public long getBytesInUse ()

int64 bytes_in_use = 2;

public static MemAllocatorStats getDefaultInstance ()

public MemAllocatorStats getDefaultInstanceForType ()

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

public float getFragmentationMetric ()

float fragmentation_metric = 5;

public long getLargestAllocSize ()

int64 largest_alloc_size = 4;

public long getNumAllocs ()

int64 num_allocs = 1;

público getParserForType ()

public long getPeakBytesInUse ()

int64 peak_bytes_in_use = 3;

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

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

public static MemAllocatorStats.Builder newBuilder ()

public MemAllocatorStats.Builder newBuilderForType ()

public static MemAllocatorStats parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MemAllocatorStats parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MemAllocatorStats.Builder toBuilder ()

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

Lança
IOException