Commit Graph

11 Commits

Author SHA1 Message Date
Francois Chollet
b5b0796752 Merge branch 'main' of github.com:keras-team/keras-core 2023-05-22 12:02:11 -07:00
Francois Chollet
934ca21d94 Add get_source_inputs and tests 2023-05-22 12:01:53 -07:00
Francois Chollet
a6ddf60471 Add docstrings to major classes 2023-05-22 12:01:29 -07:00
Chen Qian
0def266cd4 Add None spatial shape support to conv (#202) 2023-05-22 12:00:50 -07:00
Chen Qian
752f4b581b Add torch.math.* (#189)
* initial

* Add ops

* fix comments
2023-05-18 18:04:25 -07:00
Chen Qian
69a3430260 Add causal padding support to conv1d (#152) 2023-05-11 18:33:09 -07:00
divyasreepat
6afc9debec Added ReLU activation layer (#104)
* added relu

* add relu

* added correctness test

* reformated

* updates based on review
2023-05-08 12:16:05 -07:00
Francois Chollet
c99de04feb Fix test 2023-05-08 11:55:44 -07:00
hertschuh
d909858268 Add support for a -1 dimension in the Reshape operation. (#103)
The code to compute the output shape is now shared between the `Reshape` operation and the `Reshape` layer.
2023-05-08 11:36:52 -07:00
Chen Qian
43e33ab9ab Add Conv layers (#89)
* initials

* more

* something

* add docstrings

* fix some docstrings

* fix comments
2023-05-05 22:13:13 -07:00
Chen Qian
841b8d702d Add max and average pooling layer (#66)
* Add max and poolig layer

* fix tests

* handle TF transpose

* renaming

* rename tests

* Fix comments

* Move out the shape computation logic
2023-05-02 15:17:59 -07:00