Searched refs:cost_per_col (Results 1 – 2 of 2) sorted by relevance
67 const int64_t cost_per_col = 2 * weight_type.getNumElements(); in GetArithmeticCountForConvAndFullyconnectedOp() local69 *count = 2 * cost_per_col * cols; in GetArithmeticCountForConvAndFullyconnectedOp()
1912 const int64 cost_per_col = in EstimateArithmeticOpsCount() local1914 *result = cost_per_col * cols; in EstimateArithmeticOpsCount()