Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc275 ShapeVector out_shape_max; in NewTransOpNode() local
283 out_shape_max = out_shape_ptr->max_shape(); in NewTransOpNode()
296 …ShapeVector pad_shape_max = trans::PaddingShape(out_shape_max, AnfAlgo::GetOutputFormat(input, 0),… in NewTransOpNode()
/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc433 auto out_shape_max = BroadcastShape(x_shape_max, y_shape_max); in InferImplLess() local
436 … std::make_shared<Shape>(out_shape, out_shape_min, out_shape_max)); in InferImplLess()