File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ The Tensorflow plugin for Fluent Bit has the following limitations:
1313
1414The plugin supports the following configuration parameters:
1515
16- | Key | Description | Default |
17- | :--- | :--- | :--- |
18- | ` input_field ` | Specify the name of the field in the record to apply inference on. | _ none _ |
19- | ` model_file ` | Path to the model file ( ` .tflite ` ) to be loaded by Tensorflow Lite. | _ none_ |
20- | ` include_input_fields ` | Include all input filed in filter's output. | ` True ` |
21- | ` normalization_value ` | Divide input values to ` normalization_value ` . | _ none_ |
16+ | Key | Description | Default |
17+ | :----------------------- | :-------------------------------------------------------------------- | :-------- |
18+ | ` include_input_fields ` | Include all input filed in filter's output. | ` True ` |
19+ | ` input_field ` | Specify the name of the field in the record to apply inference on. | _ none_ |
20+ | ` model_file ` | Path to the model file ( ` .tflite ` ) to be loaded by Tensorflow Lite. | _ none _ |
21+ | ` normalization_value ` | Divide input values to ` normalization_value ` . | _ none_ |
2222
2323## Creating a Tensorflow Lite shared library
2424
@@ -32,8 +32,8 @@ To create a Tensorflow Lite shared library:
3232 bazel build -c opt //tensorflow/lite/c:tensorflowlite_c # see https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/c
3333 ```
3434
35- The script creates the shared library
36- ` bazel-bin/tensorflow/lite/c/libtensorflowlite_c.so ` .
35+ The script creates the shared library ` bazel-bin/tensorflow/lite/c/libtensorflowlite_c.so ` .
36+
37371 . Copy the library to a location such as ` /usr/lib ` that can be used by Fluent Bit.
3838
3939## Building Fluent Bit with Tensorflow filter plugin
You can’t perform that action at this time.
0 commit comments