Skip to content

Commit

Permalink
Remove AutoHeaders.RECURSIVE_GLOB from caffe2/ (pytorch#73227)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#73227

Reviewed By: christycylee

Differential Revision: D34016914

fbshipit-source-id: 277937f3c13a54ea1180afac253ee9927e56e99e
(cherry picked from commit d977773)
  • Loading branch information
Marc Fisher authored and pytorchmergebot committed Mar 1, 2022
1 parent 1c621a7 commit 9e60b00
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion caffe2/quantization/server/concat_dnnlowp_op.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "caffe2/operators/concat_split_op.h"
#include "dnnlowp_op.h"
#include "caffe2/quantization/server/dnnlowp_op.h"

namespace caffe2 {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "fully_connected_dnnlowp_op.h"
#include "caffe2/quantization/server/fully_connected_dnnlowp_op.h"

namespace caffe2 {

Expand Down
2 changes: 1 addition & 1 deletion caffe2/quantization/server/kl_minimization.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "quantization_error_minimization.h"
#include "caffe2/quantization/server/quantization_error_minimization.h"

namespace dnnlowp {

Expand Down
2 changes: 1 addition & 1 deletion caffe2/quantization/server/l2_minimization.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "quantization_error_minimization.h"
#include "caffe2/quantization/server/quantization_error_minimization.h"

#include <algorithm>
#include <cassert>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "dnnlowp.h"
#include "caffe2/quantization/server/dnnlowp.h"

namespace dnnlowp {

Expand Down
2 changes: 1 addition & 1 deletion caffe2/quantization/server/relu_dnnlowp_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "caffe2/operators/relu_op.h"

#include "caffe2/core/tensor_int8.h"
#include "caffe2_dnnlowp_utils.h"
#include "caffe2/quantization/server/caffe2_dnnlowp_utils.h"

namespace caffe2 {

Expand Down
2 changes: 1 addition & 1 deletion caffe2/quantization/server/sigmoid.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "tanh.h"
#include "caffe2/quantization/server/tanh.h"

namespace dnnlowp {

Expand Down
2 changes: 1 addition & 1 deletion caffe2/quantization/server/tanh.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "dnnlowp.h"
#include "caffe2/quantization/server/dnnlowp.h"

#include <cmath>
#include <vector>
Expand Down

0 comments on commit 9e60b00

Please sign in to comment.