-
FetchContent_Declare( tensorflow GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git GIT_PROGRESS TRUE GIT_TAG v2.10.0 SOURCE_SUBDIR tensorflow/lite ) FetchContent_MakeAvailable(tensorflow) # add library to your target target_link_libraries(${PROJECT_NAME} PRIVATE tensorflow-lite )
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Show HN: Txeo โ A Modern C++ Wrapper for TensorFlow
-
Build, Innovate & Collaborate: Setting Up TensorFlow for Open Source Contribution! ๐โจ
-
Create ML models that can run in any environment
-
TensorFlow: Democratizing Machine Learning with Open Source Power
-
Release TensorFlow 2.17.0 ยท TensorFlow/TensorFlow