Uses of Class
org.tensorflow.framework.NodeExecStats
Packages that use NodeExecStats
-
Uses of NodeExecStats in org.tensorflow.framework
Methods in org.tensorflow.framework that return NodeExecStatsModifier and TypeMethodDescriptionNodeExecStats.Builder.build()NodeExecStats.Builder.buildPartial()static NodeExecStatsNodeExecStats.getDefaultInstance()NodeExecStats.Builder.getDefaultInstanceForType()NodeExecStats.getDefaultInstanceForType()DeviceStepStats.Builder.getNodeStats(int index) repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStats.getNodeStats(int index) repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStatsOrBuilder.getNodeStats(int index) repeated .tensorflow.NodeExecStats node_stats = 2;static NodeExecStatsNodeExecStats.parseDelimitedFrom(InputStream input) static NodeExecStatsNodeExecStats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeExecStatsNodeExecStats.parseFrom(byte[] data) static NodeExecStatsNodeExecStats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeExecStatsNodeExecStats.parseFrom(com.google.protobuf.ByteString data) static NodeExecStatsNodeExecStats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeExecStatsNodeExecStats.parseFrom(com.google.protobuf.CodedInputStream input) static NodeExecStatsNodeExecStats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeExecStatsNodeExecStats.parseFrom(InputStream input) static NodeExecStatsNodeExecStats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeExecStatsNodeExecStats.parseFrom(ByteBuffer data) static NodeExecStatsNodeExecStats.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type NodeExecStatsModifier and TypeMethodDescriptionDeviceStepStats.Builder.getNodeStatsList()repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStats.getNodeStatsList()repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStatsOrBuilder.getNodeStatsList()repeated .tensorflow.NodeExecStats node_stats = 2;com.google.protobuf.Parser<NodeExecStats> NodeExecStats.getParserForType()static com.google.protobuf.Parser<NodeExecStats> NodeExecStats.parser()Methods in org.tensorflow.framework with parameters of type NodeExecStatsModifier and TypeMethodDescriptionDeviceStepStats.Builder.addNodeStats(int index, NodeExecStats value) repeated .tensorflow.NodeExecStats node_stats = 2;DeviceStepStats.Builder.addNodeStats(NodeExecStats value) repeated .tensorflow.NodeExecStats node_stats = 2;NodeExecStats.Builder.mergeFrom(NodeExecStats other) static NodeExecStats.BuilderNodeExecStats.newBuilder(NodeExecStats prototype) DeviceStepStats.Builder.setNodeStats(int index, NodeExecStats value) repeated .tensorflow.NodeExecStats node_stats = 2;Method parameters in org.tensorflow.framework with type arguments of type NodeExecStatsModifier and TypeMethodDescriptionDeviceStepStats.Builder.addAllNodeStats(Iterable<? extends NodeExecStats> values) repeated .tensorflow.NodeExecStats node_stats = 2;