Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sub_components_ (0.3 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.cc

        : ctx_(ctx) {
      // Initialize the three sub-components.
      sub_components_[0] = std::make_unique<PreCalibrationComponent>(ctx_);
      sub_components_[1] = std::make_unique<CalibrationComponent>(
          ctx_, py_function_library, src_saved_model_path,
          std::move(function_aliases), std::move(tags),
          std::move(signature_def_map), std::move(signature_keys));
      sub_components_[2] = std::make_unique<PostCalibrationComponent>(ctx_);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.h

      // Constructs `StaticRangePtqComponent` by creating three sub-components:
      // `PreCalibrationComponent`, `CalibrationComponent`, and
      // `PostCalibrationComponent`. These are stored in `sub_components_` in
      // sequence. All arguments except `ctx` is used to initialize
      // `CalibrationComponent`. For detailed explanation of each argument, see the
      // comment of `CalibrationComponent`'s constructor.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 02:44:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. NOTICE

    MinIO Project, (C) 2015-2023 MinIO, Inc.
    
    This product includes software developed at MinIO, Inc.
    (https://min.io/).
    
    The MinIO project contains unmodified/modified subcomponents too with
    separate copyright notices and license terms. Your use of the source
    code for these subcomponents is subject to the terms and conditions
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 18 18:33:50 UTC 2023
    - 367 bytes
    - Viewed (0)
Back to top