Searched refs:CostModel (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceThreadPool.h | 185 typedef TensorCostModel<ThreadPoolDevice> CostModel; in parallelFor() typedef 187 CostModel::numThreads(n, cost, static_cast<int>(numThreads())) == 1) { in parallelFor() 198 double block_size_f = 1.0 / CostModel::taskSize(1, cost); in parallelFor()
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 567 } CostModel; typedef 595 static int CostModelBuild(CostModel* const m, int cache_bits, in CostModelBuild() 621 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) { in GetLiteralCost() 628 static WEBP_INLINE double GetCacheCost(const CostModel* const m, uint32_t idx) { in GetCacheCost() 633 static WEBP_INLINE double GetLengthCost(const CostModel* const m, in GetLengthCost() 640 static WEBP_INLINE double GetDistanceCost(const CostModel* const m, in GetDistanceCost() 649 const CostModel* const cost_model, in AddSingleLiteralWithCostModel() 805 const CostModel* const cost_model) { in CostManagerInit() 1253 const size_t cost_model_size = sizeof(CostModel) + literal_array_size; in BackwardReferencesHashChainDistanceOnly() 1254 CostModel* const cost_model = in BackwardReferencesHashChainDistanceOnly() [all …]
|
/external/llvm/lib/Analysis/ |
D | CMakeLists.txt | 21 CostModel.cpp
|