Uses of Interface
org.tensorflow.framework.NodeExecStatsOrBuilder
-
Packages that use NodeExecStatsOrBuilder Package Description org.tensorflow.framework -
-
Uses of NodeExecStatsOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement NodeExecStatsOrBuilder Modifier and Type Class Description classNodeExecStatsTime/size stats recorded for a single execution of a graph node.static classNodeExecStats.BuilderTime/size stats recorded for a single execution of a graph node.Methods in org.tensorflow.framework that return NodeExecStatsOrBuilder Modifier and Type Method Description NodeExecStatsOrBuilderDeviceStepStats.Builder. getNodeStatsOrBuilder(int index)repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStatsOrBuilderDeviceStepStats. getNodeStatsOrBuilder(int index)repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStatsOrBuilderDeviceStepStatsOrBuilder. getNodeStatsOrBuilder(int index)repeated .tensorflow.NodeExecStats node_stats = 2;Methods in org.tensorflow.framework that return types with arguments of type NodeExecStatsOrBuilder Modifier and Type Method Description List<? extends NodeExecStatsOrBuilder>DeviceStepStats.Builder. getNodeStatsOrBuilderList()repeated .tensorflow.NodeExecStats node_stats = 2;List<? extends NodeExecStatsOrBuilder>DeviceStepStats. getNodeStatsOrBuilderList()repeated .tensorflow.NodeExecStats node_stats = 2;List<? extends NodeExecStatsOrBuilder>DeviceStepStatsOrBuilder. getNodeStatsOrBuilderList()repeated .tensorflow.NodeExecStats node_stats = 2;
-