Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp274 tinyxml2::XMLDocument configDocument; in create() local
275 LOG_ALWAYS_FATAL_IF(configDocument.LoadFile(configPath.c_str()) != tinyxml2::XML_SUCCESS, in create()
279 const tinyxml2::XMLElement* configRoot = configDocument.FirstChildElement("motion-predictor"); in create()