Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c6a46b

Browse files
authoredOct 8, 2020
Merge pull request #564 from fnc12/dev
v1.6
2 parents f51a734 + 76f4d7c commit 4c6a46b

File tree

142 files changed

+11696
-6741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+11696
-6741
lines changed
 

‎.github/workflows/clang-format-lint.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- name: clang-format lint
1212
uses: DoozyX/clang-format-lint-action@v0.3.1
13-
with:
14-
exclude: ./include

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ examples/simple_neural_network.cpp
44
cmake-build-debug/
55

66
.idea/
7+
8+
/compile

0 commit comments

Comments
 (0)
Please sign in to comment.