Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
83dc34cc
Commit
83dc34cc
authored
Dec 04, 2019
by
Vivien Kraus
Browse files
Use a convenient Makefile target to run the perceptron bootstrap
parent
44c07464
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libtarot/perceptron/Makefile.am
View file @
83dc34cc
...
...
@@ -29,3 +29,9 @@ src_libtarot_libtarot_la_SOURCES += \
INTROSPECTED_SOURCES
+=
%reldir%/perceptron.c %reldir%/julien/julien.c
\
%reldir%/tarot/perceptron_private_static_weights.h
\
%reldir%/tarot/perceptron_private_static_structure.h
.PHONY
:
perceptron-bootstrap
perceptron-bootstrap
:
all
echo
"16, 16"
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_structure.h
./src/tarot-app/tarot-perceptron-bootstrap 16 16 |
while
read
line
;
do
echo
"
$$
line"
|
$(INDENT)
>
$(srcdir)
/%reldir%/tarot/perceptron_private_static_weights.h
;
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment