Home
last modified time | relevance | path

Searched refs:option_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Drank_cpu_kernel.h75 if (ascending_ != (option_ == rank::NaOption::Top)) { in get_padding_value()
87 rank::NaOption option_{rank::OptionNotDefined};
Drank_cpu_kernel.cc51 option_ = kValidOptions.at(option); in InitKernel()
200 if ((option_ == NaOption::Keep) && is_nan[sort_idx[i]]) { in Launch1DFloat()
219 if ((option_ == NaOption::Keep && (nans_count > 0))) { in Launch1DFloat()
227 if (option_ == NaOption::Keep) { in Launch1DFloat()
/third_party/re2/util/
Dpcre.h524 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()
526 PCRE::Option option() const { return option_; } in option()
528 option_ = option; in set_option()
546 PCRE::Option option_;
/third_party/nghttp2/src/
DHttpServer.cc235 option_(nullptr), in Sessions()
243 nghttp2_option_new(&option_); in Sessions()
247 option_, config_->encoder_header_table_size); in Sessions()
258 nghttp2_option_del(option_); in ~Sessions()
296 const nghttp2_option *get_option() const { return option_; } in get_option()
422 nghttp2_option *option_; member in nghttp2::Sessions