Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter.cc100 std::vector<HloInstruction*>& instructions_to_transform);
105 std::vector<HloInstruction*>& instructions_to_transform);
1470 std::vector<HloInstruction*>& instructions_to_transform) { in RewriteBroadcastTree() argument
1472 for (auto instr : instructions_to_transform) { in RewriteBroadcastTree()
1485 std::vector<HloInstruction*>& instructions_to_transform) { in IsBroadcastTree() argument
1490 instructions_to_transform.push_back(op); in IsBroadcastTree()
1504 instructions_to_transform)) { in IsBroadcastTree()
1508 instructions_to_transform.push_back(op); in IsBroadcastTree()
1772 std::vector<HloInstruction*> instructions_to_transform; in Propagate() local
1856 instructions_to_transform)) { in Propagate()
[all …]