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 b76330b commit bc6adadCopy full SHA for bc6adad
1 file changed
include/layers_oneDNN/EWLayer.hpp
@@ -37,8 +37,7 @@ class EwLayerOneDnn : public Layer {
37
void initialize_onednn(const Shape& shape, Type data_type);
38
[[nodiscard]] dnnl::algorithm get_algorithm() const;
39
void validate_input(const std::vector<Tensor>& input) const;
40
- [[nodiscard]] static dnnl::memory::data_type get_dnnl_data_type(
41
- Type type);
+ [[nodiscard]] static dnnl::memory::data_type get_dnnl_data_type(Type type);
42
43
std::string func_;
44
float alpha_;
0 commit comments