Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc151 std::unordered_map<string, int64>* flops_by_op) { in CalculateFlops() argument
207 (*flops_by_op)[node.op()] += current_flops; in CalculateFlops()
615 std::unordered_map<string, int64> flops_by_op; in Main() local
617 &total_flops, &flops_by_op); in Main()