Home
last modified time | relevance | path

Searched full:static_indexing_maps (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml31 static_indexing_maps:
76 static_indexing_maps:
117 static_indexing_maps:
152 static_indexing_maps:
187 static_indexing_maps:
222 static_indexing_maps:
257 static_indexing_maps:
292 static_indexing_maps:
327 static_indexing_maps:
362 static_indexing_maps
[all...]
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dconfig.py104 def __init__(self, static_indexing_maps: Optional[Sequence[_ir.AffineMap]] = None):
105 self.static_indexing_maps = static_indexing_maps
108 if self.static_indexing_maps is not None:
110 static_indexing_maps=[
111 _serialize_affine_map(m) for m in self.static_indexing_maps
418 static_indexing_maps=self.indexing_maps
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Dshape_maps_iteration.py13 # CHECK: static_indexing_maps:
40 # CHECK: static_indexing_maps:
58 # CHECK: static_indexing_maps:
/llvm-project/mlir/test/mlir-linalg-ods-gen/
H A Dtest-linalg-ods-yaml-gen.yaml33 static_indexing_maps:
144 static_indexing_maps:
223 static_indexing_maps:
281 static_indexing_maps:
360 static_indexing_maps:
/llvm-project/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp242 /// - static_indexing_maps: A static list of AffineMaps, possibly with
249 io.mapOptional("static_indexing_maps", info.staticIndexingMaps);