HomeSort by relevance Sort by last modified time
    Searched full:current_flops (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 191 int64 current_flops = 0; local
204 current_flops =
217 current_flops = k * output_count * 2;
224 current_flops = output_count * filter_height * filter_width * 2;
226 (*flops_by_op)[node.op()] += current_flops;
227 *total_flops += current_flops;

Completed in 94 milliseconds