Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc296 …ShapeVector pad_shape_max = trans::PaddingShape(out_shape_max, AnfAlgo::GetOutputFormat(input, 0),… in NewTransOpNode() local
297 pad_shape_ptr = std::make_shared<abstract::Shape>(pad_shape, pad_shape_min, pad_shape_max); in NewTransOpNode()