Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_experimental_test.cc78 TfLiteInterpreterCreateWithSelectedOps(model, options); in TEST()
109 TfLiteInterpreterCreateWithSelectedOps(model, options); in TEST()
161 TfLiteInterpreterCreateWithSelectedOps(model, options); in TEST()
H A Dc_api_experimental.h153 TfLiteInterpreterCreateWithSelectedOps(const TfLiteModel* model,
H A Dc_api_experimental.cc44 TfLiteInterpreter* TfLiteInterpreterCreateWithSelectedOps( in TfLiteInterpreterCreateWithSelectedOps() function
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api_experimental.h203 TfLiteInterpreterCreateWithSelectedOps(const TfLiteModel* model,
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc241 TfLiteInterpreterCreateWithSelectedOps(model_.get(), options.get())); in InitInterpreter()