Home
last modified time | relevance | path

Searched defs:FunctionVisitor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h261 using FunctionVisitor = FunctionVisitorBase<HloInstruction*>; variable
Dhlo_instruction_test.cc962 TEST_F(HloInstructionTest, FunctionVisitor) { in TEST_F() argument
/external/python/cpython3/Parser/
Dasdl_c.py284 class FunctionVisitor(PrototypeVisitor): class
/external/python/cpython2/Parser/
Dasdl_c.py278 class FunctionVisitor(PrototypeVisitor): class