Searched refs:TfLiteInterpreterOptionsAddDelegate (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_api_experimental_test.cc | 239 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 D | c_api_test.cc | 182 TfLiteInterpreterOptionsAddDelegate(options, &delegate); in TEST() 205 TfLiteInterpreterOptionsAddDelegate(options, &delegate); in TEST()
|
H A D | c_api.h | 202 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsAddDelegate(
|
H A D | c_api.cc | 120 void TfLiteInterpreterOptionsAddDelegate(TfLiteInterpreterOptions* options, in TfLiteInterpreterOptionsAddDelegate() function
|
/aosp_15_r20/external/armnn/delegate/opaque/src/test/ |
H A D | DelegateTestInterpreter.cpp | 33 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter() 59 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter()
|
/aosp_15_r20/external/armnn/delegate/classic/src/test/ |
H A D | DelegateTestInterpreter.cpp | 31 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter() 54 TfLiteInterpreterOptionsAddDelegate(options, armnnDelegate); in DelegateTestInterpreter()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/ |
H A D | Interpreter.swift | 113 delegates?.forEach { TfLiteInterpreterOptionsAddDelegate(cInterpreterOptions, $0.cDelegate) } 325 TfLiteInterpreterOptionsAddDelegate(cInterpreterOptions, cXNNPackDelegate) in configureXNNPack()
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/ |
H A D | tflite-stub.c | 11 TfLiteInterpreterOptionsAddDelegate(TfLiteInterpreterOptions *options, TfLiteOpaqueDelegate *delega… in TfLiteInterpreterOptionsAddDelegate() function
|
H A D | test_executor.cpp | 273 TfLiteInterpreterOptionsAddDelegate(options, delegate); in run_model()
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | c_api.h | 206 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsAddDelegate(
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/ |
H A D | TFLInterpreter.mm | 133 TfLiteInterpreterOptionsAddDelegate(cOptions, _xnnPackDelegate); 138 TfLiteInterpreterOptionsAddDelegate(
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
H A D | tflite_engine.cc | 238 TfLiteInterpreterOptionsAddDelegate(options.get(), optional_delegate); in InitInterpreter()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/ |
H A D | coreml_delegate.md | 108 TfLiteInterpreterOptionsAddDelegate(options, delegate);
|
H A D | gpu.md | 307 TfLiteInterpreterOptionsAddDelegate(options, metal_delegate);
|