Home
last modified time | relevance | path

Searched defs:decrease (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dsize_holder.hpp51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease() function
81 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType) in decrease() function
/third_party/mindspore/mindspore/nn/metrics/
Dconfusion_matrix.py195 decrease="mean"): argument
294 decrease="mean"): argument
434 def _decrease_metric(chart, decrease="mean"): argument
/third_party/boost/boost/heap/
Dd_ary_heap.hpp412 void decrease(size_type index) in decrease() function in boost::heap::detail::d_ary_heap
711 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::d_ary_heap
726 void decrease(handle_type handle) in decrease() function in boost::heap::d_ary_heap
Dpairing_heap.hpp486 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::pairing_heap
502 void decrease (handle_type handle) in decrease() function in boost::heap::pairing_heap
Dfibonacci_heap.hpp507 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::fibonacci_heap
520 void decrease (handle_type handle) in decrease() function in boost::heap::fibonacci_heap
Dbinomial_heap.hpp503 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::binomial_heap
516 void decrease (handle_type handle) in decrease() function in boost::heap::binomial_heap
Dskew_heap.hpp738 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::skew_heap
752 void decrease (handle_type handle) in decrease() function in boost::heap::skew_heap
/third_party/boost/boost/heap/detail/
Dmutable_heap.hpp436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp544 int decrease = instr->operands[index].bytes() - temp.bytes(); in pseudo_propagate_temp() local