Skip to content

Commit

Permalink
filter_tensorflow: fixed a wrong data type used for a boolean option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Aug 15, 2024
1 parent db9ceb5 commit 55acb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter_tensorflow/tensorflow.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct flb_tensorflow {
int output_byte_size;

/* feature scaling/normalization */
bool include_input_fields;
int include_input_fields;
float* normalization_value;

struct flb_filter_instance *ins;
Expand Down

0 comments on commit 55acb13

Please sign in to comment.