mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[NOOP][clangformat][codemod] Enable CLANGFORMAT for some folders in caffe2/* (#67746)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/67746 Test Plan: Visual inspection. Sandcastle. Reviewed By: zertosh Differential Revision: D31986646 fbshipit-source-id: 91885c20c3cead3853c49abb9fe0a94a67f33cc8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a5b57c9433
commit
89c4e8c22b
@ -1,9 +1,9 @@
|
||||
#include <torch/csrc/jit/api/module.h>
|
||||
#include <torch/jit.h>
|
||||
#include <torch/script.h>
|
||||
#include <torch/csrc/jit/api/module.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
Reference in New Issue
Block a user