formatting
This commit is contained in:
parent
816a17afe9
commit
08dd6336e8
1 changed files with 25 additions and 26 deletions
3
ggml.c
3
ggml.c
|
@ -12877,8 +12877,7 @@ static void ggml_compute_forward_conv_2d(
|
|||
const struct ggml_compute_params * params,
|
||||
const struct ggml_tensor * src0,
|
||||
const struct ggml_tensor * src1,
|
||||
struct ggml_tensor * dst
|
||||
) {
|
||||
struct ggml_tensor * dst) {
|
||||
switch (src0->type) {
|
||||
case GGML_TYPE_F16:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue