Fix schema type constraint for custom operators #23252
Annotations
5 warnings
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc#L7
[cpplint] reported by reviewdog 🐶
<mutex> is an unapproved C++11 header. [build/c++11] [5]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc:7: <mutex> is an unapproved C++11 header. [build/c++11] [5]
|
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc#L14
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.cc:14: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.h#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/custom_op_local_function.h:5: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/test/testdata/custom_op_local_function/dummy_gemm.cc#L8
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/test/testdata/custom_op_local_function/dummy_gemm.cc:8: Include the directory when naming header files [build/include_subdir] [4]
|
The logs for this run have expired and are no longer available.
Loading