Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api_experimental_test.cc77 TfLiteInterpreterCreateWithSelectedOps(model, options); in TEST()
108 TfLiteInterpreterCreateWithSelectedOps(model, options); in TEST()
160 TfLiteInterpreterCreateWithSelectedOps(model, options); in TEST()
Dc_api_experimental.h113 TfLiteInterpreterCreateWithSelectedOps(const TfLiteModel* model,
Dc_api_experimental.cc43 TfLiteInterpreter* TfLiteInterpreterCreateWithSelectedOps( in TfLiteInterpreterCreateWithSelectedOps() function
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc255 TfLiteInterpreterCreateWithSelectedOps(model_.get(), options.get())); in InitInterpreter()