Home
last modified time | relevance | path

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

12345

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc528 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
548 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
566 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
586 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
596 auto cost = PredictCosts(DescribeBiasAdd(1000, 10)); in TEST_F() local
606 auto cost = PredictCosts(DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() local
616 auto cost = in TEST_F() local
627 auto cost = PredictCosts(DescribeBinaryOp("Dummy", 1000, 1)); in TEST_F() local
638 auto cost = PredictCosts(DescribeBinaryOp("Dummy", 1000, 1)); in TEST_F() local
650 auto cost = PredictCosts(DescribeFusedConv2DBiasActivation( in TEST_F() local
[all …]
/external/libnl/python/netlink/route/links/
Dbridge.py66 def cost(self): member in BRIDGELink
73 def cost(self, cost): member in BRIDGELink
/external/proguard/src/proguard/shrink/
DShortestUsageMark.java65 int cost, in ShortestUsageMark()
82 int cost, in ShortestUsageMark()
/external/toolchain-utils/bestflags/
Dmock_task.py22 def __init__(self, stage, identifier, cost=0): argument
55 def SetResult(self, stage, cost): argument
/external/webrtc/webrtc/test/
Dcommon_unittest.cc64 virtual int cost(int x) const { in cost() function
72 virtual int cost(int x) const { in cost() function
/external/brotli/c/enc/
Dliteral_cost.c57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8()
128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
Dbackward_references_hq.h53 float cost; member
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_limit.h22 __u32 credit_cap, cost; member
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dprediction_ops.cc168 const int64 cost = 30; in Compute() local
262 const int64 cost = (last_tree + 1) * 10; in Compute() local
382 const int64 cost = (last_tree + 1) * 10; in Compute() local
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_limit.h21 __u32 credit_cap, cost; member
/external/iptables/include/linux/netfilter/
Dxt_limit.h20 __u32 credit_cap, cost; member
/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.c13 static void cost(int *const C, vp8_tree T, const vp8_prob *const P, int i, in cost() function
Dencodemv.c89 unsigned int cost; in cost_mvcomponent() local
173 const int cost = in update() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc52 int cost = 0; in Cost() local
249 size_t cost = 0; in CalcNumberOfFragments() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.c39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i, in cost() function
Dvp9_cost.h39 int cost = 0; in treed_cost() local
/external/tensorflow/tensorflow/core/kernels/
Dmatrix_triangular_solve_op.cc71 double cost = rows * rows * num_rhss * in GetCostPerUnit() local
163 double cost = rows * rows * num_rhss * in GetCostPerUnit() local
Dsvd_op_impl.h74 double cost = 12 * std::max(m, n) * std::min(m, n) * std::min(m, n); in GetCostPerUnit() local
Dunary_ops_composition.cc43 int cost; member
132 Eigen::TensorOpCost cost(/*bytes_loaded=*/sizeof(T) * num_fns, in Compute() local
/external/webp/src/dsp/
Dcost_mips_dsp_r2.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local
Dcost.c331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
Dcost_mips32.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local
/external/clang/test/CodeGenCXX/
Darray-operator-delete-call.cpp24 S *cost; member
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h59 unsigned cost; member
104 unsigned cost; member
130 unsigned cost; variable
/external/webp/src/enc/
Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel()
322 int position, float cost) { in UpdateCost()
336 float cost) { in UpdateCostPerInterval()
421 float cost, int position, int start, in InsertInterval()
495 const float cost = (float)(distance_cost + cost_cache_intervals[i].cost_); in PushInterval() local

12345