Searched refs:kStepW (Results 1 – 2 of 2) sorted by relevance
73 void PriorBox::set_step_w(const float step_w) { (void)this->AddAttr(kStepW, MakeValue(step_w)); } in set_step_w()76 auto value_ptr = GetAttr(kStepW); in get_step_w()
189 constexpr auto kStepW = "step_w"; variable