Interface BfcMemoryMap.MemoryDumpOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
BfcMemoryMap.MemoryDump, BfcMemoryMap.MemoryDump.Builder
- Enclosing class:
BfcMemoryMap
-
Method Summary
Modifier and TypeMethodDescriptionstring allocator_name = 1;string allocator_name = 1;getBinSummary(int index) repeated .tensorflow.BinSummary bin_summary = 2;intrepeated .tensorflow.BinSummary bin_summary = 2;repeated .tensorflow.BinSummary bin_summary = 2;getBinSummaryOrBuilder(int index) repeated .tensorflow.BinSummary bin_summary = 2;List<? extends BfcMemoryMap.BinSummaryOrBuilder> repeated .tensorflow.BinSummary bin_summary = 2;getChunk(int index) repeated .tensorflow.MemChunk chunk = 3;intrepeated .tensorflow.MemChunk chunk = 3;repeated .tensorflow.MemChunk chunk = 3;getChunkOrBuilder(int index) repeated .tensorflow.MemChunk chunk = 3;List<? extends BfcMemoryMap.MemChunkOrBuilder> repeated .tensorflow.MemChunk chunk = 3;getSnapShot(int index) repeated .tensorflow.SnapShot snap_shot = 4;intrepeated .tensorflow.SnapShot snap_shot = 4;repeated .tensorflow.SnapShot snap_shot = 4;getSnapShotOrBuilder(int index) repeated .tensorflow.SnapShot snap_shot = 4;List<? extends BfcMemoryMap.SnapShotOrBuilder> repeated .tensorflow.SnapShot snap_shot = 4;getStats().tensorflow.MemAllocatorStats stats = 5;.tensorflow.MemAllocatorStats stats = 5;booleanhasStats().tensorflow.MemAllocatorStats stats = 5;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getAllocatorName
-
getAllocatorNameBytes
-
getBinSummaryList
List<BfcMemoryMap.BinSummary> getBinSummaryList()repeated .tensorflow.BinSummary bin_summary = 2; -
getBinSummary
repeated .tensorflow.BinSummary bin_summary = 2; -
getBinSummaryCount
int getBinSummaryCount()repeated .tensorflow.BinSummary bin_summary = 2; -
getBinSummaryOrBuilderList
List<? extends BfcMemoryMap.BinSummaryOrBuilder> getBinSummaryOrBuilderList()repeated .tensorflow.BinSummary bin_summary = 2; -
getBinSummaryOrBuilder
repeated .tensorflow.BinSummary bin_summary = 2; -
getChunkList
List<BfcMemoryMap.MemChunk> getChunkList()repeated .tensorflow.MemChunk chunk = 3; -
getChunk
repeated .tensorflow.MemChunk chunk = 3; -
getChunkCount
int getChunkCount()repeated .tensorflow.MemChunk chunk = 3; -
getChunkOrBuilderList
List<? extends BfcMemoryMap.MemChunkOrBuilder> getChunkOrBuilderList()repeated .tensorflow.MemChunk chunk = 3; -
getChunkOrBuilder
repeated .tensorflow.MemChunk chunk = 3; -
getSnapShotList
List<BfcMemoryMap.SnapShot> getSnapShotList()repeated .tensorflow.SnapShot snap_shot = 4; -
getSnapShot
repeated .tensorflow.SnapShot snap_shot = 4; -
getSnapShotCount
int getSnapShotCount()repeated .tensorflow.SnapShot snap_shot = 4; -
getSnapShotOrBuilderList
List<? extends BfcMemoryMap.SnapShotOrBuilder> getSnapShotOrBuilderList()repeated .tensorflow.SnapShot snap_shot = 4; -
getSnapShotOrBuilder
repeated .tensorflow.SnapShot snap_shot = 4; -
hasStats
boolean hasStats().tensorflow.MemAllocatorStats stats = 5;- Returns:
- Whether the stats field is set.
-
getStats
BfcMemoryMap.MemAllocatorStats getStats().tensorflow.MemAllocatorStats stats = 5;- Returns:
- The stats.
-
getStatsOrBuilder
BfcMemoryMap.MemAllocatorStatsOrBuilder getStatsOrBuilder().tensorflow.MemAllocatorStats stats = 5;
-