Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateSizeThresholdInBytesOption (0.49 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/unfreeze_constants.cc

          : UnfreezeConstantsPass(kDefaultConstantSizeThresholdInBytes) {}
    
      explicit UnfreezeConstantsPass(const int64_t size_threshold_in_bytes)
          : size_threshold_in_bytes_(
                CreateSizeThresholdInBytesOption(size_threshold_in_bytes)) {}
    
      UnfreezeConstantsPass(const UnfreezeConstantsPass& other)
          : UnfreezeConstantsPass{} {
        size_threshold_in_bytes_ = other.size_threshold_in_bytes_.getValue();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 15:04:53 UTC 2023
    - 14K bytes
    - Viewed (0)
Back to top