Searched defs:CostModel (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.h38 // CostModel keeps track of the following runtime statistics for nodes
45 class CostModel { class in namespace:tensorflow
49 explicit CostModel(bool is_global) : is_global_(is_global) { function in class:tensorflow::CostModel
56 // NOTE(tucker): Maybe this should move to a subclass of CostModel.
74 void MergeFromGlobal(const CostModel& cm);
78 void MergeFromLocal(const Graph& g, const CostModel& cm);
168 // Add this CostModel into the CostGraphDef.
171 // Write the contents of the CostModel to the INFO log.
227 TF_DISALLOW_COPY_AND_ASSIGN(CostModel);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h185 typedef TensorCostModel<ThreadPoolDevice> CostModel; typedef
187 CostModel::numThreads(n, cost, static_cast<int>(numThreads())) == 1) {
198 double block_size_f = 1.0 / CostModel::taskSize(1, cost);
/external/webp/src/enc/
H A Dbackward_references_cost_enc.c38 } CostModel; typedef in typeref:struct:__anon30419
61 static int CostModelBuild(CostModel* const m, int xsize, int cache_bits,
95 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) {
102 static WEBP_INLINE double GetCacheCost(const CostModel* const m, uint32_t idx) {
107 static WEBP_INLINE double GetLengthCost(const CostModel* const m,
114 static WEBP_INLINE double GetDistanceCost(const CostModel* const m,
123 const CostModel* const cost_model, int idx, int use_color_cache,
252 const CostModel* const cost_model) {
575 const size_t cost_model_size = sizeof(CostModel) + literal_array_size;
576 CostModel* cons
[all...]

Completed in 228 milliseconds