Interface BfcMemoryMap.MemoryDumpOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
BfcMemoryMap.MemoryDump, BfcMemoryMap.MemoryDump.Builder
Enclosing class:
BfcMemoryMap

public static interface BfcMemoryMap.MemoryDumpOrBuilder extends MessageOrBuilder
  • Method Details

    • getAllocatorName

      String getAllocatorName()
      string allocator_name = 1;
      Returns:
      The allocatorName.
    • getAllocatorNameBytes

      ByteString getAllocatorNameBytes()
      string allocator_name = 1;
      Returns:
      The bytes for allocatorName.
    • getBinSummaryList

      List<BfcMemoryMap.BinSummary> getBinSummaryList()
      repeated .tensorflow.BinSummary bin_summary = 2;
    • getBinSummary

      BfcMemoryMap.BinSummary getBinSummary(int index)
      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

      BfcMemoryMap.BinSummaryOrBuilder getBinSummaryOrBuilder(int index)
      repeated .tensorflow.BinSummary bin_summary = 2;
    • getChunkList

      List<BfcMemoryMap.MemChunk> getChunkList()
      repeated .tensorflow.MemChunk chunk = 3;
    • getChunk

      BfcMemoryMap.MemChunk getChunk(int index)
      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

      BfcMemoryMap.MemChunkOrBuilder getChunkOrBuilder(int index)
      repeated .tensorflow.MemChunk chunk = 3;
    • getSnapShotList

      List<BfcMemoryMap.SnapShot> getSnapShotList()
      repeated .tensorflow.SnapShot snap_shot = 4;
    • getSnapShot

      BfcMemoryMap.SnapShot getSnapShot(int index)
      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

      BfcMemoryMap.SnapShotOrBuilder getSnapShotOrBuilder(int index)
      repeated .tensorflow.SnapShot snap_shot = 4;
    • hasStats

      boolean hasStats()
      .tensorflow.MemAllocatorStats stats = 5;
      Returns:
      Whether the stats field is set.
    • getStats

      .tensorflow.MemAllocatorStats stats = 5;
      Returns:
      The stats.
    • getStatsOrBuilder

      .tensorflow.MemAllocatorStats stats = 5;