Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for mse_min (0.13 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

          mse_tuple = self._get_weighted_mean_squared_error(quant_min, quant_max)
          mse_min = min(mse_tuple, mse_min)
        # Extract (quant_min, quant_max) from (mse_error, quant_min, quant_max).
        min_value, max_value = mse_min[1], mse_min[2]
        return min_value, max_value
    
    
    @_implements(_CalibrationMethod.CALIBRATION_METHOD_MIN_MAX)
    class _MinMax(_CalibrationAlgorithmBase):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/prepare_quantize/prepare_quantize_per_channel.mlir

        %6 = "quantfork.stats"(%5) {layerStats = dense<[-1.31055, 2.62842]> : tensor<2xf32>} : (tensor<1x2x2x2xf32>) -> tensor<1x2x2x2xf32>
        %cst_min = stablehlo.constant dense<0.0> : tensor<f32>
        %cst_max = stablehlo.constant dense<6.0> : tensor<f32>
        %7 = "stablehlo.clamp"(%cst_min, %6, %cst_max) {device = ""} : (tensor<f32>, tensor<1x2x2x2xf32>, tensor<f32>) -> tensor<1x2x2x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 26 07:48:15 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. tensorflow/cc/gradients/math_grad.cc

      Output min = op.input(1);
      Output max = op.input(2);
    
      Output s_x = Shape(scope, x);
      Output s_min = Shape(scope, min);
      Output s_max = Shape(scope, max);
    
      Output min_mask = Less(scope, x, min);
      Output max_mask = Greater(scope, x, max);
    
      auto r_min = internal::BroadcastGradientArgs(scope, s_x, s_min);
      auto r_max = internal::BroadcastGradientArgs(scope, s_x, s_max);
    
      Output grad = grad_inputs[0];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_amd64.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_riscv64.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_386.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_ppc64.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_s390x.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64le.go

    	MSG_DONTROUTE                    = 0x4
    	MSG_DONTWAIT                     = 0x40
    	MSG_EOR                          = 0x80
    	MSG_ERRQUEUE                     = 0x2000
    	MSG_FASTOPEN                     = 0x20000000
    	MSG_FIN                          = 0x200
    	MSG_MORE                         = 0x8000
    	MSG_NOSIGNAL                     = 0x4000
    	MSG_OOB                          = 0x1
    	MSG_PEEK                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
Back to top