Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.cc

        // constraint for this storage type, it is still ok.
        if (expected_params.isSigned() == compared_params.isSigned() &&
            expected_params.getStorageTypeIntegralWidth() ==
                compared_params.getStorageTypeIntegralWidth() &&
            !same_scale_op.RequiredSameOperandsAndResultsScale(
                expected_params.isSigned(),
                expected_params.getStorageTypeIntegralWidth()))
          continue;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top