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 class
CostGraphDef.Node.OutputInfo
Outputs of this node.static class
CostGraphDef.Node.OutputInfo.Builder
Outputs of this node.Methods in org.tensorflow.framework that return CostGraphDef.Node.OutputInfoOrBuilder Modifier and Type Method Description CostGraphDef.Node.OutputInfoOrBuilder
CostGraphDef.Node.Builder. getOutputInfoOrBuilder(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.OutputInfoOrBuilder
CostGraphDef.Node. getOutputInfoOrBuilder(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
CostGraphDef.Node.OutputInfoOrBuilder
CostGraphDef.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;
-