Skip to content

Converter 3.14, TPC 1.0 (Keras) #107

Converter 3.14, TPC 1.0 (Keras)

Converter 3.14, TPC 1.0 (Keras) #107

name: Converter 3.14, TPC 1.0 (Keras)
permissions:
contents: read
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
run-tests:
uses: ./.github/workflows/run_network_deployment_keras_tests.yml
with:
converter-version: "3.14.*"
tpc-version: "1.0"