wasi_nn_types.h: remove a seemingly stale comment (#4348)

This commit is contained in:
YAMAMOTO Takashi 2025-06-12 10:29:59 +09:00 committed by GitHub
parent d52f083ac0
commit c932597057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,8 +134,6 @@ typedef enum execution_target { cpu = 0, gpu, tpu } execution_target;
// Bind a `graph` to the input and output tensors for an inference. // Bind a `graph` to the input and output tensors for an inference.
typedef uint32_t graph_execution_context; typedef uint32_t graph_execution_context;
/* Definition of 'wasi_nn.h' structs in WASM app format (using offset) */
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif