mirror of
https://github.com/keras-team/keras.git
synced 2026-03-26 03:47:50 +00:00
* OpenVINO backend: add bitwise_left_shift and bitwise_right_shift * Remove pytest.ini (local config file) * Run pre-commit and regenerate API * Rename opset after rebase to opset15 --------- Co-authored-by: hertschuh <1091026+hertschuh@users.noreply.github.com>
26 lines
283 B
Plaintext
26 lines
283 B
Plaintext
.DS_Store
|
|
*.pyc
|
|
.vscode-test
|
|
__pycache__
|
|
**/.vscode-test/**
|
|
**/.vscode test/**
|
|
**/.vscode-smoke/**
|
|
**/.venv*/
|
|
venv
|
|
bin/**
|
|
build/**
|
|
obj/**
|
|
.pytest_cache
|
|
tmp/**
|
|
.vs/
|
|
dist/**
|
|
**/*.egg-info/*
|
|
.vscode
|
|
examples/**/*.jpg
|
|
.python-version
|
|
.coverage
|
|
*coverage.xml
|
|
.ruff_cache
|
|
|
|
pytest.ini
|
|
venv/ |