Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc92 std::vector<HloInstruction*>& instructions_to_transform);
97 std::vector<HloInstruction*>& instructions_to_transform);
1058 std::vector<HloInstruction*>& instructions_to_transform) { in RewriteBroadcastTree() argument
1060 for (auto instr : instructions_to_transform) { in RewriteBroadcastTree()
1073 std::vector<HloInstruction*>& instructions_to_transform) { in IsBroadcastTree() argument
1078 instructions_to_transform.push_back(op); in IsBroadcastTree()
1092 instructions_to_transform)) { in IsBroadcastTree()
1096 instructions_to_transform.push_back(op); in IsBroadcastTree()
1237 std::vector<HloInstruction*> instructions_to_transform; in Propagate() local
1319 instructions_to_transform)) { in Propagate()
[all …]