Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.
* redundant string conversion * using decl 'Eq' is unused * using decl 'HasSubstr' is unused * redundant StrCat calls * please use StrAppend instead of StrCat when appending to an existing string (4 times) * parameters of type 'absl::Span<...>' should be taken by value (23 times) PiperOrigin-RevId: 212439742
Loading
Please sign in to comment