Searched refs:flops_by_op (Results 1 – 1 of 1) sorted by relevance
151 std::unordered_map<string, int64>* flops_by_op) { in CalculateFlops() argument207 (*flops_by_op)[node.op()] += current_flops; in CalculateFlops()615 std::unordered_map<string, int64> flops_by_op; in Main() local617 &total_flops, &flops_by_op); in Main()