Skip to content

tflmi backend: deprecate allopsresolver and introdduce fallback opsre… #716

tflmi backend: deprecate allopsresolver and introdduce fallback opsre…

tflmi backend: deprecate allopsresolver and introdduce fallback opsre… #716

Triggered via push May 15, 2024 08:24
Status Success
Total duration 2m 28s
Artifacts 1

cicd.yml

on: push
Matrix: build
Matrix: coverage
Matrix: docs
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
/home/runner/work/mlonmcu/mlonmcu/mlonmcu/flow/tflm/backend/tflmi.py#L161
if len(custom_ops) > 0: raise NotImplementedError if len(registrations) > 0: raise NotImplementedError if ops_resolver == "mutable": - assert len(ops) > 0, ("No ops specified for ops_resolver=mutable!" - "Set model ops in definition.yml or use ops_resolver=all") + assert len(ops) > 0, ( + "No ops specified for ops_resolver=mutable!" "Set model ops in definition.yml or use ops_resolver=all" + ) elif ops_resolver == "all": - raise RuntimeError("AllOpsResolver was removed from TFLM!" - "Use ops_resolver=mutable or ops_resolver=fallback") + raise RuntimeError( + "AllOpsResolver was removed from TFLM!" "Use ops_resolver=mutable or ops_resolver=fallback" + ) elif ops_resolver == "fallback": ops_resolver = "mutable" # Defines common operators which are used in many models default_ops = [ "ADD",
/home/runner/work/mlonmcu/mlonmcu/scripts/utils/tvm/infer_type.py#L1
import sys import tvm + # from tvm.relay import transform from tvm import relay + # from tvm import parser assert len(sys.argv) == 2, "Invalid number of arguments" with open(sys.argv[1]) as f:
build (3.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docs (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coverage (3.9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "code-coverage-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
code-coverage-report Expired
11.2 MB