Home
last modified time | relevance | path

Searched refs:kOutQuantized (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Ddetection_post_process.cc105 (void)this->AddAttr(kOutQuantized, MakeValue(OutQuantized)); in set_out_quantized()
108 auto value_ptr = this->GetAttr(kOutQuantized); in get_out_quantized()
Dop_utils.h149 constexpr auto kOutQuantized = "out_quantized"; variable