mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT
Reviewed By: strulovich Differential Revision: D35460459 fbshipit-source-id: a425208092e8e20d6e5ae76ad76aabffdad56606 (cherry picked from commit c9a0672e9db26e742e1050b643994c6695028a54)
This commit is contained in:
parent
a0a2b75565
commit
9a403db6af
2 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ void runConv(
|
|||
|
||||
} // unnamed namespace
|
||||
|
||||
constexpr int kIters = 20;
|
||||
constexpr int kIters = 20;
|
||||
|
||||
TEST(DEPTHWISE3x3, Conv) {
|
||||
for (int i = 0; i < kIters; ++i) {
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ void runConv(
|
|||
|
||||
} // unnamed namespace
|
||||
|
||||
constexpr int kIters = 20;
|
||||
constexpr int kIters = 20;
|
||||
|
||||
TEST(NNPACK, Conv_3x3s1) {
|
||||
for (int i = 0; i < kIters; ++i) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue