pytorch/caffe2/ideep/operators
Will Constable 4f34cd6d1e Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032)
Avoid exposing defines that conflict with google logging, since this blocks external usage of libtorch in certain cases.

All the 'interesting' changes should be in these two files, and the rest should just be mechanical changes via sed.
c10/util/logging_is_not_google_glog.h
c10/util/logging_is_google_glog.h

Fixes https://github.com/pytorch/pytorch/issues/81415

cc @miladm @malfet
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82032
Approved by: https://github.com/soumith, https://github.com/miladm
2022-07-26 01:20:44 +00:00
..
quantization Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
adam_op.cc turn on -Werror=unused-function in our Bazel CPU build 2022-06-10 22:11:54 +00:00
channel_shuffle_op.cc
concat_split_op.cc
conv_op.cc [c2] Remove unused private fields (#69709) 2021-12-14 11:31:08 -08:00
conv_pool_base_op.h use irange for loops 6 (#66742) 2021-12-07 16:07:50 -08:00
conv_transpose_op.cc
conv_transpose_unpool_base_op.h [c2] Remove unused private fields (#69709) 2021-12-14 11:31:08 -08:00
dropout_op.cc
elementwise_sum_op.cc make broadcast fastpath the default for currently rolled-out ops (#68365) 2021-11-15 21:41:57 -08:00
expand_squeeze_dims_op.cc
fully_connected_op.cc
local_response_normalization_op.cc Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
momentum_sgd_op.cc
operator_fallback_ideep.cc make broadcast fastpath the default for currently rolled-out ops (#68365) 2021-11-15 21:41:57 -08:00
operator_fallback_ideep.h Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
order_switch_ops.cc Update fbcode symlinks for mkl-dnn ideep 2.5.2 2022-03-04 06:40:08 +00:00
pool_op.cc
queue_ops.cc
relu_op.cc
reshape_op.cc
shape_op.cc
sigmoid_op.cc
spatial_batch_norm_op.cc Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
transpose_op.cc
utility_ops.cc Update fbcode symlinks for mkl-dnn ideep 2.5.2 2022-03-04 06:40:08 +00:00