Searched refs:minimum_shape (Results 1 – 1 of 1) sorted by relevance
345 constexpr size_t minimum_shape = 3; in InferImplBatchMatMul() local346 if (x_shp.size() != y_shp.size() || x_shp.size() < minimum_shape) { in InferImplBatchMatMul()