Home
last modified time | relevance | path

Searched defs:shape_array (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dbroadcast_to_fusion.cc50 auto shape_array = shape_array_opt.value(); in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Ddropout_gen_mask_ext.cc40 auto shape_array = shape_opt.value(); in InferShape() local
Dnormal_float_float.cc57 auto shape_array = shape_array_opt.value(); in InferShape() local
Dreshape.cc45 auto shape_array = shape_array_opt.value(); in InferShape() local
Dmatmul_fusion_utils.cc28 auto shape_array = shape_array_opt.value(); in InferenceMultiMatmulInferShape() local
Dbroadcast_to.cc106 auto shape_array = shape_array_opt.value(); in InferShape() local
Dargmax_with_value.cc36 ShapeArray shape_array{output_shape, output_shape}; in GetOutputShapeArray() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_utils.cc205 ShapeArray shape_array; in AddFakeGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/
Dshape_calc.cc41 auto shape_array = functor_->Calc(args, pos_idx); in EvalOnRun() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dcommon_utils.cc140 bool CheckShapesSame(const ShapeArray &shape_array) { in CheckShapesSame()