Searched refs:totalCost (Results 1 – 1 of 1) sorted by relevance
176 double cost = totalCost(output_size, cost_per_coeff); in numThreads()186 return totalCost(output_size, cost_per_coeff) / kTaskSize; in taskSize()190 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double totalCost( in totalCost() function