Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Drelu.cc37 auto shape_element = x->cast<abstract::ShapePtr>(); in InferShape() local
38 MS_EXCEPTION_IF_NULL(shape_element); in InferShape()
39 return shape_element; in InferShape()
Dleaky_relu.cc25 auto shape_element = x->cast<abstract::ShapePtr>(); in InferShape() local
26 MS_EXCEPTION_IF_NULL(shape_element); in InferShape()
27 return shape_element; in InferShape()
Drelu6.cc38 auto shape_element = x->cast<abstract::ShapePtr>(); in InferShape() local
39 MS_EXCEPTION_IF_NULL(shape_element); in InferShape()
40 return shape_element; in InferShape()
Dprelu.cc38 auto shape_element = x->cast<abstract::ShapePtr>(); in InferShape() local
39 MS_EXCEPTION_IF_NULL(shape_element); in InferShape()
40 return shape_element; in InferShape()
/third_party/mindspore/mindspore/core/ops/grad/
Drelu_grad_v2.cc33 auto shape_element = x->cast<abstract::ShapePtr>(); in InferShape() local
34 MS_EXCEPTION_IF_NULL(shape_element); in InferShape()
35 return shape_element; in InferShape()
Drelu_grad.cc43 auto shape_element = x->cast<abstract::ShapePtr>(); in InferShape() local
44 MS_EXCEPTION_IF_NULL(shape_element); in InferShape()
45 return shape_element; in InferShape()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc408 auto shape_element = shape->cast<abstract::ShapePtr>(); in ConvertShapePtrToShapeMap() local
409 MS_EXCEPTION_IF_NULL(shape_element); in ConvertShapePtrToShapeMap()
411 shape_map[kShape] = shape_element->shape(); in ConvertShapePtrToShapeMap()
412 shape_map[kMinShape] = shape_element->min_shape(); in ConvertShapePtrToShapeMap()
413 shape_map[kMaxShape] = shape_element->max_shape(); in ConvertShapePtrToShapeMap()