formatting
This commit is contained in:
parent
08dd6336e8
commit
eb51f3df2d
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -13035,7 +13035,7 @@ static void ggml_compute_forward_pool_2d_sk_p0(
|
|||
static void ggml_compute_forward_pool_2d(
|
||||
const struct ggml_compute_params * params,
|
||||
const struct ggml_tensor * src0,
|
||||
struct ggml_tensor * dst) {
|
||||
struct ggml_tensor * dst) {
|
||||
|
||||
const int32_t * opts = (const int32_t *)dst->op_params;
|
||||
enum ggml_op_pool op = opts[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue