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 NodeExecStats
NodeExecStats.Builder. build()
NodeExecStats
NodeExecStats.Builder. buildPartial()
static NodeExecStats
NodeExecStats. getDefaultInstance()
NodeExecStats
NodeExecStats.Builder. getDefaultInstanceForType()
NodeExecStats
NodeExecStats. getDefaultInstanceForType()
NodeExecStats
DeviceStepStats.Builder. getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
NodeExecStats
DeviceStepStats. getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
NodeExecStats
DeviceStepStatsOrBuilder. getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
static NodeExecStats
NodeExecStats. parseDelimitedFrom(InputStream input)
static NodeExecStats
NodeExecStats. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeExecStats
NodeExecStats. parseFrom(byte[] data)
static NodeExecStats
NodeExecStats. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeExecStats
NodeExecStats. parseFrom(InputStream input)
static NodeExecStats
NodeExecStats. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeExecStats
NodeExecStats. parseFrom(ByteBuffer data)
static NodeExecStats
NodeExecStats. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeExecStats
NodeExecStats. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static NodeExecStats
NodeExecStats. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeExecStats
NodeExecStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static NodeExecStats
NodeExecStats. 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.Builder
DeviceStepStats.Builder. addNodeStats(int index, NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2;
DeviceStepStats.Builder
DeviceStepStats.Builder. addNodeStats(NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2;
NodeExecStats.Builder
NodeExecStats.Builder. mergeFrom(NodeExecStats other)
static NodeExecStats.Builder
NodeExecStats. newBuilder(NodeExecStats prototype)
DeviceStepStats.Builder
DeviceStepStats.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.Builder
DeviceStepStats.Builder. addAllNodeStats(Iterable<? extends NodeExecStats> values)
repeated .tensorflow.NodeExecStats node_stats = 2;
-