Searched refs:ms_ori_shape (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/tiling/ |
D | op_tiling_adapter.cc | 84 auto ms_ori_shape = AnfAlgo::GetOutputInferShape(input_node, input_index); in ConvertInputShapeAndType() local 96 std::transform(ms_ori_shape.begin(), ms_ori_shape.end(), std::back_inserter(ge_ori_shape), in ConvertInputShapeAndType() 116 auto ms_ori_shape = AnfAlgo::GetOutputInferShape(node, i); in ConvertOutputShapeAndType() local 126 std::transform(ms_ori_shape.begin(), ms_ori_shape.end(), std::back_inserter(ge_ori_shape), in ConvertOutputShapeAndType() 156 auto ms_ori_shape = AnfAlgo::GetPrevNodeOutputInferShape(node, index); in NewConstantOp() local 164 std::transform(ms_ori_shape.begin(), ms_ori_shape.end(), std::back_inserter(ge_ori_shape), in NewConstantOp()
|