Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
28e0e6f0
Unverified
Commit
28e0e6f0
authored
Jul 12, 2023
by
shiyu1994
Committed by
GitHub
Jul 12, 2023
Browse files
[c++] virtual destructor for gradient discretizer (#5965)
parent
71403968
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/treelearner/gradient_discretizer.hpp
src/treelearner/gradient_discretizer.hpp
+1
-1
No files found.
src/treelearner/gradient_discretizer.hpp
View file @
28e0e6f0
...
...
@@ -30,7 +30,7 @@ class GradientDiscretizer {
stochastic_rounding_
=
stochastic_rounding
;
}
~
GradientDiscretizer
()
{}
virtual
~
GradientDiscretizer
()
{}
virtual
void
DiscretizeGradients
(
const
data_size_t
num_data
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment