Remove xnn_pack_qs4u_weights_and_biases wrapper for qc4wu packed weights #37
Workflow file for this run
This file contains 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: Build and update caches | |
on: | |
pull_request: | |
branches: | |
- master | |
types: [closed] | |
jobs: | |
build-and-test: | |
if: ${{ github.event.pull_request.merged }} | |
uses: ./.github/workflows/build.yml | |
with: | |
run-tests: false | |
update-caches: true |