Searched refs:async_wrapped_operand_shapes (Results 1 – 1 of 1) sorted by relevance
1627 std::vector<Shape> async_wrapped_operand_shapes; in CreateInstruction() local1631 async_wrapped_operand_shapes.push_back(operand->shape()); in CreateInstruction()1642 async_wrapped_operand_shapes = in CreateInstruction()1659 async_wrapped_operands.reserve(async_wrapped_operand_shapes.size()); in CreateInstruction()1660 for (int i = 0; i < async_wrapped_operand_shapes.size(); ++i) { in CreateInstruction()1663 i, async_wrapped_operand_shapes.at(i), "async_param"))); in CreateInstruction()