Home
last modified time | relevance | path

Searched refs:timeline_label (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer_test.cc66 p.timeline_label() == expected_.timeline_label(); in MatchAndExplain()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py443 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,
Dtimeline_test.py135 node_stats.timeline_label = ('[1024B] edge_160_conv2/biases/read from '
/external/tensorflow/tensorflow/compiler/tests/
Ddense_layer_test.py41 labels.append(node_stats.timeline_label)
Djit_test.py73 labels.append(node_stats.timeline_label)
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto67 string timeline_label = 8; field
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc120 const std::string& label = ns.timeline_label(); in OpType()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc1234 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()
Dvirtual_scheduler_test.cc2450 if (stats.timeline_label() == "MatMul" || in TEST_F()
2451 stats.timeline_label() == "RandomUniform") { in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc999 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/
Dfunction_test.py1693 if cell_func_call_pattern.search(node_stats.timeline_label):