Lines Matching defs:maps
43 /// Append to `fusedOpIndexingMapAttrs` the indexing maps for the operands of
93 // If there are no indexing maps, the operand can only be dropped
98 // The concatanation of the remained indexing maps must be invertible, so
101 // concatanated indexing maps are not invertible.
354 // Compute the fused operands list and indexing maps.
367 // 3. Consumer input operands/maps up to consumerIdx (exclusive).
377 // 4. Splice in producer's input operands/maps.
382 // Compute indexing maps for the producer args in the fused operation.
388 // 5. Remaining consumer's input operands/maps (drop past index
426 // Fused op has invalid indexing maps. Typically this means something is off
527 /// reassociation map helps compute the indexing maps of the modified op.
566 // - All the indexing maps for operands and results are projected
728 /// Returns the reassociation maps to use in the `tensor.expand_shape`
1206 ArrayRef<AffineMap> maps, ArrayRef<ReassociationIndices> dimSequences) {
1207 return llvm::all_of(maps, [&](AffineMap map) {
1257 // dimensions since the indexing maps will have to contain mods and divs
1340 // Check that the sequence is preserved in all indexing maps.