Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _tfr_quant_test_n (0.16 sec)

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

      d = _tfr_quant_rescale(y, s, 0)
      e = math_ops.Cast(x=d, DstT=dtypes.int16)
      f = math_ops.Cast(x=e, DstT=dtypes.int8)
      return f
    
    
    @composite.Composite('TestIdentityNOp')
    def _tfr_quant_test_n(x):
      y = _tfr_quant_raw_data(x)
      return y
    
    
    class TFRGenTestBase(test.TestCase):
    
      def _check_code(self, tfr_code, exp_tfr_code):
    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