Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1913 const int64 num_adds = op.inputs.size() - 1; in EstimateArithmeticOpsCount() local
1914 *result = num_adds * RequiredBufferSizeForShape(output_array.shape()); in EstimateArithmeticOpsCount()