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 classNodeOutputOutput sizes recorded for a single execution of a graph node.static classNodeOutput.BuilderOutput sizes recorded for a single execution of a graph node.Methods in org.tensorflow.framework that return NodeOutputOrBuilder Modifier and Type Method Description NodeOutputOrBuilderNodeExecStats.Builder. getOutputOrBuilder(int index)repeated .tensorflow.NodeOutput output = 7;NodeOutputOrBuilderNodeExecStats. getOutputOrBuilder(int index)repeated .tensorflow.NodeOutput output = 7;NodeOutputOrBuilderNodeExecStatsOrBuilder. 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;
-