File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ Replace with any name by specifying `{From}` and `{To}` in the `--renmae (-r)` o
9999
100100 ![ image] ( https://github.com/PINTO0309/tflite-input-output-rewriter/assets/33194443/61195485-a756-4449-8bf2-4d9e83f06feb )
101101
102- ``` bash
103- tfliteiorewriter \
104- -i xxxx.tflite \
105- -r serving_default_input_1:0 aaa \
106- -r StatefulPartitionedCall:0 bbb
107- ```
108- ![ image] ( https://github.com/PINTO0309/tflite-input-output-rewriter/assets/33194443/e2b33158-e044-460f-b032-747339e86feb )
102+ ``` bash
103+ tfliteiorewriter \
104+ -i xxxx.tflite \
105+ -r serving_default_input_1:0 aaa \
106+ -r StatefulPartitionedCall:0 bbb
107+ ```
108+ ![ image] ( https://github.com/PINTO0309/tflite-input-output-rewriter/assets/33194443/e2b33158-e044-460f-b032-747339e86feb )
109109
110110- After
111111
You can’t perform that action at this time.
0 commit comments