Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transform_ast (0.2 sec)

  1. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

      # copied from PyToTF.transform_ast
      node = return_statements.transform(node, ctx, False)
      node = control_flow.transform(node, ctx)
      return node
    
    
    class TfrGen(transpiler.GenericTranspiler):
      """Transforms Python objects into TFR MLIR source code."""
    
      def __init__(self, op_defs):
        self._op_defs = op_defs
    
      def transform_ast(self, node, ctx):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top