Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Ta-dah.MD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tadah
Ta-dah.MD
Commits
654cf0b6
Commit
654cf0b6
authored
1 year ago
by
mkirsz
Browse files
Options
Downloads
Patches
Plain Diff
Update
parent
25458312
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
m_md_all.cpp
+9
-0
9 additions, 0 deletions
m_md_all.cpp
with
9 additions
and
0 deletions
m_md_all.cpp
0 → 100644
+
9
−
0
View file @
654cf0b6
#include
"CORE/registry.h"
#include
"m_md_base.h"
#include
"m_blr_md.h"
#include
"m_krr_md.h"
template
<
>
Registry
<
M_MD_Base
,
Function_Base
&
,
Config
&>::
Map
Registry
<
M_MD_Base
,
Function_Base
&
,
Config
&>::
registry
{};
Registry
<
M_MD_Base
,
Function_Base
&
,
Config
&>::
Register
<
M_BLR_MD
<>>
M_BLR_MD_1
(
"M_BLR"
);
Registry
<
M_MD_Base
,
Function_Base
&
,
Config
&>::
Register
<
M_KRR_MD
<>>
M_KRR_MD_1
(
"M_KRR"
);
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