Interface BfcMemoryMap.MemoryDumpOrBuilder

    • Method Detail

      • getAllocatorName

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

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

        java.util.List<BfcMemoryMap.BinSummary> getBinSummaryList()
        repeated .org.platanios.tensorflow.proto.BinSummary bin_summary = 2;
      • getBinSummary

        BfcMemoryMap.BinSummary getBinSummary​(int index)
        repeated .org.platanios.tensorflow.proto.BinSummary bin_summary = 2;
      • getBinSummaryCount

        int getBinSummaryCount()
        repeated .org.platanios.tensorflow.proto.BinSummary bin_summary = 2;
      • getBinSummaryOrBuilderList

        java.util.List<? extends BfcMemoryMap.BinSummaryOrBuilder> getBinSummaryOrBuilderList()
        repeated .org.platanios.tensorflow.proto.BinSummary bin_summary = 2;
      • getBinSummaryOrBuilder

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

        java.util.List<BfcMemoryMap.MemChunk> getChunkList()
        repeated .org.platanios.tensorflow.proto.MemChunk chunk = 3;
      • getChunk

        BfcMemoryMap.MemChunk getChunk​(int index)
        repeated .org.platanios.tensorflow.proto.MemChunk chunk = 3;
      • getChunkCount

        int getChunkCount()
        repeated .org.platanios.tensorflow.proto.MemChunk chunk = 3;
      • getChunkOrBuilderList

        java.util.List<? extends BfcMemoryMap.MemChunkOrBuilder> getChunkOrBuilderList()
        repeated .org.platanios.tensorflow.proto.MemChunk chunk = 3;
      • getSnapShotList

        java.util.List<BfcMemoryMap.SnapShot> getSnapShotList()
        repeated .org.platanios.tensorflow.proto.SnapShot snap_shot = 4;
      • getSnapShot

        BfcMemoryMap.SnapShot getSnapShot​(int index)
        repeated .org.platanios.tensorflow.proto.SnapShot snap_shot = 4;
      • getSnapShotCount

        int getSnapShotCount()
        repeated .org.platanios.tensorflow.proto.SnapShot snap_shot = 4;
      • getSnapShotOrBuilderList

        java.util.List<? extends BfcMemoryMap.SnapShotOrBuilder> getSnapShotOrBuilderList()
        repeated .org.platanios.tensorflow.proto.SnapShot snap_shot = 4;
      • getSnapShotOrBuilder

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

        boolean hasStats()
        .org.platanios.tensorflow.proto.MemAllocatorStats stats = 5;
        Returns:
        Whether the stats field is set.