Uses of Interface
org.tensorflow.framework.CostGraphDef.Node.OutputInfoOrBuilder
Packages that use CostGraphDef.Node.OutputInfoOrBuilder
-
Uses of CostGraphDef.Node.OutputInfoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CostGraphDef.Node.OutputInfoOrBuilderModifier and TypeClassDescriptionstatic final classOutputs of this node.static final classOutputs of this node.Methods in org.tensorflow.framework that return CostGraphDef.Node.OutputInfoOrBuilderModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.getOutputInfoOrBuilder(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.getOutputInfoOrBuilder(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;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.OutputInfoOrBuilderModifier and TypeMethodDescriptionList<? 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;