pytorch/aten/src/ATen/core
Joel Schlosser e6c3aa3880 Remove backward ops for mkldnn convolution (#70467)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/70467

Test Plan: Imported from OSS

Reviewed By: mikaylagawarecki

Differential Revision: D33342476

Pulled By: jbschlosser

fbshipit-source-id: 9811d02b16adea0dd1dd2500261f4b3b294d2dee
2021-12-30 14:29:22 -08:00
..
boxing
dispatch Add explicit OperatorHandle destructor (#70033) 2021-12-21 07:39:26 -08:00
op_registration
adaption.cpp
alias_info.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
Array.h The Jiterator (#69439) 2021-12-06 07:32:48 -08:00
aten_interned_strings.h Remove backward ops for mkldnn convolution (#70467) 2021-12-30 14:29:22 -08:00
ATen_pch.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
ATenGeneral.cpp
ATenGeneral.h
ATenOpList.h
BackendSelectFallbackKernel.cpp
Backtrace.h
blob.cpp
blob.h
builtin_function.h
CheckMemoryFormat.h Codegen: Generate seperate headers per operator (#68247) 2021-12-14 06:40:08 -08:00
class_type.cpp [jit] Split ClassType into a separate header. (#68036) 2021-12-16 13:10:05 -08:00
class_type.h [jit] Split ClassType into a separate header. (#68036) 2021-12-16 13:10:05 -08:00
custom_class.cpp
DeprecatedTypeProperties.cpp
DeprecatedTypeProperties.h
DeprecatedTypePropertiesRegistry.cpp
DeprecatedTypePropertiesRegistry.h
Dict.cpp
Dict.h Remove WindowsTorchApiMacro.h in favor of Export.h (#69585) 2021-12-09 17:30:09 -08:00
Dict_inl.h [PyTorch] Add torch::jit::toString(const Type&) (#66689) 2021-12-03 15:16:08 -08:00
Dimname.cpp
Dimname.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
DimVector.h
DistributionsHelper.h
Formatting.cpp
Formatting.h
function.h
function_schema.cpp
function_schema.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
function_schema_inl.h
functional.h
Generator.cpp
Generator.h
grad_mode.h
interned_strings.cpp Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
interned_strings.h [jit] Add a new op that composes all of the dynamic shape logic (#69476) 2021-12-22 00:28:57 -08:00
interned_strings_class.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
ivalue.cpp [PyTorch] Add Enum to IValue Deepcopy (#69937) 2021-12-30 07:52:22 -08:00
ivalue.h [JIT] scripting, freezing, serialization for sparse csr (#69555) 2021-12-20 11:13:34 -08:00
ivalue_inl.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
ivalue_to.h
jit_type.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
jit_type_base.h [jit] Split ClassType into a separate header. (#68036) 2021-12-16 13:10:05 -08:00
LegacyTypeDispatch.h
library.cpp
List.cpp
List.h Remove WindowsTorchApiMacro.h in favor of Export.h (#69585) 2021-12-09 17:30:09 -08:00
List_inl.h [PyTorch] Add torch::jit::toString(const Type&) (#66689) 2021-12-03 15:16:08 -08:00
List_test.cpp
Macros.h
MT19937RNGEngine.h
NamedRegistrations.cpp
NamedTensor.cpp
NamedTensor.h
operator_name.cpp
operator_name.h
PhiloxRNGEngine.h
PythonFallbackKernel.cpp
PythonModeTLS.cpp
PythonModeTLS.h
qualified_name.h
QuantizerBase.h [static runtime] dequantize out variant (#68664) 2021-11-30 09:03:26 -08:00
Range.cpp
Range.h
README.md
Reduction.h
register_symbols.cpp Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
rref_interface.h
Scalar.h
ScalarType.h
stack.h
symbol.h Separate c10::Symbol header from list of interned strings (#69406) 2021-12-19 14:52:26 -08:00
Tensor.cpp
Tensor.h
TensorAccessor.h
TensorBase.h Add efficient zero tensors (#64837) 2021-12-08 10:37:39 -08:00
TensorImpl_test.cpp
TransformationHelper.h
type.cpp [JIT] scripting, freezing, serialization for sparse csr (#69555) 2021-12-20 11:13:34 -08:00
typeid.h
UndefinedTensorImpl.h
UnsafeFromTH.h
VariableFallbackKernel.cpp
VariableHooksInterface.cpp
VariableHooksInterface.h
Variadic.h
Vitals.cpp
Vitals.h

ATen Core

ATen Core is a minimal subset of ATen which is suitable for deployment on mobile. Binary size of files in this folder is an important constraint.