Skip to content

Commit

Permalink
update aclLowpFCTypeMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Nov 26, 2024
1 parent ceff99e commit 459519b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static const TypeMapping aclFCTypeMapping {

static const TypeMapping aclLowpFCTypeMapping {
// {src, wei, bia, dst} pt<src, wei, bias, dst>
{{_i8, _i8, _any, _f32}, pt(bypass(), bypass(), just<f32>(), bypass())}
{{_i8, _i8, _any, _f32}, pt(bypass(), bypass(), use<3>(), bypass())}
};

static const MappingNotation dnnlConvolutionMappingNotation {
Expand Down

0 comments on commit 459519b

Please sign in to comment.