CostGraphDef.Node.OutputInfoOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
If >= 0, the output is an alias of an input. Note that an alias input
may itself be an alias. The algorithm will therefore need to follow
those pointers.
int64 alias_input_port = 2;
public
abstract
DataType
getDtype
()
.tensorflow.DataType dtype = 4;
public
abstract
int
getDtypeValue
()
.tensorflow.DataType dtype = 4;
.tensorflow.TensorShapeProto shape = 3;
.tensorflow.TensorShapeProto shape = 3;
public
abstract
long
getSize
()
public
abstract
boolean
hasShape
()
.tensorflow.TensorShapeProto shape = 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,["# CostGraphDef.Node.OutputInfoOrBuilder\n\npublic static interface **CostGraphDef.Node.OutputInfoOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CostGraphDef.Node.OutputInfo](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfo), [CostGraphDef.Node.OutputInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfo.Builder) |--------------------------------------------------------------------------------------------------------------------------------|--------------------------------| | [CostGraphDef.Node.OutputInfo](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfo) | ``` Outputs of this node. ``` | | [CostGraphDef.Node.OutputInfo.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfo.Builder) | ``` Outputs of this node. ``` | |||\n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getAliasInputPort](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#getAliasInputPort())() ``` If \u003e= 0, the output is an alias of an input. ``` |\n| abstract [DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType) | [getDtype](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#getDtype())() `.tensorflow.DataType dtype = 4;` |\n| abstract int | [getDtypeValue](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#getDtypeValue())() `.tensorflow.DataType dtype = 4;` |\n| abstract [TensorShapeProto](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorShapeProto) | [getShape](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#getShape())() `.tensorflow.TensorShapeProto shape = 3;` |\n| abstract [TensorShapeProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorShapeProtoOrBuilder) | [getShapeOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#getShapeOrBuilder())() `.tensorflow.TensorShapeProto shape = 3;` |\n| abstract long | [getSize](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#getSize())() `int64 size = 1;` |\n| abstract boolean | [hasShape](/jvm/api_docs/java/org/tensorflow/proto/framework/CostGraphDef.Node.OutputInfoOrBuilder#hasShape())() `.tensorflow.TensorShapeProto shape = 3;` |\n\nPublic Methods\n--------------\n\n#### public abstract long\n**getAliasInputPort**\n()\n\n\u003cbr /\u003e\n\n```\n If \u003e= 0, the output is an alias of an input. Note that an alias input\n may itself be an alias. The algorithm will therefore need to follow\n those pointers.\n \n```\n`int64 alias_input_port = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract [DataType](/jvm/api_docs/java/org/tensorflow/proto/framework/DataType)\n**getDtype**\n()\n\n`.tensorflow.DataType dtype = 4;` \n\n#### public abstract int\n**getDtypeValue**\n()\n\n`.tensorflow.DataType dtype = 4;` \n\n#### public abstract [TensorShapeProto](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorShapeProto)\n**getShape**\n()\n\n`.tensorflow.TensorShapeProto shape = 3;` \n\n#### public abstract [TensorShapeProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorShapeProtoOrBuilder)\n**getShapeOrBuilder**\n()\n\n`.tensorflow.TensorShapeProto shape = 3;` \n\n#### public abstract long\n**getSize**\n()\n\n`int64 size = 1;` \n\n#### public abstract boolean\n**hasShape**\n()\n\n`.tensorflow.TensorShapeProto shape = 3;`"]]