HomeSort by relevance Sort by last modified time
    Searched defs:node_type_map_time (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 326 std::map<string, int64>* node_type_map_time,
345 (*node_type_map_time)[node_type] += curr_time_val;
361 std::map<string, int64> node_type_map_time; local
366 ComputeStatsByType(&node_type_map_count, &node_type_map_time,
372 for (const auto& node_type : node_type_map_time) {
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 632 std::map<string, int64> node_type_map_time; local
637 stats->ComputeStatsByType(&node_type_map_count, &node_type_map_time,
640 for (const auto& time : node_type_map_time) {

Completed in 73 milliseconds