Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for export_savedmodel (1.16 sec)

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

          tags_(std::move(tags)),
          signature_def_map_(std::move(signature_def_map)),
          signature_keys_(std::move(signature_keys)) {}
    
    absl::Status CalibrationComponent::ExportToSavedModel(
        ModuleOp module_op, absl::string_view calibration_data_dir,
        const bool force_regenerate_calibration_data,
        const absl::string_view dst_saved_model_path) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.h

      // calibration process can use it to load and run the graph with the
      // representative dataset. Returns a failure status if the export fails.
      absl::Status ExportToSavedModel(ModuleOp module_op,
                                      absl::string_view calibration_data_dir,
                                      bool force_regenerate_calibration_data,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Canned Estimators don’t support `input_layer_partitioner` arg in the
            API. If you have this arg, you will have to switch to `tf.compat.v1
            canned Estimators`.
        *   `Estimator.export_savedmodel` has been renamed to `export_saved_model`.
        *   When saving to SavedModel, Estimators will strip default op attributes.
            This is almost always the correct behavior, as it is more forwards
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top