Searched refs:std_constant (Results 1 – 4 of 4) sorted by relevance
23 using std_constant = ValueBuilder<ConstantOp>; variable
358 Value padValue = std_constant(type, getPadValueAttr<ConvOp>(type)); in emitScalarImplementation()384 Value padValue = std_constant(type, getPadValueAttr<PoolingOp>(type)); in getPoolingInput()
580 auto acc = std_constant(elemType, rewriter.getZeroAttr(elemType)); in matchAndRewrite()
1150 i32Type, std_constant(vectorType, builder.getI32VectorAttr({10})), in TEST_FUNC()