Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp53 constexpr char SIGNATURE_KEY[] = "serving_default"; variable
310 mRunner = mInterpreter->GetSignatureRunner(SIGNATURE_KEY); in TfLiteMotionPredictorModel()
311 LOG_ALWAYS_FATAL_IF(!mRunner, "Failed to find runner for signature '%s'", SIGNATURE_KEY); in TfLiteMotionPredictorModel()