Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_tfr_tf_ops (0.09 sec)

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

          CHECK: %Const = tfr.call @tf__const(%{{.*}}, %[[attr]]) : (!tfr.attr, !tfr.attr) -> (!tfr.tensor)
        """
        self._check_code(mlir_code, mlir_code_exp)
    
      def test_tfr_tf_ops(self):
        mlir_code = tfr_gen(sys.modules[__name__], '_tfr_tf_ops', [test_ops])
        mlir_code_exp = r"""
          CHECK-LABEL: tfr.func @tf__test_complex_tf_op(%lhs: !tfr.tensor, %rhs: !tfr.tensor) -> (!tfr.tensor_list) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 28.8K bytes
    - Viewed (0)
Back to top