Home
last modified time | relevance | path

Searched defs:max_cost (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dsuggestions.c41 size_t max_cost) in levenshtein_distance()
281 _Py_UTF8_Edit_Cost(PyObject *a, PyObject *b, Py_ssize_t max_cost) in _Py_UTF8_Edit_Cost()
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dprofile_analyzer_cli.py740 def _render_normalized_cost_bar(self, cost, max_cost, length): argument
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dcdef_block_neon.c408 uint32x4_t max_cost = vdupq_n_u32(best_cost); in cdef_find_dir_neon() local
421 uint32x4_t max_cost = vcombine_u32(cost64, cost64); in cdef_find_dir_neon() local
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp1542 uint32_t max_cost, in Parse()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc2592 const auto max_cost = EIGEN_COST(scalar_max_op<int64_t>); in PredictResizeBilinear() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpartition_search.c3399 const int max_cost = av1_cost_symbol(0); in set_partition_cost_for_edge_blk() local