Improve parallelization of TfIdfVectorizer, Reduce memory consumption #23255
Annotations
4 warnings
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc#L303
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc:303: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc#L385
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc:385: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc#L385
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for min [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc:385: Add #include <algorithm> for min [build/include_what_you_use] [4]
|
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc#L425
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc:425: Add #include <utility> for move [build/include_what_you_use] [4]
|
The logs for this run have expired and are no longer available.
Loading