Commit Graph

4 Commits

Author SHA1 Message Date
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
Francois Chollet
ac9aadc47a Clearing existing files 2023-04-07 00:00:00 +00:00
Haifeng Jin
52a2ba7c6e Use the official vscode Python image as the base image for devcontainer, instead
of the `tf-nightly` image.  It better handles the user and git commands.
TF-nightly is install when the container is up and running. Also added GitHub
CLI in the image for easier operations on pull requests.

PiperOrigin-RevId: 492921925
2022-12-04 23:28:06 -08:00
Haifeng Jin
898622a421 added vscode settings.json to help lint and format the code.
PiperOrigin-RevId: 470838393
2022-08-29 16:12:49 -07:00