Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PythonErrorReporter (0.6 sec)

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

                                PyObject* debug_options_proto_txt_raw) {
      using tflite::interpreter_wrapper::PythonErrorReporter;
      char* buf = nullptr;
      Py_ssize_t length;
      std::unique_ptr<PythonErrorReporter> error_reporter(new PythonErrorReporter);
    
      if (tflite::python_utils::ConvertFromPyString(data, &buf, &length) == -1) {
        PyErr_Format(PyExc_ValueError, "Failed to convert input PyObject");
    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