DecoderMaskedMultiHeadAttention CPU kernel. #34692
Annotations
8 warnings
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h#L41
[cpplint] reported by reviewdog 🐶
Closing ) should be moved to the previous line [whitespace/parens] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/attention_cpu_base.h:41: Closing ) should be moved to the previous line [whitespace/parens] [2]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:4: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:5: Include the directory when naming header files [build/include_subdir] [4]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L10
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:10: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L11
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:11: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L16
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:16: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L124
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:124: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc#L294
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/contrib_ops/cpu/bert/decoder_masked_multihead_attention.cc:294: Add #include <utility> for move [build/include_what_you_use] [4]
|
This job succeeded
Loading