Fix clang-tidy warnings in Caffe2 code (#134935)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134935
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2024-09-12 03:27:06 +00:00
committed by PyTorch MergeBot
parent 0d1d69fd25
commit 7cfd23636c
28 changed files with 112 additions and 150 deletions

View File

@@ -1,5 +1,6 @@
#include <gtest/gtest.h>
#include <caffe2/serialize/istream_adapter.h>
#include <test/cpp/jit/test_custom_class_registrations.h>
#include <torch/csrc/jit/passes/freeze_module.h>
#include <torch/custom_class.h>