Home
last modified time | relevance | path

Searched refs:nativeShape (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h117 NativeShapeFnType nativeShape = nullptr; member
119 nativeShape = std::move(fn); in setNativeShapeFn()
126 nativeShape = [=](Operation *) -> Optional<SmallVector<int64_t, 4>> { in setNativeShape()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp317 SmallVector<int64_t, 4> nativeShape( in runOnOperation() local
320 nativeShape[nativeShape.size() - 1] = lhsType.isF16() ? 4 : 2; in runOnOperation()
321 return nativeShape; in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp146 assert(options.nativeShape && in getTargetShape()
155 Optional<SmallVector<int64_t, 4>> targetShape = options.nativeShape(op); in getTargetShape()