Add onnx support for com.microsoft.NhwcConv #22395
Annotations
1 error and 3 warnings
Clang Tidy
Process completed with exit code 2.
|
Clang Tidy:
src/onnx/conv.cpp#L54
the parameter 'f' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
src/onnx/conv.cpp#L65
invalid case style for local variable 'C' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/conv.cpp#L74
invalid case style for local variable 'C' [readability-identifier-naming,-warnings-as-errors]
|
Loading