Home
last modified time | relevance | path

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

/external/libvpx/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/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc378 Costs costs = estimator(op_context); in PredictCosts() local
480 Costs costs = PredictOpCountBasedCost(op_count * op_cost, op_info); in PredictCwiseOp() local
492 auto costs = PredictOpCountBasedCost(0, op_context.op_info); in PredictCostOfAnUnknownOp() local
502 Costs costs = in PredictOpCountBasedCost() local
553 Costs costs; in PredictOpCountBasedCost() local
1103 auto costs = PredictOpCountBasedCost( in PredictConv2D() local
1114 auto costs = in PredictConv2DBackpropInput() local
1127 auto costs = in PredictConv2DBackpropFilter() local
1218 auto costs = PredictFusedOp(op_context_with_output, component_ops); in PredictFusedConv2DBiasActivation() local
1227 auto costs = PredictOpCountBasedCost( in PredictMatMul() local
[all …]
Dop_level_cost_estimator_test.cc1020 auto costs = predict_max_pool(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
1030 auto costs = predict_max_pool(10, 20, 384, 1, 2, "SAME"); in TEST_F() local
1040 auto costs = predict_max_pool(10, 20, 384, 2, 3, "VALID"); in TEST_F() local
1062 auto costs = predict_max_pool_grad(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
1072 auto costs = predict_max_pool_grad(10, 20, 384, 1, 2, "SAME"); in TEST_F() local
1082 auto costs = predict_max_pool_grad(10, 20, 384, 2, 3, "VALID"); in TEST_F() local
1103 auto costs = predict_avg_pool(10, 20, 384, 3, 2, "SAME"); in TEST_F() local
1113 auto costs = predict_avg_pool(10, 20, 384, 1, 2, "SAME"); in TEST_F() local
1123 auto costs = predict_avg_pool(10, 20, 384, 2, 3, "VALID"); in TEST_F() local
1145 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()
Dcost_estimator.h192 Costs costs; in ZeroCosts() local
/external/libaom/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/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h62 NodeEntry(const Vector &costs) : costs(costs), degree(0) {} in NodeEntry()
83 Matrix costs; variable
87 EdgeEntry(NodeItr node1, NodeItr node2, const Matrix &costs) in EdgeEntry()
168 NodeItr addNode(const Vector &costs) { in addNode()
177 const Matrix &costs) { in addEdge()
/external/swiftshader/third_party/llvm-7.0/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/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/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/webp/src/enc/
Dcost_enc.h36 CostArrayPtr costs; member
Dquant_enc.c567 const uint16_t* costs; // shortcut to cost tables member
594 CostArrayPtr const costs = in TrellisQuantizeBlock() local
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i175 tensorflow::grappler::Costs* costs) { in _GetOpPerformanceDataAndRunTime()
326 tensorflow::grappler::Costs costs; in TF_MeasureCosts() local
Dcost_analyzer.cc47 Costs costs; in PredictCosts() local
/external/zopfli/src/zopfli/
Dsqueeze.c215 float* costs; in GetBestLengths() local
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1031 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local
/external/mesa3d/src/gtest/src/
Dgtest.cc1030 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1030 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local
/external/googletest/googletest/src/
Dgtest.cc1051 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1074 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local
/external/epid-sdk/ext/gtest/
Dgtest-all.cc2478 std::vector<std::vector<double> > costs( in CalculateOptimalEdits() local