Skip to content

Commit

Permalink
Fix runtime exception include error
Browse files Browse the repository at this point in the history
  • Loading branch information
raugarcr committed Sep 26, 2024
1 parent 0d2f6b9 commit 94dfaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descriptors/descriptor_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "eddl/descriptors/tensor_descriptors.h"
#include "eddl/utils.h"
#include <algorithm>
#include <stdexcept>


ReduceDescriptor2::ReduceDescriptor2(const vector<int>& axis, bool keepdims, int dev) : TensorDescriptor(dev) {
Expand Down

0 comments on commit 94dfaad

Please sign in to comment.