Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for function_aliases_ (3.55 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/pywrap_quantize_model_test.py

              src_saved_model_path,
              dst_saved_model_path,
              quant_opts_serialized,
              signature_keys=signature_def_keys,
              signature_def_map_serialized={},
              function_aliases={},
              py_function_library=py_function_lib.PyFunctionLibrary(),
              representative_dataset_file_map_serialized=None,
          )
    
      def test_quantize_model_fails_when_invalid_quant_options_type(self):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 02:09:24 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/exported_model.proto

      // functions to the original functions' aliases. This information will be used
      // to populate `MetaInfoDef`s `function_aliases` when the quantized model is
      // exported to the saved model. This field is usually only populated for the
      // TF2 models.
      map<string, string> function_aliases = 6;
    
      // Holds information about the asset files used for the model. It essentially
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 06:12:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/cc/static_range_ptq.h

          std::unordered_set<std::string> tags,
          absl::flat_hash_map<std::string, tensorflow::SignatureDef>
              signature_def_map,
          absl::flat_hash_map<FunctionName, FunctionAlias> function_aliases);
    
      // Runs the static-range post-training quantization (PTQ) on `module_op`.
      absl::StatusOr<ModuleOp> Run(
          ModuleOp module_op,
          const ::stablehlo::quantization::QuantizationConfig& config) override;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 02:44:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top