Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.h59 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
63 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
H A Dinterpreter_wrapper_pybind11.cc71 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
86 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
H A Dinterpreter_wrapper.cc805 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper
825 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper
829 return CreateWrapperCPPFromBuffer(data, op_resolver_id, registerers, {}, in CreateWrapperCPPFromBuffer()
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/optimize/
H A Dcalibration_wrapper_pybind11.cc44 auto* wrapper = ::CalibrationWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
H A Dcalibration_wrapper.h59 static CalibrationWrapper* CreateWrapperCPPFromBuffer(
H A Dcalibration_wrapper.cc640 /*static*/ CalibrationWrapper* CalibrationWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::calibration_wrapper::CalibrationWrapper