public final class
MemoryLogTensorDeallocation
Protobuf type tensorflow.MemoryLogTensorDeallocation
Nested Classes
| class | MemoryLogTensorDeallocation.Builder | Protobuf type tensorflow.MemoryLogTensorDeallocation
|
|
Constants
| int | ALLOCATION_ID_FIELD_NUMBER | |
| int | ALLOCATOR_NAME_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| long |
getAllocationId()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation. |
| String |
getAllocatorName()
Name of the allocator used. |
| com.google.protobuf.ByteString |
getAllocatorNameBytes()
Name of the allocator used. |
| static MemoryLogTensorDeallocation | |
| MemoryLogTensorDeallocation | |
| final static com.google.protobuf.Descriptors.Descriptor | |
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int |
hashCode()
|
| final boolean | |
| static MemoryLogTensorDeallocation.Builder |
newBuilder(MemoryLogTensorDeallocation prototype)
|
| static MemoryLogTensorDeallocation.Builder | |
| MemoryLogTensorDeallocation.Builder | |
| static MemoryLogTensorDeallocation |
parseDelimitedFrom(InputStream input)
|
| static MemoryLogTensorDeallocation |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MemoryLogTensorDeallocation |
parseFrom(ByteBuffer data)
|
| static MemoryLogTensorDeallocation |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MemoryLogTensorDeallocation |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MemoryLogTensorDeallocation |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static MemoryLogTensorDeallocation |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MemoryLogTensorDeallocation |
parseFrom(com.google.protobuf.ByteString data)
|
| static MemoryLogTensorDeallocation |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MemoryLogTensorDeallocation |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| MemoryLogTensorDeallocation.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ALLOCATION_ID_FIELD_NUMBER
Constant Value:
1
public static final int ALLOCATOR_NAME_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public long getAllocationId ()
Id of the tensor buffer being deallocated, used to match to a corresponding allocation.
int64 allocation_id = 1;
public String getAllocatorName ()
Name of the allocator used.
string allocator_name = 2;
public com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static MemoryLogTensorDeallocation.Builder newBuilder (MemoryLogTensorDeallocation prototype)
public static MemoryLogTensorDeallocation parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MemoryLogTensorDeallocation parseFrom (ByteBuffer data)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MemoryLogTensorDeallocation parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException |
|---|
public static MemoryLogTensorDeallocation parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static MemoryLogTensorDeallocation parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MemoryLogTensorDeallocation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|