Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion.cc781 std::vector<InstructionEntry> unordered_ops; in Compute() local
790 unordered_ops.push_back(instr_entry1); in Compute()
799 if (!ForceRuntimeOrder(unordered_ops, instr_entry2, in Compute()
856 bool ForceRuntimeOrder(absl::Span<const InstructionEntry> unordered_ops, in ForceRuntimeOrder() argument
859 if (unordered_ops.empty()) { in ForceRuntimeOrder()
880 for (const InstructionEntry& entry1 : unordered_ops) { in ForceRuntimeOrder()
902 for (const InstructionEntry& entry1 : unordered_ops) { in ForceRuntimeOrder()