Uses of Interface
org.tensorflow.framework.NodeExecStatsOrBuilder
Packages that use NodeExecStatsOrBuilder
-
Uses of NodeExecStatsOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement NodeExecStatsOrBuilderModifier and TypeClassDescriptionfinal classTime/size stats recorded for a single execution of a graph node.static final classTime/size stats recorded for a single execution of a graph node.Methods in org.tensorflow.framework that return NodeExecStatsOrBuilderModifier and TypeMethodDescriptionDeviceStepStats.Builder.getNodeStatsOrBuilder(int index) repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStats.getNodeStatsOrBuilder(int index) repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStatsOrBuilder.getNodeStatsOrBuilder(int index) repeated .tensorflow.NodeExecStats node_stats = 2;Methods in org.tensorflow.framework that return types with arguments of type NodeExecStatsOrBuilderModifier and TypeMethodDescriptionList<? 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;