Skip to content

Commit bc6adad

Browse files
committed
clang
1 parent b76330b commit bc6adad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/layers_oneDNN/EWLayer.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ class EwLayerOneDnn : public Layer {
3737
void initialize_onednn(const Shape& shape, Type data_type);
3838
[[nodiscard]] dnnl::algorithm get_algorithm() const;
3939
void validate_input(const std::vector<Tensor>& input) const;
40-
[[nodiscard]] static dnnl::memory::data_type get_dnnl_data_type(
41-
Type type);
40+
[[nodiscard]] static dnnl::memory::data_type get_dnnl_data_type(Type type);
4241

4342
std::string func_;
4443
float alpha_;

0 commit comments

Comments
 (0)