Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h176 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