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.cc87 bool root_found = false; in HloComputation() local
99 root_found |= instruction.get() == root_instruction_; in HloComputation()
102 CHECK(root_found) in HloComputation()
387 bool root_found = false; in set_root_instruction() local
390 root_found = true; in set_root_instruction()
394 DCHECK(root_found); in set_root_instruction()
/external/libxml2/
Dxmlschemas.c27297 goto root_found; in xmlSchemaVReaderWalk()
27302 root_found: in xmlSchemaVReaderWalk()