Skip to content

Commit 79cb436

Browse files
authored
wasi-nn: remove unused wasi_nn_dump_tensor_dimension prototype (#4325)
1 parent b20ebc2 commit 79cb436

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)