Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
f80b83ea
Unverified
Commit
f80b83ea
authored
Dec 07, 2020
by
Vasilis Vryniotis
Committed by
GitHub
Dec 07, 2020
Browse files
Remove "#pragma once" from cpp files. (#3134)
parent
70ed29d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
torchvision/csrc/cpu/video/register.cpp
torchvision/csrc/cpu/video/register.cpp
+0
-2
torchvision/csrc/new_empty_tensor_op.cpp
torchvision/csrc/new_empty_tensor_op.cpp
+0
-2
No files found.
torchvision/csrc/cpu/video/register.cpp
View file @
f80b83ea
#pragma once
#include "Video.h"
namespace
{
...
...
torchvision/csrc/new_empty_tensor_op.cpp
View file @
f80b83ea
#pragma once
#include "new_empty_tensor_op.h"
#include <torch/extension.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment