Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h348 using FunctionVisitor = FunctionVisitorBase<HloInstruction*>; variable
Dhlo_instruction_test.cc1022 TEST_F(HloInstructionTest, FunctionVisitor) { in TEST_F() argument
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference.py591 class FunctionVisitor(transformer.Base): class
/external/python/cpython2/Parser/
Dasdl_c.py278 class FunctionVisitor(PrototypeVisitor): class
/external/python/cpython3/Parser/
Dasdl_c.py311 class FunctionVisitor(PrototypeVisitor): class