Implement CustomOp Output Type Inference function #27395
lint.yml
on: pull_request
Optional Lint
26s
Python format
4m 58s
Lint C++
23m 16s
Lint JavaScript
25s
Annotations
14 warnings
Python format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 `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/test/framework/shape_inference_test.cc#L81
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:81: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L97
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:97: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L99
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:99: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L100
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:100: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L102
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:102: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L103
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:103: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L112
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:112: You don't need a ; after a } [readability/braces] [4]
|
Lint C++:
onnxruntime/test/framework/shape_inference_test.cc#L113
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/framework/shape_inference_test.cc:113: You don't need a ; after a } [readability/braces] [4]
|