CostGraphDef.Node.InputInfoOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
int
|
|
abstract
int
|
|
Public Methods
public
abstract
int
getPrecedingNode
()
int32 preceding_node = 1;
public
abstract
int
getPrecedingPort
()
int32 preceding_port = 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,["# CostGraphDef.Node.InputInfoOrBuilder\n\npublic static interface **CostGraphDef.Node.InputInfoOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CostGraphDef.Node.InputInfo](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.InputInfo), [CostGraphDef.Node.InputInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.InputInfo.Builder) |------------------------------------------------------------------------------------------------------------------------------|-------------------------------| | [CostGraphDef.Node.InputInfo](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.InputInfo) | ``` Inputs of this node. ``` | | [CostGraphDef.Node.InputInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.InputInfo.Builder) | ``` Inputs of this node. ``` | |||\n\n### Public Methods\n\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract int | [getPrecedingNode](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.InputInfoOrBuilder#getPrecedingNode())() `int32 preceding_node = 1;` |\n| abstract int | [getPrecedingPort](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.InputInfoOrBuilder#getPrecedingPort())() `int32 preceding_port = 2;` |\n\nPublic Methods\n--------------\n\n#### public abstract int\n**getPrecedingNode**\n()\n\n`int32 preceding_node = 1;` \n\n#### public abstract int\n**getPrecedingPort**\n()\n\n`int32 preceding_port = 2;`"]]