Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dbase_task_api.h116 tflite::support::StatusOr<OutputType> InferWithFallback(InputTypes... args) { in InferWithFallback() function
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc311 return InferWithFallback(frame_buffer, roi); in Segment()
Dimage_classifier.cc400 return InferWithFallback(frame_buffer, roi); in Classify()