Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for py_None (0.06 sec)

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

                        "Failed to convert Toco to Python String.");
        return nullptr;
      }
    
      tensorflow::GraphDebugInfo debug_info;
      if (debug_info_txt_raw && debug_info_txt_raw != Py_None) {
        std::string debug_info_txt = ConvertArg(debug_info_txt_raw, &error);
        if (error) {
          PyErr_SetString(PyExc_ValueError, "Input DebugInfo is invalid.");
          return nullptr;
        }
    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