Interface MemoryLogTensorDeallocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAllocationId()
      Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
      java.lang.String getAllocatorName()
      Name of the allocator used.
      com.google.protobuf.ByteString getAllocatorNameBytes()
      Name of the allocator used.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAllocationId

        long getAllocationId()
         Id of the tensor buffer being deallocated, used to match to a
         corresponding allocation.
         
        int64 allocation_id = 1;
        Returns:
        The allocationId.
      • getAllocatorName

        java.lang.String getAllocatorName()
         Name of the allocator used.
         
        string allocator_name = 2;
        Returns:
        The allocatorName.
      • getAllocatorNameBytes

        com.google.protobuf.ByteString getAllocatorNameBytes()
         Name of the allocator used.
         
        string allocator_name = 2;
        Returns:
        The bytes for allocatorName.