Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc979 std::unordered_map<string, Costs::NanoSeconds> op_completion_times; in IdentifySwappingCandidates() local
1000 op_completion_times.emplace(node_stats.node_name(), exec_time); in IdentifySwappingCandidates()
1043 auto it = op_completion_times.find(input.node->name()); in IdentifySwappingCandidates()
1044 if (it == op_completion_times.end()) { in IdentifySwappingCandidates()