Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc1180 auto data0_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(data0->BuildShape())[kShape]; in InferImplDynamicStitch() local
1200 for (size_t i = indices0_shape.size(); i < data0_shape.size(); ++i) { in InferImplDynamicStitch()
1201 out_shape.push_back(data0_shape[i]); in InferImplDynamicStitch()