Uses of Interface
org.tensorflow.framework.NodeOutputOrBuilder
-
Packages that use NodeOutputOrBuilder Package Description org.tensorflow.framework -
-
Uses of NodeOutputOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement NodeOutputOrBuilder Modifier and Type Class Description class
NodeOutput
Output sizes recorded for a single execution of a graph node.static class
NodeOutput.Builder
Output sizes recorded for a single execution of a graph node.Methods in org.tensorflow.framework that return NodeOutputOrBuilder Modifier and Type Method Description NodeOutputOrBuilder
NodeExecStats.Builder. getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;
NodeOutputOrBuilder
NodeExecStats. getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;
NodeOutputOrBuilder
NodeExecStatsOrBuilder. getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;
Methods in org.tensorflow.framework that return types with arguments of type NodeOutputOrBuilder Modifier and Type Method Description List<? extends NodeOutputOrBuilder>
NodeExecStats.Builder. getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7;
List<? extends NodeOutputOrBuilder>
NodeExecStats. getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7;
List<? extends NodeOutputOrBuilder>
NodeExecStatsOrBuilder. getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7;
-