Home
last modified time | relevance | path

Searched defs:ratio (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.js7 lighten: function (ratio) {return this;}, argument
8 darken: function (ratio) {return this;}, argument
9 saturate: function (ratio) {return this;}, argument
10 desaturate: function (ratio) {return this;}, argument
11 whiten: function (ratio) {return this;}, argument
12 blacken: function (ratio) {return this;}, argument
14 clearer: function (ratio) {return this;}, argument
25 lighten: function (ratio) { return this; }, argument
26 darken: function (ratio) { return this; }, argument
27 saturate: function (ratio) { return this; }, argument
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dbounding_box_augment_ir.cc31 …ration::BoundingBoxAugmentOperation(const std::shared_ptr<TensorOperation> &transform, float ratio) in BoundingBoxAugmentOperation()
68 float ratio = op_params["ratio"]; in from_json() local
Drandom_resized_crop_with_bbox_ir.cc33const std::vector<float> &ratio, in RandomResizedCropWithBBoxOperation()
104 std::vector<float> ratio = op_params["ratio"]; in from_json() local
Drandom_resized_crop_ir.cc34 … const std::vector<float> &scale, const std::vector<float> &ratio, in RandomResizedCropOperation()
108 std::vector<float> ratio = op_params["ratio"]; in from_json() local
Dsoftdvpp_decode_random_crop_resize_jpeg_ir.cc32 …const std::vector<int32_t> &size, const std::vector<float> &scale, const std::vector<float> &ratio, in SoftDvppDecodeRandomCropResizeJpegOperation()
105 std::vector<float> ratio = op_params["ratio"]; in from_json() local
Drandom_crop_decode_resize_ir.cc33 const std::vector<float> &ratio, in RandomCropDecodeResizeOperation()
89 std::vector<float> ratio = op_params["ratio"]; in from_json() local
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_by_ratios.hpp85 …negative_b(const T& a, const T& b, const T& z, const Policy& pol, int& log_scaling, const T& ratio) in hypergeometric_1F1_from_function_ratio_negative_b()
139 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(coef, boost::math::policies… in hypergeometric_1F1_from_function_ratio_negative_b() local
581 …T ratio = 1 / boost::math::tools::function_ratio_from_forwards_recurrence(coef, boost::math::polic… in hypergeometric_1F1_from_function_ratio_negative_b_forwards() local
630 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(coef, boost::math::policies… in hypergeometric_1F1_from_function_ratio_negative_ab() local
/third_party/boost/boost/ratio/
Dratio.hpp77 class ratio class
96 ratio() in ratio() function in boost::ratio
99 ratio(const ratio<_N2, _D2>&, in ratio() function in boost::ratio
/third_party/boost/libs/compute/perf/
Dperf_copy_if.cpp49 float ratio = float(std::distance(output.begin(), i)) / PERF_N; in test_copy_if_odd() local
100 float ratio = float(std::distance(output_points.begin(), i)) / PERF_N; in test_copy_if_in_sphere() local
/third_party/boost/libs/ratio/
DREADME.md1 ratio chapter
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.cpp38 IntegerRatio ratio(builder.getInputRate(), builder.getOutputRate()); in MultiChannelResampler() local
86 IntegerRatio ratio(getInputRate(), getOutputRate()); in build() local
/third_party/mindspore/mindspore/core/ops/
Dsplit_with_overlap.cc21 void SplitWithOverlap::Init(int64_t number_split, const std::vector<int64_t> &ratio, in Init()
34 void SplitWithOverlap::set_ratio(const std::vector<int64_t> &ratio) { (void)this->AddAttr(kRatio, M… in set_ratio()
Dproposal.cc47 void Proposal::set_ratio(const std::vector<float> &ratio) { (void)this->AddAttr(kRatio, MakeValue(r… in set_ratio()
87const std::vector<float> &ratio, const std::vector<float> &scale, const int64_t pre_nms_topn, in Init()
/third_party/boost/libs/test/doc/examples/
Dtolerance_04.run-fail.cpp22 typedef boost::rational<int> ratio; typedef
/third_party/skia/modules/skparagraph/src/
DRun.cpp259 auto ratio = shift * 1.0 / fTextRange.width(); in sizeToChar() local
269 auto ratio = shift * 1.0 / fTextRange.width(); in sizeFromChar() local
275 auto ratio = (s * 1.0) / fWidth; in roundPos() local
/third_party/mindspore/scripts/
Dsetdotlabelwidth36 def calc_num_chars_per_row(total_chars, ratio): argument
/third_party/mesa3d/src/tool/pps/
Dpps.h33 constexpr double ratio(double num, double den) in ratio() function
/third_party/mindspore/mindspore/lite/src/ops/populate/
Dsplit_with_overlap_populate.cc48 auto ratio = value->ratio(); in PopulateSplitWithOverlapParameter() local
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c226 #define DELTA(ratio, idx, w) \ argument
234 gdouble ratio, delta, cur_delta; in gst_video_calculate_device_ratio() local
/third_party/flutter/skia/modules/skparagraph/src/
DRun.cpp229 auto ratio = shift * 1.0 / fTextRange.width(); in sizeToChar() local
239 auto ratio = shift * 1.0 / fTextRange.width(); in sizeFromChar() local
245 auto ratio = (s * 1.0) / fWidth; in roundPos() local
/third_party/boost/libs/math/test/
Dtest_recurrence.cpp90 …T ratio = boost::math::tools::function_ratio_from_forwards_recurrence(bessel_jy_recurrence<T>(v, x… in test_spots() local
135 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(bessel_jy_recurrence<T>(v, … in test_spots() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dbounding_box_augment_op.cc27 BoundingBoxAugmentOp::BoundingBoxAugmentOp(std::shared_ptr<TensorOp> transform, float ratio) in BoundingBoxAugmentOp()
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
DTorusLightingES1.cpp51 float ratio = static_cast<float>(getWindow()->getWidth()) / in initialize() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D2-1.c88 float ratio; in main() local
D2-2.c89 float ratio; in main() local

1234567