You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Method to get the Shape of the result based on the input shape, inner
209
-
// tiles, position of the inner tiles (innerDimsPos) and interchange vector
210
-
// of outer loops (outerDimsPerm).
211
-
212
-
/// Helper for PackOp::{getResultShape, inferPackedTensorType, inferPackedMemRefType}.
213
-
/// Returns the shape of the packed type. Having a shared helper helps
214
-
/// implement these three methods in a way that ensures
215
-
/// that they agree on which dimensions are dynamic.
204
+
// Returns the shape of the packed type. It is a shared helper helps type inference methods in a way that ensures that they agree on which dimensions are dynamic.
0 commit comments