Uses of Interface
org.tensorflow.framework.CostGraphDef.Node.InputInfoOrBuilder
-
Packages that use CostGraphDef.Node.InputInfoOrBuilder Package Description org.tensorflow.framework -
-
Uses of CostGraphDef.Node.InputInfoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CostGraphDef.Node.InputInfoOrBuilder Modifier and Type Class Description static classCostGraphDef.Node.InputInfoInputs of this node.static classCostGraphDef.Node.InputInfo.BuilderInputs of this node.Methods in org.tensorflow.framework that return CostGraphDef.Node.InputInfoOrBuilder Modifier and Type Method Description CostGraphDef.Node.InputInfoOrBuilderCostGraphDef.Node.Builder. getInputInfoOrBuilder(int index)repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.InputInfoOrBuilderCostGraphDef.Node. getInputInfoOrBuilder(int index)repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.InputInfoOrBuilderCostGraphDef.NodeOrBuilder. getInputInfoOrBuilder(int index)repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.Node.InputInfoOrBuilder Modifier and Type Method Description List<? extends CostGraphDef.Node.InputInfoOrBuilder>CostGraphDef.Node.Builder. getInputInfoOrBuilderList()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;List<? extends CostGraphDef.Node.InputInfoOrBuilder>CostGraphDef.Node. getInputInfoOrBuilderList()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;List<? extends CostGraphDef.Node.InputInfoOrBuilder>CostGraphDef.NodeOrBuilder. getInputInfoOrBuilderList()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
-