OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_stats_pb2
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/debug/lib/
profiling_test.py
21
from tensorflow.core.framework import
step_stats_pb2
30
node_1 =
step_stats_pb2
.NodeExecStats(
38
node_2 =
step_stats_pb2
.NodeExecStats(
46
node_3 =
step_stats_pb2
.NodeExecStats(
54
node_4 =
step_stats_pb2
.NodeExecStats(
/external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli_test.py
23
from tensorflow.core.framework import
step_stats_pb2
85
node1 =
step_stats_pb2
.NodeExecStats(
91
node2 =
step_stats_pb2
.NodeExecStats(
121
node1 =
step_stats_pb2
.NodeExecStats(
180
node1 =
step_stats_pb2
.NodeExecStats(
187
node2 =
step_stats_pb2
.NodeExecStats(
232
node1 =
step_stats_pb2
.NodeExecStats(
239
node2 =
step_stats_pb2
.NodeExecStats(
286
node1 =
step_stats_pb2
.NodeExecStats(
293
node2 =
step_stats_pb2
.NodeExecStats
[
all
...]
/external/tensorflow/tensorflow/python/grappler/
cluster.py
23
from tensorflow.core.framework import
step_stats_pb2
108
step_stats_pb2
.StepStats.FromString(step_stats_bytes))
/external/tensorflow/tensorflow/python/profiler/
pprof_profiler_test.py
24
from tensorflow.core.framework import
step_stats_pb2
68
node1 =
step_stats_pb2
.NodeExecStats(
/external/tensorflow/tensorflow/python/kernel_tests/
summary_ops_test.py
28
from tensorflow.core.framework import
step_stats_pb2
808
step_stats =
step_stats_pb2
.StepStats(dev_stats=[
809
step_stats_pb2
.DeviceStepStats(
811
node_stats=[
step_stats_pb2
.NodeExecStats(node_name='hello')])
[
all
...]
Completed in 270 milliseconds