Home
last modified time | relevance | path

Searched refs:kNewWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dresize.cc55 void Resize::set_new_width(const int64_t new_width) { (void)this->AddAttr(kNewWidth, MakeValue(new_… in set_new_width()
97 auto value_ptr = GetAttr(kNewWidth); in get_new_width()
Dop_utils.h229 constexpr auto kNewWidth = "new_width"; variable
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_inputs_adjust.cc46 prim_resize->GetAttr(ops::kNewWidth) == nullptr) { in CheckResize()