Skip to content

Commit

Permalink
Update resize_mali_fp16.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hutingh authored Jul 4, 2024
1 parent 123dd6e commit d6154fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/image/src/gpu/mali/fp16/resize_mali_fp16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inline EE resize_core_mali_fp16(GCLHandle_t handle,
DataFormat idf;
U32 iw, ih, ic, in;
U32 ow, oh, oc, on;
tensorSelectGet(inputDesc, &idt, idf, &in, &ic, &ih, &iw);
tensorSelectGet(inputDesc, &idt, &idf, &in, &ic, &ih, &iw);
tensorSelectGet(outputDesc, &odt, NULL, &on, &oc, &oh, &ow);

U32 iw_str, ih_str, iw_off, ih_off, i_off;
Expand Down

0 comments on commit d6154fb

Please sign in to comment.