HomeSort by relevance Sort by last modified time
    Searched refs:node_type_map_memory (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 327 std::map<string, int64>* node_type_map_memory,
346 (*node_type_map_memory)[node_type] += curr_memory_val;
362 std::map<string, int64> node_type_map_memory; local
367 &node_type_map_memory, &node_type_map_times_called,
373 const int64 mem_used = node_type_map_memory[node_type.first];
stat_summarizer.h 176 std::map<string, int64>* node_type_map_memory,
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 633 std::map<string, int64> node_type_map_memory; local
638 &node_type_map_memory,

Completed in 259 milliseconds