Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SavedModelBundle (0.87 sec)

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

        absl::flat_hash_map<std::string, std::string> &function_aliases) {
      // Convert the SavedModelBundle to an MLIR module.
      MLIRImportOptions import_options;
      import_options.upgrade_legacy = true;
      import_options.lift_variables = false;
      import_options.include_variables_in_initializers = true;
      auto bundle = std::make_unique<SavedModelBundle>();
    
      // TODO: b/213406917 - Add support for the object graph based saved model.
    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