Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c16 TfLiteInterpreterOptionsSetErrorReporter( in TfLiteInterpreterOptionsSetErrorReporter() function
H A Dtest_executor.cpp276 TfLiteInterpreterOptionsSetErrorReporter(options, tflite_error_cb, NULL); in run_model()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.h211 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetErrorReporter(
H A Dc_api_experimental_test.cc99 TfLiteInterpreterOptionsSetErrorReporter( in TEST()
H A Dc_api.cc125 void TfLiteInterpreterOptionsSetErrorReporter( in TfLiteInterpreterOptionsSetErrorReporter() function
H A Dc_api_test.cc222 TfLiteInterpreterOptionsSetErrorReporter( in TEST()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h215 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetErrorReporter(
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift97 TfLiteInterpreterOptionsSetErrorReporter(
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm124 TfLiteInterpreterOptionsSetErrorReporter(cOptions, TFLInterpreterErrorReporter, nullptr);