Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_export_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Axel Farrugia
aidge_export_cpp
Commits
fd8690a8
Commit
fd8690a8
authored
1 year ago
by
Cyril Moineau
Browse files
Options
Downloads
Patches
Plain Diff
ExportLib now contains static_files.
parent
9c313b20
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aidge_export_cpp/export_registry.py
+8
-1
8 additions, 1 deletion
aidge_export_cpp/export_registry.py
with
8 additions
and
1 deletion
aidge_export_cpp/export_registry.py
+
8
−
1
View file @
fd8690a8
from
aidge_core.export_utils
import
ExportLib
from
aidge_export_cpp.utils
import
ROOT
class
ExportLibCpp
(
ExportLib
):
_name
=
"
export_cpp
"
name
=
"
export_cpp
"
static_files
=
{
str
(
ROOT
/
"
static
"
/
"
Makefile
"
):
""
,
str
(
ROOT
/
"
static
"
/
"
include
"
/
"
network
"
/
"
rescaling.hpp
"
):
"
dnn/include/network
"
,
str
(
ROOT
/
"
static
"
/
"
include
"
/
"
network
"
/
"
typedefs.hpp
"
):
"
dnn/include/network
"
,
str
(
ROOT
/
"
static
"
/
"
include
"
/
"
network
"
/
"
utils.hpp
"
):
"
dnn/include/network
"
,
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment