| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeExecStats
Time/size stats recorded for a single execution of a graph node.
|
static class |
NodeExecStats.Builder
Time/size stats recorded for a single execution of a graph node.
|
| Modifier and Type | Method and Description |
|---|---|
NodeExecStatsOrBuilder |
DeviceStepStats.getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStatsOrBuilder |
DeviceStepStats.Builder.getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStatsOrBuilder |
DeviceStepStatsOrBuilder.getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends NodeExecStatsOrBuilder> |
DeviceStepStats.getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<? extends NodeExecStatsOrBuilder> |
DeviceStepStats.Builder.getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<? extends NodeExecStatsOrBuilder> |
DeviceStepStatsOrBuilder.getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
Copyright © 2021. All rights reserved.