Skip to content

Commit

Permalink
Disable per-channel state for hexagon
Browse files Browse the repository at this point in the history
  • Loading branch information
rascani committed Sep 26, 2024
1 parent ea83793 commit 7b1a6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/micro/kernels/fully_connected.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ struct OpDataFullyConnected {
// A buffer used to store unpacked filter values. This is used if the source
// tensor is of n-bit precision that cannot be easily processed by kernels.
int filter_buffer_index;
#endif

int32_t* per_channel_output_multiplier;
int32_t* per_channel_output_shift;
bool is_per_channel;
#endif
};

extern const int kFullyConnectedInputTensor;
Expand Down

0 comments on commit 7b1a6f4

Please sign in to comment.