Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1960 const int64 cost_per_val = 2 * maxpool->kheight * maxpool->kwidth + 32; in EstimateArithmeticOpsCount() local
1961 *result = RequiredBufferSizeForShape(output_array.shape()) * cost_per_val; in EstimateArithmeticOpsCount()