Home
last modified time | relevance | path

Searched defs:costs (Results 1 – 25 of 51) sorted by relevance

123

/external/libvpx/vp9/encoder/
Dvp9_cost.c39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i, in cost()
56 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens()
60 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens_skip()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() local
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint() local
289 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint() local
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() local
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint() local
290 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp190 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() local
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint() local
289 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc1451 auto costs = predict_max_pool(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
1463 auto costs = predict_max_pool(10, 20, 384, 1, 2, "SAME"); in TEST_F() local
1473 auto costs = predict_max_pool(10, 20, 384, 2, 3, "VALID"); in TEST_F() local
1495 auto costs = predict_max_pool_grad(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
1507 auto costs = predict_max_pool_grad(10, 20, 384, 1, 2, "SAME"); in TEST_F() local
1517 auto costs = predict_max_pool_grad(10, 20, 384, 2, 3, "VALID"); in TEST_F() local
1538 auto costs = predict_avg_pool(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
1550 auto costs = predict_avg_pool(10, 20, 384, 1, 2, "SAME"); in TEST_F() local
1560 auto costs = predict_avg_pool(10, 20, 384, 2, 3, "VALID"); in TEST_F() local
1582 auto costs = predict_avg_pool_grad(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
[all …]
Dcost_estimator.cc58 Costs MultiplyCosts(const Costs& costs, int multiplier) { in MultiplyCosts()
/external/tensorflow/tensorflow/core/common_runtime/
Drequest_cost.cc27 const std::vector<std::pair<absl::string_view, absl::Duration>>& costs) { in RecordCost()
/external/libaom/av1/encoder/
Dcost.c29 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf, in av1_cost_tokens_from_cdf()
/external/zopfli/src/zopfli/
Dsqueeze.c222 ZopfliHash* h, float* costs) { in GetBestLengths()
434 ZopfliHash* h, float* costs) { in LZ77OptimalRun()
461 float* costs = (float*)malloc(sizeof(float) * (blocksize + 1)); in ZopfliLZ77Optimal() local
541 float* costs = (float*)malloc(sizeof(float) * (blocksize + 1)); in ZopfliLZ77OptimalFixed() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dcost_utils.cc114 grappler::Costs costs = PredictCosts(op_context); in Predict() local
/external/webp/src/dsp/
Dcost_mips_dsp_r2.c24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPSdspR2() local
Dcost.c326 CostArrayPtr const costs = res->costs; in GetResidualCost_C() local
Dcost_mips32.c24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPS32() local
Dcost_sse2.c51 CostArrayPtr const costs = res->costs; in GetResidualCost_SSE2() local
Dcost_neon.c57 CostArrayPtr const costs = res->costs; in GetResidualCost_NEON() local
/external/harfbuzz_ng/src/
Dhb-subset-instancer-iup.cc284 hb_vector_t<unsigned>& costs, /* OUT */ in _iup_contour_optimize_dp()
403 hb_vector_t<unsigned> costs; in _iup_contour_optimize() local
456 hb_vector_t<unsigned> costs; in _iup_contour_optimize() local
/external/webp/src/enc/
Dcost_enc.h36 CostArrayPtr costs; member
/external/fonttools/Lib/fontTools/qu2cu/
Dqu2cu.py268 def spline_to_curves(q, costs, tolerance=0.5, all_cubic=False): argument
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc56 tensorflow::grappler::Costs* costs) { in _GetOpPerformanceDataAndRunTime()
264 tensorflow::grappler::Costs costs; in PYBIND11_MODULE() local
/external/pytorch/aten/src/ATen/native/cudnn/
DLossCTC.cpp230 Tensor costs = at::empty({log_probs->size(1)}, log_probs->options()); in _cudnn_ctc_loss() local
315 Tensor costs = at::empty({log_probs->size(1)}, log_probs->options()); in _cudnn_ctc_loss_tensor() local
/external/googleapis/google/cloud/recommendationengine/v1beta1/
Dcatalog.proto167 map<string, float> costs = 3 [(google.api.field_behavior) = OPTIONAL]; field
Duser_event.proto288 map<string, float> costs = 4 [(google.api.field_behavior) = OPTIONAL]; field
/external/google-cloud-java/java-recommendations-ai/proto-google-cloud-recommendations-ai-v1beta1/src/main/proto/google/cloud/recommendationengine/v1beta1/
Dcatalog.proto167 map<string, float> costs = 3 [(google.api.field_behavior) = OPTIONAL]; field
Duser_event.proto288 map<string, float> costs = 4 [(google.api.field_behavior) = OPTIONAL]; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc217 const auto& costs = trailing_metadata->Take(LbCostBinMetadata()); in MakeCallPromise() local

123