Searched defs:transform_ast (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | transpiler_test.py | 43 def transform_ast(self, node, ctx): member in TestTranspiler 213 def transform_ast(self, node, ctx): member in PyToPyTest.test_reentrance.ReentrantTranspiler
|
H A D | transpiler.py | 255 def transform_ast(self, node, ctx): member in GenericTranspiler
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/core/ |
H A D | converter_testing.py | 82 def transform_ast(self, node, ctx): member in TestingTranspiler
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
H A D | op_reg_gen.py | 120 def transform_ast(self, node, ctx): member in OpRegGen
|
H A D | tfr_gen.py | 1498 def transform_ast(self, node, ctx): member in TfrGen
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/ |
H A D | api.py | 235 def transform_ast(self, node, ctx): member in PyToTF
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A D | type_inference_test.py | 57 def transform_ast(self, node, ctx): member in TestTranspiler
|