tflite: Make VSI header build in C code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8523>
This commit is contained in:
parent
c941ded4ba
commit
25cf5262dd
@ -30,19 +30,20 @@ typedef struct {
|
|||||||
char* binary;
|
char* binary;
|
||||||
} TfLiteVsiNpuParams;
|
} TfLiteVsiNpuParams;
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
|
||||||
#endif // __cplusplus
|
|
||||||
|
|
||||||
namespace tflite {
|
namespace tflite {
|
||||||
namespace ops {
|
namespace ops {
|
||||||
namespace custom {
|
namespace custom {
|
||||||
|
#endif // __cplusplus
|
||||||
|
|
||||||
TfLiteRegistration* Register_VSI_NPU_PRECOMPILED(void);
|
TfLiteRegistration* Register_VSI_NPU_PRECOMPILED(void);
|
||||||
|
|
||||||
} // namespace custom
|
#ifdef __cplusplus
|
||||||
} // namespace ops
|
} // namespace custom
|
||||||
|
} // namespace ops
|
||||||
} // namespace tflite
|
} // namespace tflite
|
||||||
|
|
||||||
|
} // extern "C"
|
||||||
|
#endif // __cplusplus
|
||||||
|
|
||||||
#endif //TENSORFLOW_LITE_DELEGATES_VSI_NPU_CUSTOM_OP_H_
|
#endif //TENSORFLOW_LITE_DELEGATES_VSI_NPU_CUSTOM_OP_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user