Home
last modified time | relevance | path

Searched refs:value_one (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dsoftdvpp_decode_resize_jpeg_ir.cc39 constexpr int32_t value_one = 1; in ValidateParams() local
42 if (size_[i] % value_two == value_one) { in ValidateParams()
Dsoftdvpp_decode_random_crop_resize_jpeg_ir.cc45 constexpr int32_t value_one = 1; in ValidateParams() local
48 if (size_[i] % value_two == value_one) { in ValidateParams()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dmixup_batch_op.cc34 constexpr int64_t value_one = 1; variable
110 if ((image_shape[dimension_one] != value_one && image_shape[dimension_one] != value_three) && in Compute()
111 (image_shape[dimension_three] != value_one && image_shape[dimension_three] != value_three)) { in Compute()
/third_party/pulseaudio/src/pulse/
Dformat.c185 const char *value_one, *value_two; in pa_format_info_is_compatible() local
187 value_one = pa_proplist_gets(first->plist, key); in pa_format_info_is_compatible()
190 if (!value_two || !pa_format_info_prop_compatible(value_one, value_two)) in pa_format_info_is_compatible()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtext.cc35 constexpr int64_t value_one = 1; variable
197 (void)user_dict->emplace_back(tokens.str(value_one), 0); in ParserFile()
199 …(void)user_dict->emplace_back(tokens.str(value_one), strtoll(tokens.str(value_two).c_str(), NULL, … in ParserFile()
/third_party/boost/libs/multiprecision/example/
Dhypergeometric_luke_algorithms.cpp95 template<class T> const T& one () { static const T value_one (1); return value_one; } in one() local