keras/.gitignore
Jack Gallagher a64da12397 add fori_loop op to all 3 backends (#462)
* add fori_loop op to all 3 backends

* bring fori_loop signatures in line, add tests

* add docstring for fori loop

* add shape inference test

* fix tf impl of fori_loop

* ignore .python-version

used by pyenv to set a per-directory python version / virtualenv / etc

* fix formatting

* add fori_loop function to numpy backend

* fmt
2023-07-21 10:32:06 -07:00

19 lines
221 B
Plaintext

.DS_Store
*.pyc
.vscode-test
__pycache__
**/.vscode-test/**
**/.vscode test/**
**/.vscode-smoke/**
**/.venv*/
bin/**
build/**
obj/**
.pytest_cache
tmp/**
.vs/
dist/**
*.egg-info/*
.vscode
examples/**/*.jpg
.python-version