Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:birdwatcher:OpenWebUI
onnxruntime
onnxruntime-fix-cxx20-template-construction.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File onnxruntime-fix-cxx20-template-construction.patch of Package onnxruntime
diff --git a/onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h b/onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h index b9f3050e..84952ac8 100644 --- a/onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h +++ b/onnxruntime/core/providers/cpu/ml/tree_ensemble_aggregator.h @@ -326,11 +326,11 @@ class TreeAggregatorMin : public TreeAggregator<InputType, ThresholdType, Output template <typename InputType, typename ThresholdType, typename OutputType> class TreeAggregatorMax : public TreeAggregator<InputType, ThresholdType, OutputType> { public: - TreeAggregatorMax<InputType, ThresholdType, OutputType>(size_t n_trees, - const int64_t& n_targets_or_classes, - POST_EVAL_TRANSFORM post_transform, - const std::vector<ThresholdType>& base_values) : TreeAggregator<InputType, ThresholdType, OutputType>(n_trees, n_targets_or_classes, - post_transform, base_values) {} + TreeAggregatorMax(size_t n_trees, + const int64_t& n_targets_or_classes, + POST_EVAL_TRANSFORM post_transform, + const std::vector<ThresholdType>& base_values) : TreeAggregator<InputType, ThresholdType, OutputType>(n_trees, n_targets_or_classes, + post_transform, base_values) {} // 1 output
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor