Searched refs:timeline_label (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | host_tracer_test.cc | 66 p.timeline_label() == expected_.timeline_label(); in MatchAndExplain()
|
/external/tensorflow/tensorflow/python/client/ |
D | timeline.py | 443 node_name, op = self._parse_kernel_label(nodestats.timeline_label, 449 _, op, inputs = self._parse_op_label(nodestats.timeline_label) 543 _, _, inputs = self._parse_op_label(node_stats.timeline_label) 653 name, _ = self._parse_kernel_label(kernel.timeline_label,
|
D | timeline_test.py | 135 node_stats.timeline_label = ('[1024B] edge_160_conv2/biases/read from '
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | dense_layer_test.py | 41 labels.append(node_stats.timeline_label)
|
D | jit_test.py | 73 labels.append(node_stats.timeline_label)
|
/external/tensorflow/tensorflow/core/framework/ |
D | step_stats.proto | 67 string timeline_label = 8; field
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer.cc | 120 const std::string& label = ns.timeline_label(); in OpType()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 1234 string timeline_label; in GenerateRunMetadata() local 1236 absl::StrAppend(&timeline_label, in GenerateRunMetadata() 1240 absl::StrAppend(&timeline_label, "/", in GenerateRunMetadata() 1243 node_stats->set_timeline_label(timeline_label); in GenerateRunMetadata()
|
D | virtual_scheduler_test.cc | 2450 if (stats.timeline_label() == "MatMul" || in TEST_F() 2451 stats.timeline_label() == "RandomUniform") { in TEST_F()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 999 ns.timeline_label()); in ProcessDeviceStats() 1003 if (!found_node_in_graph && ns.timeline_label().empty()) { in ProcessDeviceStats() 1019 if (!ns.timeline_label().empty()) { in ProcessDeviceStats() 1020 details = ns.timeline_label(); in ProcessDeviceStats()
|
/external/tensorflow/tensorflow/python/framework/ |
D | function_test.py | 1693 if cell_func_call_pattern.search(node_stats.timeline_label):
|