Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArcDL
Commits
4d157843
Commit
4d157843
authored
Aug 23, 2019
by
Bernhard Rumpe
Browse files
BR-sy
parent
cc442dbf
Pipeline
#175302
passed with stages
in 4 minutes and 24 seconds
Changes
77
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/test/resources/models/InstanceTest/CalculateClassB.emadl
View file @
4d157843
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
InstanceTest
;
component
CalculateClassB
{
...
...
src/test/resources/models/InstanceTest/MainB.emadl
View file @
4d157843
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
InstanceTest
;
import
NetworkB
;
import
CalculateClassB
;
...
...
src/test/resources/models/InstanceTest/NetworkB.emadl
View file @
4d157843
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
InstanceTest
;
component
NetworkB
<
Z
classes
=
10
>
(
Z
convChannels
){
...
...
src/test/resources/models/InstanceTest/NetworkB_net1.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration NetworkB_net1{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/InstanceTest/NetworkB_net2.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration NetworkB_net2{
num_epoch:10
batch_size:32
...
...
src/test/resources/models/InvalidLayerInput.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component InvalidLayerInput{
ports in Z(0:255)^{3, 224, 224} image[2],
out Q(0:1)^{10} predictions;
...
...
src/test/resources/models/MinimizePortsTest.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component MinimizePortsTest{
ports in Q u,
...
...
src/test/resources/models/MultipleOutputs.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration MultipleOutputs{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/MultipleOutputs.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component MultipleOutputs{
ports in Q(-oo:+oo)^{10,1,1} data,
out Q(0:1)^{4} pred[2];
...
...
src/test/resources/models/ResNeXt50.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration ResNeXt50{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/ResNeXt50.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component ResNeXt50{
ports in Z(0:255)^{3, 224, 224} image,
out Q(0:1)^{1000} predictions;
...
...
src/test/resources/models/ResNet152.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration ResNet152{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/ResNet152.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component ResNet152{
ports in Z(0:255)^{3, 224, 224} image,
out Q(0:1)^{1000} predictions;
...
...
src/test/resources/models/ResNet34.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration ResNet34{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/ResNet34.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component ResNet34{
ports in Z(0:255)^{3, 224, 224} image,
out Q(0:1)^{1000} predictions;
...
...
src/test/resources/models/ThreeInputCNN_M14.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration ThreeInputCNN_M14{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/ThreeInputCNN_M14.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component ThreeInputCNN_M14{
ports in Z(0:255)^{3, 224, 224} image[3],
out Q(0:1)^{10} predictions;
...
...
src/test/resources/models/VGG16.cnnt
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
configuration VGG16{
num_epoch:10
batch_size:64
...
...
src/test/resources/models/VGG16.emadl
View file @
4d157843
/* (c) https://github.com/MontiCore/monticore */
component VGG16{
ports in Z(0:255)^{3, 224, 224} image,
out Q(0:1)^{1000} predictions;
...
...
src/test/resources/models/cifar10/ArgMax.emadl
View file @
4d157843
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
cifar10
;
component
ArgMax
<
Z
(
1
:
oo
)
n
=
2
>{
...
...
Prev
1
2
3
4
Next
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