Searched refs:ALIGN_CORNERS (Results 1 – 11 of 11) sorted by relevance
51 prim->set_coordinate_transform_mode(mindspore::CoordinateTransformMode::ALIGN_CORNERS); in Parse()66 prim->set_coordinate_transform_mode(mindspore::CoordinateTransformMode::ALIGN_CORNERS); in Parse()
29 prim->set_coordinate_transform_mode(mindspore::CoordinateTransformMode::ALIGN_CORNERS); in Parse()
40 {"align_corners", mindspore::CoordinateTransformMode::ALIGN_CORNERS}, in Parse()
40 prim->set_coordinate_transform_mode(mindspore::CoordinateTransformMode::ALIGN_CORNERS); in Parse()
44 align_corners_ = GetBoolAttr(ALIGN_CORNERS); in GetAttrs()
137 constexpr char ALIGN_CORNERS[] = "align_corners"; variable
28 ALIGN_CORNERS = 1,
32 ALIGN_CORNERS = 5,
87 constexpr char ALIGN_CORNERS[] = "align_corners"; variable
122 enum CoordinateTransformMode : int64_t { ASYMMETRIC = 0, ALIGN_CORNERS = 1, HALF_PIXEL = 2, CROP_AN… enumerator
479 dst_prim->set_coordinate_transform_mode(mindspore::ALIGN_CORNERS); in MoveAttrMapResize()