Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_experimental_test.cc239 TfLiteInterpreterOptionsAddDelegate(options, in TEST_F()
254 TfLiteInterpreterOptionsAddDelegate(options, in TEST_F()
282 TfLiteInterpreterOptionsAddDelegate(options, in TEST_F()
284 TfLiteInterpreterOptionsAddDelegate(options, in TEST_F()
H A Dc_api_test.cc182 TfLiteInterpreterOptionsAddDelegate(options, &delegate); in TEST()
205 TfLiteInterpreterOptionsAddDelegate(options, &delegate); in TEST()
H A Dc_api.h202 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsAddDelegate(
H A Dc_api.cc120 void TfLiteInterpreterOptionsAddDelegate(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsAddDelegate() function
/aosp_15_r20/external/armnn/delegate/opaque/src/test/
H A DDelegateTestInterpreter.cpp33 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter()
59 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter()
/aosp_15_r20/external/armnn/delegate/classic/src/test/
H A DDelegateTestInterpreter.cpp31 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter()
54 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter()
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift113 delegates?.forEach { TfLiteInterpreterOptionsAddDelegate(cInterpreterOptions, $0.cDelegate) }
325 TfLiteInterpreterOptionsAddDelegate(cInterpreterOptions, cXNNPackDelegate) in configureXNNPack()
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c11 TfLiteInterpreterOptionsAddDelegate(TfLiteInterpreterOptions *options, TfLiteOpaqueDelegate *delega… in TfLiteInterpreterOptionsAddDelegate() function
H A Dtest_executor.cpp273 TfLiteInterpreterOptionsAddDelegate(options, delegate); in run_model()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h206 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsAddDelegate(
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLInterpreter.mm133 TfLiteInterpreterOptionsAddDelegate(cOptions, _xnnPackDelegate);
138 TfLiteInterpreterOptionsAddDelegate(
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc238 TfLiteInterpreterOptionsAddDelegate(options.get(), optional_delegate); in InitInterpreter()
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dcoreml_delegate.md108 TfLiteInterpreterOptionsAddDelegate(options, delegate);
H A Dgpu.md307 TfLiteInterpreterOptionsAddDelegate(options, metal_delegate);