Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1201 const bool has_sequential_order = in AssignSingleHloBuffer() local
1203 all_computations_have_sequential_order &= has_sequential_order; in AssignSingleHloBuffer()
1296 const bool has_sequential_order = instruction_sequence != nullptr; in AssignBuffersForComputations() local
1297 if (has_sequential_order && buffers_to_assign_sequentially != nullptr) { in AssignBuffersForComputations()
1638 const bool has_sequential_order = instruction_sequence != nullptr; in CreateAssignment() local
1639 if (has_sequential_order) { in CreateAssignment()