Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc341 absl::Span<Item* const> after_instructions) { in InsertAfterInstructions() argument
344 << absl::StrJoin(after_instructions, ", ", in InsertAfterInstructions()
352 CHECK(!after_instructions.empty()); in InsertAfterInstructions()
354 for (Item* item : after_instructions) { in InsertAfterInstructions()
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp442 exec_list *before_instructions, exec_list *after_instructions, in fix_parameter() argument
534 after_instructions->push_tail(assignment_2); in fix_parameter()