パブリック インターフェイスMemoryLogTensorDeallocationOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象的な長い | getAllocationId () Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
| 抽象文字列 | getAllocatorName () Name of the allocator used. |
| 抽象的な com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
パブリックメソッド
public abstract long getAllocationId ()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 1; public abstract String getAllocatorName ()
Name of the allocator used.
string allocator_name = 2; public abstract com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 2;