Home
last modified time | relevance | path

Searched refs:CreateWrapperCPPFromBuffer (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h63 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
66 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
Dinterpreter_wrapper_pybind11.cc63 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
76 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
Dinterpreter_wrapper.cc722 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper
740 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper
743 return CreateWrapperCPPFromBuffer(data, registerers, {}, error_msg); in CreateWrapperCPPFromBuffer()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper_pybind11.cc34 return ::CalibrationWrapper::CreateWrapperCPPFromBuffer(data.ptr()); in PYBIND11_MODULE()
Dcalibration_wrapper.h58 static CalibrationWrapper* CreateWrapperCPPFromBuffer(PyObject* data);
Dcalibration_wrapper.cc395 /*static*/ CalibrationWrapper* CalibrationWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::calibration_wrapper::CalibrationWrapper