Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_maths.cc345 constexpr size_t minimum_shape = 3; in InferImplBatchMatMul() local
346 if (x_shp.size() != y_shp.size() || x_shp.size() < minimum_shape) { in InferImplBatchMatMul()