Searched refs:CreateWrapperCPPFromBuffer (Results 1 – 6 of 6) sorted by relevance
63 static InterpreterWrapper* CreateWrapperCPPFromBuffer(66 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
63 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()76 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
722 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper740 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper743 return CreateWrapperCPPFromBuffer(data, registerers, {}, error_msg); in CreateWrapperCPPFromBuffer()
34 return ::CalibrationWrapper::CreateWrapperCPPFromBuffer(data.ptr()); in PYBIND11_MODULE()
58 static CalibrationWrapper* CreateWrapperCPPFromBuffer(PyObject* data);
395 /*static*/ CalibrationWrapper* CalibrationWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::calibration_wrapper::CalibrationWrapper