Commit 22819e78 authored by nikolay.korovaiko's avatar nikolay.korovaiko

conv+bias fusion

parent 5c0a29ee
This diff is collapsed.
...@@ -40,9 +40,11 @@ public: ...@@ -40,9 +40,11 @@ public:
{ {
construct_gemm_pattern(); construct_gemm_pattern();
construct_fprop_bn(); construct_fprop_bn();
construct_conv_bias();
} }
private: private:
void construct_gemm_pattern(); void construct_gemm_pattern();
void construct_fprop_bn(); void construct_fprop_bn();
void construct_conv_bias();
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment