keras/.vscode/settings.json
Chen Qian 242f984013 Add more numpy ops (#3)
* Add numpy ops (initial batch) and some config

* Add unit test

* fix call

* Revert "fix call"

This reverts commit 6748ad183029ff4b97317b77ceed8661916bb9a0.

* full unit test coverage

* fix setup.py

* more ops and fix the problem of KerasTensor [ops] numerics
2023-04-12 20:27:25 -07:00

7 lines
129 B
JSON

{
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"editor.rulers": [
80
],
}