MemoryLogRawAllocationOrBuilder
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 allocated, used to match to a
corresponding deallocation.
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
long
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
long
|
getPtr()
Address of the allocation.
|
abstract
long
|
|
Public Methods
public
abstract
long
getAllocationId
()
Id of the tensor buffer being allocated, used to match to a
corresponding deallocation.
int64 allocation_id = 5;
public
abstract
String
getAllocatorName
()
Name of the allocator used.
string allocator_name = 6;
public
abstract
com.google.protobuf.ByteString
getAllocatorNameBytes
()
Name of the allocator used.
string allocator_name = 6;
public
abstract
long
getNumBytes
()
Number of bytes in the allocation.
int64 num_bytes = 3;
public
abstract
String
getOperation
()
Name of the operation making the allocation.
string operation = 2;
public
abstract
com.google.protobuf.ByteString
getOperationBytes
()
Name of the operation making the allocation.
string operation = 2;
public
abstract
long
getPtr
()
Address of the allocation.
uint64 ptr = 4;
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,["# MemoryLogRawAllocationOrBuilder\n\npublic interface **MemoryLogRawAllocationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [MemoryLogRawAllocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocation), [MemoryLogRawAllocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocation.Builder) |--------------------------------------------------------------------------------------------------------------------|---------------------------------------------------| | [MemoryLogRawAllocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocation) | Protobuf type `tensorflow.MemoryLogRawAllocation` | | [MemoryLogRawAllocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocation.Builder) | Protobuf type `tensorflow.MemoryLogRawAllocation` | |||\n\n### Public Methods\n\n|-----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getAllocationId](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getAllocationId())() ``` Id of the tensor buffer being allocated, used to match to a corresponding deallocation. ``` |\n| abstract String | [getAllocatorName](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getAllocatorName())() ``` Name of the allocator used. ``` |\n| abstract com.google.protobuf.ByteString | [getAllocatorNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getAllocatorNameBytes())() ``` Name of the allocator used. ``` |\n| abstract long | [getNumBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getNumBytes())() ``` Number of bytes in the allocation. ``` |\n| abstract String | [getOperation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getOperation())() ``` Name of the operation making the allocation. ``` |\n| abstract com.google.protobuf.ByteString | [getOperationBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getOperationBytes())() ``` Name of the operation making the allocation. ``` |\n| abstract long | [getPtr](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#getPtr())() ``` Address of the allocation. ``` |\n| abstract long | [getStepId](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogRawAllocationOrBuilder#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 allocated, used to match to a\n corresponding deallocation.\n \n```\n`int64 allocation_id = 5;`\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 = 6;`\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 = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getNumBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Number of bytes in the allocation.\n \n```\n`int64 num_bytes = 3;`\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 allocation.\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 allocation.\n \n```\n`string operation = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getPtr**\n()\n\n\u003cbr /\u003e\n\n```\n Address of the allocation.\n \n```\n`uint64 ptr = 4;`\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"]]