Skip to content

b5787

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 04:06
0a5a3b5
Add Conv2d for CPU (#14388)

* Conv2D: Add CPU version

* Half decent

* Tiled approach for F32

* remove file

* Fix tests

* Support F16 operations

* add assert about size

* Review: further formatting fixes, add assert and use CPU version of fp32->fp16