Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc1627 std::vector<Shape> async_wrapped_operand_shapes; in CreateInstruction() local
1631 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()