Skip to content

Add CoreML ML Program Resize #31726

Add CoreML ML Program Resize

Add CoreML ML Program Resize #31726

Triggered via pull request July 18, 2024 02:59
Status Success
Total duration 13m 57s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Python format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint C++: onnxruntime/core/providers/coreml/builders/impl/base_op_builder.h#L31
[cpplint] reported by reviewdog 🐶 Constructors callable with one argument should be marked explicit. [runtime/explicit] [5] Raw Output: onnxruntime/core/providers/coreml/builders/impl/base_op_builder.h:31: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint C++: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc#L216
[cpplint] reported by reviewdog 🐶 Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5] Raw Output: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc:216: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint C++: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc#L281
[cpplint] reported by reviewdog 🐶 If an else has a brace on one side, it should have it on both [readability/braces] [5] Raw Output: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc:281: If an else has a brace on one side, it should have it on both [readability/braces] [5]
Lint C++: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc#L430
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc:430: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Lint C++: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc#L431
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/coreml/builders/impl/resize_op_builder.cc:431: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Lint C++: onnxruntime/core/providers/nnapi/nnapi_builtin/builders/impl/resize_op_builder.cc#L278
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/nnapi/nnapi_builtin/builders/impl/resize_op_builder.cc:278: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Lint C++: onnxruntime/core/providers/nnapi/nnapi_builtin/builders/impl/resize_op_builder.cc#L279
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/nnapi/nnapi_builtin/builders/impl/resize_op_builder.cc:279: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Lint C++: onnxruntime/core/providers/xnnpack/tensor/resize.cc#L89
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/xnnpack/tensor/resize.cc:89: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]
Lint C++: onnxruntime/core/providers/xnnpack/tensor/resize.cc#L90
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4] Raw Output: onnxruntime/core/providers/xnnpack/tensor/resize.cc:90: Using deprecated casting style. Use static_cast<double>(...) instead [readability/casting] [4]