Home
last modified time | relevance | path

Searched refs:transform_ast (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler_test.py47 def transform_ast(self, node, ctx): member in TestTranspiler
217 def transform_ast(self, node, ctx): member in PyToPyTest.test_reentrance.ReentrantTranspiler
Dtranspiler.py259 def transform_ast(self, node, ctx): member in GenericTranspiler
363 result = self.transform_ast(node, context)
/external/tensorflow/tensorflow/python/autograph/g3doc/
Dpyct_tutorial.ipynb125 " 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/
Dconverter_testing.py87 def transform_ast(self, node, ctx): member in TestingTranspiler
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dop_reg_gen.py122 def transform_ast(self, node, ctx): member in OpRegGen
Dtfr_gen.py1398 def transform_ast(self, node, ctx): member in TfrGen
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py255 def transform_ast(self, node, ctx): member in PyToTF
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference_test.py61 def transform_ast(self, node, ctx): member in TestTranspiler