Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc76 bool root_found = false; in HloComputation() local
88 root_found |= instruction.get() == root_instruction_; in HloComputation()
91 CHECK(root_found) in HloComputation()
285 bool root_found = false; in set_root_instruction() local
288 root_found = true; in set_root_instruction()
292 DCHECK(root_found); in set_root_instruction()
/external/libxml2/
Dxmlschemas.c27079 goto root_found; in xmlSchemaVReaderWalk()
27084 root_found: in xmlSchemaVReaderWalk()