Skip to content

Commit 6b339c0

Browse files
authored
Update EWLayer.hpp
1 parent a226ec1 commit 6b339c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/layers_oneDNN/EWLayer.hpp

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

4242
std::string func_;
4343
float alpha_;

0 commit comments

Comments
 (0)