Searched refs:operandSegmentSizes (Results 1 – 4 of 4) sorted by relevance
154 auto operandSegmentSizes = DenseIntElementsAttr::get( in build() local157 result.addAttribute(kOperandSegmentSizesAttr, operandSegmentSizes); in build()272 auto operandSegmentSizes = DenseIntElementsAttr::get( in parseExecuteOp() local275 result.addAttribute(kOperandSegmentSizesAttr, operandSegmentSizes); in parseExecuteOp()
85 int32_t operandSegmentSizes[] = {static_cast<int32_t>(operands.size()), in parseCreateOperationOp() local89 builder.getI32VectorAttr(operandSegmentSizes)); in parseCreateOperationOp()
182 int32_t operandSegmentSizes[] = {static_cast<int32_t>(operands.size()), in parseOperationOp() local186 builder.getI32VectorAttr(operandSegmentSizes)); in parseOperationOp()
612 std::array<int32_t, 3> operandSegmentSizes = {1, 0, 0}; in processInstruction() local620 operandSegmentSizes[i + 1] = blockArguments.size(); in processInstruction()625 b.getI32VectorAttr(operandSegmentSizes)); in processInstruction()