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 | hashCode () |
| final booleano | |
| MemAllocatorStats.Builder estático | newBuilder (protótipo MemAllocatorStats ) |
| MemAllocatorStats.Builder estático | newBuilder () |
| 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 | analisador () |
| MemAllocatorStats.Builder | toBuilder () |
| 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 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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
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 void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|