Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for visitEntry (0.07 sec)

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

      def visit_For(self, node):
        raise NotImplementedError('For operator not recognized')
    
      def visit_While(self, node):
        raise NotImplementedError('While operator not recognized')
    
      def visit_Try(self, node):
        # Only handles the body of the try statement.
        self.visit_block(node.body)
    
    
    def _apply_py_to_tf_passes(node, ctx):
      """Apply transformations from PyToTF to match tf.function tracing."""
    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