Fix config structure name in pragma for SeparableConv1D
Created by: qberthet
Description
Simple fix for #883 (closed)
closes #883 (closed)
Type of change
For a new feature or function, please create an issue first to discuss it with us before submitting a pull request.
Note: Please delete options that are not relevant.
-
Bug fix (non-breaking change that fixes an issue)
Tests
Tested with example code provided in bug report #883 (closed) : Fail before applying this commit, works afterward.
Checklist
-
I have read the guidelines for contributing. -
I have commented my code, particularly in hard-to-understand areas. -
I have made corresponding changes to the documentation. -
My changes generate no new warnings. -
I have installed and run pre-commit
on the files I edited or added. -
I have added tests that prove my fix is effective or that my feature works.