Uses of Interface
org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
-
Packages that use CostGraphDef.Node.OutputInfoOrBuilder Package Description org.tensorflow.framework -
-
Uses of CostGraphDef.Node.OutputInfoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CostGraphDef.Node.OutputInfoOrBuilder Modifier and Type Class Description static classCostGraphDef.Node.OutputInfoOutputs of this node.static classCostGraphDef.Node.OutputInfo.BuilderOutputs of this node.Methods in org.tensorflow.framework that return CostGraphDef.Node.OutputInfoOrBuilder Modifier and Type Method Description CostGraphDef.Node.OutputInfoOrBuilderCostGraphDef.Node.Builder. getOutputInfoOrBuilder(int index)repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfoOrBuilderCostGraphDef.Node. getOutputInfoOrBuilder(int index)repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfoOrBuilderCostGraphDef.NodeOrBuilder. getOutputInfoOrBuilder(int index)repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.Node.OutputInfoOrBuilder Modifier and Type Method Description List<? extends CostGraphDef.Node.OutputInfoOrBuilder>CostGraphDef.Node.Builder. getOutputInfoOrBuilderList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;List<? extends CostGraphDef.Node.OutputInfoOrBuilder>CostGraphDef.Node. getOutputInfoOrBuilderList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;List<? extends CostGraphDef.Node.OutputInfoOrBuilder>CostGraphDef.NodeOrBuilder. getOutputInfoOrBuilderList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
-