Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc38 bool IsCallerInstruction(HloInstruction* hlo) { in IsCallerInstruction() function
82 if (!hlo->called_computations().empty() && !IsCallerInstruction(hlo)) { in Preprocess()