Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
NodeExecStats |
NodeExecStats.Builder.build() |
NodeExecStats |
NodeExecStats.Builder.buildPartial() |
static NodeExecStats |
NodeExecStats.getDefaultInstance() |
NodeExecStats |
NodeExecStats.getDefaultInstanceForType() |
NodeExecStats |
NodeExecStats.Builder.getDefaultInstanceForType() |
NodeExecStats |
DeviceStepStatsOrBuilder.getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStats |
DeviceStepStats.getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStats |
DeviceStepStats.Builder.getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
static NodeExecStats |
NodeExecStats.parseDelimitedFrom(InputStream input) |
static NodeExecStats |
NodeExecStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
NodeExecStats.parseFrom(byte[] data) |
static NodeExecStats |
NodeExecStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
NodeExecStats.parseFrom(com.google.protobuf.ByteString data) |
static NodeExecStats |
NodeExecStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
NodeExecStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static NodeExecStats |
NodeExecStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
NodeExecStats.parseFrom(InputStream input) |
static NodeExecStats |
NodeExecStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<NodeExecStats> |
DeviceStepStatsOrBuilder.getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<NodeExecStats> |
DeviceStepStats.getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<NodeExecStats> |
DeviceStepStats.Builder.getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
com.google.protobuf.Parser<NodeExecStats> |
NodeExecStats.getParserForType() |
static com.google.protobuf.Parser<NodeExecStats> |
NodeExecStats.parser() |
Modifier and Type | Method and 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; |
Modifier and Type | Method and Description |
---|---|
DeviceStepStats.Builder |
DeviceStepStats.Builder.addAllNodeStats(Iterable<? extends NodeExecStats> values)
repeated .tensorflow.NodeExecStats node_stats = 2; |
Copyright © 2015–2017. All rights reserved.