/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 528 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/ |
D | bridge.py | 66 def cost(self): member in BRIDGELink 73 def cost(self, cost): member in BRIDGELink
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsageMark.java | 65 int cost, in ShortestUsageMark() 82 int cost, in ShortestUsageMark()
|
/external/toolchain-utils/bestflags/ |
D | mock_task.py | 22 def __init__(self, stage, identifier, cost=0): argument 55 def SetResult(self, stage, cost): argument
|
/external/webrtc/webrtc/test/ |
D | common_unittest.cc | 64 virtual int cost(int x) const { in cost() function 72 virtual int cost(int x) const { in cost() function
|
/external/brotli/c/enc/ |
D | literal_cost.c | 57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8() 128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
|
D | backward_references_hq.h | 53 float cost; member
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_limit.h | 22 __u32 credit_cap, cost; member
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | prediction_ops.cc | 168 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/ |
D | xt_limit.h | 21 __u32 credit_cap, cost; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_limit.h | 20 __u32 credit_cap, cost; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.c | 13 static void cost(int *const C, vp8_tree T, const vp8_prob *const P, int i, in cost() function
|
D | encodemv.c | 89 unsigned int cost; in cost_mvcomponent() local 173 const int cost = in update() local
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator.cc | 52 int cost = 0; in Cost() local 249 size_t cost = 0; in CalcNumberOfFragments() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_cost.c | 39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i, in cost() function
|
D | vp9_cost.h | 39 int cost = 0; in treed_cost() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | matrix_triangular_solve_op.cc | 71 double cost = rows * rows * num_rhss * in GetCostPerUnit() local 163 double cost = rows * rows * num_rhss * in GetCostPerUnit() local
|
D | svd_op_impl.h | 74 double cost = 12 * std::max(m, n) * std::min(m, n) * std::min(m, n); in GetCostPerUnit() local
|
D | unary_ops_composition.cc | 43 int cost; member 132 Eigen::TensorOpCost cost(/*bytes_loaded=*/sizeof(T) * num_fns, in Compute() local
|
/external/webp/src/dsp/ |
D | cost_mips_dsp_r2.c | 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local
|
D | cost.c | 331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
|
D | cost_mips32.c | 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local
|
/external/clang/test/CodeGenCXX/ |
D | array-operator-delete-call.cpp | 24 S *cost; member
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_shader.h | 59 unsigned cost; member 104 unsigned cost; member 130 unsigned cost; variable
|
/external/webp/src/enc/ |
D | backward_references_cost_enc.c | 124 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
|