Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Eclipse Projects
aidge
aidge_core
Commits
a3d2762c
Commit
a3d2762c
authored
1 week ago
by
Iryna DE ALBUQUERQUE SILVA
Browse files
Options
Downloads
Patches
Plain Diff
Added check for fmt version.
parent
19cd7d0f
No related branches found
No related tags found
2 merge requests
!384
[Feat] Add the possibility of using or not external inputs_tensor
,
!372
Add check for fmt version in TensorUtils.hpp
Pipeline
#68304
passed
1 week ago
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/aidge/utils/TensorUtils.hpp
+6
-1
6 additions, 1 deletion
include/aidge/utils/TensorUtils.hpp
with
6 additions
and
1 deletion
include/aidge/utils/TensorUtils.hpp
+
6
−
1
View file @
a3d2762c
...
...
@@ -13,7 +13,12 @@
#define AIDGE_CORE_UTILS_TENSOR_UTILS_H_
#include
"aidge/data/Tensor.hpp"
#include
<cmath>
// std::abs
#include
<fmt/base.h>
#if FMT_VERSION < 100000 // If fmt version is less than 10.0.0
#include
<fmt/core.h>
#else
#include
<fmt/base.h>
#endif
namespace
Aidge
{
...
...
This diff is collapsed.
Click to expand it.
Wissam Boussella
@wboussella
mentioned in issue
#259
·
1 week ago
mentioned in issue
#259
mentioned in issue #259
Toggle commit list
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