MemoryDump

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

Public Methods

public boolean equals (Object obj)

public String getAllocatorName ()

string allocator_name = 1;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

public BinSummary getBinSummary (int index)

repeated .tensorflow.BinSummary bin_summary = 2;

public int getBinSummaryCount ()

repeated .tensorflow.BinSummary bin_summary = 2;

public List<BinSummary> getBinSummaryList ()

repeated .tensorflow.BinSummary bin_summary = 2;

public BinSummaryOrBuilder getBinSummaryOrBuilder (int index)

repeated .tensorflow.BinSummary bin_summary = 2;

public List<? extends BinSummaryOrBuilder> getBinSummaryOrBuilderList ()

repeated .tensorflow.BinSummary bin_summary = 2;

public MemChunk getChunk (int index)

repeated .tensorflow.MemChunk chunk = 3;

public int getChunkCount ()

repeated .tensorflow.MemChunk chunk = 3;

public List<MemChunk> getChunkList ()

repeated .tensorflow.MemChunk chunk = 3;

public MemChunkOrBuilder getChunkOrBuilder (int index)

repeated .tensorflow.MemChunk chunk = 3;

public List<? extends MemChunkOrBuilder> getChunkOrBuilderList ()

repeated .tensorflow.MemChunk chunk = 3;

public static MemoryDump getDefaultInstance ()

public MemoryDump getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

public SnapShot getSnapShot (int index)

repeated .tensorflow.SnapShot snap_shot = 4;

public int getSnapShotCount ()

repeated .tensorflow.SnapShot snap_shot = 4;

public List<SnapShot> getSnapShotList ()

repeated .tensorflow.SnapShot snap_shot = 4;

public SnapShotOrBuilder getSnapShotOrBuilder (int index)

repeated .tensorflow.SnapShot snap_shot = 4;

public List<? extends SnapShotOrBuilder> getSnapShotOrBuilderList ()

repeated .tensorflow.SnapShot snap_shot = 4;

public MemAllocatorStats getStats ()

.tensorflow.MemAllocatorStats stats = 5;

public MemAllocatorStatsOrBuilder getStatsOrBuilder ()

.tensorflow.MemAllocatorStats stats = 5;

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

public boolean hasStats ()

.tensorflow.MemAllocatorStats stats = 5;

public int hashCode ()

public final boolean isInitialized ()

public static MemoryDump.Builder newBuilder (MemoryDump prototype)

public static MemoryDump.Builder newBuilder ()

public MemoryDump.Builder newBuilderForType ()

public static MemoryDump parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static MemoryDump parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public MemoryDump.Builder toBuilder ()

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

Throws
IOException