Skip to content

Commit

Permalink
fix one more issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jul 4, 2023
1 parent a61d63b commit 05f2fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx_extended/ortops/optim/cpu/tree_ensemble.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct TreeEnsembleKernel {
void Compute(OrtKernelContext* context);

// Attributes
onnx_c_ops::RuntimeTreeEnsembleCommon<float>* reg_float;
onnx_c_ops::TreeEnsembleCommon<float, float, float>* reg_float;
};

struct TreeEnsembleRegressor : Ort::CustomOpBase<TreeEnsembleRegressor, TreeEnsembleKernel> {
Expand Down

0 comments on commit 05f2fd0

Please sign in to comment.