Просмотр исходного кода

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

YAMAMOTO Takashi 7 месяцев назад
Родитель
Сommit
c932597057
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      core/iwasm/libraries/wasi-nn/include/wasi_nn_types.h

+ 0 - 2
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