Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding.cc53 static bool IsOrContainsIllegalInstr(const HloInstruction* instr) { in IsOrContainsIllegalInstr() function
59 if (absl::c_any_of(c->instructions(), IsOrContainsIllegalInstr)) { in IsOrContainsIllegalInstr()
111 if (IsOrContainsIllegalInstr(instruction)) { in Run()