MemoryLogTensorAllocationOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
getKernelName()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
abstract
com.google.protobuf.ByteString
|
getKernelNameBytes()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
|
abstract
long
|
|
abstract
TensorDescription
|
|
abstract
TensorDescriptionOrBuilder
|
|
abstract
boolean
|
|
Public Methods
public
abstract
String
getKernelName
()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
string kernel_name = 2;
public
abstract
com.google.protobuf.ByteString
getKernelNameBytes
()
Name of the kernel making the allocation as set in GraphDef,
e.g., "affine2/weights/Assign".
string kernel_name = 2;
public
abstract
long
getStepId
()
Process-unique step id.
int64 step_id = 1;
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;
public
abstract
boolean
hasTensor
()
Allocated tensor details.
.tensorflow.TensorDescription tensor = 3;
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,["# MemoryLogTensorAllocationOrBuilder\n\npublic interface **MemoryLogTensorAllocationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [MemoryLogTensorAllocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocation), [MemoryLogTensorAllocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocation.Builder) |--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------| | [MemoryLogTensorAllocation](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocation) | Protobuf type `tensorflow.MemoryLogTensorAllocation` | | [MemoryLogTensorAllocation.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocation.Builder) | Protobuf type `tensorflow.MemoryLogTensorAllocation` | |||\n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getKernelName](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocationOrBuilder#getKernelName())() ``` Name of the kernel making the allocation as set in GraphDef, e.g., \"affine2/weights/Assign\". ``` |\n| abstract com.google.protobuf.ByteString | [getKernelNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocationOrBuilder#getKernelNameBytes())() ``` Name of the kernel making the allocation as set in GraphDef, e.g., \"affine2/weights/Assign\". ``` |\n| abstract long | [getStepId](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocationOrBuilder#getStepId())() ``` Process-unique step id. ``` |\n| abstract [TensorDescription](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorDescription) | [getTensor](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocationOrBuilder#getTensor())() ``` Allocated tensor details. ``` |\n| abstract [TensorDescriptionOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorDescriptionOrBuilder) | [getTensorOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocationOrBuilder#getTensorOrBuilder())() ``` Allocated tensor details. ``` |\n| abstract boolean | [hasTensor](/jvm/api_docs/java/org/tensorflow/proto/framework/MemoryLogTensorAllocationOrBuilder#hasTensor())() ``` Allocated tensor details. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getKernelName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the kernel making the allocation as set in GraphDef,\n e.g., \"affine2/weights/Assign\".\n \n```\n`string kernel_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getKernelNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the kernel making the allocation as set in GraphDef,\n e.g., \"affine2/weights/Assign\".\n \n```\n`string kernel_name = 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\n\n#### public abstract [TensorDescription](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorDescription)\n**getTensor**\n()\n\n\u003cbr /\u003e\n\n```\n Allocated tensor details.\n \n```\n`.tensorflow.TensorDescription tensor = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract [TensorDescriptionOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorDescriptionOrBuilder)\n**getTensorOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Allocated tensor details.\n \n```\n`.tensorflow.TensorDescription tensor = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasTensor**\n()\n\n\u003cbr /\u003e\n\n```\n Allocated tensor details.\n \n```\n`.tensorflow.TensorDescription tensor = 3;`\n\n\u003cbr /\u003e"]]