TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
int
|
getOriginalVariableNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the
variable object this slot was created for.
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
getSlotVariableNodeId()
An index into `TrackableObjectGraph.nodes`, indicating the
`Object` with the value of the slot variable.
|
Public Methods
public
abstract
int
getOriginalVariableNodeId
()
An index into `TrackableObjectGraph.nodes`, indicating the
variable object this slot was created for.
int32 original_variable_node_id = 1;
public
abstract
String
getSlotName
()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
public
abstract
com.google.protobuf.ByteString
getSlotNameBytes
()
The name of the slot (e.g. "m"/"v").
string slot_name = 2;
public
abstract
int
getSlotVariableNodeId
()
An index into `TrackableObjectGraph.nodes`, indicating the
`Object` with the value of the slot variable.
int32 slot_variable_node_id = 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,["# TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder\n\npublic static interface **TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [TrackableObjectGraph.TrackableObject.SlotVariableReference](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReference), [TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder) |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------| | [TrackableObjectGraph.TrackableObject.SlotVariableReference](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReference) | Protobuf type `tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference` | | [TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReference.Builder) | Protobuf type `tensorflow.TrackableObjectGraph.TrackableObject.SlotVariableReference` | |||\n\n### Public Methods\n\n|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [getOriginalVariableNodeId](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder#getOriginalVariableNodeId())() ``` An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for. ``` |\n| abstract String | [getSlotName](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder#getSlotName())() ``` The name of the slot (e.g. ``` |\n| abstract com.google.protobuf.ByteString | [getSlotNameBytes](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder#getSlotNameBytes())() ``` The name of the slot (e.g. ``` |\n| abstract int | [getSlotVariableNodeId](/jvm/api_docs/java/org/tensorflow/proto/framework/TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder#getSlotVariableNodeId())() ``` An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract int\n**getOriginalVariableNodeId**\n()\n\n\u003cbr /\u003e\n\n```\n An index into `TrackableObjectGraph.nodes`, indicating the\n variable object this slot was created for.\n \n```\n`int32 original_variable_node_id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getSlotName**\n()\n\n\u003cbr /\u003e\n\n```\n The name of the slot (e.g. \"m\"/\"v\").\n \n```\n`string slot_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getSlotNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n The name of the slot (e.g. \"m\"/\"v\").\n \n```\n`string slot_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getSlotVariableNodeId**\n()\n\n\u003cbr /\u003e\n\n```\n An index into `TrackableObjectGraph.nodes`, indicating the\n `Object` with the value of the slot variable.\n \n```\n`int32 slot_variable_node_id = 3;`\n\n\u003cbr /\u003e"]]