Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 3f29958

Browse files
committed
sample added
1 parent 7b55f61 commit 3f29958

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,15 @@ $ tflite2tensorflow \
509509
--output_pb \
510510
--optimizing_for_coreml
511511
```
512+
or
513+
```
514+
$ tflite2tensorflow \
515+
--model_path segm_full_v679.tflite \
516+
--flatc_path ../flatc \
517+
--schema_path ../schema.fbs \
518+
--output_pb \
519+
--optimizing_barracuda
520+
```
512521

513522
### 4-3. Step 2 : Generation of quantized tflite, TFJS, TF-TRT, EdgeTPU, CoreML and ONNX
514523
```

0 commit comments

Comments
 (0)