Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _tfr_loc (0.1 sec)

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

    
    class TFRGenTensorTest(TFRGenTestBase):
      """MLIR Generation Tests for MLIR TFR Program."""
    
      def test_tfr_loc(self):
        mlir_code = tfr_gen(sys.modules[__name__], '_tfr_loc', [test_ops])
        mlir_code_exp = r"""
          CHECK-LABEL: tfr.func @tf__test_input_n_op(%x: !tfr.tensor_list) -> (!tfr.tensor) {
          CHECK-NEXT:   %[[n:.*]] = arith.constant 10 : i64
    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