MemoryLogRawDeallocationOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
long
|
getAllocationId()
Id of the tensor buffer being deallocated, used to match to a
corresponding allocation.
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
boolean
|
getDeferred()
True if the deallocation is queued and will be performed later,
e.g.
|
abstract
String
|
getOperation()
Name of the operation making the deallocation.
|
abstract
com.google.protobuf.ByteString
|
|
abstract
long
|
|
Public Methods
public
abstract
long
getAllocationId
()
Id of the tensor buffer being deallocated, used to match to a
corresponding allocation.
int64 allocation_id = 3;
public
abstract
String
getAllocatorName
()
Name of the allocator used.
string allocator_name = 4;
public
abstract
com.google.protobuf.ByteString
getAllocatorNameBytes
()
Name of the allocator used.
string allocator_name = 4;
public
abstract
boolean
getDeferred
()
True if the deallocation is queued and will be performed later,
e.g. for GPU lazy freeing of buffers.
bool deferred = 5;
public
abstract
String
getOperation
()
Name of the operation making the deallocation.
string operation = 2;
public
abstract
com.google.protobuf.ByteString
getOperationBytes
()
Name of the operation making the deallocation.
string operation = 2;
public
abstract
long
getStepId
()
Process-unique step id.
int64 step_id = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# MemoryLogRawDeallocationOrBuilder\n\npublic interface **MemoryLogRawDeallocationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [MemoryLogRawDeallocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocation), [MemoryLogRawDeallocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocation.Builder) |------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------| | [MemoryLogRawDeallocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocation) | Protobuf type `tensorflow.MemoryLogRawDeallocation` | | [MemoryLogRawDeallocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocation.Builder) | Protobuf type `tensorflow.MemoryLogRawDeallocation` | |||\n\n### Public Methods\n\n|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getAllocationId](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getAllocationId())() ``` Id of the tensor buffer being deallocated, used to match to a corresponding allocation. ``` |\n| abstract String | [getAllocatorName](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getAllocatorName())() ``` Name of the allocator used. ``` |\n| abstract com.google.protobuf.ByteString | [getAllocatorNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getAllocatorNameBytes())() ``` Name of the allocator used. ``` |\n| abstract boolean | [getDeferred](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getDeferred())() ``` True if the deallocation is queued and will be performed later, e.g. ``` |\n| abstract String | [getOperation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getOperation())() ``` Name of the operation making the deallocation. ``` |\n| abstract com.google.protobuf.ByteString | [getOperationBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getOperationBytes())() ``` Name of the operation making the deallocation. ``` |\n| abstract long | [getStepId](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawDeallocationOrBuilder#getStepId())() ``` Process-unique step id. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract long\n**getAllocationId**\n()\n\n\u003cbr /\u003e\n\n```\n Id of the tensor buffer being deallocated, used to match to a\n corresponding allocation.\n \n```\n`int64 allocation_id = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getAllocatorName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the allocator used.\n \n```\n`string allocator_name = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getAllocatorNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the allocator used.\n \n```\n`string allocator_name = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**getDeferred**\n()\n\n\u003cbr /\u003e\n\n```\n True if the deallocation is queued and will be performed later,\n e.g. for GPU lazy freeing of buffers.\n \n```\n`bool deferred = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getOperation**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the operation making the deallocation.\n \n```\n`string operation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getOperationBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the operation making the deallocation.\n \n```\n`string operation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getStepId**\n()\n\n\u003cbr /\u003e\n\n```\n Process-unique step id.\n \n```\n`int64 step_id = 1;`\n\n\u003cbr /\u003e"]]