tflite: Make VSI header build in C code

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8523>
This commit is contained in:
Olivier Crête 2025-05-09 20:19:27 -04:00 committed by GStreamer Marge Bot
parent c941ded4ba
commit 25cf5262dd

View File

@ -30,19 +30,20 @@ typedef struct {
char* binary;
} TfLiteVsiNpuParams;
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
namespace tflite {
namespace ops {
namespace custom {
namespace ops {
namespace custom {
#endif // __cplusplus
TfLiteRegistration* Register_VSI_NPU_PRECOMPILED(void);
} // namespace custom
} // namespace ops
#ifdef __cplusplus
} // namespace custom
} // namespace ops
} // namespace tflite
} // extern "C"
#endif // __cplusplus
#endif //TENSORFLOW_LITE_DELEGATES_VSI_NPU_CUSTOM_OP_H_