Skip to content

Commit c932597

Browse files
authored
wasi_nn_types.h: remove a seemingly stale comment (#4348)
1 parent d52f083 commit c932597

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ typedef enum execution_target { cpu = 0, gpu, tpu } execution_target;
134134
// Bind a `graph` to the input and output tensors for an inference.
135135
typedef uint32_t graph_execution_context;
136136

137-
/* Definition of 'wasi_nn.h' structs in WASM app format (using offset) */
138-
139137
#ifdef __cplusplus
140138
}
141139
#endif

0 commit comments

Comments
 (0)