Searched refs:operandSegmentSizes (Results 1 – 2 of 2) sorted by relevance
100 auto operandSegmentSizes = DenseIntElementsAttr::get( in build() local103 result.addAttribute(kOperandSegmentSizesAttr, operandSegmentSizes); in build()206 auto operandSegmentSizes = DenseIntElementsAttr::get( in parse() local209 result.addAttribute(kOperandSegmentSizesAttr, operandSegmentSizes); in parse()
897 std::array<int32_t, 3> operandSegmentSizes = {1, 0, 0}; in processInstruction() local905 operandSegmentSizes[i + 1] = blockArguments.size(); in processInstruction()910 b.getI32VectorAttr(operandSegmentSizes)); in processInstruction()