Searched defs:branch_count (Results 1 – 2 of 2) sorted by relevance
2075 int HloInstruction::branch_count() const { in branch_count() function in xla::HloInstruction
4507 for (int branch_count = 1; branch_count < kMaxBranchCount; branch_count++) { in TEST_T32() local