Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
applications
MNISTCalculator
Commits
83b0780c
Commit
83b0780c
authored
Jul 28, 2022
by
Martin Fitzke
Browse files
updated package names for testing
parent
1d5936d8
Pipeline
#769921
failed with stage
in 12 minutes and 30 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mnist-modular/minimal-features/src/main/emadl/calculator/Add.emadl
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
component
Add
{
ports
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/ArgMax.emadl
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
component
ArgMax
<
Z
(
1
:
oo
)
n
=
2
>{
ports
in
Q
^{
n
}
inputVector
,
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/Calculator.emadl
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
component
Calculator
{
ports
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/Connector.emadl
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
component
Connector
{
ports
in
Z
(
0
:
255
)^{
1
,
28
,
28
}
image1
,
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/DigitCombiner.emadl
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
component
DigitCombiner
{
ports
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/Net1.emadl
View file @
83b0780c
package
calculator
package
c
NNC
alculator
component
Net1
{
ports
in
Z
(
0
:
255
)^{
1
,
28
,
28
}
input
,
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/Net2.emadl
View file @
83b0780c
package
calculator
package
c
NNC
alculator
component
Net2
{
ports
in
Z
(
0
:
255
)^{
1
,
28
,
28
}
input
,
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/Network.emadl
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
component
Network
{
component
Network
{
ports
in
Z
(
0
:
255
)^{
1
,
28
,
28
}
data
,
out
Q
(
0
:
1
)^{
10
}
softmax
;
...
...
mnist-modular/minimal-features/src/main/emadl/calculator/Network.tag
View file @
83b0780c
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
calculator
;
package
c
NNC
alculator
;
conforms
to
artifacttag
.
DatasetArtifactTagSchema
;
tags
NeuronalNetwork
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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