Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc3970 std::vector<std::string> nested_instruction_errors; in ParseOperands() local
3971 std::swap(error_, nested_instruction_errors); in ParseOperands()
3979 std::make_move_iterator(nested_instruction_errors.begin()), in ParseOperands()
3980 std::make_move_iterator(nested_instruction_errors.end())); in ParseOperands()