public final class
MemoryDump
Protobuf type tensorflow.MemoryDump
Nested Classes
class | MemoryDump.Builder | Protobuf type tensorflow.MemoryDump
|
Constants
int | ALLOCATOR_NAME_FIELD_NUMBER | |
int | BIN_SUMMARY_FIELD_NUMBER | |
int | CHUNK_FIELD_NUMBER | |
int | SNAP_SHOT_FIELD_NUMBER | |
int | STATS_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
String |
getAllocatorName()
string allocator_name = 1;
|
com.google.protobuf.ByteString |
getAllocatorNameBytes()
string allocator_name = 1;
|
BinSummary |
getBinSummary(int index)
repeated .tensorflow.BinSummary bin_summary = 2;
|
int |
getBinSummaryCount()
repeated .tensorflow.BinSummary bin_summary = 2;
|
List<BinSummary> |
getBinSummaryList()
repeated .tensorflow.BinSummary bin_summary = 2;
|
BinSummaryOrBuilder |
getBinSummaryOrBuilder(int index)
repeated .tensorflow.BinSummary bin_summary = 2;
|
List<? extends BinSummaryOrBuilder> |
getBinSummaryOrBuilderList()
repeated .tensorflow.BinSummary bin_summary = 2;
|
MemChunk |
getChunk(int index)
repeated .tensorflow.MemChunk chunk = 3;
|
int |
getChunkCount()
repeated .tensorflow.MemChunk chunk = 3;
|
List<MemChunk> |
getChunkList()
repeated .tensorflow.MemChunk chunk = 3;
|
MemChunkOrBuilder |
getChunkOrBuilder(int index)
repeated .tensorflow.MemChunk chunk = 3;
|
List<? extends MemChunkOrBuilder> |
getChunkOrBuilderList()
repeated .tensorflow.MemChunk chunk = 3;
|
static MemoryDump | |
MemoryDump | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
SnapShot |
getSnapShot(int index)
repeated .tensorflow.SnapShot snap_shot = 4;
|
int |
getSnapShotCount()
repeated .tensorflow.SnapShot snap_shot = 4;
|
List<SnapShot> |
getSnapShotList()
repeated .tensorflow.SnapShot snap_shot = 4;
|
SnapShotOrBuilder |
getSnapShotOrBuilder(int index)
repeated .tensorflow.SnapShot snap_shot = 4;
|
List<? extends SnapShotOrBuilder> |
getSnapShotOrBuilderList()
repeated .tensorflow.SnapShot snap_shot = 4;
|
MemAllocatorStats |
getStats()
.tensorflow.MemAllocatorStats stats = 5;
|
MemAllocatorStatsOrBuilder |
getStatsOrBuilder()
.tensorflow.MemAllocatorStats stats = 5;
|
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasStats()
.tensorflow.MemAllocatorStats stats = 5;
|
int |
hashCode()
|
final boolean | |
static MemoryDump.Builder |
newBuilder(MemoryDump prototype)
|
static MemoryDump.Builder | |
MemoryDump.Builder | |
static MemoryDump |
parseDelimitedFrom(InputStream input)
|
static MemoryDump |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryDump |
parseFrom(ByteBuffer data)
|
static MemoryDump |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryDump |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryDump |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MemoryDump |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryDump |
parseFrom(com.google.protobuf.ByteString data)
|
static MemoryDump |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MemoryDump |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
MemoryDump.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ALLOCATOR_NAME_FIELD_NUMBER
Constant Value:
1
public static final int BIN_SUMMARY_FIELD_NUMBER
Constant Value:
2
public static final int CHUNK_FIELD_NUMBER
Constant Value:
3
public static final int SNAP_SHOT_FIELD_NUMBER
Constant Value:
4
public static final int STATS_FIELD_NUMBER
Constant Value:
5