Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSize (0.07 sec)

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

      if (!status.ok()) {
        error_reporter->exception();
        return nullptr;
      }
      return tflite::python_utils::ConvertToPyString(
          reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()),
          builder.GetSize());
    }
    
    PyObject* RegisterCustomOpdefs(PyObject* list) {
      if (!PyList_Check(list)) {
        PyErr_SetString(PyExc_TypeError, "Expected list in argument");
        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