MemoryLogTensorDeallocationOrBuilder
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
|
|
Public Methods
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;
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,["# MemoryLogTensorDeallocationOrBuilder\n\npublic interface **MemoryLogTensorDeallocationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [MemoryLogTensorDeallocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorDeallocation), [MemoryLogTensorDeallocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorDeallocation.Builder) |------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| | [MemoryLogTensorDeallocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorDeallocation) | Protobuf type `tensorflow.MemoryLogTensorDeallocation` | | [MemoryLogTensorDeallocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorDeallocation.Builder) | Protobuf type `tensorflow.MemoryLogTensorDeallocation` | |||\n\n### Public Methods\n\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getAllocationId](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorDeallocationOrBuilder#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/MemoryLogTensorDeallocationOrBuilder#getAllocatorName())() ``` Name of the allocator used. ``` |\n| abstract com.google.protobuf.ByteString | [getAllocatorNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorDeallocationOrBuilder#getAllocatorNameBytes())() ``` Name of the allocator used. ``` |\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 = 1;`\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 = 2;`\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 = 2;`\n\n\u003cbr /\u003e"]]