Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ImportCalibratedSavedModel (0.44 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.h

                                      absl::string_view dst_saved_model_path);
    
      // Imports the SavedModel at `calibrated_saved_model_path` to `ModuleOp` after
      // running calibration.
      absl::StatusOr<ModuleOp> ImportCalibratedSavedModel(
          absl::string_view calibrated_saved_model_path);
    
      absl::Nonnull<MLIRContext*> ctx_;
    
      // Contains function implementations from the python layer. Should be injected
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top