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.h387 using FunctionVisitor = FunctionVisitorBase<HloInstruction*>; variable
Dhlo_instruction_test.cc1121 TEST_F(HloInstructionTest, FunctionVisitor) { in TEST_F() argument
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference.py587 class FunctionVisitor(transformer.Base): class
/external/python/cpython3/Parser/
Dasdl_c.py411 class FunctionVisitor(PrototypeVisitor): class