Skip to content

Commit

Permalink
app.src updated with the correct modules
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaEst committed Apr 25, 2020
1 parent ad5792b commit 508f3ee
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/enn.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@
activation,
aggregation,
cortex,
elements,
enn_app,
enn_audit,
enn_pool,
enn_sup,
enn,
initializer,
layer,
model,
transform,
network,
neuron,
nn_node,
nn_pool,
nn_sup,
training
]}, %% TODO
]},
{registered, [
enn_sup
]}, %% TODO
]},
{mod, {enn_app, []}},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 508f3ee

Please sign in to comment.