mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-07 21:59:16 +00:00
wasi-nn: remove unused wasi_nn_dump_tensor_dimension prototype (#4325)
This commit is contained in:
parent
b20ebc2724
commit
79cb4366ae
|
@ -160,10 +160,6 @@ typedef struct {
|
||||||
BACKEND_DEINITIALIZE deinit;
|
BACKEND_DEINITIALIZE deinit;
|
||||||
} api_function;
|
} api_function;
|
||||||
|
|
||||||
void
|
|
||||||
wasi_nn_dump_tensor_dimension(tensor_dimensions *dim, int32_t output_len,
|
|
||||||
char *output);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user