Home
last modified time | relevance | path

Searched refs:TFL_CAPI_EXPORT (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dc_api.h96 TFL_CAPI_EXPORT extern const char* TfLiteVersion(void);
99 TFL_CAPI_EXPORT extern TfLiteModel* TfLiteModelCreate(const void* model_data,
103 TFL_CAPI_EXPORT extern TfLiteModel* TfLiteModelCreateFromFile(
107 TFL_CAPI_EXPORT extern void TfLiteModelDelete(TfLiteModel* model);
110 TFL_CAPI_EXPORT extern TfLiteInterpreterOptions*
114 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsDelete(
118 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetNumThreads(
128 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsAddDelegate(
137 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetErrorReporter(
153 TFL_CAPI_EXPORT extern TfLiteInterpreter* TfLiteInterpreterCreate(
[all …]
Dc_api_experimental.h29 TFL_CAPI_EXPORT extern TfLiteStatus TfLiteInterpreterResetVariableTensors(
46 TFL_CAPI_EXPORT void TfLiteInterpreterOptionsAddBuiltinOp(
65 TFL_CAPI_EXPORT void TfLiteInterpreterOptionsAddCustomOp(
112 TFL_CAPI_EXPORT extern TfLiteInterpreter*
119 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetUseNNAPI(
146 TFL_CAPI_EXPORT extern void TfLiteInterpreterOptionsSetEnableDelegateFallback(
Dc_api_types.h31 #define TFL_CAPI_EXPORT macro
35 #define TFL_CAPI_EXPORT __declspec(dllexport)
37 #define TFL_CAPI_EXPORT __declspec(dllimport)
40 #define TFL_CAPI_EXPORT __attribute__((visibility("default")))
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.h25 struct TFL_CAPI_EXPORT TfLiteHexagonDelegateOptions {
95 TfLiteDelegate* TFL_CAPI_EXPORT
99 TFL_CAPI_EXPORT TfLiteHexagonDelegateOptions
103 void TFL_CAPI_EXPORT TfLiteHexagonDelegateDelete(TfLiteDelegate* delegate);
109 void TFL_CAPI_EXPORT TfLiteHexagonInitWithPath(const char* lib_directory_path);
113 void TFL_CAPI_EXPORT TfLiteHexagonInit();
117 void TFL_CAPI_EXPORT TfLiteHexagonTearDown();
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.h82 TFL_CAPI_EXPORT TfLiteGlCompileOptions TfLiteGlCompileOptionsDefault();
95 TFL_CAPI_EXPORT TfLiteGpuDelegateOptions TfLiteGpuDelegateOptionsDefault();
109 TFL_CAPI_EXPORT TfLiteDelegate* TfLiteGpuDelegateCreate(
113 TFL_CAPI_EXPORT void TfLiteGpuDelegateDelete(TfLiteDelegate* delegate);
120 TFL_CAPI_EXPORT TfLiteStatus TfLiteGpuDelegateBindBufferToTensor(
126 TFL_CAPI_EXPORT const uint8_t* TfLiteGpuDelegateGetModelMetadata(
Dmetal_delegate.h57 TFL_CAPI_EXPORT extern TFLGpuDelegateOptions TFLGpuDelegateOptionsDefault(void);
64 TFL_CAPI_EXPORT extern TfLiteDelegate* TFLGpuDelegateCreate(
68 TFL_CAPI_EXPORT extern void TFLGpuDelegateDelete(TfLiteDelegate* delegate);
Ddelegate.h114 TFL_CAPI_EXPORT TfLiteGpuDelegateOptionsV2 TfLiteGpuDelegateOptionsV2Default();
123 TFL_CAPI_EXPORT TfLiteDelegate* TfLiteGpuDelegateV2Create(
127 TFL_CAPI_EXPORT void TfLiteGpuDelegateV2Delete(TfLiteDelegate* delegate);
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.h72 TFL_CAPI_EXPORT TfLiteDelegate* TfLiteGpuDelegateCreate_New(
76 TFL_CAPI_EXPORT void TfLiteGpuDelegateDelete_New(TfLiteDelegate* delegate);
91 TFL_CAPI_EXPORT TfLiteStatus TfLiteGpuDelegateBindGlBufferToTensor(
100 TFL_CAPI_EXPORT bool TfLiteGpuDelegateGetSerializedBinaryCache(
Dgpu_api_delegate.cc381 TFL_CAPI_EXPORT TfLiteStatus TfLiteGpuDelegateBindGlBufferToTensor( in TfLiteGpuDelegateBindGlBufferToTensor()
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
Dexternal_delegate_adaptor.cc91 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate( in tflite_plugin_create_delegate()
98 TFL_CAPI_EXPORT void tflite_plugin_destroy_delegate(TfLiteDelegate* delegate) { in tflite_plugin_destroy_delegate()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc153 TFL_CAPI_EXPORT tflite::TfLiteDelegateUniquePtr TF_AcquireFlexDelegate() { in TF_AcquireFlexDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dimplementing_delegate.md470 TFL_CAPI_EXPORT TfLiteDelegate* tflite_plugin_create_delegate(
477 TFL_CAPI_EXPORT void tflite_plugin_destroy_delegate(TfLiteDelegate* delegate) {