keras.ops.flip fails for eager tensors when axis is a list of axes #1374
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: auto-assignment | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6.0.2 | |
| - uses: actions/github-script@v8 | |
| with: | |
| script: | | |
| const script = require('./\.github/workflows/scripts/auto-assignment.js') | |
| script({github, context}) |