Searched refs:transform_ast (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | transpiler_test.py | 47 def transform_ast(self, node, ctx): member in TestTranspiler 217 def transform_ast(self, node, ctx): member in PyToPyTest.test_reentrance.ReentrantTranspiler
|
D | transpiler.py | 259 def transform_ast(self, node, ctx): member in GenericTranspiler 363 result = self.transform_ast(node, context)
|
/external/tensorflow/tensorflow/python/autograph/g3doc/ |
D | pyct_tutorial.ipynb | 125 " def transform_ast(self, node, ctx):\n", 323 …ource_compiler). It operates on Python ASTs. Subclasses override its [transform_ast](https://githu… 362 " def transform_ast(self, ast, transformer_context):\n", 430 " def transform_ast(self, ast, transformer_context):\n",
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | converter_testing.py | 87 def transform_ast(self, node, ctx): member in TestingTranspiler
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | op_reg_gen.py | 122 def transform_ast(self, node, ctx): member in OpRegGen
|
D | tfr_gen.py | 1398 def transform_ast(self, node, ctx): member in TfrGen
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | api.py | 255 def transform_ast(self, node, ctx): member in PyToTF
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | type_inference_test.py | 61 def transform_ast(self, node, ctx): member in TestTranspiler
|