Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dresize.cc66 void Resize::set_cubic_coeff(const float cubic_coeff) { (void)this->AddAttr(kCubicCoeff, MakeValue(… in set_cubic_coeff()
110 auto value_ptr = GetAttr(kCubicCoeff); in get_cubic_coeff()
Dop_utils.h232 constexpr auto kCubicCoeff = "cubic_coeff"; variable