9 lines
204 B
C++
9 lines
204 B
C++
#ifndef GGML_SYCL_COL2IM_1D_HPP
|
|
#define GGML_SYCL_COL2IM_1D_HPP
|
|
|
|
#include "common.hpp"
|
|
|
|
void ggml_sycl_op_col2im_1d(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
|
|
|
|
#endif // GGML_SYCL_COL2IM_1D_HPP
|