We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df85f60 commit eade653Copy full SHA for eade653
1 file changed
include/layers/BinaryOpLayer.hpp
@@ -20,7 +20,7 @@ class BinaryOpLayer : public Layer {
20
static std::string get_name() { return "Binary Operation Layer"; }
21
void run(const Tensor& input, Tensor& output) override;
22
void run(const Tensor& A, const Tensor& B, Tensor& output);
23
- bool is_scalar_tensor(const Tensor& t);
+ static bool is_scalar_tensor(const Tensor& t);
24
25
#ifdef ENABLE_STATISTIC_WEIGHTS
26
Tensor get_weights() override {
0 commit comments