Home
last modified time | relevance | path

Searched refs:decrease (Results 1 – 25 of 200) sorted by relevance

12345678

/third_party/mindspore/mindspore/nn/metrics/
Dconfusion_matrix.py195 decrease="mean"): argument
199 … calculation_method=calculation_method, decrease=decrease)
204 decrease = validator.check_value_type("decrease", decrease, [str])
205 self.decrease = validator.check_string(decrease, decrease_list, "decrease")
294 decrease="mean"): argument
299 self.decrease = decrease
329 chart, not_nans = _decrease_metric(confusion_matrix, self.decrease)
338 chart, not_nans = _decrease_metric(sub_confusion_matrix, self.decrease)
434 def _decrease_metric(chart, decrease="mean"): argument
456 not_nans, chart = decrease_dict.get(decrease)
/third_party/flutter/flutter/examples/catalog/test/
Dcustom_semantics_test.dart61 semanticsOwner.performAction(semantics.id, SemanticsAction.decrease);
74 semanticsOwner.performAction(semantics.id, SemanticsAction.decrease);
76 semanticsOwner.performAction(semantics.id, SemanticsAction.decrease);
78 semanticsOwner.performAction(semantics.id, SemanticsAction.decrease);
109 actions |= SemanticsAction.decrease.index;
/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/boost/boost/heap/detail/
Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/third_party/boost/boost/heap/
Dheap_concepts.hpp92 c.decrease(h, v); in BOOST_CONCEPT_USAGE()
96 c.decrease(h); in BOOST_CONCEPT_USAGE()
Dskew_heap.hpp665 decrease(handle, v); in update()
685 decrease(handle); in update()
688 decrease(handle); in update()
738 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::skew_heap
742 decrease(handle); in decrease()
752 void decrease (handle_type handle) in decrease() function in boost::heap::skew_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
714 super_t::decrease(handle, v); in decrease()
726 void decrease(handle_type handle) in decrease() function in boost::heap::d_ary_heap
729 super_t::decrease(handle); in decrease()
Dbinomial_heap.hpp443 decrease(handle, v); in update()
461 decrease(handle); in update()
464 decrease(handle); in update()
503 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::binomial_heap
506 decrease(handle); in decrease()
516 void decrease (handle_type handle) in decrease() function in boost::heap::binomial_heap
Dfibonacci_heap.hpp414 decrease(handle, v); in update()
507 void decrease (handle_type handle, const_reference v) in decrease() function in boost::heap::fibonacci_heap
510 decrease(handle); in decrease()
520 void decrease (handle_type handle) in decrease() function in boost::heap::fibonacci_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
/third_party/boost/libs/heap/test/
Dmutable_heap_tests.hpp137 q.decrease(handles[i]); in pri_queue_test_decrease()
153 q.decrease(handles[i], -1); in pri_queue_test_decrease_function()
168 q.decrease(handles[i], data[i]); in pri_queue_test_decrease_function_identity()
/third_party/boost/libs/heap/examples/
Dinterface.cpp169 pq.decrease(t1, 0); in mutable_interface()
199 pq.decrease(t1); in mutable_fixup_interface()
/third_party/curl/docs/cmdline-opts/
Dmax-time.d11 values, but the actual timeout will decrease in accuracy as the specified
/third_party/benchmark/docs/
Drandom_interleaving.md13 and optionally decrease the per-repetition time `--benchmark_min_time=0.1`.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcustom_painter_test.dart190 decreasedValue: 'decrease-before',
212 decreasedValue: 'decrease-before',
234 decreasedValue: 'decrease-after',
265 decreasedValue: 'decrease-after',
291 decreasedValue: 'decrease-before',
338 onDecrease: () => performedActions.add(SemanticsAction.decrease),
/third_party/openGLES/extensions/SGIX/
DSGIX_spotlight_cutoff.txt88 however it must monotonically decrease from (cos(c_rli-d_rli))^s_rli
117 however it must monotonically decrease from (cos(c_rli-d_rli))^s_rli
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_spotlight_cutoff.txt88 however it must monotonically decrease from (cos(c_rli-d_rli))^s_rli
117 however it must monotonically decrease from (cos(c_rli-d_rli))^s_rli
/third_party/grpc/examples/python/compression/
DREADME.md3 gRPC offers lossless compression options in order to decrease the number of bits
/third_party/boost/libs/heap/doc/
Dheap.qbk227 void decrease(handle_type const & handle, value_type const & v);
232 void decrease(handle_type const & handle);
235 [warning Incorrect use of =increase= or =decrease= may corrupt the priority queue data structure. I…
254 Beside an =update= function, two additional functions =increase= and =decrease= are provided, that …
348 …top()]] [[^push()]] [[^pop()]] [[^update()]] [[^increase()]] [[^decrease()]] [[^erase()]] …
/third_party/openGLES/extensions/EXT/
DEXT_conservative_depth.txt122 modification of gl_FragDepth will only decrease its value. When the
139 // assume it may be modified such that its value will only decrease
/third_party/flutter/flutter/packages/flutter/test/material/
Dpage_selector_test.dart137 // opacity should increase and Indicator 1's opacity should decrease.
151 // opacity should increase and Indicator 1's opacity should decrease.
Dtime_picker_test.dart469 action: SemanticsAction.decrease,
488 action: SemanticsAction.decrease,
493 action: SemanticsAction.decrease,
534 action: SemanticsAction.decrease,
539 action: SemanticsAction.decrease,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_conservative_depth.txt122 modification of gl_FragDepth will only decrease its value. When the
139 // assume it may be modified such that its value will only decrease
/third_party/openGLES/extensions/AMD/
DAMD_conservative_depth.txt133 modification of gl_FragDepth will only decrease its value. When the
149 …agDepth; // Assume that gl_FragDepth may be modified such that its value will only decrease
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_conservative_depth.txt133 modification of gl_FragDepth will only decrease its value. When the
149 …agDepth; // Assume that gl_FragDepth may be modified such that its value will only decrease

12345678