Home
last modified time | relevance | path

Searched refs:std_constant (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DIntrinsics.h23 using std_constant = ValueBuilder<ConstantOp>; variable
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DLoops.cpp358 Value padValue = std_constant(type, getPadValueAttr<ConvOp>(type)); in emitScalarImplementation()
384 Value padValue = std_constant(type, getPadValueAttr<PoolingOp>(type)); in getPoolingInput()
DVectorization.cpp580 auto acc = std_constant(elemType, rewriter.getZeroAttr(elemType)); in matchAndRewrite()
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp1150 i32Type, std_constant(vectorType, builder.getI32VectorAttr({10})), in TEST_FUNC()