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