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

  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 325 std::map<string, int64>* node_type_map_count,
344 (*node_type_map_count)[node_type] += 1;
360 std::map<string, int64> node_type_map_count; local
366 ComputeStatsByType(&node_type_map_count, &node_type_map_time,
403 InitField(stream, 9) << node_type_map_count[node_type];
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 631 std::map<string, int64> node_type_map_count; local
637 stats->ComputeStatsByType(&node_type_map_count, &node_type_map_time,

Completed in 849 milliseconds