Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc172 int64 current_flops = 0; in CalculateFlops() local
185 current_flops = in CalculateFlops()
198 current_flops = k * output_count * 2; in CalculateFlops()
205 current_flops = output_count * filter_height * filter_width * 2; in CalculateFlops()
207 (*flops_by_op)[node.op()] += current_flops; in CalculateFlops()
208 *total_flops += current_flops; in CalculateFlops()