Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc59 void ExpectZeroCost(const Costs& cost) { in ExpectZeroCost()
640 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
665 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
686 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
708 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
731 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
760 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
784 auto cost = estimator_.PredictCosts(op_context); in TEST_F() local
796 auto cost = PredictCosts(DescribeBiasAdd(1000, 10)); in TEST_F() local
808 auto cost = PredictCosts(DescribeConvolution(16, 19, 19, 48, 48, 5, 5, 256)); in TEST_F() local
[all …]
/external/libcups/scheduler/
Dfilter.c56 int cost, /* I - Relative time/resource cost */ in mimeAddFilter()
145 int *cost) /* O - Cost of filters */ in mimeFilter()
167 int *cost) /* O - Cost of filters */ in mimeFilter2()
305 int *cost, /* O - Cost of filters */ in mime_find_filters()
Dtestmime.c45 int cost; /* Cost of filters */ in main() local
208 int cost; /* Cost of filter */ in add_ppd_filter() local
441 int cost; /* Filter cost */ in type_dir() local
/external/libnl/python/netlink/route/links/
Dbridge.py66 def cost(self): member in BRIDGELink
73 def cost(self, cost): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dmin_cost_flow_assignment.cc69 int cost = 0; in Build() local
150 int cost; member
156 void AddEdge(size_t src, size_t dst, int cap, int cost) { in AddEdge()
185 size_t cost = (*usage_records_)[tensor_id].tensor_size; in AssignTensorsToNewSharedObject() local
/external/tensorflow/tensorflow/core/framework/
Dcost_graph.proto83 float cost = 1; field
88 repeated AggregatedCost cost = 2; field
/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/modules/audio_processing/
Dconfig_unittest.cc62 virtual int cost(int x) const { return x; } in cost() function
68 virtual int cost(int x) const { return x * x; } 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.h56 float cost; member
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dprediction_ops.cc183 const int64 cost = 30; in Compute() local
273 const int64 cost = (last_tree + 1) * 10; in Compute() local
390 const int64 cost = (last_tree + 1) * 10; in Compute() local
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_limit.h22 __u32 credit_cap, cost; member
/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/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/mesa3d/src/panfrost/util/
Dlcra.c204 lcra_set_node_spill_cost(struct lcra_state *l, unsigned node, signed cost) in lcra_set_node_spill_cost()
237 float cost = (l->spill_cost[i] + 1); in lcra_get_best_spill_node() local
/external/libgav1/libgav1/src/dsp/x86/
Dcdef_avx2.cc364 inline void Cost0Or4_Pair(uint32_t* cost, const __m256i partial_0, in Cost0Or4_Pair()
403 inline void CostOdd_Pair(uint32_t* cost, const __m256i partial_a, in CostOdd_Pair()
437 inline void Cost2And6_Pair(uint32_t* cost, const __m256i partial_a, in Cost2And6_Pair()
459 uint32_t cost[8]; in CdefDirection_AVX2() 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
/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

123456