Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc102 int64 CountNonLeafOps(const OpCollection& ops) { in CountNonLeafOps() function
909 int count1 = CountNonLeafOps(op->users()); in ReusesCarriedBy()
910 int count2 = CountNonLeafOps(user->operands()); in ReusesCarriedBy()
1136 : CountNonLeafOps(next_boundary.operands()[0]->operands()); in IsSafeToMoveBoundary()