Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.cc77 int b_branch = -1; in ExecutesBefore() local
85 b_branch = j; in ExecutesBefore()
88 if (a_branch != -1 && a_branch < b_branch) { in ExecutesBefore()