Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for quantization_py_function_library (0.34 sec)

  1. tensorflow/compiler/mlir/lite/python/converter_python_api_wrapper.cc

                 quantization_py_function_library) {
            return tensorflow::PyoOrThrow(tflite::Convert(
                model_flags_proto_txt_raw.ptr(), toco_flags_proto_txt_raw.ptr(),
                input_contents_txt_raw.ptr(), extended_return,
                debug_info_txt_raw.ptr(), enable_mlir_converter,
                quantization_py_function_library));
          },
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/python/_pywrap_converter_api.pyi

    def Convert(model_flags_proto_txt_raw: object, toco_flags_proto_txt_raw: object, input_contents_txt_raw: object, extended_return: bool = ..., debug_info_txt_raw: object = ..., enable_mlir_converter: bool = ..., quantization_py_function_library = ...) -> object: ...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/python/converter_python_api.h

                      PyObject* debug_info_txt_raw = nullptr,
                      bool enable_mlir_converter = false,
                      const tensorflow::quantization::PyFunctionLibrary*
                          quantization_py_function_library = nullptr);
    
    // Quantize the model with calibration data. Throw errors if `fully_quantize`
    // is specified by the calibration data are not sufficient to quantize the
    // model.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/python/converter_python_api.cc

                      PyObject* debug_info_txt_raw, bool enable_mlir_converter,
                      const tensorflow::quantization::PyFunctionLibrary*
                          quantization_py_function_library) {
      // Use Python C API to validate and convert arguments. In py3 (bytes),
      // in py2 (str).
      auto ConvertArg = [&](PyObject* obj, bool* error) {
        char* buf;
        Py_ssize_t len;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top