Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/estimators/
Darithmetic_count_util.h67 const int64_t cost_per_col = 2 * weight_type.getNumElements(); in GetArithmeticCountForConvAndFullyconnectedOp() local
69 *count = 2 * cost_per_col * cols; in GetArithmeticCountForConvAndFullyconnectedOp()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc1912 const int64 cost_per_col = in EstimateArithmeticOpsCount() local
1914 *result = cost_per_col * cols; in EstimateArithmeticOpsCount()