zhenhuaw-me / tflite2onnx

Convert TensorFlow Lite models (*.tflite) to ONNX.
https://zhenhuaw.me/tflite2onnx
Apache License 2.0
149 stars 26 forks source link

Op: Squared difference #48

Closed briangrifiin closed 3 years ago

briangrifiin commented 3 years ago

A compound operation which is replaced by Sub -> Pow

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (3dfc238) into master (1710edb) will increase coverage by 0.07%. The diff coverage is 96.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   94.72%   94.79%   +0.07%     
==========================================
  Files          29       30       +1     
  Lines        1668     1730      +62     
==========================================
+ Hits         1580     1640      +60     
- Misses         88       90       +2     
Impacted Files Coverage Δ
tflite2onnx/op/squared_difference.py 96.66% <96.66%> (ø)
tflite2onnx/op/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1710edb...3dfc238. Read the comment docs.

zhenhuaw-me commented 3 years ago

Something is wrong with GitHub Action, should test python 3.8 only. Let's merge this first.