From c93259705724aca99d44960e8b5f9b8c7c01e079 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 12 Jun 2025 10:29:59 +0900 Subject: [PATCH] wasi_nn_types.h: remove a seemingly stale comment (#4348) --- core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h b/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h index dd6b8f14a..c66e781a7 100644 --- a/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h +++ b/core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h @@ -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. typedef uint32_t graph_execution_context; -/* Definition of 'wasi_nn.h' structs in WASM app format (using offset) */ - #ifdef __cplusplus } #endif