Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mse_min (0.27 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. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	MSG_DONTWAIT                                = 0x40
    	MSG_EOR                                     = 0x80
    	MSG_ERRQUEUE                                = 0x2000
    	MSG_FASTOPEN                                = 0x20000000
    	MSG_FIN                                     = 0x200
    	MSG_MORE                                    = 0x8000
    	MSG_NOSIGNAL                                = 0x4000
    	MSG_OOB                                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MSG_DONTROUTE", Const, 0},
    		{"MSG_DONTWAIT", Const, 0},
    		{"MSG_EOF", Const, 0},
    		{"MSG_EOR", Const, 0},
    		{"MSG_ERRQUEUE", Const, 0},
    		{"MSG_FASTOPEN", Const, 1},
    		{"MSG_FIN", Const, 0},
    		{"MSG_FLUSH", Const, 0},
    		{"MSG_HAVEMORE", Const, 0},
    		{"MSG_HOLD", Const, 0},
    		{"MSG_IOVUSRSPACE", Const, 1},
    		{"MSG_LENUSRSPACE", Const, 1},
    		{"MSG_MCAST", Const, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top