Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExportCalibrationModel (0.58 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

      return ConvertMlirModuleToExportedModel(
          module_op, checkpoint_dir, function_aliases,
          {asset_file_defs.begin(), asset_file_defs.end()});
    }
    
    absl::StatusOr<ExportedModel> ExportCalibrationModel(
        mlir::ModuleOp module_op, mlir::MLIRContext *context,
        const QuantizationOptions &quantization_options,
        const absl::flat_hash_map<std::string, std::string> &function_aliases,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top