Searched refs:kCubicCoeff (Results 1 – 2 of 2) sorted by relevance
66 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()
232 constexpr auto kCubicCoeff = "cubic_coeff"; variable