Skip to content

Commit 4cddd96

Browse files
committed
wasi-nn: remove unused wasi_nn_dump_tensor_dimension prototype
it has been added by the following commit. i guess it's debug code slipped in by a mistake. ``` commit 058bc47 Author: liang.he <liang.he@intel.com> Date: Mon Jul 22 17:16:41 2024 +0800 [wasi-nn] Add a new wasi-nn backend openvino (#3603) ```
1 parent 93ef19b commit 4cddd96

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ typedef struct {
160160
BACKEND_DEINITIALIZE deinit;
161161
} api_function;
162162

163-
void
164-
wasi_nn_dump_tensor_dimension(tensor_dimensions *dim, int32_t output_len,
165-
char *output);
166-
167163
#ifdef __cplusplus
168164
}
169165
#endif

0 commit comments

Comments
 (0)