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.h59 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
63 static InterpreterWrapper* CreateWrapperCPPFromBuffer(
Dinterpreter_wrapper_pybind11.cc68 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
83 auto* wrapper = ::InterpreterWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
Dinterpreter_wrapper.cc793 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper
813 InterpreterWrapper* InterpreterWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::interpreter_wrapper::InterpreterWrapper
817 return CreateWrapperCPPFromBuffer(data, op_resolver_id, registerers, {}, in CreateWrapperCPPFromBuffer()
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper_pybind11.cc41 auto* wrapper = ::CalibrationWrapper::CreateWrapperCPPFromBuffer( in PYBIND11_MODULE()
Dcalibration_wrapper.h58 static CalibrationWrapper* CreateWrapperCPPFromBuffer(
Dcalibration_wrapper.cc432 /*static*/ CalibrationWrapper* CalibrationWrapper::CreateWrapperCPPFromBuffer( in CreateWrapperCPPFromBuffer() function in tflite::calibration_wrapper::CalibrationWrapper