Searched refs:start_times (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | scheduler.cc | 212 std::vector<Microseconds>* start_times) { in ComputeSchedule() argument 248 if ((*start_times)[out->id()] < event.time + copy_time) { in ComputeSchedule() 249 (*start_times)[out->id()] = event.time + copy_time; in ComputeSchedule() 254 Event e{out, (*start_times)[out->id()], false}; in ComputeSchedule() 272 (*start_times)[e.node->id()] = event.time; in ComputeSchedule() 299 std::vector<Microseconds>* start_times) { in ComputeSchedule() argument 304 return greedysched.ComputeSchedule(start_times); in ComputeSchedule() 309 std::vector<Microseconds> start_times; in AssignPriorities() local 310 Microseconds makespan = ComputeSchedule(&start_times); in AssignPriorities() 313 (*priorities)[n->id()] = start_times[n->id()].value(); in AssignPriorities()
|
D | scheduler.h | 78 Microseconds ComputeSchedule(std::vector<Microseconds>* start_times); 102 Microseconds ComputeSchedule(std::vector<Microseconds>* start_times);
|
D | master_session.cc | 433 sa.ComputeAsap(&popts.start_times); in DoBuildPartitions()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 860 std::vector<std::pair<const NodeDef*, int64>> start_times; in TopologicalSortNodesWithTimePriority() local 861 start_times.reserve(gdef->node_size()); in TopologicalSortNodesWithTimePriority() 866 start_times.emplace_back(cur.node, cur.start_time); in TopologicalSortNodesWithTimePriority() 880 nodes->swap(start_times); in TopologicalSortNodesWithTimePriority() 894 std::vector<std::pair<const NodeDef*, int64>> start_times; in AddControlEdges() local 896 status = TopologicalSortNodesWithTimePriority(gdef, &start_times, in AddControlEdges() 905 int64 makespan = start_times.back().second; in AddControlEdges() 911 while (i < num_epochs && static_cast<size_t>(j) < start_times.size()) { in AddControlEdges() 912 if (i * resolution > start_times[j].second) { in AddControlEdges() 922 string src_name = start_times[j - 1].first->name(); in AddControlEdges() [all …]
|
D | graph_partition.h | 78 std::vector<Microseconds> start_times; member
|
/external/webrtc/modules/congestion_controller/pcc/ |
D | monitor_interval_unittest.cc | 80 std::vector<Timestamp> start_times = { in TEST() local 92 CreatePacketResults(start_times, end_times, packet_sizes); in TEST()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler_test.cc | 2371 const std::unordered_map<string, int64>& start_times, in ValidateDependencyChain() argument 2375 int64 curr_node_time = start_times.at(node); in ValidateDependencyChain() 2736 std::unordered_map<string, int64> start_times; in TEST_F() local 2739 start_times[stats.node_name()] = stats.all_start_micros(); in TEST_F() 2777 start_times, in TEST_F() 2782 ValidateDependencyChain(start_times, in TEST_F() 2786 ValidateDependencyChain(start_times, {"while/Switch", "while/Exit"}); in TEST_F() 2788 start_times, {"while/Identity", "while/concat/axis", "while/concat"}); in TEST_F() 2789 ValidateDependencyChain(start_times, {"while/Identity", "while/add"}); in TEST_F() 2790 ValidateDependencyChain(start_times, {"while/Switch_1", "while/Exit_1"}); in TEST_F()
|
/external/igt-gpu-tools/tests/ |
D | perf.c | 2001 struct tms start_times; in test_blocking() local 2026 times(&start_times); in test_blocking() 2103 user_ns = (end_times.tms_utime - start_times.tms_utime) * tick_ns; in test_blocking() 2104 kernel_ns = (end_times.tms_stime - start_times.tms_stime) * tick_ns; in test_blocking() 2112 (int)start_times.tms_utime, (int)end_times.tms_utime); in test_blocking() 2115 (int)start_times.tms_stime, (int)end_times.tms_stime); in test_blocking() 2160 struct tms start_times; in test_polling() local 2184 times(&start_times); in test_polling() 2290 user_ns = (end_times.tms_utime - start_times.tms_utime) * tick_ns; in test_polling() 2291 kernel_ns = (end_times.tms_stime - start_times.tms_stime) * tick_ns; in test_polling() [all …]
|
/external/perfetto/src/trace_processor/metrics/chrome/ |
D | rail_modes.sql | 131 ) start_times
|