HomeSort by relevance Sort by last modified time
    Searched defs:cost_model (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
costmodel_manager.cc 23 static const string kCostModelLogTag = "COST_MODEL";
39 CostModel* cost_model = new CostModel(false); local
40 cost_model->InitFromGraph(*graph);
41 cost_models_.emplace(graph, cost_model);
42 return cost_model;
64 CostModel* cost_model = it->second; local
65 cost_model->AddToCostGraphDef(graph, cost_graph);
optimization_registry.h 40 const CostModel* cost_model = nullptr; member in struct:tensorflow::GraphOptimizationPassOptions
  /external/webp/src/enc/
backward_references_cost_enc.c 123 const CostModel* const cost_model, int idx, int use_color_cache,
131 cost_val += GetCacheCost(cost_model, ix) * mul0;
135 cost_val += GetLiteralCost(cost_model, color) * mul1;
152 // cost_ = distance cost at index + GetLengthCost(cost_model, k)
153 // and the minimum value is kept. GetLengthCost(cost_model, k) is cached in an
173 // The GetLengthCost(cost_model, k) are cached in a CostCacheInterval.
182 // GetLengthCost(cost_model, k) in cost_cache_ and the CostInterval's (whose
190 double cost_cache_[MAX_LENGTH]; // Contains the GetLengthCost(cost_model, k).
252 const CostModel* const cost_model) {
266 manager->cost_cache_[0] = GetLengthCost(cost_model, 0)
576 CostModel* const cost_model = local
    [all...]

Completed in 101 milliseconds