pytorch/torch/csrc/jit/frontend
Jane Xu 71ca600af9 Renaming CAFFE2_API to TORCH_API (#49496)
Summary:
Since caffe2 and torch have been consolidated, CAFFE2_API should be merged with TORCH_API. Addresses a TODO.

Manually edited some references of the removed `CAFFE2_API`:
* `CONTRIBUTING.md`
* `caffe2/proto/CMakeLists.txt`
* `cmake/ProtoBuf.cmake`
* `c10/macros/Export.h`
* `torch/csrc/WindowsTorchApiMacro.h`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/49496

Reviewed By: malfet, samestep

Differential Revision: D25600726

Pulled By: janeyx99

fbshipit-source-id: 7e068d959e397ac183c097d7e9a9afeca5ddd782
2020-12-18 10:54:50 -08:00
..
builtin_functions.cpp torch.Assert: make it torch.jit.script'able (#47399) (#47973) 2020-11-16 11:46:12 -08:00
builtin_functions.h
canonicalize_modified_loop.cpp
canonicalize_modified_loop.h
code_template.h
concrete_module_type.cpp [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
concrete_module_type.h Fix include files for out-of-tree compilation (#48827) 2020-12-15 14:40:44 -08:00
convert_to_ssa.cpp Add dict comprehension (#47774) 2020-12-17 15:25:30 -08:00
convert_to_ssa.h
edit_distance.cpp
edit_distance.h
error_report.cpp
error_report.h Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
exit_transforms.cpp [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
exit_transforms.h
function_schema_parser.cpp [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
function_schema_parser.h Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
inline_loop_condition.cpp
inline_loop_condition.h
ir_emitter.cpp Add dict comprehension (#47774) 2020-12-17 15:25:30 -08:00
ir_emitter.h
lexer.cpp
lexer.h Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
mini_environment.h
name_mangler.cpp
name_mangler.h
parse_string_literal.h [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
parser_constants.h
parser.cpp Add dict comprehension (#47774) 2020-12-17 15:25:30 -08:00
parser.h
resolver.h [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
schema_matching.cpp [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
schema_matching.h Various cleanups to ir_emitter and friends (#46686) 2020-10-28 16:28:05 -07:00
schema_type_parser.cpp [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT 2020-12-17 05:32:07 -08:00
schema_type_parser.h Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
script_type_parser.cpp Alias _size_N_t to BroadcastingListN[int] (#48297) 2020-11-26 08:09:43 -08:00
script_type_parser.h [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
source_range.cpp Error printing extension support for multiline errors (#43807) 2020-09-01 10:02:43 -07:00
source_range.h Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
string_to_type.cpp Define the record_stream method in native_functions.yaml (#44301) 2020-10-13 09:15:22 -07:00
strtod.cpp
strtod.h Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
sugared_value.cpp [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
sugared_value.h [JIT] Fix clang-tidy warnings for jit/frontend (#47982) 2020-12-02 12:35:28 -08:00
tracer.cpp Define the record_stream method in native_functions.yaml (#44301) 2020-10-13 09:15:22 -07:00
tracer.h Define the record_stream method in native_functions.yaml (#44301) 2020-10-13 09:15:22 -07:00
tree_views.h Add dict comprehension (#47774) 2020-12-17 15:25:30 -08:00
tree.h Fix grammar and spelling errors (#46713) 2020-10-23 01:31:17 -07:00
versioned_symbols.cpp
versioned_symbols.h