Uses of Interface
org.tensorflow.framework.CostGraphDef.NodeOrBuilder
-
Packages that use CostGraphDef.NodeOrBuilder Package Description org.tensorflow.framework -
-
Uses of CostGraphDef.NodeOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CostGraphDef.NodeOrBuilder Modifier and Type Class Description static class
CostGraphDef.Node
Protobuf typetensorflow.CostGraphDef.Node
static class
CostGraphDef.Node.Builder
Protobuf typetensorflow.CostGraphDef.Node
Methods in org.tensorflow.framework that return CostGraphDef.NodeOrBuilder Modifier and Type Method Description CostGraphDef.NodeOrBuilder
CostGraphDef.Builder. getNodeOrBuilder(int index)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.NodeOrBuilder
CostGraphDef. getNodeOrBuilder(int index)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.NodeOrBuilder
CostGraphDefOrBuilder. getNodeOrBuilder(int index)
repeated .tensorflow.CostGraphDef.Node node = 1;
Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.NodeOrBuilder Modifier and Type Method Description List<? extends CostGraphDef.NodeOrBuilder>
CostGraphDef.Builder. getNodeOrBuilderList()
repeated .tensorflow.CostGraphDef.Node node = 1;
List<? extends CostGraphDef.NodeOrBuilder>
CostGraphDef. getNodeOrBuilderList()
repeated .tensorflow.CostGraphDef.Node node = 1;
List<? extends CostGraphDef.NodeOrBuilder>
CostGraphDefOrBuilder. getNodeOrBuilderList()
repeated .tensorflow.CostGraphDef.Node node = 1;
-