forked from jveitchmichaelis/edgetpu-yolo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3baa3f1
commit ae33cff
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Edge TPU Compiler version 16.0.384591198 | ||
Input: yolov8s_integer_quant.tflite | ||
Output: yolov8s_integer_quant_edgetpu.tflite | ||
|
||
Operator Count Status | ||
|
||
SOFTMAX 1 Mapped to Edge TPU | ||
ADD 8 Mapped to Edge TPU | ||
TRANSPOSE 6 Mapped to Edge TPU | ||
PAD 7 Mapped to Edge TPU | ||
LOGISTIC 58 Mapped to Edge TPU | ||
RESIZE_NEAREST_NEIGHBOR 2 Mapped to Edge TPU | ||
MUL 59 Mapped to Edge TPU | ||
CONV_2D 64 Mapped to Edge TPU | ||
RESHAPE 6 Mapped to Edge TPU | ||
MAX_POOL_2D 3 Mapped to Edge TPU | ||
CONCATENATION 18 Mapped to Edge TPU | ||
SUB 2 Mapped to Edge TPU | ||
DEQUANTIZE 1 Operation is working on an unsupported data type | ||
QUANTIZE 1 Operation is otherwise supported, but not mapped due to some unspecified limitation | ||
QUANTIZE 3 Mapped to Edge TPU | ||
STRIDED_SLICE 20 Mapped to Edge TPU |
Binary file not shown.