Currently, the SwiGLU layer using OpenCL operations does not support training/backpropagation.
Consequently, we are updating the logic to reflect that it is false.
**Self-evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped
Signed-off-by: Donghyeon Jeong <dhyeon.jeong@samsung.com>
/**
* @copydoc bool supportBackwarding() const
*/
- bool supportBackwarding() const override { return true; };
+ bool supportBackwarding() const override { return false; };
/**
* @copydoc Layer::exportTo(Exporter &exporter, ExportMethods method)