Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dassign.cpp126 auto &toDim{to.GetDimension(j)}; in Assign() local
128 toDim.SetBounds(fromDim.LowerBound(), fromDim.UpperBound()); in Assign()
129 toDim.SetByteStride(stride); in Assign()
130 stride *= toDim.Extent(); in Assign()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp145 static Dim toDim(const SparseTensorEncodingAttr &enc, unsigned d) { in toDim() function
201 if (!findAffine(merger, tensor, a, toDim(enc, d), !enc)) in findSparseAnnotations()