public interface MemoryLogTensorDeallocationOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocationId()
Id of the tensor buffer being deallocated, used to match to a
corresponding allocation.
|
String |
getAllocatorName()
Name of the allocator used.
|
com.github.os72.protobuf351.ByteString |
getAllocatorNameBytes()
Name of the allocator used.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAllocationId()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 1;String getAllocatorName()
Name of the allocator used.
string allocator_name = 2;com.github.os72.protobuf351.ByteString getAllocatorNameBytes()
Name of the allocator used.
string allocator_name = 2;Copyright © 2018. All rights reserved.