Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cxx_reg_code (0.4 sec)

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

          cxx_reg_code.append('.Attr("{}")'.format(py_str))
        for output_ in all_dec_args.get('outputs', []):
          cxx_reg_code.append('.Output("{}")'.format(output_))
        cxx_reg_code[-1] += ';\n'
        self.emit('\n    '.join(cxx_reg_code))
    
    
    class OpRegGen(transpiler.GenericTranspiler):
      """Transforms Python objects into TFR MLIR source code."""
    
      def transform_ast(self, node, ctx):
        gen = OpRegGenImpl(ctx)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 5K bytes
    - Viewed (0)
Back to top