-
Notifications
You must be signed in to change notification settings - Fork 979
Tensorflow serializer #1056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorflow serializer #1056
Conversation
…ngine into tensorflow_serializer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
options should keep
CMakeLists.txt
Outdated
OPTION (TENGINE_BUILD_BENCHMARK "Build benchmark" OFF) | ||
OPTION (TENGINE_BUILD_EXAMPLES "Build examples" OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OPTION (TENGINE_BUILD_BENCHMARK "Build benchmark" OFF) | |
OPTION (TENGINE_BUILD_EXAMPLES "Build examples" OFF) | |
OPTION (TENGINE_BUILD_BENCHMARK "Build benchmark" ON) | |
OPTION (TENGINE_BUILD_EXAMPLES "Build examples" ON) |
CMakeLists.txt
Outdated
# Tools options | ||
# Tools | ||
OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" OFF) | ||
OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" ON) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" ON) | |
OPTION (TENGINE_BUILD_CONVERT_TOOL "Build convert tool" OFF) |
Codecov Report
@@ Coverage Diff @@
## tengine-lite #1056 +/- ##
================================================
- Coverage 47.72% 45.44% -2.29%
================================================
Files 407 9 -398
Lines 29695 2577 -27118
================================================
- Hits 14172 1171 -13001
+ Misses 15523 1406 -14117 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.