.gitmodules
CITATION
CMakeLists.txt
LICENSE
MANIFEST.in
NOTICE
README.md
mypy.ini
requirements.txt
setup.py
version.txt
android/.gitignore
android/README.md
android/build.gradle
android/build_test_app.sh
android/build_test_app_custom.sh
android/common.sh
android/gradle.properties
android/gradlew.bat
android/run_tests.sh
android/settings.gradle
android/gradle/android_tasks.gradle
android/gradle/release.gradle
android/gradle/wrapper/gradle-wrapper.jar
android/gradle/wrapper/gradle-wrapper.properties
android/pytorch_android/CMakeLists.txt
android/pytorch_android/build.gradle
android/pytorch_android/generate_test_asset.cpp
android/pytorch_android/generate_test_torchscripts.py
android/pytorch_android/gradle.properties
android/pytorch_android/test_asset.jit
android/pytorch_android/host/build.gradle
android/pytorch_android/host/gradle.properties
android/pytorch_android/src/androidTest/assets/test.pt
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchHostTests.java
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchInstrumentedTests.java
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchTestBase.java
android/pytorch_android/src/androidTest/java/org/pytorch/suite/PytorchInstrumentedTestSuite.java
android/pytorch_android/src/main/AndroidManifest.xml
android/pytorch_android/src/main/cpp/cmake_macros.h
android/pytorch_android/src/main/cpp/cmake_macros.h.in
android/pytorch_android/src/main/cpp/pytorch_jni_common.cpp
android/pytorch_android/src/main/cpp/pytorch_jni_common.h
android/pytorch_android/src/main/cpp/pytorch_jni_jit.cpp
android/pytorch_android/src/main/cpp/pytorch_jni_lite.cpp
android/pytorch_android/src/main/java/org/pytorch/DType.java
android/pytorch_android/src/main/java/org/pytorch/Device.java
android/pytorch_android/src/main/java/org/pytorch/INativePeer.java
android/pytorch_android/src/main/java/org/pytorch/IValue.java
android/pytorch_android/src/main/java/org/pytorch/LiteModuleLoader.java
android/pytorch_android/src/main/java/org/pytorch/LiteNativePeer.java
android/pytorch_android/src/main/java/org/pytorch/MemoryFormat.java
android/pytorch_android/src/main/java/org/pytorch/Module.java
android/pytorch_android/src/main/java/org/pytorch/NativePeer.java
android/pytorch_android/src/main/java/org/pytorch/PyTorchAndroid.java
android/pytorch_android/src/main/java/org/pytorch/PyTorchCodegenLoader.java
android/pytorch_android/src/main/java/org/pytorch/Tensor.java
android/pytorch_android/src/main/res/values/strings.xml
android/pytorch_android_torchvision/CMakeLists.txt
android/pytorch_android_torchvision/build.gradle
android/pytorch_android_torchvision/gradle.properties
android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/TorchVisionInstrumentedTests.java
android/pytorch_android_torchvision/src/androidTest/java/org/pytorch/torchvision/suite/TorchVisionInstrumentedTestSuite.java
android/pytorch_android_torchvision/src/main/AndroidManifest.xml
android/pytorch_android_torchvision/src/main/cpp/pytorch_vision_jni.cpp
android/pytorch_android_torchvision/src/main/java/org/pytorch/torchvision/TensorImageUtils.java
android/pytorch_android_torchvision/src/main/res/values/strings.xml
android/test_app/.gitignore
android/test_app/make_assets.py
android/test_app/make_assets_custom.py
android/test_app/app/CMakeLists.txt
android/test_app/app/build.gradle
android/test_app/app/src/main/AndroidManifest.xml
android/test_app/app/src/main/assets/.gitignore
android/test_app/app/src/main/cpp/pytorch_testapp_jni.cpp
android/test_app/app/src/main/java/org/pytorch/testapp/CameraActivity.java
android/test_app/app/src/main/java/org/pytorch/testapp/Constants.java
android/test_app/app/src/main/java/org/pytorch/testapp/LibtorchNativeClient.java
android/test_app/app/src/main/java/org/pytorch/testapp/MainActivity.java
android/test_app/app/src/main/java/org/pytorch/testapp/Result.java
android/test_app/app/src/main/java/org/pytorch/testapp/Utils.java
android/test_app/app/src/main/res/layout/activity_camera.xml
android/test_app/app/src/main/res/layout/activity_main.xml
android/test_app/app/src/main/res/layout/texture_view.xml
android/test_app/app/src/main/res/mipmap-mdpi/ic_launcher.png
android/test_app/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
android/test_app/app/src/main/res/values/colors.xml
android/test_app/app/src/main/res/values/strings.xml
android/test_app/app/src/main/res/values/styles.xml
aten/CMakeLists.txt
aten/conda/build.sh
aten/conda/meta.yaml
aten/src/README.md
aten/src/ATen/.gitignore
aten/src/ATen/ATen.h
aten/src/ATen/ATenConfig.cmake.in
aten/src/ATen/AccumulateType.cpp
aten/src/ATen/AccumulateType.h
aten/src/ATen/ArrayRef.h
aten/src/ATen/Backend.h
aten/src/ATen/Backtrace.h
aten/src/ATen/BatchedFallback.cpp
aten/src/ATen/BatchedFallback.h
aten/src/ATen/BatchedTensorImpl.cpp
aten/src/ATen/BatchedTensorImpl.h
aten/src/ATen/BatchingRegistrations.cpp
aten/src/ATen/CMakeLists.txt
aten/src/ATen/CPUApplyUtils.h
aten/src/ATen/CPUFixedAllocator.h
aten/src/ATen/CPUGeneratorImpl.cpp
aten/src/ATen/CPUGeneratorImpl.h
aten/src/ATen/CUDAGeneratorImpl.h
aten/src/ATen/Config.h
aten/src/ATen/Config.h.in
aten/src/ATen/ConjugateFallback.cpp
aten/src/ATen/Context.cpp
aten/src/ATen/Context.h
aten/src/ATen/DLConvertor.cpp
aten/src/ATen/DLConvertor.h
aten/src/ATen/Device.h
aten/src/ATen/DeviceGuard.h
aten/src/ATen/DimVector.h
aten/src/ATen/Dimname.h
aten/src/ATen/Dispatch.cpp
aten/src/ATen/Dispatch.h
aten/src/ATen/DynamicLibrary.cpp
aten/src/ATen/DynamicLibrary.h
aten/src/ATen/ExpandUtils.cpp
aten/src/ATen/ExpandUtils.h
aten/src/ATen/Formatting.h
aten/src/ATen/Generator.h
aten/src/ATen/InferSize.h
aten/src/ATen/InitialTensorOptions.h
aten/src/ATen/Layout.h
aten/src/ATen/MapAllocator.cpp
aten/src/ATen/MapAllocator.h
aten/src/ATen/MatrixRef.h
aten/src/ATen/MemoryOverlap.cpp
aten/src/ATen/MemoryOverlap.h
aten/src/ATen/NamedTensor.h
aten/src/ATen/NamedTensorUtils.cpp
aten/src/ATen/NamedTensorUtils.h
aten/src/ATen/NumericUtils.h
aten/src/ATen/OpMathType.h
aten/src/ATen/OpaqueTensorImpl.h
aten/src/ATen/PTThreadPool.h
aten/src/ATen/Parallel.h
aten/src/ATen/ParallelCommon.cpp
aten/src/ATen/ParallelNative.cpp
aten/src/ATen/ParallelNative.h
aten/src/ATen/ParallelNativeTBB.cpp
aten/src/ATen/ParallelNativeTBB.h
aten/src/ATen/ParallelOpenMP.cpp
aten/src/ATen/ParallelOpenMP.h
aten/src/ATen/ParallelThreadPoolNative.cpp
aten/src/ATen/SavedTensorHooks.cpp
aten/src/ATen/SavedTensorHooks.h
aten/src/ATen/Scalar.h
aten/src/ATen/ScalarOps.cpp
aten/src/ATen/ScalarOps.h
aten/src/ATen/ScalarType.h
aten/src/ATen/SequenceNumber.cpp
aten/src/ATen/SequenceNumber.h
aten/src/ATen/SmallVector.h
aten/src/ATen/SparseCsrTensorImpl.cpp
aten/src/ATen/SparseCsrTensorImpl.h
aten/src/ATen/SparseCsrTensorUtils.h
aten/src/ATen/SparseTensorImpl.cpp
aten/src/ATen/SparseTensorImpl.h
aten/src/ATen/SparseTensorUtils.cpp
aten/src/ATen/SparseTensorUtils.h
aten/src/ATen/Storage.h
aten/src/ATen/Tensor.h
aten/src/ATen/TensorAccessor.h
aten/src/ATen/TensorGeometry.cpp
aten/src/ATen/TensorGeometry.h
aten/src/ATen/TensorIndexing.cpp
aten/src/ATen/TensorIndexing.h
aten/src/ATen/TensorIterator.cpp
aten/src/ATen/TensorIterator.h
aten/src/ATen/TensorIteratorInternal.h
aten/src/ATen/TensorMeta.cpp
aten/src/ATen/TensorMeta.h
aten/src/ATen/TensorNames.cpp
aten/src/ATen/TensorNames.h
aten/src/ATen/TensorOperators.h
aten/src/ATen/TensorOptions.h
aten/src/ATen/TensorUtils.cpp
aten/src/ATen/TensorUtils.h
aten/src/ATen/ThreadLocalState.cpp
aten/src/ATen/ThreadLocalState.h
aten/src/ATen/TracerMode.h
aten/src/ATen/TypeDefault.h
aten/src/ATen/Utils.cpp
aten/src/ATen/Utils.h
aten/src/ATen/Version.cpp
aten/src/ATen/Version.cpp.dnnl
aten/src/ATen/Version.h
aten/src/ATen/VmapMode.cpp
aten/src/ATen/VmapMode.h
aten/src/ATen/VmapModeRegistrations.cpp
aten/src/ATen/VmapTransforms.cpp
aten/src/ATen/VmapTransforms.h
aten/src/ATen/WrapDimUtils.h
aten/src/ATen/WrapDimUtilsMulti.h
aten/src/ATen/autocast_mode.cpp
aten/src/ATen/autocast_mode.h
aten/src/ATen/cpp_custom_type_hack.h
aten/src/ATen/div_rtn.h
aten/src/ATen/dlpack.h
aten/src/ATen/function_wrapper.py
aten/src/ATen/gen_vulkan_glsl.py
aten/src/ATen/gen_vulkan_spv.py
aten/src/ATen/record_function.cpp
aten/src/ATen/record_function.h
aten/src/ATen/benchmarks/quantize_per_channel.cpp
aten/src/ATen/benchmarks/stateful_conv1d.cpp
aten/src/ATen/benchmarks/tensor_add.cpp
aten/src/ATen/core/ATenGeneral.cpp
aten/src/ATen/core/ATenGeneral.h
aten/src/ATen/core/ATenOpList.h
aten/src/ATen/core/Array.h
aten/src/ATen/core/BackendSelectFallbackKernel.cpp
aten/src/ATen/core/Backtrace.h
aten/src/ATen/core/DeprecatedTypeProperties.cpp
aten/src/ATen/core/DeprecatedTypeProperties.h
aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp
aten/src/ATen/core/DeprecatedTypePropertiesRegistry.h
aten/src/ATen/core/Dict.cpp
aten/src/ATen/core/Dict.h
aten/src/ATen/core/Dict_inl.h
aten/src/ATen/core/DimVector.h
aten/src/ATen/core/Dimname.cpp
aten/src/ATen/core/Dimname.h
aten/src/ATen/core/DistributionsHelper.h
aten/src/ATen/core/Formatting.cpp
aten/src/ATen/core/Formatting.h
aten/src/ATen/core/Generator.cpp
aten/src/ATen/core/Generator.h
aten/src/ATen/core/LegacyTypeDispatch.h
aten/src/ATen/core/List.cpp
aten/src/ATen/core/List.h
aten/src/ATen/core/List_inl.h
aten/src/ATen/core/List_test.cpp
aten/src/ATen/core/MT19937RNGEngine.h
aten/src/ATen/core/Macros.h
aten/src/ATen/core/NamedRegistrations.cpp
aten/src/ATen/core/NamedTensor.cpp
aten/src/ATen/core/NamedTensor.h
aten/src/ATen/core/PhiloxRNGEngine.h
aten/src/ATen/core/PythonFallbackKernel.cpp
aten/src/ATen/core/PythonModeTLS.cpp
aten/src/ATen/core/PythonModeTLS.h
aten/src/ATen/core/QuantizerBase.h
aten/src/ATen/core/README.md
aten/src/ATen/core/Range.cpp
aten/src/ATen/core/Range.h
aten/src/ATen/core/Reduction.h
aten/src/ATen/core/Scalar.h
aten/src/ATen/core/ScalarType.h
aten/src/ATen/core/Tensor.cpp
aten/src/ATen/core/Tensor.h
aten/src/ATen/core/TensorAccessor.h
aten/src/ATen/core/TensorBase.h
aten/src/ATen/core/TensorImpl_test.cpp
aten/src/ATen/core/TransformationHelper.h
aten/src/ATen/core/UndefinedTensorImpl.h
aten/src/ATen/core/UnsafeFromTH.h
aten/src/ATen/core/VariableFallbackKernel.cpp
aten/src/ATen/core/VariableHooksInterface.cpp
aten/src/ATen/core/VariableHooksInterface.h
aten/src/ATen/core/Variadic.h
aten/src/ATen/core/Vitals.cpp
aten/src/ATen/core/Vitals.h
aten/src/ATen/core/adaption.cpp
aten/src/ATen/core/alias_info.h
aten/src/ATen/core/aten_interned_strings.h
aten/src/ATen/core/blob.cpp
aten/src/ATen/core/blob.h
aten/src/ATen/core/builtin_function.h
aten/src/ATen/core/custom_class.cpp
aten/src/ATen/core/function.h
aten/src/ATen/core/function_schema.cpp
aten/src/ATen/core/function_schema.h
aten/src/ATen/core/function_schema_inl.h
aten/src/ATen/core/functional.h
aten/src/ATen/core/grad_mode.h
aten/src/ATen/core/interned_strings.cpp
aten/src/ATen/core/interned_strings.h
aten/src/ATen/core/interned_strings_class.h
aten/src/ATen/core/ivalue.cpp
aten/src/ATen/core/ivalue.h
aten/src/ATen/core/ivalue_inl.h
aten/src/ATen/core/ivalue_to.h
aten/src/ATen/core/jit_type.h
aten/src/ATen/core/jit_type_base.h
aten/src/ATen/core/library.cpp
aten/src/ATen/core/operator_name.cpp
aten/src/ATen/core/operator_name.h
aten/src/ATen/core/qualified_name.h
aten/src/ATen/core/register_symbols.cpp
aten/src/ATen/core/rref_interface.h
aten/src/ATen/core/stack.h
aten/src/ATen/core/type.cpp
aten/src/ATen/core/typeid.h
aten/src/ATen/core/boxing/KernelFunction.cpp
aten/src/ATen/core/boxing/KernelFunction.h
aten/src/ATen/core/boxing/KernelFunction_impl.h
aten/src/ATen/core/boxing/KernelFunction_test.cpp
aten/src/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h
aten/src/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h
aten/src/ATen/core/boxing/impl/boxing.h
aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp
aten/src/ATen/core/boxing/impl/kernel_function_test.cpp
aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp
aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp
aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp
aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h
aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp
aten/src/ATen/core/boxing/impl/test_helpers.h
aten/src/ATen/core/dispatch/CppSignature.h
aten/src/ATen/core/dispatch/CppSignature_test.cpp
aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp
aten/src/ATen/core/dispatch/DispatchKeyExtractor.h
aten/src/ATen/core/dispatch/Dispatcher.cpp
aten/src/ATen/core/dispatch/Dispatcher.h
aten/src/ATen/core/dispatch/ObservedOperators.cpp
aten/src/ATen/core/dispatch/ObservedOperators.h
aten/src/ATen/core/dispatch/OperatorEntry.cpp
aten/src/ATen/core/dispatch/OperatorEntry.h
aten/src/ATen/core/dispatch/OperatorOptions.h
aten/src/ATen/core/dispatch/README.md
aten/src/ATen/core/dispatch/RegistrationHandleRAII.h
aten/src/ATen/core/dispatch/backend_fallback_test.cpp
aten/src/ATen/core/op_registration/README.md
aten/src/ATen/core/op_registration/adaption.h
aten/src/ATen/core/op_registration/infer_schema.cpp
aten/src/ATen/core/op_registration/infer_schema.h
aten/src/ATen/core/op_registration/op_allowlist.h
aten/src/ATen/core/op_registration/op_allowlist_test.cpp
aten/src/ATen/core/op_registration/op_registration.cpp
aten/src/ATen/core/op_registration/op_registration.h
aten/src/ATen/core/op_registration/op_registration_test.cpp
aten/src/ATen/cpu/FlushDenormal.cpp
aten/src/ATen/cpu/FlushDenormal.h
aten/src/ATen/cpu/vml.h
aten/src/ATen/cpu/tbb/CMakeLists.txt
aten/src/ATen/cpu/tbb/extra/version_string.ver.in
aten/src/ATen/cpu/vec/functional.h
aten/src/ATen/cpu/vec/functional_base.h
aten/src/ATen/cpu/vec/functional_bfloat16.h
aten/src/ATen/cpu/vec/intrinsics.h
aten/src/ATen/cpu/vec/vec.h
aten/src/ATen/cpu/vec/vec_base.h
aten/src/ATen/cpu/vec/vec256/missing_vld1_neon.h
aten/src/ATen/cpu/vec/vec256/missing_vst1_neon.h
aten/src/ATen/cpu/vec/vec256/vec256.h
aten/src/ATen/cpu/vec/vec256/vec256_bfloat16.h
aten/src/ATen/cpu/vec/vec256/vec256_complex_double.h
aten/src/ATen/cpu/vec/vec256/vec256_complex_float.h
aten/src/ATen/cpu/vec/vec256/vec256_double.h
aten/src/ATen/cpu/vec/vec256/vec256_float.h
aten/src/ATen/cpu/vec/vec256/vec256_float_neon.h
aten/src/ATen/cpu/vec/vec256/vec256_int.h
aten/src/ATen/cpu/vec/vec256/vec256_qint.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vsx_helpers.h
aten/src/ATen/cpu/vec/vec512/vec512.h
aten/src/ATen/cpu/vec/vec512/vec512_bfloat16.h
aten/src/ATen/cpu/vec/vec512/vec512_complex_double.h
aten/src/ATen/cpu/vec/vec512/vec512_complex_float.h
aten/src/ATen/cpu/vec/vec512/vec512_double.h
aten/src/ATen/cpu/vec/vec512/vec512_float.h
aten/src/ATen/cpu/vec/vec512/vec512_int.h
aten/src/ATen/cpu/vec/vec512/vec512_qint.h
aten/src/ATen/cuda/ATenCUDAGeneral.h
aten/src/ATen/cuda/CUDAApplyUtils.cuh
aten/src/ATen/cuda/CUDABlas.cpp
aten/src/ATen/cuda/CUDABlas.h
aten/src/ATen/cuda/CUDAConfig.h
aten/src/ATen/cuda/CUDAConfig.h.in
aten/src/ATen/cuda/CUDAContext.cpp
aten/src/ATen/cuda/CUDAContext.h
aten/src/ATen/cuda/CUDADevice.h
aten/src/ATen/cuda/CUDAEvent.h
aten/src/ATen/cuda/CUDAGeneratorImpl.cpp
aten/src/ATen/cuda/CUDAGraph.cpp
aten/src/ATen/cuda/CUDAGraph.h
aten/src/ATen/cuda/CUDAGraphsUtils.cuh
aten/src/ATen/cuda/CUDASolver.cpp
aten/src/ATen/cuda/CUDASolver.h
aten/src/ATen/cuda/CUDATensorMethods.cuh
aten/src/ATen/cuda/CUDAUtils.h
aten/src/ATen/cuda/CuSparseHandlePool.cpp
aten/src/ATen/cuda/CublasHandlePool.cpp
aten/src/ATen/cuda/CusolverDnHandlePool.cpp
aten/src/ATen/cuda/DeviceUtils.cuh
aten/src/ATen/cuda/Exceptions.h
aten/src/ATen/cuda/NumericLimits.cuh
aten/src/ATen/cuda/PinnedMemoryAllocator.cpp
aten/src/ATen/cuda/PinnedMemoryAllocator.h
aten/src/ATen/cuda/cub.cuh
aten/src/ATen/cuda/detail/CUDAHooks.cpp
aten/src/ATen/cuda/detail/CUDAHooks.h
aten/src/ATen/cuda/detail/DeviceThreadHandles.h
aten/src/ATen/cuda/detail/IndexUtils.cu
aten/src/ATen/cuda/detail/IndexUtils.cuh
aten/src/ATen/cuda/detail/KernelUtils.h
aten/src/ATen/cuda/detail/LazyNVRTC.cpp
aten/src/ATen/cuda/detail/LazyNVRTC.h
aten/src/ATen/cuda/detail/OffsetCalculator.cuh
aten/src/ATen/cuda/detail/PhiloxCudaStateRaw.cuh
aten/src/ATen/cuda/detail/TensorInfo.cuh
aten/src/ATen/cuda/detail/UnpackRaw.cuh
aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp
aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.h
aten/src/ATen/cudnn/AutocastRNN.cpp
aten/src/ATen/cudnn/Descriptors.cpp
aten/src/ATen/cudnn/Descriptors.h
aten/src/ATen/cudnn/Exceptions.h
aten/src/ATen/cudnn/Handle.cpp
aten/src/ATen/cudnn/Handle.h
aten/src/ATen/cudnn/Handles.h
aten/src/ATen/cudnn/README.md
aten/src/ATen/cudnn/Types.cpp
aten/src/ATen/cudnn/Types.h
aten/src/ATen/cudnn/Utils.h
aten/src/ATen/cudnn/cudnn-wrapper.h
aten/src/ATen/detail/CPUGuardImpl.cpp
aten/src/ATen/detail/CUDAHooksInterface.cpp
aten/src/ATen/detail/CUDAHooksInterface.h
aten/src/ATen/detail/FunctionTraits.h
aten/src/ATen/detail/HIPHooksInterface.cpp
aten/src/ATen/detail/HIPHooksInterface.h
aten/src/ATen/detail/MetaGuardImpl.cpp
aten/src/ATen/detail/ORTHooksInterface.cpp
aten/src/ATen/detail/ORTHooksInterface.h
aten/src/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h
aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp
aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h
aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp
aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h
aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h
aten/src/ATen/metal/Context.cpp
aten/src/ATen/metal/Context.h
aten/src/ATen/miopen/Descriptors.cpp
aten/src/ATen/miopen/Descriptors.h
aten/src/ATen/miopen/Exceptions.h
aten/src/ATen/miopen/Handle.cpp
aten/src/ATen/miopen/Handle.h
aten/src/ATen/miopen/Types.cpp
aten/src/ATen/miopen/Types.h
aten/src/ATen/miopen/Utils.h
aten/src/ATen/miopen/miopen-wrapper.h
aten/src/ATen/mkl/Descriptors.h
aten/src/ATen/mkl/Exceptions.h
aten/src/ATen/mkl/Limits.h
aten/src/ATen/mkl/README.md
aten/src/ATen/native/Activation.cpp
aten/src/ATen/native/Activation.h
aten/src/ATen/native/AdaptiveAveragePooling.cpp
aten/src/ATen/native/AdaptiveAveragePooling3d.cpp
aten/src/ATen/native/AdaptiveMaxPooling2d.cpp
aten/src/ATen/native/AdaptiveMaxPooling3d.cpp
aten/src/ATen/native/AdaptivePooling.h
aten/src/ATen/native/AffineGridGenerator.cpp
aten/src/ATen/native/AutogradComposite.cpp
aten/src/ATen/native/AveragePool2d.cpp
aten/src/ATen/native/AveragePool3d.cpp
aten/src/ATen/native/BatchLinearAlgebra.cpp
aten/src/ATen/native/BatchLinearAlgebra.h
aten/src/ATen/native/BatchLinearAlgebraKernel.cpp
aten/src/ATen/native/Batching.cpp
aten/src/ATen/native/BinaryOps.cpp
aten/src/ATen/native/BinaryOps.h
aten/src/ATen/native/Blas.cpp
aten/src/ATen/native/BlasKernel.cpp
aten/src/ATen/native/Bucketization.cpp
aten/src/ATen/native/BucketizationUtils.h
aten/src/ATen/native/CPUBlas.cpp
aten/src/ATen/native/CPUBlas.h
aten/src/ATen/native/CPUFallback.cpp
aten/src/ATen/native/CPUFallback.h
aten/src/ATen/native/ChanelShuffle.cpp
aten/src/ATen/native/Col2Im.cpp
aten/src/ATen/native/ComplexHelper.h
aten/src/ATen/native/CompositeRandomAccessor.h
aten/src/ATen/native/CompositeRandomAccessorCommon.h
aten/src/ATen/native/ConstantPadNd.cpp
aten/src/ATen/native/ConvUtils.h
aten/src/ATen/native/Convolution.cpp
aten/src/ATen/native/ConvolutionMM2d.cpp
aten/src/ATen/native/ConvolutionMM3d.cpp
aten/src/ATen/native/ConvolutionTBC.cpp
aten/src/ATen/native/Copy.cpp
aten/src/ATen/native/Copy.h
aten/src/ATen/native/Correlation.cpp
aten/src/ATen/native/Cross.cpp
aten/src/ATen/native/Cross.h
aten/src/ATen/native/DilatedConvolutionUtils.h
aten/src/ATen/native/DilatedMaxPool2d.cpp
aten/src/ATen/native/DilatedMaxPool3d.cpp
aten/src/ATen/native/DispatchStub.cpp
aten/src/ATen/native/DispatchStub.h
aten/src/ATen/native/Distance.cpp
aten/src/ATen/native/Distance.h
aten/src/ATen/native/DistributionTemplates.h
aten/src/ATen/native/Distributions.cpp
aten/src/ATen/native/Distributions.h
aten/src/ATen/native/Dropout.cpp
aten/src/ATen/native/Embedding.cpp
aten/src/ATen/native/EmbeddingBag.cpp
aten/src/ATen/native/EmbeddingBag.h
aten/src/ATen/native/Fill.cpp
aten/src/ATen/native/Fill.h
aten/src/ATen/native/ForeachOpsKernels.cpp
aten/src/ATen/native/ForeachUtils.h
aten/src/ATen/native/FractionalMaxPool2d.cpp
aten/src/ATen/native/FractionalMaxPool3d.cpp
aten/src/ATen/native/FunctionOfAMatrixUtils.cpp
aten/src/ATen/native/FunctionOfAMatrixUtils.h
aten/src/ATen/native/GatedLinearUnit.cpp
aten/src/ATen/native/GridSampler.cpp
aten/src/ATen/native/GridSampler.h
aten/src/ATen/native/Histogram.cpp
aten/src/ATen/native/Histogram.h
aten/src/ATen/native/Im2Col.cpp
aten/src/ATen/native/IndexingUtils.cpp
aten/src/ATen/native/IndexingUtils.h
aten/src/ATen/native/Integration.cpp
aten/src/ATen/native/Itertools.cpp
aten/src/ATen/native/LegacyBridge.cpp
aten/src/ATen/native/Lerp.cpp
aten/src/ATen/native/Lerp.h
aten/src/ATen/native/Linear.cpp
aten/src/ATen/native/LinearAlgebra.cpp
aten/src/ATen/native/LinearAlgebra.h
aten/src/ATen/native/LinearAlgebraUtils.h
aten/src/ATen/native/Loss.cpp
aten/src/ATen/native/LossCTC.cpp
aten/src/ATen/native/LossMulti.h
aten/src/ATen/native/LossMultiLabelMargin.cpp
aten/src/ATen/native/LossMultiMargin.cpp
aten/src/ATen/native/LossNLL.cpp
aten/src/ATen/native/LossNLL2d.cpp
aten/src/ATen/native/Math.h
aten/src/ATen/native/MathBitFallThroughLists.h
aten/src/ATen/native/MathBitsFallback.h
aten/src/ATen/native/MaxPooling.cpp
aten/src/ATen/native/MaxPooling.h
aten/src/ATen/native/MaxUnpooling.cpp
aten/src/ATen/native/Memory.cpp
aten/src/ATen/native/MetaTensor.cpp
aten/src/ATen/native/NNPACK.cpp
aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp
aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp
aten/src/ATen/native/NaiveDilatedConvolution.cpp
aten/src/ATen/native/NamedTensor.cpp
aten/src/ATen/native/NegateFallback.cpp
aten/src/ATen/native/Normalization.cpp
aten/src/ATen/native/Normalization.h
aten/src/ATen/native/Onehot.cpp
aten/src/ATen/native/PackedSequence.cpp
aten/src/ATen/native/PixelShuffle.cpp
aten/src/ATen/native/PointwiseOps.cpp
aten/src/ATen/native/PointwiseOps.h
aten/src/ATen/native/Pool.h
aten/src/ATen/native/Pooling.cpp
aten/src/ATen/native/Pow.cpp
aten/src/ATen/native/Pow.h
aten/src/ATen/native/QuantizedLinear.cpp
aten/src/ATen/native/README.md
aten/src/ATen/native/RNN.cpp
aten/src/ATen/native/RNN.h
aten/src/ATen/native/RangeFactories.cpp
aten/src/ATen/native/ReduceAllOps.cpp
aten/src/ATen/native/ReduceAllOps.h
aten/src/ATen/native/ReduceOps.cpp
aten/src/ATen/native/ReduceOps.h
aten/src/ATen/native/ReduceOpsUtils.h
aten/src/ATen/native/ReflectionPad.cpp
aten/src/ATen/native/Repeat.cpp
aten/src/ATen/native/Repeat.h
aten/src/ATen/native/ReplicationPadding.cpp
aten/src/ATen/native/Resize.cpp
aten/src/ATen/native/Resize.h
aten/src/ATen/native/ResizeCommon.h
aten/src/ATen/native/RowwisePrune.cpp
aten/src/ATen/native/Scalar.cpp
aten/src/ATen/native/ScatterGatherChecks.h
aten/src/ATen/native/SegmentReduce.cpp
aten/src/ATen/native/SegmentReduce.h
aten/src/ATen/native/SharedReduceOps.h
aten/src/ATen/native/SobolEngineOps.cpp
aten/src/ATen/native/SobolEngineOpsUtils.cpp
aten/src/ATen/native/SobolEngineOpsUtils.h
aten/src/ATen/native/SoftMax.cpp
aten/src/ATen/native/Sorting.cpp
aten/src/ATen/native/Sorting.h
aten/src/ATen/native/SortingUtils.h
aten/src/ATen/native/SpectralOps.cpp
aten/src/ATen/native/SpectralOpsUtils.h
aten/src/ATen/native/StridedRandomAccessor.h
aten/src/ATen/native/SummaryOps.cpp
aten/src/ATen/native/TensorAdvancedIndexing.cpp
aten/src/ATen/native/TensorAdvancedIndexing.h
aten/src/ATen/native/TensorCompare.cpp
aten/src/ATen/native/TensorCompare.h
aten/src/ATen/native/TensorConversions.cpp
aten/src/ATen/native/TensorDimApply.h
aten/src/ATen/native/TensorFactories.cpp
aten/src/ATen/native/TensorFactories.h
aten/src/ATen/native/TensorIterator.h
aten/src/ATen/native/TensorIteratorDynamicCasting.h
aten/src/ATen/native/TensorIteratorReduce.cpp
aten/src/ATen/native/TensorProperties.cpp
aten/src/ATen/native/TensorShape.cpp
aten/src/ATen/native/TensorShape.h
aten/src/ATen/native/TensorTransformations.cpp
aten/src/ATen/native/TensorTransformations.h
aten/src/ATen/native/TestOps.cpp
aten/src/ATen/native/TriangularOps.cpp
aten/src/ATen/native/TriangularOpsUtils.h
aten/src/ATen/native/TypeProperties.cpp
aten/src/ATen/native/TypeProperties.h
aten/src/ATen/native/UnaryOps.cpp
aten/src/ATen/native/UnaryOps.h
aten/src/ATen/native/Unfold2d.cpp
aten/src/ATen/native/Unfold2d.h
aten/src/ATen/native/Unfold3d.cpp
aten/src/ATen/native/Unfold3d.h
aten/src/ATen/native/UnfoldBackward.cpp
aten/src/ATen/native/UnfoldBackward.h
aten/src/ATen/native/Unique.cpp
aten/src/ATen/native/UpSample.cpp
aten/src/ATen/native/UpSample.h
aten/src/ATen/native/UpSampleBicubic2d.cpp
aten/src/ATen/native/UpSampleBilinear2d.cpp
aten/src/ATen/native/UpSampleLinear1d.cpp
aten/src/ATen/native/UpSampleNearest1d.cpp
aten/src/ATen/native/UpSampleNearest2d.cpp
aten/src/ATen/native/UpSampleNearest3d.cpp
aten/src/ATen/native/UpSampleTrilinear3d.cpp
aten/src/ATen/native/VariableMethodStubs.cpp
aten/src/ATen/native/WeightNorm.cpp
aten/src/ATen/native/batch_norm.h
aten/src/ATen/native/group_norm.cpp
aten/src/ATen/native/group_norm.h
aten/src/ATen/native/im2col.h
aten/src/ATen/native/im2col_shape_check.h
aten/src/ATen/native/layer_norm.cpp
aten/src/ATen/native/layer_norm.h
aten/src/ATen/native/native_functions.yaml
aten/src/ATen/native/vol2col.h
aten/src/ATen/native/ao_sparse/library.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h
aten/src/ATen/native/ao_sparse/quantized/cpu/packed_params.h
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp
aten/src/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h
aten/src/ATen/native/cpu/Activation.cpp
aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp
aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp
aten/src/ATen/native/cpu/AtomicAddFloat.h
aten/src/ATen/native/cpu/AvgPoolKernel.cpp
aten/src/ATen/native/cpu/BinaryOpsKernel.cpp
aten/src/ATen/native/cpu/BlasKernel.cpp
aten/src/ATen/native/cpu/CatKernel.cpp
aten/src/ATen/native/cpu/CatKernel.h
aten/src/ATen/native/cpu/ComplexKernel.cpp
aten/src/ATen/native/cpu/CopyKernel.cpp
aten/src/ATen/native/cpu/CrossKernel.cpp
aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp
aten/src/ATen/native/cpu/DepthwiseConvKernel.h
aten/src/ATen/native/cpu/DistanceOpsKernel.cpp
aten/src/ATen/native/cpu/DistributionTemplates.h
aten/src/ATen/native/cpu/FillKernel.cpp
aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp
aten/src/ATen/native/cpu/GridSamplerKernel.cpp
aten/src/ATen/native/cpu/GridSamplerKernel.h
aten/src/ATen/native/cpu/HistogramKernel.cpp
aten/src/ATen/native/cpu/IndexKernel.cpp
aten/src/ATen/native/cpu/Intrinsics.h
aten/src/ATen/native/cpu/IsContiguous.h
aten/src/ATen/native/cpu/LerpKernel.cpp
aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp
aten/src/ATen/native/cpu/Loops.h
aten/src/ATen/native/cpu/MaxPoolKernel.cpp
aten/src/ATen/native/cpu/MaxPooling.cpp
aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp
aten/src/ATen/native/cpu/MaxUnpoolKernel.h
aten/src/ATen/native/cpu/MultinomialKernel.cpp
aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp
aten/src/ATen/native/cpu/PowKernel.cpp
aten/src/ATen/native/cpu/README.md
aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp
aten/src/ATen/native/cpu/Reduce.h
aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp
aten/src/ATen/native/cpu/ReduceOpsKernel.cpp
aten/src/ATen/native/cpu/RenormKernel.cpp
aten/src/ATen/native/cpu/ScatterGatherKernel.cpp
aten/src/ATen/native/cpu/SoftMaxKernel.cpp
aten/src/ATen/native/cpu/SoftmaxKernel.h
aten/src/ATen/native/cpu/SortingKernel.cpp
aten/src/ATen/native/cpu/StackKernel.cpp
aten/src/ATen/native/cpu/StackKernel.h
aten/src/ATen/native/cpu/SumKernel.cpp
aten/src/ATen/native/cpu/TensorCompareKernel.cpp
aten/src/ATen/native/cpu/UnaryOpsKernel.cpp
aten/src/ATen/native/cpu/Unfold2d.cpp
aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp
aten/src/ATen/native/cpu/UpSampleKernel.cpp
aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp
aten/src/ATen/native/cpu/avx_mathfun.h
aten/src/ATen/native/cpu/batch_norm_kernel.cpp
aten/src/ATen/native/cpu/group_norm_kernel.cpp
aten/src/ATen/native/cpu/layer_norm_kernel.cpp
aten/src/ATen/native/cpu/moments_utils.h
aten/src/ATen/native/cpu/utils.h
aten/src/ATen/native/cpu/zmath.h
aten/src/ATen/native/cuda/AbsKernel.cu
aten/src/ATen/native/cuda/Activation.cu
aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu
aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu
aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu
aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu
aten/src/ATen/native/cuda/AmpKernels.cu
aten/src/ATen/native/cuda/AveragePool2d.cu
aten/src/ATen/native/cuda/AveragePool3d.cu
aten/src/ATen/native/cuda/BatchLinearAlgebra.cpp
aten/src/ATen/native/cuda/BatchLinearAlgebraLib.cpp
aten/src/ATen/native/cuda/BatchLinearAlgebraLib.h
aten/src/ATen/native/cuda/BinaryAddSubKernel.cu
aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu
aten/src/ATen/native/cuda/BinaryGeometricKernels.cu
aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu
aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu
aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu
aten/src/ATen/native/cuda/BinaryMulDivKernel.cu
aten/src/ATen/native/cuda/BinaryRemainderKernel.cu
aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu
aten/src/ATen/native/cuda/Blas.cpp
aten/src/ATen/native/cuda/Bucketization.cu
aten/src/ATen/native/cuda/CUDALoops.cuh
aten/src/ATen/native/cuda/CUDAScalar.cu
aten/src/ATen/native/cuda/Col2Im.cu
aten/src/ATen/native/cuda/CompareEQKernel.cu
aten/src/ATen/native/cuda/CompareGEKernel.cu
aten/src/ATen/native/cuda/CompareGTKernel.cu
aten/src/ATen/native/cuda/CompareLEKernel.cu
aten/src/ATen/native/cuda/CompareLTKernel.cu
aten/src/ATen/native/cuda/CompareNEKernel.cu
aten/src/ATen/native/cuda/ComplexKernel.cu
aten/src/ATen/native/cuda/CompositeRandomAccessor.h
aten/src/ATen/native/cuda/ConvolutionMM2d.cu
aten/src/ATen/native/cuda/Copy.cu
aten/src/ATen/native/cuda/CopysignKernel.cu
aten/src/ATen/native/cuda/CrossKernel.cu
aten/src/ATen/native/cuda/CuFFTPlanCache.h
aten/src/ATen/native/cuda/CuFFTUtils.h
aten/src/ATen/native/cuda/DepthwiseConv2d.cu
aten/src/ATen/native/cuda/DepthwiseConv3d.cu
aten/src/ATen/native/cuda/DeviceSqrt.cuh
aten/src/ATen/native/cuda/DilatedMaxPool2d.cu
aten/src/ATen/native/cuda/DilatedMaxPool3d.cu
aten/src/ATen/native/cuda/DistanceKernel.cu
aten/src/ATen/native/cuda/DistributionBernoulli.cu
aten/src/ATen/native/cuda/DistributionCauchyKernel.cu
aten/src/ATen/native/cuda/DistributionExponentialKernel.cu
aten/src/ATen/native/cuda/DistributionGeometricKernel.cu
aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu
aten/src/ATen/native/cuda/DistributionNormal.cu
aten/src/ATen/native/cuda/DistributionRandomKernel.cu
aten/src/ATen/native/cuda/DistributionTemplates.h
aten/src/ATen/native/cuda/DistributionUniform.cu
aten/src/ATen/native/cuda/Distributions.cu
aten/src/ATen/native/cuda/Dropout.cu
aten/src/ATen/native/cuda/Embedding.cu
aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu
aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cuh
aten/src/ATen/native/cuda/EmbeddingBag.cu
aten/src/ATen/native/cuda/FillKernel.cu
aten/src/ATen/native/cuda/ForeachBinaryOpList.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu
aten/src/ATen/native/cuda/ForeachFunctors.cuh
aten/src/ATen/native/cuda/ForeachPointwiseOp.cu
aten/src/ATen/native/cuda/ForeachUnaryOp.cu
aten/src/ATen/native/cuda/FractionalMaxPool2d.cu
aten/src/ATen/native/cuda/FractionalMaxPool3d.cu
aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu
aten/src/ATen/native/cuda/GcdLcmKernel.cu
aten/src/ATen/native/cuda/GridSampler.cu
aten/src/ATen/native/cuda/GridSampler.cuh
aten/src/ATen/native/cuda/IGammaKernel.cu
aten/src/ATen/native/cuda/Im2Col.cu
aten/src/ATen/native/cuda/IndexKernel.cu
aten/src/ATen/native/cuda/Indexing.cu
aten/src/ATen/native/cuda/KernelUtils.cuh
aten/src/ATen/native/cuda/LaunchUtils.h
aten/src/ATen/native/cuda/LegacyThrustHelpers.cu
aten/src/ATen/native/cuda/Lerp.cu
aten/src/ATen/native/cuda/LinearAlgebra.cu
aten/src/ATen/native/cuda/LogAddExpKernel.cu
aten/src/ATen/native/cuda/Loops.cuh
aten/src/ATen/native/cuda/Loss.cu
aten/src/ATen/native/cuda/LossCTC.cu
aten/src/ATen/native/cuda/Math.cuh
aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu
aten/src/ATen/native/cuda/MaxUnpooling.cu
aten/src/ATen/native/cuda/MemoryAccess.cuh
aten/src/ATen/native/cuda/MiscUtils.h
aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu
aten/src/ATen/native/cuda/MultiMarginLoss.cu
aten/src/ATen/native/cuda/MultiTensorApply.cuh
aten/src/ATen/native/cuda/MultinomialKernel.cu
aten/src/ATen/native/cuda/NLLLoss2d.cu
aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu
aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu
aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu
aten/src/ATen/native/cuda/Nonzero.cu
aten/src/ATen/native/cuda/Normalization.cu
aten/src/ATen/native/cuda/Normalization.cuh
aten/src/ATen/native/cuda/PersistentSoftmax.cuh
aten/src/ATen/native/cuda/PointwiseOpsKernel.cu
aten/src/ATen/native/cuda/PowKernel.cu
aten/src/ATen/native/cuda/RNN.cu
aten/src/ATen/native/cuda/ROCmLoops.cuh
aten/src/ATen/native/cuda/Randperm.cu
aten/src/ATen/native/cuda/Randperm.cuh
aten/src/ATen/native/cuda/RangeFactories.cu
aten/src/ATen/native/cuda/RecordStream.cu
aten/src/ATen/native/cuda/Reduce.cu
aten/src/ATen/native/cuda/Reduce.cuh
aten/src/ATen/native/cuda/ReduceLogicKernel.cu
aten/src/ATen/native/cuda/ReduceMinMaxKernel.cu
aten/src/ATen/native/cuda/ReduceMomentKernel.cu
aten/src/ATen/native/cuda/ReduceNormKernel.cu
aten/src/ATen/native/cuda/ReduceSumProdKernel.cu
aten/src/ATen/native/cuda/ReflectionPad.cu
aten/src/ATen/native/cuda/RenormKernel.cu
aten/src/ATen/native/cuda/Repeat.cu
aten/src/ATen/native/cuda/ReplicationPadding.cu
aten/src/ATen/native/cuda/Resize.cu
aten/src/ATen/native/cuda/Resize.cuh
aten/src/ATen/native/cuda/ScanKernels.cu
aten/src/ATen/native/cuda/ScatterGatherKernel.cu
aten/src/ATen/native/cuda/SegmentReduce.cu
aten/src/ATen/native/cuda/Shape.cu
aten/src/ATen/native/cuda/SoftMax.cu
aten/src/ATen/native/cuda/Sort.cu
aten/src/ATen/native/cuda/SortImpl.cu
aten/src/ATen/native/cuda/SortUtils.cuh
aten/src/ATen/native/cuda/Sorting.cu
aten/src/ATen/native/cuda/SortingCommon.cuh
aten/src/ATen/native/cuda/SortingRadixSelect.cuh
aten/src/ATen/native/cuda/SparseMM.cu
aten/src/ATen/native/cuda/SpectralOps.cpp
aten/src/ATen/native/cuda/SpectralOps.cu
aten/src/ATen/native/cuda/StepKernel.cu
aten/src/ATen/native/cuda/SummaryOps.cu
aten/src/ATen/native/cuda/TensorCompare.cu
aten/src/ATen/native/cuda/TensorFactories.cu
aten/src/ATen/native/cuda/TensorModeKernel.cu
aten/src/ATen/native/cuda/TensorModeKernel.cuh
aten/src/ATen/native/cuda/TensorShapeCUDA.cpp
aten/src/ATen/native/cuda/TensorTopK.cu
aten/src/ATen/native/cuda/TensorTransformations.cu
aten/src/ATen/native/cuda/TriangularOps.cu
aten/src/ATen/native/cuda/UnaryComplexKernels.cu
aten/src/ATen/native/cuda/UnaryFractionKernels.cu
aten/src/ATen/native/cuda/UnaryGammaKernels.cu
aten/src/ATen/native/cuda/UnaryGeometricKernels.cu
aten/src/ATen/native/cuda/UnaryLogKernels.cu
aten/src/ATen/native/cuda/UnaryOpsKernel.cu
aten/src/ATen/native/cuda/UnarySignKernels.cu
aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu
aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu
aten/src/ATen/native/cuda/Unique.cu
aten/src/ATen/native/cuda/UniqueCub.cu
aten/src/ATen/native/cuda/UniqueCub.cuh
aten/src/ATen/native/cuda/UpSample.cuh
aten/src/ATen/native/cuda/UpSampleBicubic2d.cu
aten/src/ATen/native/cuda/UpSampleBilinear2d.cu
aten/src/ATen/native/cuda/UpSampleLinear1d.cu
aten/src/ATen/native/cuda/UpSampleNearest1d.cu
aten/src/ATen/native/cuda/UpSampleNearest2d.cu
aten/src/ATen/native/cuda/UpSampleNearest3d.cu
aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu
aten/src/ATen/native/cuda/WeightNorm.cu
aten/src/ATen/native/cuda/ZetaKernel.cu
aten/src/ATen/native/cuda/block_reduce.cuh
aten/src/ATen/native/cuda/group_norm_kernel.cu
aten/src/ATen/native/cuda/im2col.cuh
aten/src/ATen/native/cuda/layer_norm_kernel.cu
aten/src/ATen/native/cuda/vol2col.cuh
aten/src/ATen/native/cudnn/AffineGridGenerator.cpp
aten/src/ATen/native/cudnn/BatchNorm.cpp
aten/src/ATen/native/cudnn/ConvPlaceholders.cpp
aten/src/ATen/native/cudnn/ConvShared.cpp
aten/src/ATen/native/cudnn/ConvShared.h
aten/src/ATen/native/cudnn/Conv_v7.cpp
aten/src/ATen/native/cudnn/Conv_v8.cpp
aten/src/ATen/native/cudnn/GridSampler.cpp
aten/src/ATen/native/cudnn/LossCTC.cpp
aten/src/ATen/native/cudnn/Macros.h
aten/src/ATen/native/cudnn/RNN.cpp
aten/src/ATen/native/cudnn/RNNUtils.h
aten/src/ATen/native/metal/MetalAten.mm
aten/src/ATen/native/metal/MetalCommandBuffer.h
aten/src/ATen/native/metal/MetalCommandBuffer.mm
aten/src/ATen/native/metal/MetalContext.h
aten/src/ATen/native/metal/MetalContext.mm
aten/src/ATen/native/metal/MetalConvParams.h
aten/src/ATen/native/metal/MetalConvParams.mm
aten/src/ATen/native/metal/MetalDevice.h
aten/src/ATen/native/metal/MetalGuardImpl.cpp
aten/src/ATen/native/metal/MetalNeuronType.h
aten/src/ATen/native/metal/MetalPrepackOpContext.h
aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp
aten/src/ATen/native/metal/MetalShaders.h
aten/src/ATen/native/metal/MetalTensorImpl.h
aten/src/ATen/native/metal/MetalTensorImplStorage.h
aten/src/ATen/native/metal/MetalTensorImplStorage.mm
aten/src/ATen/native/metal/MetalTensorUtils.h
aten/src/ATen/native/metal/MetalTensorUtils.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm
aten/src/ATen/native/metal/mpscnn/MPSCNNOp.h
aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.h
aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm
aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.h
aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm
aten/src/ATen/native/metal/mpscnn/MPSImageUtils.h
aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm
aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.h
aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm
aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.h
aten/src/ATen/native/metal/mpscnn/tests/MPSCNNTests.mm
aten/src/ATen/native/metal/mpscnn/tests/MetalOpTestRunner.h
aten/src/ATen/native/metal/mpscnn/tests/MetalOpTestRunner.mm
aten/src/ATen/native/metal/ops/MetalAddmm.mm
aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm
aten/src/ATen/native/metal/ops/MetalChunk.mm
aten/src/ATen/native/metal/ops/MetalClamp.mm
aten/src/ATen/native/metal/ops/MetalConcat.mm
aten/src/ATen/native/metal/ops/MetalConvolution.h
aten/src/ATen/native/metal/ops/MetalConvolution.mm
aten/src/ATen/native/metal/ops/MetalCopy.h
aten/src/ATen/native/metal/ops/MetalCopy.mm
aten/src/ATen/native/metal/ops/MetalHardswish.mm
aten/src/ATen/native/metal/ops/MetalNeurons.mm
aten/src/ATen/native/metal/ops/MetalPadding.mm
aten/src/ATen/native/metal/ops/MetalPooling.mm
aten/src/ATen/native/metal/ops/MetalReduce.mm
aten/src/ATen/native/metal/ops/MetalReshape.mm
aten/src/ATen/native/metal/ops/MetalSoftmax.mm
aten/src/ATen/native/metal/ops/MetalTranspose.mm
aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm
aten/src/ATen/native/miopen/BatchNorm_miopen.cpp
aten/src/ATen/native/miopen/Conv_miopen.cpp
aten/src/ATen/native/miopen/RNN_miopen.cpp
aten/src/ATen/native/mkl/LinearAlgebra.cpp
aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp
aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.h
aten/src/ATen/native/mkl/SpectralOps.cpp
aten/src/ATen/native/mkldnn/BinaryOps.cpp
aten/src/ATen/native/mkldnn/Conv.cpp
aten/src/ATen/native/mkldnn/Copy.cpp
aten/src/ATen/native/mkldnn/Gelu.cpp
aten/src/ATen/native/mkldnn/IDeepRegistration.cpp
aten/src/ATen/native/mkldnn/Linear.cpp
aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp
aten/src/ATen/native/mkldnn/MKLDNNCommon.h
aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp
aten/src/ATen/native/mkldnn/Matmul.cpp
aten/src/ATen/native/mkldnn/Matmul.h
aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp
aten/src/ATen/native/mkldnn/Normalization.cpp
aten/src/ATen/native/mkldnn/Pooling.cpp
aten/src/ATen/native/mkldnn/Relu.cpp
aten/src/ATen/native/mkldnn/SoftMax.cpp
aten/src/ATen/native/mkldnn/TensorFactories.cpp
aten/src/ATen/native/mkldnn/TensorShape.cpp
aten/src/ATen/native/mkldnn/TensorShape.h
aten/src/ATen/native/mkldnn/UnaryOps.cpp
aten/src/ATen/native/mkldnn/Utils.cpp
aten/src/ATen/native/mkldnn/Utils.h
aten/src/ATen/native/quantized/Copy.cpp
aten/src/ATen/native/quantized/Copy.h
aten/src/ATen/native/quantized/QTensor.cpp
aten/src/ATen/native/quantized/README.md
aten/src/ATen/native/quantized/TensorCompare.cpp
aten/src/ATen/native/quantized/TensorFactories.cpp
aten/src/ATen/native/quantized/affine_quantizer.cpp
aten/src/ATen/native/quantized/affine_quantizer.h
aten/src/ATen/native/quantized/affine_quantizer_base.cpp
aten/src/ATen/native/quantized/affine_quantizer_base.h
aten/src/ATen/native/quantized/fake_quant_affine.h
aten/src/ATen/native/quantized/fake_quant_per_channel_affine.cpp
aten/src/ATen/native/quantized/fake_quant_per_tensor_affine.cpp
aten/src/ATen/native/quantized/library.cpp
aten/src/ATen/native/quantized/cpu/conv_packed_params.h
aten/src/ATen/native/quantized/cpu/conv_serialization.h
aten/src/ATen/native/quantized/cpu/embedding_packed_params.h
aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp
aten/src/ATen/native/quantized/cpu/fbgemm_utils.h
aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp
aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp
aten/src/ATen/native/quantized/cpu/init_qnnpack.h
aten/src/ATen/native/quantized/cpu/int_repr_quant.cpp
aten/src/ATen/native/quantized/cpu/make_per_tensor_quantized_tensor.cpp
aten/src/ATen/native/quantized/cpu/packed_params.h
aten/src/ATen/native/quantized/cpu/q_adaavgpool.cpp
aten/src/ATen/native/quantized/cpu/q_avgpool.cpp
aten/src/ATen/native/quantized/cpu/q_avgpool3d.cpp
aten/src/ATen/native/quantized/cpu/qadd.cpp
aten/src/ATen/native/quantized/cpu/qbatch_norm.cpp
aten/src/ATen/native/quantized/cpu/qchannel_shuffle.cpp
aten/src/ATen/native/quantized/cpu/qclamp.cpp
aten/src/ATen/native/quantized/cpu/qconcat.cpp
aten/src/ATen/native/quantized/cpu/qconv.cpp
aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp
aten/src/ATen/native/quantized/cpu/qconv_unpack.cpp
aten/src/ATen/native/quantized/cpu/qelu.cpp
aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp
aten/src/ATen/native/quantized/cpu/qembeddingbag.h
aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp
aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.h
aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp
aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp
aten/src/ATen/native/quantized/cpu/qhardswish.cpp
aten/src/ATen/native/quantized/cpu/qlinear.cpp
aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp
aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp
aten/src/ATen/native/quantized/cpu/qlinear_unpack.cpp
aten/src/ATen/native/quantized/cpu/qmul.cpp
aten/src/ATen/native/quantized/cpu/qnnpack_utils.h
aten/src/ATen/native/quantized/cpu/qnormalization.cpp
aten/src/ATen/native/quantized/cpu/qpool.cpp
aten/src/ATen/native/quantized/cpu/qreduction.cpp
aten/src/ATen/native/quantized/cpu/qrelu.cpp
aten/src/ATen/native/quantized/cpu/qsigmoid.cpp
aten/src/ATen/native/quantized/cpu/qsort.cpp
aten/src/ATen/native/quantized/cpu/qtanh.cpp
aten/src/ATen/native/quantized/cpu/qthreshold.cpp
aten/src/ATen/native/quantized/cpu/quant_utils.h
aten/src/ATen/native/quantized/cpu/quantized_ops.h
aten/src/ATen/native/quantized/cpu/qupsample_bilinear2d.cpp
aten/src/ATen/native/quantized/cpu/qupsample_nearest2d.cpp
aten/src/ATen/native/quantized/cpu/qupsample_nearest3d.cpp
aten/src/ATen/native/quantized/cpu/tensor_operators.cpp
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp
aten/src/ATen/native/quantized/cpu/kernels/README.md
aten/src/ATen/native/quantized/cpu/qnnpack/.gitignore
aten/src/ATen/native/quantized/cpu/qnnpack/CMakeLists.txt
aten/src/ATen/native/quantized/cpu/qnnpack/CODE_OF_CONDUCT.md
aten/src/ATen/native/quantized/cpu/qnnpack/CONTRIBUTING.md
aten/src/ATen/native/quantized/cpu/qnnpack/README.md
aten/src/ATen/native/quantized/cpu/qnnpack/configure.py
aten/src/ATen/native/quantized/cpu/qnnpack/confu.yaml
aten/src/ATen/native/quantized/cpu/qnnpack/generate-wrapper.py
aten/src/ATen/native/quantized/cpu/qnnpack/bench/add.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/channel-shuffle.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/convolution.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/global-average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hardsigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hardswish.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/hgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/max-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/q8gemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/q8gemm_sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/requantization.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/sgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/sigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/softargmax.cc
aten/src/ATen/native/quantized/cpu/qnnpack/bench/tanh.cc
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadCpuinfo.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadFP16.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadFXdiv.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadGoogleBenchmark.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadGoogleTest.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadPSimd.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadPThreadPool.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/.gitignore
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/CMakeLists.txt
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/README.md
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/configure.py
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/confu.yaml
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/cmake/DownloadGoogleTest.cmake
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/include/clog.h
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/src/clog.c
aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/test/clog.cc
aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h
aten/src/ATen/native/quantized/cpu/qnnpack/include/pack_block_sparse.h
aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h
aten/src/ATen/native/quantized/cpu/qnnpack/include/qnnpack_func.h
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-arm64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-armv7.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-android-x86.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-arm64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-arm64e.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-armv7.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-armv7s.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-i386.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-ios-x86_64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/build-local.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-arm64.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-armv7.sh
aten/src/ATen/native/quantized/cpu/qnnpack/scripts/test-android-x86.sh
aten/src/ATen/native/quantized/cpu/qnnpack/src/add.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/average-pooling.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/channel-shuffle.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/clamp.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-prepack.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/convolution.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/deconvolution.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-prepack.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected-sparse.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/global-average-pooling.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/hardsigmoid.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/hardswish.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/indirection.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/init.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/leaky-relu.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/max-pooling.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-delete.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/pack_block_sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/src/sigmoid.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/softargmax.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/tanh.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm/8x8-aarch32-neonfp16arith.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/hgemm/8x8-neonfp16arith.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/mp8x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/mp8x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8avgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8conv/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x25-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-aarch32-neon-per-channel.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/mp8x7p7q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/mp8x7p7q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8x7-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8x7-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gavgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/2x4c8-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x-sumrows-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x4c2-dq-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-dq-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-dq-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8c2-xzp-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/4x8c2-xzp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/6x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-dq-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x8c1x4-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/4x8c8x1-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4-packA-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x4c1x4-packed-sse2.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8vadd/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/AlignedAllocator.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/assembly.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/common.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/hgemm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/indirection.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/isa-checks.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/log.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/math.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/operator.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/pack.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/params.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8avgpool.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8conv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8dwconv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gavgpool.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gemm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8gemm_sparse.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/q8vadd.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/requantization-stubs.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/requantization.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/scalar-utils.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sconv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sdwconv.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/sgemm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8clamp.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8lut32norm.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8maxpool.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/u8rmax.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/x8lut.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/x8zip.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/fp32-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-scalar.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/gemmlowp-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/precise-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/q31-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-assembly.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-neon.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/runtime-sse2.h
aten/src/ATen/native/quantized/cpu/qnnpack/src/sconv/6x8-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sdwconv/up4x9-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/5x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/6x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/sgemm/6x8-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8clamp/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8lut32norm/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/16x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/16x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/sub16-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8maxpool/sub16-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/u8rmax/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8lut/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x2-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x3-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x3-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/x4-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/x8zip/xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/test/add-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/add.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/average-pooling-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/avgpool-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/channel-shuffle-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/channel-shuffle.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/clamp.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/convolution-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/convolution.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/deconvolution-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/deconvolution.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/dwconv-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-sparse-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected-sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/fully-connected.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/gavgpool-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/gemm-block-sparse-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/gemm-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/global-average-pooling-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/global-average-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardsigmoid-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardsigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardswish-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/hardswish.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/hgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/leaky-relu-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/leaky-relu.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/lut-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/lut-norm-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/max-pooling-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/max-pooling.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/maxpool-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8avgpool.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8conv.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8dwconv.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gavgpool.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8gemm_sparse.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/q8vadd.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/requantization-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/requantization.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/rmax-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/sconv.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/sgemm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/sigmoid-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/sigmoid.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/softargmax-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/softargmax.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/tanh-operator-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/tanh.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/test_utils.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8clamp.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8lut32norm.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8maxpool.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/u8rmax.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/vadd-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/test/x8lut.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/x8zip.cc
aten/src/ATen/native/quantized/cpu/qnnpack/test/zip-microkernel-tester.h
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/dummy.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/hgemm/8x8-aarch32-neonfp16arith.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/mp8x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/mp8x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8avgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8conv/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x25-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-aarch32-neon-per-channel.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-neon-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-sse2-per-channel.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/up8x9-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/mp8x7p7q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/mp8x7p7q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8x7-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8x7-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gavgpool/up8xm-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/2x4c8-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x-sumrows-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x4c2-dq-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x4c2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-dq-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-dq-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8c2-xzp-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/4x8c2-xzp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/6x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-dq-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm/8x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x8c1x4-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/4x8c8x1-dq-packedA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4-packA-aarch32-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4-packA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x4c1x4-packed-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8vadd/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/fp32-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/gemmlowp-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/precise-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-sse4.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/requantization/q31-ssse3.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/5x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/6x8-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/sgemm/6x8-psimd.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8clamp/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8lut32norm/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/16x9p8q-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/16x9p8q-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/sub16-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8maxpool/sub16-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax/neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/u8rmax/sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8lut/scalar.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x2-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x2-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x3-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x3-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x4-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/x4-sse2.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/xm-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/x8zip/xm-sse2.c
aten/src/ATen/native/quantized/cuda/affine_quantizer.cu
aten/src/ATen/native/quantized/cuda/embedding_bag.cu
aten/src/ATen/native/quantized/cuda/fake_quantize_core.cu
aten/src/ATen/native/quantized/cuda/fused_obs_fake_quant.cu
aten/src/ATen/native/quantized/cuda/int_repr_quant.cu
aten/src/ATen/native/quantized/cuda/make_quantized_tensor.cu
aten/src/ATen/native/sparse/ParamUtils.cpp
aten/src/ATen/native/sparse/ParamUtils.h
aten/src/ATen/native/sparse/SoftMax.cpp
aten/src/ATen/native/sparse/SparseCsrTensor.cpp
aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
aten/src/ATen/native/sparse/SparseMatMul.cpp
aten/src/ATen/native/sparse/SparseTensor.cpp
aten/src/ATen/native/sparse/SparseTensorMath.cpp
aten/src/ATen/native/sparse/SparseTensorMath.h
aten/src/ATen/native/sparse/cuda/SoftMax.cu
aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp
aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.h
aten/src/ATen/native/sparse/cuda/SparseCUDAApplyUtils.cuh
aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp
aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h
aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp
aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu
aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu
aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cuh
aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu
aten/src/ATen/native/sparse/cuda/SparseMatMul.cu
aten/src/ATen/native/utils/Factory.cpp
aten/src/ATen/native/utils/Factory.h
aten/src/ATen/native/utils/ParamUtils.h
aten/src/ATen/native/utils/ParamsHash.h
aten/src/ATen/native/vulkan/Vulkan.cpp
aten/src/ATen/native/vulkan/Vulkan.h
aten/src/ATen/native/vulkan/VulkanAten.cpp
aten/src/ATen/native/vulkan/VulkanAten.h
aten/src/ATen/native/vulkan/VulkanCommon.h
aten/src/ATen/native/vulkan/VulkanConvolution.cpp
aten/src/ATen/native/vulkan/VulkanConvolution.h
aten/src/ATen/native/vulkan/VulkanGuardImpl.cpp
aten/src/ATen/native/vulkan/VulkanOpContext.cpp
aten/src/ATen/native/vulkan/VulkanOpContext.h
aten/src/ATen/native/vulkan/VulkanOpaqueTensorImpl.h
aten/src/ATen/native/vulkan/VulkanOps.cpp
aten/src/ATen/native/vulkan/VulkanOps.h
aten/src/ATen/native/vulkan/VulkanRegisterOpContextClass.cpp
aten/src/ATen/native/vulkan/api/Adapter.h
aten/src/ATen/native/vulkan/api/Allocator.cpp
aten/src/ATen/native/vulkan/api/Allocator.h
aten/src/ATen/native/vulkan/api/Cache.h
aten/src/ATen/native/vulkan/api/Command.cpp
aten/src/ATen/native/vulkan/api/Command.h
aten/src/ATen/native/vulkan/api/Common.cpp
aten/src/ATen/native/vulkan/api/Common.h
aten/src/ATen/native/vulkan/api/Context.cpp
aten/src/ATen/native/vulkan/api/Context.h
aten/src/ATen/native/vulkan/api/Descriptor.cpp
aten/src/ATen/native/vulkan/api/Descriptor.h
aten/src/ATen/native/vulkan/api/Pipeline.cpp
aten/src/ATen/native/vulkan/api/Pipeline.h
aten/src/ATen/native/vulkan/api/Resource.cpp
aten/src/ATen/native/vulkan/api/Resource.h
aten/src/ATen/native/vulkan/api/Runtime.cpp
aten/src/ATen/native/vulkan/api/Runtime.h
aten/src/ATen/native/vulkan/api/Shader.cpp
aten/src/ATen/native/vulkan/api/Shader.h
aten/src/ATen/native/vulkan/api/Utils.h
aten/src/ATen/native/vulkan/api/api.h
aten/src/ATen/native/vulkan/api/vk_mem_alloc.h
aten/src/ATen/native/vulkan/glsl/KO4C4HW_to_image.glsl
aten/src/ATen/native/vulkan/glsl/adaptive_avg_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/add.glsl
aten/src/ATen/native/vulkan/glsl/add_.glsl
aten/src/ATen/native/vulkan/glsl/add_scalar.glsl
aten/src/ATen/native/vulkan/glsl/add_scalar_.glsl
aten/src/ATen/native/vulkan/glsl/addmm.glsl
aten/src/ATen/native/vulkan/glsl/avg_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/clamp.glsl
aten/src/ATen/native/vulkan/glsl/clamp_.glsl
aten/src/ATen/native/vulkan/glsl/conv2d.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_dw.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_dw_clamp.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_nogroup_clamp.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_nogroup_clamp_1x.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_pw.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_pw_2x2.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_pw_2x2_buffered.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_winograd_2_3.glsl
aten/src/ATen/native/vulkan/glsl/div.glsl
aten/src/ATen/native/vulkan/glsl/div_.glsl
aten/src/ATen/native/vulkan/glsl/hardshrink.glsl
aten/src/ATen/native/vulkan/glsl/hardshrink_.glsl
aten/src/ATen/native/vulkan/glsl/hardsigmoid.glsl
aten/src/ATen/native/vulkan/glsl/hardsigmoid_.glsl
aten/src/ATen/native/vulkan/glsl/hardswish.glsl
aten/src/ATen/native/vulkan/glsl/hardswish_.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw.glsl
aten/src/ATen/native/vulkan/glsl/leaky_relu.glsl
aten/src/ATen/native/vulkan/glsl/leaky_relu_.glsl
aten/src/ATen/native/vulkan/glsl/log_softmax.glsl
aten/src/ATen/native/vulkan/glsl/max_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/mean.glsl
aten/src/ATen/native/vulkan/glsl/mean2d.glsl
aten/src/ATen/native/vulkan/glsl/mm.glsl
aten/src/ATen/native/vulkan/glsl/mul.glsl
aten/src/ATen/native/vulkan/glsl/mul_.glsl
aten/src/ATen/native/vulkan/glsl/mul_scalar.glsl
aten/src/ATen/native/vulkan/glsl/mul_scalar_.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image.glsl
aten/src/ATen/native/vulkan/glsl/permute.glsl
aten/src/ATen/native/vulkan/glsl/reflection_pad2d.glsl
aten/src/ATen/native/vulkan/glsl/sigmoid.glsl
aten/src/ATen/native/vulkan/glsl/sigmoid_.glsl
aten/src/ATen/native/vulkan/glsl/softmax.glsl
aten/src/ATen/native/vulkan/glsl/sub.glsl
aten/src/ATen/native/vulkan/glsl/sub_.glsl
aten/src/ATen/native/vulkan/glsl/tanh.glsl
aten/src/ATen/native/vulkan/glsl/tanh_.glsl
aten/src/ATen/native/vulkan/glsl/transform_winograd_2_3_sh.glsl
aten/src/ATen/native/vulkan/glsl/upsample_nearest2d.glsl
aten/src/ATen/native/vulkan/ops/Arithmetic.cpp
aten/src/ATen/native/vulkan/ops/Clamp.cpp
aten/src/ATen/native/vulkan/ops/Common.cpp
aten/src/ATen/native/vulkan/ops/Common.h
aten/src/ATen/native/vulkan/ops/Convolution.cpp
aten/src/ATen/native/vulkan/ops/Convolution.h
aten/src/ATen/native/vulkan/ops/Copy.cpp
aten/src/ATen/native/vulkan/ops/Copy.h
aten/src/ATen/native/vulkan/ops/Factory.cpp
aten/src/ATen/native/vulkan/ops/Mean.cpp
aten/src/ATen/native/vulkan/ops/Mm.cpp
aten/src/ATen/native/vulkan/ops/Mm.h
aten/src/ATen/native/vulkan/ops/Padding.cpp
aten/src/ATen/native/vulkan/ops/Persistent.cpp
aten/src/ATen/native/vulkan/ops/Persistent.h
aten/src/ATen/native/vulkan/ops/Pool.cpp
aten/src/ATen/native/vulkan/ops/Register.cpp
aten/src/ATen/native/vulkan/ops/Shape.cpp
aten/src/ATen/native/vulkan/ops/Softmax.cpp
aten/src/ATen/native/vulkan/ops/Tensor.cpp
aten/src/ATen/native/vulkan/ops/Tensor.h
aten/src/ATen/native/vulkan/ops/Upsample.cpp
aten/src/ATen/native/vulkan/ops/Utils.h
aten/src/ATen/native/xnnpack/Activation.cpp
aten/src/ATen/native/xnnpack/AveragePooling.cpp
aten/src/ATen/native/xnnpack/ChannelShuffle.cpp
aten/src/ATen/native/xnnpack/Common.h
aten/src/ATen/native/xnnpack/Convolution.cpp
aten/src/ATen/native/xnnpack/Convolution.h
aten/src/ATen/native/xnnpack/Engine.h
aten/src/ATen/native/xnnpack/Init.cpp
aten/src/ATen/native/xnnpack/Linear.cpp
aten/src/ATen/native/xnnpack/Linear.h
aten/src/ATen/native/xnnpack/MaxPooling.cpp
aten/src/ATen/native/xnnpack/OpContext.cpp
aten/src/ATen/native/xnnpack/OpContext.h
aten/src/ATen/native/xnnpack/Pooling.h
aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp
aten/src/ATen/native/xnnpack/Shim.cpp
aten/src/ATen/nnapi/CMakeLists.txt
aten/src/ATen/nnapi/NeuralNetworks.h
aten/src/ATen/nnapi/codegen.py
aten/src/ATen/nnapi/nnapi_bind.cpp
aten/src/ATen/nnapi/nnapi_bind.h
aten/src/ATen/nnapi/nnapi_model_loader.cpp
aten/src/ATen/nnapi/nnapi_model_loader.h
aten/src/ATen/nnapi/nnapi_register.cpp
aten/src/ATen/nnapi/nnapi_wrapper.cpp
aten/src/ATen/nnapi/nnapi_wrapper.h
aten/src/ATen/quantized/CMakeLists.txt
aten/src/ATen/quantized/QTensorImpl.cpp
aten/src/ATen/quantized/QTensorImpl.h
aten/src/ATen/quantized/Quantizer.cpp
aten/src/ATen/quantized/Quantizer.h
aten/src/ATen/templates/ATenOpList.cpp
aten/src/ATen/templates/DispatchKeyFunctions.h
aten/src/ATen/templates/DispatchKeyFunctions_inl.h
aten/src/ATen/templates/DispatchKeyNativeFunctions.h
aten/src/ATen/templates/Functions.cpp
aten/src/ATen/templates/Functions.h
aten/src/ATen/templates/NativeFunctions.h
aten/src/ATen/templates/NativeMetaFunctions.h
aten/src/ATen/templates/Operators.cpp
aten/src/ATen/templates/Operators.h
aten/src/ATen/templates/RedispatchFunctions.cpp
aten/src/ATen/templates/RedispatchFunctions.h
aten/src/ATen/templates/RegisterBackendSelect.cpp
aten/src/ATen/templates/RegisterDispatchKey.cpp
aten/src/ATen/templates/RegisterSchema.cpp
aten/src/ATen/templates/RegistrationDeclarations.h
aten/src/ATen/templates/TensorBody.h
aten/src/ATen/templates/TensorMethods.cpp
aten/src/ATen/test/CMakeLists.txt
aten/src/ATen/test/Dict_test.cpp
aten/src/ATen/test/Dimname_test.cpp
aten/src/ATen/test/ExclusivelyOwned_test.cpp
aten/src/ATen/test/MaybeOwned_test.cpp
aten/src/ATen/test/NamedTensor_test.cpp
aten/src/ATen/test/apply_utils_test.cpp
aten/src/ATen/test/atest.cpp
aten/src/ATen/test/basic.cpp
aten/src/ATen/test/broadcast_test.cpp
aten/src/ATen/test/cpu_caching_allocator_test.cpp
aten/src/ATen/test/cpu_generator_test.cpp
aten/src/ATen/test/cpu_profiling_allocator_test.cpp
aten/src/ATen/test/cpu_rng_test.cpp
aten/src/ATen/test/cuda_apply_test.cpp
aten/src/ATen/test/cuda_atomic_ops_test.cu
aten/src/ATen/test/cuda_complex_math_test.cu
aten/src/ATen/test/cuda_complex_test.cu
aten/src/ATen/test/cuda_cub_test.cu
aten/src/ATen/test/cuda_cudnn_test.cpp
aten/src/ATen/test/cuda_distributions_test.cu
aten/src/ATen/test/cuda_dlconvertor_test.cpp
aten/src/ATen/test/cuda_generator_test.cu
aten/src/ATen/test/cuda_half_test.cu
aten/src/ATen/test/cuda_integer_divider_test.cu
aten/src/ATen/test/cuda_optional_test.cu
aten/src/ATen/test/cuda_packedtensoraccessor_test.cu
aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp
aten/src/ATen/test/cuda_stream_test.cpp
aten/src/ATen/test/cuda_tensor_interop_test.cpp
aten/src/ATen/test/cuda_vectorized_test.cu
aten/src/ATen/test/dlconvertor_test.cpp
aten/src/ATen/test/extension_backend_test.cpp
aten/src/ATen/test/half_test.cpp
aten/src/ATen/test/ivalue_test.cpp
aten/src/ATen/test/lazy_tensor_test.cpp
aten/src/ATen/test/math_kernel_test.cpp
aten/src/ATen/test/memory_format_test.cpp
aten/src/ATen/test/memory_overlapping_test.cpp
aten/src/ATen/test/mobile_memory_cleanup.cpp
aten/src/ATen/test/native_test.cpp
aten/src/ATen/test/operator_name_test.cpp
aten/src/ATen/test/operators_test.cpp
aten/src/ATen/test/packedtensoraccessor_test.cpp
aten/src/ATen/test/pow_test.cpp
aten/src/ATen/test/quantized_test.cpp
aten/src/ATen/test/reduce_ops_test.cpp
aten/src/ATen/test/reportMemoryUsage.h
aten/src/ATen/test/reportMemoryUsage_test.cpp
aten/src/ATen/test/rng_test.h
aten/src/ATen/test/scalar_tensor_test.cpp
aten/src/ATen/test/scalar_test.cpp
aten/src/ATen/test/tensor_interop_test.cpp
aten/src/ATen/test/tensor_iterator_test.cpp
aten/src/ATen/test/test_assert.h
aten/src/ATen/test/test_parallel.cpp
aten/src/ATen/test/test_thread_pool_guard.cpp
aten/src/ATen/test/thread_init_test.cpp
aten/src/ATen/test/type_test.cpp
aten/src/ATen/test/undefined_tensor_test.cpp
aten/src/ATen/test/variant_test.cpp
aten/src/ATen/test/vec_test_all_types.cpp
aten/src/ATen/test/vec_test_all_types.h
aten/src/ATen/test/verify_api_visibility.cpp
aten/src/ATen/test/vitals.cpp
aten/src/ATen/test/vmap_test.cpp
aten/src/ATen/test/vulkan_api_test.cpp
aten/src/ATen/test/vulkan_test.cpp
aten/src/ATen/test/weakref_test.cpp
aten/src/ATen/test/wrapdim_test.cpp
aten/src/ATen/test/xla_tensor_test.cpp
aten/src/ATen/test/xnnpack_test.cpp
aten/src/ATen/test/test_install/CMakeLists.txt
aten/src/ATen/test/test_install/main.cpp
aten/src/ATen/vulkan/Context.cpp
aten/src/ATen/vulkan/Context.h
aten/src/TH/CMakeLists.txt
aten/src/TH/README.md
aten/src/TH/TH.h
aten/src/TH/THGeneral.cpp
aten/src/TH/THGeneral.h.in
aten/src/TH/THGenerateAllTypes.h
aten/src/TH/THGenerateBFloat16Type.h
aten/src/TH/THGenerateBoolType.h
aten/src/TH/THGenerateByteType.h
aten/src/TH/THGenerateCharType.h
aten/src/TH/THGenerateComplexDoubleType.h
aten/src/TH/THGenerateComplexFloatType.h
aten/src/TH/THGenerateComplexTypes.h
aten/src/TH/THGenerateDoubleType.h
aten/src/TH/THGenerateFloatType.h
aten/src/TH/THGenerateFloatTypes.h
aten/src/TH/THGenerateHalfType.h
aten/src/TH/THGenerateIntType.h
aten/src/TH/THGenerateIntTypes.h
aten/src/TH/THGenerateLongType.h
aten/src/TH/THGenerateQInt32Type.h
aten/src/TH/THGenerateQInt8Type.h
aten/src/TH/THGenerateQTypes.h
aten/src/TH/THGenerateQUInt4x2Type.h
aten/src/TH/THGenerateQUInt8Type.h
aten/src/TH/THGenerateShortType.h
aten/src/TH/THHalf.h
aten/src/TH/THStorage.h
aten/src/TH/THStorageFunctions.cpp
aten/src/TH/THStorageFunctions.h
aten/src/TH/THStorageFunctions.hpp
aten/src/TH/THTensor.cpp
aten/src/TH/THTensor.h
aten/src/TH/THTensor.hpp
aten/src/TH/generic/THStorage.cpp
aten/src/TH/generic/THStorage.h
aten/src/TH/generic/THStorageCopy.cpp
aten/src/TH/generic/THStorageCopy.h
aten/src/TH/generic/THTensor.cpp
aten/src/TH/generic/THTensor.h
aten/src/TH/generic/THTensor.hpp
aten/src/THC/CMakeLists.txt
aten/src/THC/THC.h
aten/src/THC/THCAllocator.cpp
aten/src/THC/THCAllocator.h
aten/src/THC/THCAsmUtils.cuh
aten/src/THC/THCAtomics.cuh
aten/src/THC/THCCachingHostAllocator.cpp
aten/src/THC/THCCachingHostAllocator.h
aten/src/THC/THCDeviceTensor-inl.cuh
aten/src/THC/THCDeviceTensor.cuh
aten/src/THC/THCDeviceTensorUtils-inl.cuh
aten/src/THC/THCDeviceTensorUtils.cuh
aten/src/THC/THCDeviceUtils.cuh
aten/src/THC/THCGeneral.cpp
aten/src/THC/THCGeneral.h.in
aten/src/THC/THCGeneral.hpp
aten/src/THC/THCGenerateAllTypes.h
aten/src/THC/THCGenerateBFloat16Type.h
aten/src/THC/THCGenerateBoolType.h
aten/src/THC/THCGenerateByteType.h
aten/src/THC/THCGenerateCharType.h
aten/src/THC/THCGenerateComplexDoubleType.h
aten/src/THC/THCGenerateComplexFloatType.h
aten/src/THC/THCGenerateComplexTypes.h
aten/src/THC/THCGenerateDoubleType.h
aten/src/THC/THCGenerateFloatType.h
aten/src/THC/THCGenerateFloatTypes.h
aten/src/THC/THCGenerateHalfType.h
aten/src/THC/THCGenerateIntType.h
aten/src/THC/THCGenerateLongType.h
aten/src/THC/THCGenerateShortType.h
aten/src/THC/THCIntegerDivider.cuh
aten/src/THC/THCNumerics.cuh
aten/src/THC/THCScanUtils.cuh
aten/src/THC/THCSleep.cu
aten/src/THC/THCSleep.h
aten/src/THC/THCStorage.cpp
aten/src/THC/THCStorage.cu
aten/src/THC/THCStorage.h
aten/src/THC/THCStorage.hpp
aten/src/THC/THCStorageCopy.cpp
aten/src/THC/THCStorageCopy.cu
aten/src/THC/THCStorageCopy.h
aten/src/THC/THCTensor.cpp
aten/src/THC/THCTensor.cu
aten/src/THC/THCTensor.h
aten/src/THC/THCTensor.hpp
aten/src/THC/THCTensorCopy.cu
aten/src/THC/THCTensorCopy.h
aten/src/THC/THCTensorCopy.hpp
aten/src/THC/THCTensorMathMagma.cpp
aten/src/THC/THCTensorMathReduce.cuh
aten/src/THC/THCThrustAllocator.cuh
aten/src/THC/generic/THCStorage.cpp
aten/src/THC/generic/THCStorage.cu
aten/src/THC/generic/THCStorage.h
aten/src/THC/generic/THCStorageCopy.cpp
aten/src/THC/generic/THCStorageCopy.cu
aten/src/THC/generic/THCStorageCopy.h
aten/src/THC/generic/THCTensor.cpp
aten/src/THC/generic/THCTensor.cu
aten/src/THC/generic/THCTensor.h
aten/src/THC/generic/THCTensorCopy.cu
aten/src/THC/generic/THCTensorCopy.h
aten/tools/run_tests.sh
aten/tools/test_install.sh
aten/tools/valgrind.sup
benchmarks/README.md
benchmarks/compare-fastrnn-results.py
benchmarks/compare.sh
benchmarks/upload_scribe.py
benchmarks/cpp/CMakeLists.txt
benchmarks/cpp/convolution.cpp
benchmarks/cpp/tensorexpr/CMakeLists.txt
benchmarks/cpp/tensorexpr/bench_approx.cpp
benchmarks/cpp/tensorexpr/bench_batchnorm.cpp
benchmarks/cpp/tensorexpr/bench_compile.cpp
benchmarks/cpp/tensorexpr/bench_concat.cpp
benchmarks/cpp/tensorexpr/bench_fuser_overhead.cpp
benchmarks/cpp/tensorexpr/bench_gemm.cpp
benchmarks/cpp/tensorexpr/bench_ops.py
benchmarks/cpp/tensorexpr/bench_parallel.cpp
benchmarks/cpp/tensorexpr/bench_reduce.cpp
benchmarks/cpp/tensorexpr/bench_signed_log1p.cpp
benchmarks/cpp/tensorexpr/main.cpp
benchmarks/distributed/ddp/README.md
benchmarks/distributed/ddp/benchmark.py
benchmarks/distributed/ddp/diff.py
benchmarks/distributed/ddp/compare/README.md
benchmarks/distributed/ddp/compare/compare_ddp.py
benchmarks/distributed/ddp/compare/python_ddp.py
benchmarks/distributed/pipeline/benchmark_dataset.py
benchmarks/distributed/pipeline/pipe.py
benchmarks/distributed/rpc/parameter_server/README.md
benchmarks/distributed/rpc/parameter_server/launcher.py
benchmarks/distributed/rpc/parameter_server/utils.py
benchmarks/distributed/rpc/parameter_server/configurations/data_configurations.json
benchmarks/distributed/rpc/parameter_server/configurations/model_configurations.json
benchmarks/distributed/rpc/parameter_server/data/DummyData.py
benchmarks/distributed/rpc/parameter_server/data/__init__.py
benchmarks/distributed/rpc/parameter_server/metrics/CPUMetric.py
benchmarks/distributed/rpc/parameter_server/metrics/CUDAMetric.py
benchmarks/distributed/rpc/parameter_server/metrics/MetricBase.py
benchmarks/distributed/rpc/parameter_server/metrics/MetricsLogger.py
benchmarks/distributed/rpc/parameter_server/metrics/ProcessedMetricsPrinter.py
benchmarks/distributed/rpc/parameter_server/models/DummyModel.py
benchmarks/distributed/rpc/parameter_server/models/__init__.py
benchmarks/distributed/rpc/parameter_server/server/__init__.py
benchmarks/distributed/rpc/parameter_server/server/server.py
benchmarks/distributed/rpc/parameter_server/trainer/__init__.py
benchmarks/distributed/rpc/parameter_server/trainer/criterions.py
benchmarks/distributed/rpc/parameter_server/trainer/ddp_models.py
benchmarks/distributed/rpc/parameter_server/trainer/hook_states.py
benchmarks/distributed/rpc/parameter_server/trainer/hooks.py
benchmarks/distributed/rpc/parameter_server/trainer/iteration_steps.py
benchmarks/distributed/rpc/parameter_server/trainer/preprocess_data.py
benchmarks/distributed/rpc/parameter_server/trainer/trainer.py
benchmarks/distributed/rpc/rl/README.md
benchmarks/distributed/rpc/rl/agent.py
benchmarks/distributed/rpc/rl/coordinator.py
benchmarks/distributed/rpc/rl/launcher.py
benchmarks/distributed/rpc/rl/observer.py
benchmarks/fastrnns/README.md
benchmarks/fastrnns/__init__.py
benchmarks/fastrnns/bench.py
benchmarks/fastrnns/cells.py
benchmarks/fastrnns/conftest.py
benchmarks/fastrnns/custom_lstms.py
benchmarks/fastrnns/factory.py
benchmarks/fastrnns/fuser.py
benchmarks/fastrnns/profile.py
benchmarks/fastrnns/runner.py
benchmarks/fastrnns/scratch.py
benchmarks/fastrnns/test.py
benchmarks/fastrnns/test_bench.py
benchmarks/framework_overhead_benchmark/C2Module.py
benchmarks/framework_overhead_benchmark/SimpleAddModule.py
benchmarks/framework_overhead_benchmark/framework_overhead_benchmark.py
benchmarks/framework_overhead_benchmark/pt_wrapper_module.py
benchmarks/framework_overhead_benchmark/utils.py
benchmarks/functional_autograd_benchmark/README.md
benchmarks/functional_autograd_benchmark/audio_text_models.py
benchmarks/functional_autograd_benchmark/compare.py
benchmarks/functional_autograd_benchmark/functional_autograd_benchmark.py
benchmarks/functional_autograd_benchmark/ppl_models.py
benchmarks/functional_autograd_benchmark/torchaudio_models.py
benchmarks/functional_autograd_benchmark/torchvision_models.py
benchmarks/functional_autograd_benchmark/utils.py
benchmarks/functional_autograd_benchmark/vision_models.py
benchmarks/instruction_counts/README.md
benchmarks/instruction_counts/main.py
benchmarks/instruction_counts/applications/__init__.py
benchmarks/instruction_counts/applications/ci.py
benchmarks/instruction_counts/core/__init__.py
benchmarks/instruction_counts/core/api.py
benchmarks/instruction_counts/core/expand.py
benchmarks/instruction_counts/core/types.py
benchmarks/instruction_counts/core/utils.py
benchmarks/instruction_counts/definitions/__init__.py
benchmarks/instruction_counts/definitions/setup.py
benchmarks/instruction_counts/definitions/standard.py
benchmarks/instruction_counts/execution/__init__.py
benchmarks/instruction_counts/execution/runner.py
benchmarks/instruction_counts/execution/work.py
benchmarks/instruction_counts/worker/__init__.py
benchmarks/instruction_counts/worker/main.py
benchmarks/operator_benchmark/README.md
benchmarks/operator_benchmark/__init__.py
benchmarks/operator_benchmark/benchmark_all_other_test.py
benchmarks/operator_benchmark/benchmark_all_quantized_test.py
benchmarks/operator_benchmark/benchmark_all_test.py
benchmarks/operator_benchmark/benchmark_caffe2.py
benchmarks/operator_benchmark/benchmark_core.py
benchmarks/operator_benchmark/benchmark_pytorch.py
benchmarks/operator_benchmark/benchmark_runner.py
benchmarks/operator_benchmark/benchmark_test_generator.py
benchmarks/operator_benchmark/benchmark_utils.py
benchmarks/operator_benchmark/operator_benchmark.py
benchmarks/operator_benchmark/c2/__init__.py
benchmarks/operator_benchmark/c2/add_test.py
benchmarks/operator_benchmark/c2/batch_box_cox_test.py
benchmarks/operator_benchmark/c2/batch_gather_test.py
benchmarks/operator_benchmark/c2/clip_ranges_test.py
benchmarks/operator_benchmark/c2/concat_test.py
benchmarks/operator_benchmark/c2/matmul_test.py
benchmarks/operator_benchmark/c2/quantile_op_test.py
benchmarks/operator_benchmark/c2/replace_nan_test.py
benchmarks/operator_benchmark/common/__init__.py
benchmarks/operator_benchmark/common/repeat_benchmark.py
benchmarks/operator_benchmark/common/tests/add_ops_list_test.py
benchmarks/operator_benchmark/common/tests/c2_cpu_gpu_forward_backward_test.py
benchmarks/operator_benchmark/common/tests/jit_forward_test.py
benchmarks/operator_benchmark/common/tests/pt_backward_test.py
benchmarks/operator_benchmark/common/tests/pt_configs_list_test.py
benchmarks/operator_benchmark/common/tests/pt_cpu_gpu_forward_backward_test.py
benchmarks/operator_benchmark/common/tests/random_sample_test.py
benchmarks/operator_benchmark/pt/__init__.py
benchmarks/operator_benchmark/pt/add_test.py
benchmarks/operator_benchmark/pt/as_strided_test.py
benchmarks/operator_benchmark/pt/batchnorm_test.py
benchmarks/operator_benchmark/pt/binary_test.py
benchmarks/operator_benchmark/pt/bmm_test.py
benchmarks/operator_benchmark/pt/cat_test.py
benchmarks/operator_benchmark/pt/channel_shuffle_test.py
benchmarks/operator_benchmark/pt/chunk_test.py
benchmarks/operator_benchmark/pt/clip_ranges_test.py
benchmarks/operator_benchmark/pt/configs.py
benchmarks/operator_benchmark/pt/conv_test.py
benchmarks/operator_benchmark/pt/diag_test.py
benchmarks/operator_benchmark/pt/embeddingbag_test.py
benchmarks/operator_benchmark/pt/fill_test.py
benchmarks/operator_benchmark/pt/gather_test.py
benchmarks/operator_benchmark/pt/gelu_test.py
benchmarks/operator_benchmark/pt/groupnorm_test.py
benchmarks/operator_benchmark/pt/hardsigmoid_test.py
benchmarks/operator_benchmark/pt/hardswish_test.py
benchmarks/operator_benchmark/pt/index_select_test.py
benchmarks/operator_benchmark/pt/instancenorm_test.py
benchmarks/operator_benchmark/pt/interpolate_test.py
benchmarks/operator_benchmark/pt/layernorm_test.py
benchmarks/operator_benchmark/pt/linear_prepack_fp16_test.py
benchmarks/operator_benchmark/pt/linear_test.py
benchmarks/operator_benchmark/pt/linear_unpack_fp16_test.py
benchmarks/operator_benchmark/pt/matmul_test.py
benchmarks/operator_benchmark/pt/matrix_mult_test.py
benchmarks/operator_benchmark/pt/nan_to_num_test.py
benchmarks/operator_benchmark/pt/pool_test.py
benchmarks/operator_benchmark/pt/qactivation_test.py
benchmarks/operator_benchmark/pt/qarithmetic_test.py
benchmarks/operator_benchmark/pt/qbatchnorm_test.py
benchmarks/operator_benchmark/pt/qcat_test.py
benchmarks/operator_benchmark/pt/qcomparators_test.py
benchmarks/operator_benchmark/pt/qconv_test.py
benchmarks/operator_benchmark/pt/qembedding_bag_lookups_test.py
benchmarks/operator_benchmark/pt/qembedding_pack_test.py
benchmarks/operator_benchmark/pt/qembeddingbag_test.py
benchmarks/operator_benchmark/pt/qgroupnorm_test.py
benchmarks/operator_benchmark/pt/qinstancenorm_test.py
benchmarks/operator_benchmark/pt/qinterpolate_test.py
benchmarks/operator_benchmark/pt/qlayernorm_test.py
benchmarks/operator_benchmark/pt/qlinear_test.py
benchmarks/operator_benchmark/pt/qobserver_test.py
benchmarks/operator_benchmark/pt/qpool_test.py
benchmarks/operator_benchmark/pt/qrnn_test.py
benchmarks/operator_benchmark/pt/qtensor_method_test.py
benchmarks/operator_benchmark/pt/quantization_test.py
benchmarks/operator_benchmark/pt/qunary_test.py
benchmarks/operator_benchmark/pt/remainder_test.py
benchmarks/operator_benchmark/pt/softmax_test.py
benchmarks/operator_benchmark/pt/split_test.py
benchmarks/operator_benchmark/pt/stack_test.py
benchmarks/operator_benchmark/pt/sum_test.py
benchmarks/operator_benchmark/pt/tensor_to_test.py
benchmarks/operator_benchmark/pt/unary_test.py
benchmarks/operator_benchmark/pt_extension/cpp_extension_test.py
benchmarks/operator_benchmark/pt_extension/extension.cpp
benchmarks/operator_benchmark/pt_extension/setup.py
benchmarks/overrides_benchmark/README.md
benchmarks/overrides_benchmark/bench.py
benchmarks/overrides_benchmark/common.py
benchmarks/overrides_benchmark/pyspybench.py
benchmarks/profiler_benchmark/profiler_bench.py
benchmarks/profiler_benchmark/resnet_memory_profiler.py
benchmarks/record_function_benchmark/record_function_bench.py
benchmarks/serialization/simple_measurement.py
benchmarks/sparse/README.md
benchmarks/sparse/__init__.py
benchmarks/sparse/spmm.py
benchmarks/sparse/spmv.py
benchmarks/sparse/test_csr.sh
benchmarks/sparse/utils.py
benchmarks/sparse/dlmc/README.md
benchmarks/sparse/dlmc/__init__.py
benchmarks/sparse/dlmc/matmul_bench.py
benchmarks/sparse/dlmc/test.sh
benchmarks/sparse/dlmc/utils.py
benchmarks/static_runtime/CMakeLists.txt
benchmarks/static_runtime/deep_wide_pt.cc
benchmarks/static_runtime/deep_wide_pt.h
benchmarks/static_runtime/deep_wide_pt_bench.cc
benchmarks/static_runtime/test_scripts.h
benchmarks/static_runtime/test_static_runtime.cc
benchmarks/static_runtime/test_utils.cc
benchmarks/static_runtime/test_utils.h
benchmarks/tensorexpr/HowToRun.md
benchmarks/tensorexpr/__main__.py
benchmarks/tensorexpr/attention.py
benchmarks/tensorexpr/benchmark.py
benchmarks/tensorexpr/broadcast.py
benchmarks/tensorexpr/concat.py
benchmarks/tensorexpr/conv.py
benchmarks/tensorexpr/elementwise.py
benchmarks/tensorexpr/matmul.py
benchmarks/tensorexpr/microbenchmarks.py
benchmarks/tensorexpr/nnc.png
benchmarks/tensorexpr/normalization.py
benchmarks/tensorexpr/pooling.py
benchmarks/tensorexpr/pt_engine.py
benchmarks/tensorexpr/reduction.py
benchmarks/tensorexpr/rnn_eltwise.py
benchmarks/tensorexpr/softmax.py
benchmarks/tensorexpr/swish.py
benchmarks/tensorexpr/tensor_engine.py
binaries/CMakeLists.txt
binaries/aot_model_compiler.cc
binaries/at_launch_benchmark.cc
binaries/benchmark_args.h
binaries/benchmark_helper.cc
binaries/benchmark_helper.h
binaries/caffe2_benchmark.cc
binaries/compare_models_torch.cc
binaries/convert_and_benchmark.cc
binaries/convert_caffe_image_db.cc
binaries/convert_db.cc
binaries/convert_encoded_to_raw_leveldb.cc
binaries/convert_image_to_tensor.cc
binaries/core_overhead_benchmark.cc
binaries/core_overhead_benchmark_gpu.cc
binaries/db_throughput.cc
binaries/dump_operator_names.cc
binaries/inspect_gpu.cc
binaries/intra_inter_benchmark.cc
binaries/lite_interpreter_model_load.cc
binaries/make_cifar_db.cc
binaries/make_image_db.cc
binaries/make_mnist_db.cc
binaries/optimize_for_mobile.cc
binaries/parallel_info.cc
binaries/predictor_verifier.cc
binaries/print_core_object_sizes_gpu.cc
binaries/print_registered_core_operators.cc
binaries/record_function_benchmark.cc
binaries/run_plan.cc
binaries/run_plan_mpi.cc
binaries/speed_benchmark.cc
binaries/speed_benchmark_torch.cc
binaries/split_db.cc
binaries/tsv_2_proto.cc
binaries/tutorial_blob.cc
binaries/zmq_feeder.cc
binaries/bench_gen/bench_gen.py
c10/CMakeLists.txt
c10/benchmark/CMakeLists.txt
c10/benchmark/intrusive_ptr_benchmark.cpp
c10/core/Allocator.cpp
c10/core/Allocator.h
c10/core/AutogradState.cpp
c10/core/AutogradState.h
c10/core/Backend.h
c10/core/CPUAllocator.cpp
c10/core/CPUAllocator.h
c10/core/CompileTimeFunctionPointer.h
c10/core/CopyBytes.cpp
c10/core/CopyBytes.h
c10/core/DefaultDtype.cpp
c10/core/DefaultDtype.h
c10/core/DefaultTensorOptions.h
c10/core/Device.cpp
c10/core/Device.h
c10/core/DeviceGuard.h
c10/core/DeviceType.cpp
c10/core/DeviceType.h
c10/core/DispatchKey.cpp
c10/core/DispatchKey.h
c10/core/DispatchKeySet.cpp
c10/core/DispatchKeySet.h
c10/core/Event.h
c10/core/GeneratorImpl.cpp
c10/core/GeneratorImpl.h
c10/core/GradMode.cpp
c10/core/GradMode.h
c10/core/InferenceMode.cpp
c10/core/InferenceMode.h
c10/core/Layout.h
c10/core/MemoryFormat.h
c10/core/OptionalRef.h
c10/core/QEngine.h
c10/core/QScheme.h
c10/core/Scalar.cpp
c10/core/Scalar.h
c10/core/ScalarType.h
c10/core/ScalarTypeToTypeMeta.h
c10/core/Storage.cpp
c10/core/Storage.h
c10/core/StorageImpl.cpp
c10/core/StorageImpl.h
c10/core/Stream.cpp
c10/core/Stream.h
c10/core/StreamGuard.h
c10/core/TensorImpl.cpp
c10/core/TensorImpl.h
c10/core/TensorOptions.cpp
c10/core/TensorOptions.h
c10/core/UndefinedTensorImpl.cpp
c10/core/UndefinedTensorImpl.h
c10/core/WrapDimMinimal.h
c10/core/thread_pool.cpp
c10/core/thread_pool.h
c10/core/impl/DeviceGuardImplInterface.cpp
c10/core/impl/DeviceGuardImplInterface.h
c10/core/impl/FakeGuardImpl.h
c10/core/impl/InlineDeviceGuard.h
c10/core/impl/InlineEvent.h
c10/core/impl/InlineStreamGuard.h
c10/core/impl/LocalDispatchKeySet.cpp
c10/core/impl/LocalDispatchKeySet.h
c10/core/impl/README.md
c10/core/impl/SizesAndStrides.cpp
c10/core/impl/SizesAndStrides.h
c10/core/impl/VirtualGuardImpl.h
c10/cuda/CMakeLists.txt
c10/cuda/CUDACachingAllocator.cpp
c10/cuda/CUDACachingAllocator.h
c10/cuda/CUDAException.h
c10/cuda/CUDAFunctions.cpp
c10/cuda/CUDAFunctions.h
c10/cuda/CUDAGraphsC10Utils.h
c10/cuda/CUDAGuard.h
c10/cuda/CUDAMacros.h
c10/cuda/CUDAMathCompat.h
c10/cuda/CUDAMiscFunctions.cpp
c10/cuda/CUDAMiscFunctions.h
c10/cuda/CUDAStream.cpp
c10/cuda/CUDAStream.h
c10/cuda/README.md
c10/cuda/impl/CUDAGuardImpl.cpp
c10/cuda/impl/CUDAGuardImpl.h
c10/cuda/impl/CUDATest.cpp
c10/cuda/impl/CUDATest.h
c10/cuda/impl/cuda_cmake_macros.h.in
c10/cuda/test/CMakeLists.txt
c10/cuda/test/impl/CUDATest.cpp
c10/hip/CMakeLists.txt
c10/macros/Export.h
c10/macros/Macros.h
c10/macros/cmake_macros.h.in
c10/mobile/CPUCachingAllocator.cpp
c10/mobile/CPUCachingAllocator.h
c10/mobile/CPUProfilingAllocator.cpp
c10/mobile/CPUProfilingAllocator.h
c10/test/CMakeLists.txt
c10/test/core/CompileTimeFunctionPointer_test.cpp
c10/test/core/DeviceGuard_test.cpp
c10/test/core/Device_test.cpp
c10/test/core/DispatchKeySet_test.cpp
c10/test/core/StreamGuard_test.cpp
c10/test/core/impl/InlineDeviceGuard_test.cpp
c10/test/core/impl/InlineStreamGuard_test.cpp
c10/test/core/impl/SizesAndStrides_test.cpp
c10/test/util/Array_test.cpp
c10/test/util/Bitset_test.cpp
c10/test/util/C++17_test.cpp
c10/test/util/ConstexprCrc_test.cpp
c10/test/util/Half_test.cpp
c10/test/util/LeftRight_test.cpp
c10/test/util/Macros.h
c10/test/util/Metaprogramming_test.cpp
c10/test/util/ThreadLocal_test.cpp
c10/test/util/TypeIndex_test.cpp
c10/test/util/TypeList_test.cpp
c10/test/util/TypeTraits_test.cpp
c10/test/util/accumulate_test.cpp
c10/test/util/bfloat16_test.cpp
c10/test/util/complex_math_test.cpp
c10/test/util/complex_math_test_common.h
c10/test/util/complex_test.cpp
c10/test/util/complex_test_common.h
c10/test/util/either_test.cpp
c10/test/util/exception_test.cpp
c10/test/util/flags_test.cpp
c10/test/util/intrusive_ptr_test.cpp
c10/test/util/irange_test.cpp
c10/test/util/logging_test.cpp
c10/test/util/optional_test.cpp
c10/test/util/ordered_preserving_dict_test.cpp
c10/test/util/registry_test.cpp
c10/test/util/string_view_test.cpp
c10/test/util/tempfile_test.cpp
c10/test/util/typeid_test.cpp
c10/util/AlignOf.h
c10/util/Array.cpp
c10/util/Array.h
c10/util/ArrayRef.h
c10/util/BFloat16-inl.h
c10/util/BFloat16-math.h
c10/util/BFloat16.h
c10/util/Backtrace.cpp
c10/util/Backtrace.h
c10/util/Bitset.h
c10/util/C++17.cpp
c10/util/C++17.h
c10/util/ConstexprCrc.h
c10/util/DeadlockDetection.cpp
c10/util/DeadlockDetection.h
c10/util/Deprecated.h
c10/util/Exception.cpp
c10/util/Exception.h
c10/util/ExclusivelyOwned.h
c10/util/Flags.h
c10/util/FunctionRef.h
c10/util/Half-inl.h
c10/util/Half.cpp
c10/util/Half.h
c10/util/IdWrapper.h
c10/util/LeftRight.cpp
c10/util/LeftRight.h
c10/util/Logging.cpp
c10/util/Logging.h
c10/util/MathConstants.cpp
c10/util/MathConstants.h
c10/util/MaybeOwned.h
c10/util/Metaprogramming.cpp
c10/util/Metaprogramming.h
c10/util/Optional.cpp
c10/util/Optional.h
c10/util/Registry.h
c10/util/ScopeExit.h
c10/util/SmallBuffer.h
c10/util/SmallVector.cpp
c10/util/SmallVector.h
c10/util/StringUtil.cpp
c10/util/StringUtil.h
c10/util/ThreadLocal.h
c10/util/ThreadLocalDebugInfo.cpp
c10/util/ThreadLocalDebugInfo.h
c10/util/Type.cpp
c10/util/Type.h
c10/util/TypeCast.h
c10/util/TypeIndex.h
c10/util/TypeList.cpp
c10/util/TypeList.h
c10/util/TypeTraits.cpp
c10/util/TypeTraits.h
c10/util/Unicode.cpp
c10/util/Unicode.h
c10/util/UniqueVoidPtr.cpp
c10/util/UniqueVoidPtr.h
c10/util/Unroll.h
c10/util/accumulate.h
c10/util/complex.h
c10/util/complex_math.cpp
c10/util/complex_math.h
c10/util/complex_utils.h
c10/util/copysign.h
c10/util/either.h
c10/util/env.h
c10/util/flags_use_gflags.cpp
c10/util/flags_use_no_gflags.cpp
c10/util/flat_hash_map.h
c10/util/hash.h
c10/util/in_place.h
c10/util/intrusive_ptr.cpp
c10/util/intrusive_ptr.h
c10/util/irange.h
c10/util/llvmMathExtras.h
c10/util/logging_is_google_glog.h
c10/util/logging_is_not_google_glog.h
c10/util/math_compat.h
c10/util/numa.cpp
c10/util/numa.h
c10/util/order_preserving_flat_hash_map.h
c10/util/overloaded.h
c10/util/python_stub.h
c10/util/qint32.h
c10/util/qint8.h
c10/util/quint4x2.h
c10/util/quint8.h
c10/util/reverse_iterator.h
c10/util/signal_handler.cpp
c10/util/signal_handler.h
c10/util/sparse_bitset.h
c10/util/string_utils.h
c10/util/string_view.h
c10/util/tempfile.h
c10/util/thread_name.cpp
c10/util/thread_name.h
c10/util/typeid.cpp
c10/util/typeid.h
c10/util/variant.h
c10/util/win32-headers.h
caffe2/.clang-format
caffe2/CMakeLists.txt
caffe2/README.md
caffe2/__init__.py
caffe2/c2_aten_srcs.bzl
caffe2/release-notes.md
caffe2/requirements.txt
caffe2/unexported_symbols.lds
caffe2/version_script.lds
caffe2/contrib/CMakeLists.txt
caffe2/contrib/__init__.py
caffe2/contrib/aten/CMakeLists.txt
caffe2/contrib/aten/README.md
caffe2/contrib/aten/__init__.py
caffe2/contrib/aten/aten_op.cc
caffe2/contrib/aten/aten_op.h
caffe2/contrib/aten/aten_op_gpu.cc
caffe2/contrib/aten/aten_op_template.h
caffe2/contrib/aten/aten_test.py
caffe2/contrib/aten/gen_op.py
caffe2/contrib/aten/docs/__init__.py
caffe2/contrib/aten/docs/pytorch_to_caffe2.md
caffe2/contrib/aten/docs/sample.py
caffe2/contrib/fakelowp/CMakeLists.txt
caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.cc
caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h
caffe2/contrib/fakelowp/common.cc
caffe2/contrib/fakelowp/common.h
caffe2/contrib/fakelowp/elementwise_fp16_fake_op.cc
caffe2/contrib/fakelowp/fp16_fc_acc_op.cc
caffe2/contrib/fakelowp/fp16_fc_acc_op.h
caffe2/contrib/fakelowp/fp16_fma.cc
caffe2/contrib/fakelowp/fp16_fma.h
caffe2/contrib/fakelowp/fp16_fma_slow.cc
caffe2/contrib/fakelowp/fp16_fma_test.cc
caffe2/contrib/fakelowp/fp16_gemm_utils.cc
caffe2/contrib/fakelowp/fp16_gemm_utils.h
caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.cc
caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h
caffe2/contrib/fakelowp/int8_quantize_op_nnpi.cc
caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h
caffe2/contrib/fakelowp/int8_swish_op_nnpi.cc
caffe2/contrib/fakelowp/int8_swish_op_nnpi.h
caffe2/contrib/fakelowp/layernorm_fp16_fake_op.cc
caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h
caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.cc
caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h
caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.cc
caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h
caffe2/contrib/fakelowp/lengths_reducer_ops.cc
caffe2/contrib/fakelowp/lengths_reducer_ops.h
caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.cc
caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h
caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.cc
caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h
caffe2/contrib/fakelowp/sum_fp16_fake_op.h
caffe2/contrib/fakelowp/unary_fp16_fake_op.cc
caffe2/contrib/fakelowp/unary_fp16_fake_op.h
caffe2/contrib/fakelowp/test/README.md
caffe2/contrib/fakelowp/test/test_batchmatmul_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_batchnorm_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_chunking.py
caffe2/contrib/fakelowp/test/test_deq_swish_quant_nnpi.py
caffe2/contrib/fakelowp/test/test_fc_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_fusions.py
caffe2/contrib/fakelowp/test/test_int8_ops_nnpi.py
caffe2/contrib/fakelowp/test/test_int8_quant.py
caffe2/contrib/fakelowp/test/test_layernorm_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_op_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_sls_4bit_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_sls_8bit_nnpi_fp16.py
caffe2/contrib/fakelowp/test/test_sls_8bit_nnpi_fp32.py
caffe2/contrib/gloo/CMakeLists.txt
caffe2/contrib/gloo/__init__.py
caffe2/contrib/gloo/allgather_ops.cc
caffe2/contrib/gloo/allgather_ops.h
caffe2/contrib/gloo/allreduce_ops.cc
caffe2/contrib/gloo/allreduce_ops.h
caffe2/contrib/gloo/allreduce_ops_gpu.cc
caffe2/contrib/gloo/barrier_ops.cc
caffe2/contrib/gloo/barrier_ops.h
caffe2/contrib/gloo/broadcast_ops.cc
caffe2/contrib/gloo/broadcast_ops.h
caffe2/contrib/gloo/broadcast_ops_gpu.cc
caffe2/contrib/gloo/common.cc
caffe2/contrib/gloo/common.h
caffe2/contrib/gloo/common_world_ops.cc
caffe2/contrib/gloo/common_world_ops.h
caffe2/contrib/gloo/common_world_ops_gpu.cc
caffe2/contrib/gloo/context.cc
caffe2/contrib/gloo/context.h
caffe2/contrib/gloo/gloo_test.py
caffe2/contrib/gloo/py_export.cc
caffe2/contrib/gloo/reduce_scatter_ops.cc
caffe2/contrib/gloo/reduce_scatter_ops.h
caffe2/contrib/gloo/store_handler.cc
caffe2/contrib/gloo/store_handler.h
caffe2/contrib/ideep/CMakeLists.txt
caffe2/contrib/nccl/CMakeLists.txt
caffe2/contrib/nccl/__init__.py
caffe2/contrib/nccl/cuda_nccl_gpu.cc
caffe2/contrib/nccl/cuda_nccl_gpu.h
caffe2/contrib/nccl/cuda_nccl_op_gpu.cc
caffe2/contrib/nccl/nccl_ops_test.py
caffe2/contrib/nnpack/__init__.py
caffe2/contrib/nnpack/nnpack_ops.cc
caffe2/contrib/nnpack/nnpack_ops_test.py
caffe2/contrib/opencl/CMakeLists.txt
caffe2/contrib/opencl/context.cc
caffe2/contrib/opencl/context.h
caffe2/contrib/opencl/context_test.cc
caffe2/contrib/opencl/OpenCL/cl.hpp
caffe2/contrib/playground/AnyExp.py
caffe2/contrib/playground/AnyExpOnTerm.py
caffe2/contrib/playground/ModuleRegister.py
caffe2/contrib/playground/README.md
caffe2/contrib/playground/__init__.py
caffe2/contrib/playground/checkpoint.py
caffe2/contrib/playground/compute_loss.py
caffe2/contrib/playground/compute_topk_accuracy.py
caffe2/contrib/playground/meter.py
caffe2/contrib/playground/module_map.py
caffe2/contrib/playground/output_generator.py
caffe2/contrib/playground/resnetdemo/IN1k_resnet.py
caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py
caffe2/contrib/playground/resnetdemo/__init__.py
caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py
caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py
caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py
caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py
caffe2/contrib/playground/resnetdemo/gfs_IN1k.py
caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py
caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py
caffe2/contrib/prof/CMakeLists.txt
caffe2/contrib/prof/__init__.py
caffe2/contrib/prof/cuda_profile_ops.cc
caffe2/contrib/prof/cuda_profile_ops_test.py
caffe2/contrib/prof/prof_dag_stats_op.cc
caffe2/contrib/prof/prof_dag_stats_op.h
caffe2/contrib/pytorch/script_module_op.cc
caffe2/contrib/script/__init__.py
caffe2/contrib/script/examples/__init__.py
caffe2/contrib/shm_mutex/CMakeLists.txt
caffe2/contrib/shm_mutex/shm_mutex.cc
caffe2/contrib/shm_mutex/shm_mutex.h
caffe2/contrib/tensorboard/__init__.py
caffe2/contrib/tensorboard/tensorboard.md
caffe2/contrib/tensorboard/tensorboard.py
caffe2/contrib/tensorboard/tensorboard_exporter.py
caffe2/contrib/tensorboard/tensorboard_exporter_test.py
caffe2/contrib/tensorboard/tensorboard_test.py
caffe2/contrib/tensorrt/CMakeLists.txt
caffe2/contrib/tensorrt/README.md
caffe2/contrib/tensorrt/tensorrt_op_trt.cc
caffe2/contrib/tensorrt/tensorrt_op_trt.h
caffe2/contrib/tensorrt/tensorrt_tranformer.cc
caffe2/contrib/tensorrt/tensorrt_tranformer.h
caffe2/contrib/tensorrt/trt_utils.cc
caffe2/contrib/tensorrt/trt_utils.h
caffe2/contrib/warpctc/__init__.py
caffe2/contrib/warpctc/ctc_op.cpp
caffe2/contrib/warpctc/ctc_op.h
caffe2/contrib/warpctc/ctc_op_gpu.cpp
caffe2/contrib/warpctc/ctc_ops_test.py
caffe2/core/CMakeLists.txt
caffe2/core/__init__.py
caffe2/core/allocator.cc
caffe2/core/allocator.h
caffe2/core/blob.h
caffe2/core/blob_gpu_test.cc
caffe2/core/blob_serialization.cc
caffe2/core/blob_serialization.h
caffe2/core/blob_serialization_gpu.cc
caffe2/core/blob_serializer_base.h
caffe2/core/blob_stats.cc
caffe2/core/blob_stats.h
caffe2/core/blob_test.cc
caffe2/core/common.cc
caffe2/core/common.h
caffe2/core/common_cudnn.cc
caffe2/core/common_cudnn.h
caffe2/core/common_gpu.cc
caffe2/core/common_gpu.h
caffe2/core/common_omp.h
caffe2/core/common_test.cc
caffe2/core/context.cc
caffe2/core/context.h
caffe2/core/context_base.cc
caffe2/core/context_base.h
caffe2/core/context_gpu.cu
caffe2/core/context_gpu.h
caffe2/core/context_gpu_test.cc
caffe2/core/context_test.cc
caffe2/core/cudnn_wrappers.h
caffe2/core/db.cc
caffe2/core/db.h
caffe2/core/distributions_stubs.h
caffe2/core/event.cc
caffe2/core/event.h
caffe2/core/event_cpu.h
caffe2/core/event_gpu.cc
caffe2/core/event_gpu_test.cc
caffe2/core/event_test.cc
caffe2/core/export_c10_op_to_caffe2.cc
caffe2/core/export_c10_op_to_caffe2.h
caffe2/core/export_caffe2_op_to_c10.h
caffe2/core/flags.h
caffe2/core/graph.cc
caffe2/core/graph.h
caffe2/core/graph_test.cc
caffe2/core/init.cc
caffe2/core/init.h
caffe2/core/init_denormals.cc
caffe2/core/init_intrinsics_check.cc
caffe2/core/init_omp.cc
caffe2/core/init_test.cc
caffe2/core/int8_serialization.cc
caffe2/core/logging.h
caffe2/core/macros.h
caffe2/core/macros.h.in
caffe2/core/memonger.cc
caffe2/core/memonger.h
caffe2/core/module.cc
caffe2/core/module.h
caffe2/core/module_test.cc
caffe2/core/net.cc
caffe2/core/net.h
caffe2/core/net_async_base.cc
caffe2/core/net_async_base.h
caffe2/core/net_async_scheduling.cc
caffe2/core/net_async_scheduling.h
caffe2/core/net_async_task.cc
caffe2/core/net_async_task.h
caffe2/core/net_async_task_future.cc
caffe2/core/net_async_task_future.h
caffe2/core/net_async_task_graph.cc
caffe2/core/net_async_task_graph.h
caffe2/core/net_async_tracing.cc
caffe2/core/net_async_tracing.h
caffe2/core/net_async_tracing_test.cc
caffe2/core/net_dag_utils.cc
caffe2/core/net_dag_utils.h
caffe2/core/net_dag_utils_test.cc
caffe2/core/net_gpu_test.cc
caffe2/core/net_parallel.cc
caffe2/core/net_parallel.h
caffe2/core/net_simple.cc
caffe2/core/net_simple.h
caffe2/core/net_simple_refcount.cc
caffe2/core/net_simple_refcount.h
caffe2/core/net_simple_refcount_test.cc
caffe2/core/net_test.cc
caffe2/core/numa.cc
caffe2/core/numa.h
caffe2/core/observer.h
caffe2/core/observer_test.cc
caffe2/core/operator.cc
caffe2/core/operator.h
caffe2/core/operator_gpu_test.cc
caffe2/core/operator_gradient.h
caffe2/core/operator_schema.cc
caffe2/core/operator_schema.h
caffe2/core/operator_schema_test.cc
caffe2/core/operator_test.cc
caffe2/core/parallel_net_test.cc
caffe2/core/plan_executor.cc
caffe2/core/plan_executor.h
caffe2/core/plan_executor_test.cc
caffe2/core/prof_dag_counters.cc
caffe2/core/prof_dag_counters.h
caffe2/core/qtensor.cc
caffe2/core/qtensor.h
caffe2/core/qtensor_serialization.cc
caffe2/core/qtensor_serialization.h
caffe2/core/scope_guard.h
caffe2/core/serialization_test.cc
caffe2/core/static_tracepoint.h
caffe2/core/static_tracepoint_elfx86.h
caffe2/core/stats.cc
caffe2/core/stats.h
caffe2/core/stats_test.cc
caffe2/core/storage.h
caffe2/core/tensor.cc
caffe2/core/tensor.h
caffe2/core/tensor_impl.h
caffe2/core/tensor_int8.cc
caffe2/core/tensor_int8.h
caffe2/core/test_utils.cc
caffe2/core/test_utils.h
caffe2/core/timer.h
caffe2/core/timer_test.cc
caffe2/core/transform.cc
caffe2/core/transform.h
caffe2/core/transform_test.cc
caffe2/core/types.cc
caffe2/core/types.h
caffe2/core/workspace.cc
caffe2/core/workspace.h
caffe2/core/workspace_test.cc
caffe2/core/hip/common_miopen.h
caffe2/core/hip/common_miopen.hip
caffe2/core/hip/miopen_wrapper.h
caffe2/core/nomnigraph/CMakeLists.txt
caffe2/core/nomnigraph/README.md
caffe2/core/nomnigraph/__init__.py
caffe2/core/nomnigraph/op_gen.py
caffe2/core/nomnigraph/ops.def
caffe2/core/nomnigraph/Representations/NeuralNet.cc
caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h
caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h
caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h
caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h
caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h
caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h
caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h
caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h
caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h
caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h
caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h
caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h
caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h
caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h
caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h
caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h
caffe2/core/nomnigraph/tests/AlgorithmsTest.cc
caffe2/core/nomnigraph/tests/BinaryMatchImplTest.cc
caffe2/core/nomnigraph/tests/GraphTest.cc
caffe2/core/nomnigraph/tests/MatchTest.cc
caffe2/core/nomnigraph/tests/NeuralNetTest.cc
caffe2/core/nomnigraph/tests/SubgraphMatcherTest.cc
caffe2/core/nomnigraph/tests/TarjansImplTest.cc
caffe2/core/nomnigraph/tests/TopoSortTest.cc
caffe2/core/nomnigraph/tests/test_util.cc
caffe2/core/nomnigraph/tests/test_util.h
caffe2/cuda_rtc/CMakeLists.txt
caffe2/cuda_rtc/common_rtc.h
caffe2/cuda_rtc/elemenntwise_rtc_gpu.cc
caffe2/cuda_rtc/pool_op_rtc_gpu.cc
caffe2/db/CMakeLists.txt
caffe2/db/create_db_op.cc
caffe2/db/create_db_op.h
caffe2/db/create_db_op_gpu.cc
caffe2/db/db_test.cc
caffe2/db/leveldb.cc
caffe2/db/lmdb.cc
caffe2/db/protodb.cc
caffe2/db/zmqdb.cc
caffe2/distributed/CMakeLists.txt
caffe2/distributed/__init__.py
caffe2/distributed/file_store_handler.cc
caffe2/distributed/file_store_handler.h
caffe2/distributed/file_store_handler_op.cc
caffe2/distributed/file_store_handler_op.h
caffe2/distributed/file_store_handler_op_gpu.cc
caffe2/distributed/file_store_handler_op_test.py
caffe2/distributed/py_export.cc
caffe2/distributed/python.pyi
caffe2/distributed/redis_store_handler.cc
caffe2/distributed/redis_store_handler.h
caffe2/distributed/redis_store_handler_op.cc
caffe2/distributed/redis_store_handler_op.h
caffe2/distributed/redis_store_handler_op_gpu.cc
caffe2/distributed/redis_store_handler_op_test.py
caffe2/distributed/store_handler.cc
caffe2/distributed/store_handler.h
caffe2/distributed/store_ops.cc
caffe2/distributed/store_ops.h
caffe2/distributed/store_ops_test_util.py
caffe2/experiments/__init__.py
caffe2/experiments/operators/fully_connected_op_decomposition.cc
caffe2/experiments/operators/fully_connected_op_decomposition.h
caffe2/experiments/operators/fully_connected_op_decomposition_gpu.cc
caffe2/experiments/operators/fully_connected_op_prune.cc
caffe2/experiments/operators/fully_connected_op_prune.h
caffe2/experiments/operators/fully_connected_op_sparse.cc
caffe2/experiments/operators/fully_connected_op_sparse.h
caffe2/experiments/operators/funhash_op.cc
caffe2/experiments/operators/funhash_op.h
caffe2/experiments/operators/sparse_funhash_op.cc
caffe2/experiments/operators/sparse_funhash_op.h
caffe2/experiments/operators/sparse_matrix_reshape_op.cc
caffe2/experiments/operators/sparse_matrix_reshape_op.h
caffe2/experiments/operators/tt_contraction_op.cc
caffe2/experiments/operators/tt_contraction_op.h
caffe2/experiments/operators/tt_contraction_op_gpu.cc
caffe2/experiments/operators/tt_pad_op.cc
caffe2/experiments/operators/tt_pad_op.h
caffe2/experiments/python/SparseTransformer.py
caffe2/experiments/python/__init__.py
caffe2/experiments/python/convnet_benchmarks.py
caffe2/experiments/python/device_reduce_sum_bench.py
caffe2/experiments/python/funhash_op_test.py
caffe2/experiments/python/net_construct_bench.py
caffe2/experiments/python/sparse_funhash_op_test.py
caffe2/experiments/python/sparse_reshape_op_test.py
caffe2/experiments/python/tt_contraction_op_test.py
caffe2/experiments/python/tt_pad_op_test.py
caffe2/ideep/CMakeLists.txt
caffe2/ideep/ideep_utils.h
caffe2/ideep/operators/adam_op.cc
caffe2/ideep/operators/channel_shuffle_op.cc
caffe2/ideep/operators/concat_split_op.cc
caffe2/ideep/operators/conv_op.cc
caffe2/ideep/operators/conv_pool_base_op.h
caffe2/ideep/operators/conv_transpose_op.cc
caffe2/ideep/operators/conv_transpose_unpool_base_op.h
caffe2/ideep/operators/dropout_op.cc
caffe2/ideep/operators/elementwise_sum_op.cc
caffe2/ideep/operators/expand_squeeze_dims_op.cc
caffe2/ideep/operators/fully_connected_op.cc
caffe2/ideep/operators/local_response_normalization_op.cc
caffe2/ideep/operators/momentum_sgd_op.cc
caffe2/ideep/operators/operator_fallback_ideep.cc
caffe2/ideep/operators/operator_fallback_ideep.h
caffe2/ideep/operators/order_switch_ops.cc
caffe2/ideep/operators/pool_op.cc
caffe2/ideep/operators/queue_ops.cc
caffe2/ideep/operators/relu_op.cc
caffe2/ideep/operators/reshape_op.cc
caffe2/ideep/operators/shape_op.cc
caffe2/ideep/operators/sigmoid_op.cc
caffe2/ideep/operators/spatial_batch_norm_op.cc
caffe2/ideep/operators/transpose_op.cc
caffe2/ideep/operators/utility_ops.cc
caffe2/ideep/operators/quantization/int8_add_op.cc
caffe2/ideep/operators/quantization/int8_conv_op.cc
caffe2/ideep/operators/quantization/int8_dequantize_op.cc
caffe2/ideep/operators/quantization/int8_fully_connected_op.cc
caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc
caffe2/ideep/operators/quantization/int8_pool_op.cc
caffe2/ideep/operators/quantization/int8_quantize_op.cc
caffe2/ideep/operators/quantization/int8_relu_op.cc
caffe2/ideep/utils/ideep_context.h
caffe2/ideep/utils/ideep_operator.h
caffe2/ideep/utils/ideep_register.cc
caffe2/image/CMakeLists.txt
caffe2/image/image_input_op.cc
caffe2/image/image_input_op.h
caffe2/image/image_input_op_gpu.cc
caffe2/image/transform_gpu.cu
caffe2/image/transform_gpu.h
caffe2/mobile/CMakeLists.txt
caffe2/mobile/contrib/CMakeLists.txt
caffe2/mobile/contrib/ios/CMakeLists.txt
caffe2/mobile/contrib/ios/ios_caffe.cc
caffe2/mobile/contrib/ios/ios_caffe.h
caffe2/mobile/contrib/ios/ios_caffe_defines.h
caffe2/mobile/contrib/ios/ios_caffe_predictor.cc
caffe2/mobile/contrib/ios/ios_caffe_predictor.h
caffe2/mobile/contrib/ios/pool_test.cc
caffe2/mobile/contrib/ios/resize_test.cc
caffe2/mobile/contrib/ios/mpscnn/CMakeLists.txt
caffe2/mobile/contrib/ios/mpscnn/MPSCNN.metal
caffe2/mobile/contrib/ios/mpscnn/mpscnn.h
caffe2/mobile/contrib/ios/mpscnn/mpscnn.mm
caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h
caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.mm
caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph.mm
caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h
caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.mm
caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h
caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h
caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.mm
caffe2/mobile/contrib/libopencl-stub/README.md
caffe2/mobile/contrib/libopencl-stub/include/libopencl.h
caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h
caffe2/mobile/contrib/libopencl-stub/include/CL/cl.hpp
caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h
caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h
caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h
caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h
caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h
caffe2/mobile/contrib/libopencl-stub/src/libopencl.c
caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h
caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h
caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h
caffe2/mobile/contrib/libvulkan-stub/src/libvulkan-stub.c
caffe2/mobile/contrib/nnapi/CMakeLists.txt
caffe2/mobile/contrib/nnapi/NeuralNetworks.h
caffe2/mobile/contrib/nnapi/dlnnapi.c
caffe2/mobile/contrib/nnapi/dlnnapi.h
caffe2/mobile/contrib/nnapi/nnapi.cc
caffe2/mobile/contrib/nnapi/nnapi.h
caffe2/mobile/contrib/nnapi/nnapi_benchmark.cc
caffe2/mobile/contrib/nnapi/nnapi_test.cc
caffe2/mobile/contrib/snpe/CMakeLists.txt
caffe2/mobile/contrib/snpe/README.md
caffe2/mobile/contrib/snpe/snpe_ffi.cc
caffe2/mobile/contrib/snpe/snpe_ffi.h
caffe2/mobile/contrib/snpe/snpe_globals.cc
caffe2/mobile/contrib/snpe/snpe_op.cc
caffe2/mobile/contrib/snpe/snpe_op_benchmark.cc
caffe2/mobile/contrib/ulp2/ulp.cc
caffe2/mobile/contrib/ulp2/ulp.h
caffe2/mobile/contrib/ulp2/ulp_neon.cc
caffe2/mobile/contrib/ulp2/ulp_neon.h
caffe2/mobile/contrib/ulp2/ulp_test.cc
caffe2/mpi/CMakeLists.txt
caffe2/mpi/mpi_common.cc
caffe2/mpi/mpi_common.h
caffe2/mpi/mpi_gpu_test.cc
caffe2/mpi/mpi_ops.cc
caffe2/mpi/mpi_ops.h
caffe2/mpi/mpi_ops_gpu.cc
caffe2/mpi/mpi_test.cc
caffe2/observers/CMakeLists.txt
caffe2/observers/README.md
caffe2/observers/operator_attaching_net_observer.h
caffe2/observers/profile_observer.cc
caffe2/observers/profile_observer.h
caffe2/observers/runcnt_observer.cc
caffe2/observers/runcnt_observer.h
caffe2/observers/time_observer.cc
caffe2/observers/time_observer.h
caffe2/observers/time_observer_test.cc
caffe2/onnx/CMakeLists.txt
caffe2/onnx/backend.cc
caffe2/onnx/backend.h
caffe2/onnx/backend_rep.cc
caffe2/onnx/backend_rep.h
caffe2/onnx/device.cc
caffe2/onnx/device.h
caffe2/onnx/helper.cc
caffe2/onnx/helper.h
caffe2/onnx/offline_tensor.cc
caffe2/onnx/offline_tensor.h
caffe2/onnx/onnx_exporter.cc
caffe2/onnx/onnx_exporter.h
caffe2/onnx/onnxifi_graph_info.cc
caffe2/onnx/onnxifi_graph_info.h
caffe2/onnx/onnxifi_init.cc
caffe2/onnx/onnxifi_init.h
caffe2/onnx/ssa_test.cc
caffe2/onnx/torch_ops/CMakeLists.txt
caffe2/onnx/torch_ops/constants.h
caffe2/onnx/torch_ops/defs.cc
caffe2/onnx/torch_ops/operator_sets.h
caffe2/onnx/torch_ops/schema.cc
caffe2/onnx/torch_ops/schema.h
caffe2/operators/CMakeLists.txt
caffe2/operators/abs_op.cc
caffe2/operators/abs_op.cu
caffe2/operators/abs_op.h
caffe2/operators/accumulate_op.cc
caffe2/operators/accumulate_op.cu
caffe2/operators/accumulate_op.h
caffe2/operators/accuracy_op.cc
caffe2/operators/accuracy_op.cu
caffe2/operators/accuracy_op.h
caffe2/operators/acos_op.cc
caffe2/operators/acos_op.cu
caffe2/operators/acos_op.h
caffe2/operators/activation_ops_cudnn.h
caffe2/operators/affine_channel_op.cc
caffe2/operators/affine_channel_op.cu
caffe2/operators/affine_channel_op.h
caffe2/operators/alias_with_name.cc
caffe2/operators/alias_with_name.cu
caffe2/operators/alias_with_name.h
caffe2/operators/apmeter_op.cc
caffe2/operators/apmeter_op.h
caffe2/operators/arg_ops.cc
caffe2/operators/arg_ops.cu
caffe2/operators/arg_ops.h
caffe2/operators/asin_op.cc
caffe2/operators/asin_op.cu
caffe2/operators/asin_op.h
caffe2/operators/assert_op.cc
caffe2/operators/assert_op.cu
caffe2/operators/assert_op.h
caffe2/operators/async_net_barrier_op.cc
caffe2/operators/async_net_barrier_op.cu
caffe2/operators/async_net_barrier_op.h
caffe2/operators/atan_op.cc
caffe2/operators/atan_op.cu
caffe2/operators/atan_op.h
caffe2/operators/atomic_ops.cc
caffe2/operators/batch_box_cox_op.cc
caffe2/operators/batch_box_cox_op.h
caffe2/operators/batch_bucketize_op.cc
caffe2/operators/batch_bucketize_op.h
caffe2/operators/batch_gather_ops.cc
caffe2/operators/batch_gather_ops.cu
caffe2/operators/batch_gather_ops.h
caffe2/operators/batch_matmul_op.cc
caffe2/operators/batch_matmul_op.cu
caffe2/operators/batch_matmul_op.h
caffe2/operators/batch_matmul_op_gpu_test.cc
caffe2/operators/batch_matmul_op_test.cc
caffe2/operators/batch_moments_op.cc
caffe2/operators/batch_moments_op.cu
caffe2/operators/batch_moments_op.h
caffe2/operators/batch_permutation_op.cc
caffe2/operators/batch_permutation_op.cu
caffe2/operators/batch_permutation_op.h
caffe2/operators/batch_permutation_op_gpu_test.cc
caffe2/operators/batch_sparse_to_dense_op.cc
caffe2/operators/batch_sparse_to_dense_op.cu
caffe2/operators/batch_sparse_to_dense_op.h
caffe2/operators/bbox_transform_op.cc
caffe2/operators/bbox_transform_op.h
caffe2/operators/bisect_percentile_op.cc
caffe2/operators/bisect_percentile_op.h
caffe2/operators/boolean_mask_ops.cc
caffe2/operators/boolean_mask_ops.cu
caffe2/operators/boolean_mask_ops.h
caffe2/operators/boolean_unmask_ops.cc
caffe2/operators/boolean_unmask_ops.cu
caffe2/operators/boolean_unmask_ops.h
caffe2/operators/boolean_unmask_ops_test.cc
caffe2/operators/box_with_nms_limit_op.cc
caffe2/operators/box_with_nms_limit_op.h
caffe2/operators/bucketize_op.cc
caffe2/operators/bucketize_op.cu
caffe2/operators/bucketize_op.h
caffe2/operators/byte_weight_dequant_op.cc
caffe2/operators/byte_weight_dequant_op.h
caffe2/operators/cast_op.cc
caffe2/operators/cast_op.cu
caffe2/operators/cast_op.h
caffe2/operators/cbrt_op.cc
caffe2/operators/cbrt_op.cu
caffe2/operators/cbrt_op.h
caffe2/operators/cc_bmm_bg_op.cc
caffe2/operators/cc_bmm_bg_op.h
caffe2/operators/ceil_op.cc
caffe2/operators/ceil_op.cu
caffe2/operators/ceil_op.h
caffe2/operators/channel_backprop_stats_op.cc
caffe2/operators/channel_backprop_stats_op.cu
caffe2/operators/channel_backprop_stats_op.h
caffe2/operators/channel_shuffle_op.cc
caffe2/operators/channel_shuffle_op.cu
caffe2/operators/channel_shuffle_op.h
caffe2/operators/channel_stats_op.cc
caffe2/operators/channel_stats_op.cu
caffe2/operators/channel_stats_op.h
caffe2/operators/channelwise_conv3d_op_cudnn.cu
caffe2/operators/clip_op.cc
caffe2/operators/clip_op.cu
caffe2/operators/clip_op.h
caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.cc
caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h
caffe2/operators/communicator_op.cc
caffe2/operators/communicator_op_gpu.cc
caffe2/operators/concat_split_op.cc
caffe2/operators/concat_split_op.h
caffe2/operators/concat_split_op_gpu.cc
caffe2/operators/conditional_op.cc
caffe2/operators/conditional_op.h
caffe2/operators/conv_gradient_op.cc
caffe2/operators/conv_op.cc
caffe2/operators/conv_op.h
caffe2/operators/conv_op_cache_cudnn.cc
caffe2/operators/conv_op_cache_cudnn.h
caffe2/operators/conv_op_cache_cudnn_test.cc
caffe2/operators/conv_op_cudnn.cc
caffe2/operators/conv_op_eigen.cc
caffe2/operators/conv_op_gpu.cc
caffe2/operators/conv_op_impl.h
caffe2/operators/conv_op_shared.cc
caffe2/operators/conv_op_shared.h
caffe2/operators/conv_op_shared_gpu.cc
caffe2/operators/conv_pool_op_base.h
caffe2/operators/conv_transpose_gradient_op.cc
caffe2/operators/conv_transpose_op.cc
caffe2/operators/conv_transpose_op.h
caffe2/operators/conv_transpose_op_cudnn.cc
caffe2/operators/conv_transpose_op_gpu.cc
caffe2/operators/conv_transpose_op_impl.h
caffe2/operators/conv_transpose_op_mobile.cc
caffe2/operators/conv_transpose_op_mobile.h
caffe2/operators/conv_transpose_op_mobile_impl.h
caffe2/operators/conv_transpose_op_mobile_test.cc
caffe2/operators/conv_transpose_unpool_op_base.h
caffe2/operators/copy_op.cc
caffe2/operators/copy_op.cu
caffe2/operators/copy_op.h
caffe2/operators/copy_rows_to_tensor_op.cc
caffe2/operators/copy_rows_to_tensor_op.h
caffe2/operators/cos_op.cc
caffe2/operators/cos_op.cu
caffe2/operators/cos_op.h
caffe2/operators/cosh_op.cc
caffe2/operators/cosh_op.cu
caffe2/operators/cosh_op.h
caffe2/operators/cosine_embedding_criterion_op.cc
caffe2/operators/cosine_embedding_criterion_op.cu
caffe2/operators/cosine_embedding_criterion_op.h
caffe2/operators/counter_ops.cc
caffe2/operators/counter_ops.h
caffe2/operators/counter_ops_gpu.cc
caffe2/operators/crash_op.cc
caffe2/operators/create_scope_op.cc
caffe2/operators/create_scope_op.h
caffe2/operators/crf_viterbi_op.cc
caffe2/operators/cross_entropy_op.cc
caffe2/operators/cross_entropy_op.cu
caffe2/operators/cross_entropy_op.h
caffe2/operators/ctc_beam_search_decoder_op.cc
caffe2/operators/ctc_beam_search_decoder_op.h
caffe2/operators/ctc_greedy_decoder_op.cc
caffe2/operators/ctc_greedy_decoder_op.h
caffe2/operators/cube_op.cc
caffe2/operators/cube_op.cu
caffe2/operators/cube_op.h
caffe2/operators/data_couple.cc
caffe2/operators/data_couple.h
caffe2/operators/data_couple_gpu.cu
caffe2/operators/dataset_ops.cc
caffe2/operators/dataset_ops.h
caffe2/operators/deform_conv_gradient_op.cc
caffe2/operators/deform_conv_op.cc
caffe2/operators/deform_conv_op.cu
caffe2/operators/deform_conv_op.h
caffe2/operators/deform_conv_op_impl.h
caffe2/operators/dense_vector_to_id_list_op.cc
caffe2/operators/dense_vector_to_id_list_op.h
caffe2/operators/depthwise_3x3_conv_op_cudnn.cu
caffe2/operators/distance_op.cc
caffe2/operators/distance_op.cu
caffe2/operators/distance_op.h
caffe2/operators/do_op.cc
caffe2/operators/do_op.h
caffe2/operators/do_op_gpu.cc
caffe2/operators/dropout_op.cc
caffe2/operators/dropout_op.cu
caffe2/operators/dropout_op.h
caffe2/operators/dropout_op_cudnn.cc
caffe2/operators/elementwise_add_gradient_op.cc
caffe2/operators/elementwise_add_op.cc
caffe2/operators/elementwise_add_op.h
caffe2/operators/elementwise_add_op_gpu.cc
caffe2/operators/elementwise_div_gradient_op.cc
caffe2/operators/elementwise_div_op.cc
caffe2/operators/elementwise_div_op.cu
caffe2/operators/elementwise_div_op.h
caffe2/operators/elementwise_linear_op.cc
caffe2/operators/elementwise_linear_op.cu
caffe2/operators/elementwise_linear_op.h
caffe2/operators/elementwise_logical_ops.cc
caffe2/operators/elementwise_logical_ops.h
caffe2/operators/elementwise_mul_gradient_op.cc
caffe2/operators/elementwise_mul_op.cc
caffe2/operators/elementwise_mul_op.cu
caffe2/operators/elementwise_mul_op.h
caffe2/operators/elementwise_op_gpu_test.cc
caffe2/operators/elementwise_op_test.cc
caffe2/operators/elementwise_op_test.h
caffe2/operators/elementwise_ops.cc
caffe2/operators/elementwise_ops.cu
caffe2/operators/elementwise_ops.h
caffe2/operators/elementwise_ops_schema.cc
caffe2/operators/elementwise_ops_utils.cc
caffe2/operators/elementwise_ops_utils.h
caffe2/operators/elementwise_sub_gradient_op.cc
caffe2/operators/elementwise_sub_op.cc
caffe2/operators/elementwise_sub_op.h
caffe2/operators/elementwise_sub_op_gpu.cc
caffe2/operators/elementwise_sum_op.cc
caffe2/operators/elu_op.cc
caffe2/operators/elu_op.cu
caffe2/operators/elu_op.h
caffe2/operators/elu_op_cudnn.cc
caffe2/operators/enforce_finite_op.cc
caffe2/operators/enforce_finite_op.cu
caffe2/operators/enforce_finite_op.h
caffe2/operators/ensure_clipped_op.cc
caffe2/operators/ensure_clipped_op.h
caffe2/operators/ensure_cpu_output_op.cc
caffe2/operators/ensure_cpu_output_op.cu
caffe2/operators/ensure_cpu_output_op.h
caffe2/operators/erf_op.cc
caffe2/operators/erf_op.cu
caffe2/operators/erf_op.h
caffe2/operators/exp_op.cc
caffe2/operators/exp_op.h
caffe2/operators/exp_op_gpu.cc
caffe2/operators/expand_op.cc
caffe2/operators/expand_op.h
caffe2/operators/expand_op_gpu.cc
caffe2/operators/expand_squeeze_dims_op.cc
caffe2/operators/expand_squeeze_dims_op.h
caffe2/operators/expand_squeeze_dims_op_gpu.cc
caffe2/operators/fc_inference.cc
caffe2/operators/fc_inference.h
caffe2/operators/feature_maps_ops.cc
caffe2/operators/feature_maps_ops.h
caffe2/operators/feed_blob_op.cc
caffe2/operators/feed_blob_op.h
caffe2/operators/filler_op.cc
caffe2/operators/filler_op.cu
caffe2/operators/filler_op.h
caffe2/operators/find_duplicate_elements_op.cc
caffe2/operators/find_duplicate_elements_op.h
caffe2/operators/find_op.cc
caffe2/operators/find_op.cu
caffe2/operators/find_op.h
caffe2/operators/flatten_op.cc
caffe2/operators/flatten_op.h
caffe2/operators/flexible_top_k.cc
caffe2/operators/flexible_top_k.h
caffe2/operators/floor_op.cc
caffe2/operators/floor_op.cu
caffe2/operators/floor_op.h
caffe2/operators/free_op.cc
caffe2/operators/free_op.h
caffe2/operators/free_op_gpu.cc
caffe2/operators/fully_connected_op.cc
caffe2/operators/fully_connected_op.h
caffe2/operators/fully_connected_op_gpu.cc
caffe2/operators/fused_rowwise_8bit_conversion_ops.cc
caffe2/operators/fused_rowwise_8bit_conversion_ops.h
caffe2/operators/fused_rowwise_nbit_conversion_ops.cc
caffe2/operators/fused_rowwise_nbit_conversion_ops.h
caffe2/operators/fused_rowwise_nbitfake_conversion_ops.cc
caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h
caffe2/operators/fused_rowwise_random_quantization_ops.cc
caffe2/operators/fused_rowwise_random_quantization_ops.h
caffe2/operators/gather_fused_8bit_rowwise_op.cc
caffe2/operators/gather_fused_8bit_rowwise_op.h
caffe2/operators/gather_op.cc
caffe2/operators/gather_op.cu
caffe2/operators/gather_op.cuh
caffe2/operators/gather_op.h
caffe2/operators/gather_ranges_to_dense_op.cc
caffe2/operators/gather_ranges_to_dense_op.h
caffe2/operators/gelu_op.cc
caffe2/operators/gelu_op.cu
caffe2/operators/gelu_op.h
caffe2/operators/generate_proposals_op.cc
caffe2/operators/generate_proposals_op.cu
caffe2/operators/generate_proposals_op.h
caffe2/operators/generate_proposals_op_gpu_test.cc
caffe2/operators/generate_proposals_op_test.cc
caffe2/operators/generate_proposals_op_util_boxes.h
caffe2/operators/generate_proposals_op_util_boxes_test.cc
caffe2/operators/generate_proposals_op_util_nms.h
caffe2/operators/generate_proposals_op_util_nms_gpu.cu
caffe2/operators/generate_proposals_op_util_nms_gpu.h
caffe2/operators/generate_proposals_op_util_nms_gpu_test.cc
caffe2/operators/generate_proposals_op_util_nms_test.cc
caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cc
caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu
caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h
caffe2/operators/given_tensor_fill_op.cc
caffe2/operators/given_tensor_fill_op.cu
caffe2/operators/given_tensor_fill_op.h
caffe2/operators/glu_op.cc
caffe2/operators/glu_op.cu
caffe2/operators/glu_op.h
caffe2/operators/group_norm_op.cc
caffe2/operators/group_norm_op.cu
caffe2/operators/group_norm_op.h
caffe2/operators/gru_unit_op.cc
caffe2/operators/gru_unit_op.h
caffe2/operators/gru_unit_op_gpu.cu
caffe2/operators/h_softmax_op.cc
caffe2/operators/h_softmax_op.h
caffe2/operators/half_float_ops.cc
caffe2/operators/half_float_ops.cu
caffe2/operators/half_float_ops.h
caffe2/operators/half_float_ops_test.cc
caffe2/operators/hard_sigmoid_op.cc
caffe2/operators/hard_sigmoid_op.cu
caffe2/operators/hard_sigmoid_op.h
caffe2/operators/heatmap_max_keypoint_op.cc
caffe2/operators/heatmap_max_keypoint_op.h
caffe2/operators/histogram_op.cc
caffe2/operators/histogram_op.h
caffe2/operators/if_op.cc
caffe2/operators/if_op.h
caffe2/operators/if_op_gpu.cc
caffe2/operators/im2col_op.cc
caffe2/operators/im2col_op.h
caffe2/operators/im2col_op_gpu.cc
caffe2/operators/index_hash_ops.cc
caffe2/operators/index_hash_ops.h
caffe2/operators/index_ops.cc
caffe2/operators/index_ops.h
caffe2/operators/inference_lstm_op.cc
caffe2/operators/inference_lstm_op.h
caffe2/operators/instance_norm_gradient_op.cc
caffe2/operators/instance_norm_op.cc
caffe2/operators/instance_norm_op.cu
caffe2/operators/instance_norm_op.h
caffe2/operators/integral_image_op.cc
caffe2/operators/integral_image_op.cu
caffe2/operators/integral_image_op.h
caffe2/operators/is_empty_op.cc
caffe2/operators/is_empty_op.h
caffe2/operators/jsd_op.cc
caffe2/operators/jsd_op.h
caffe2/operators/key_split_ops.cc
caffe2/operators/key_split_ops.h
caffe2/operators/last_n_window_collector.cc
caffe2/operators/layer_norm_op.cc
caffe2/operators/layer_norm_op.cu
caffe2/operators/layer_norm_op.h
caffe2/operators/leaky_relu_op.cc
caffe2/operators/leaky_relu_op.cu
caffe2/operators/leaky_relu_op.h
caffe2/operators/length_split_op.cc
caffe2/operators/length_split_op.h
caffe2/operators/lengths_pad_op.cc
caffe2/operators/lengths_pad_op.cu
caffe2/operators/lengths_pad_op.h
caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.cc
caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h
caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.cc
caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h
caffe2/operators/lengths_reducer_ops.cc
caffe2/operators/lengths_reducer_ops.h
caffe2/operators/lengths_reducer_rowwise_8bit_ops.cc
caffe2/operators/lengths_reducer_rowwise_8bit_ops.h
caffe2/operators/lengths_tile_op.cc
caffe2/operators/lengths_tile_op.cu
caffe2/operators/lengths_tile_op.h
caffe2/operators/lengths_top_k_op.cc
caffe2/operators/lengths_top_k_op.h
caffe2/operators/listwise_l2r_op.cc
caffe2/operators/listwise_l2r_op.h
caffe2/operators/load_save_op.cc
caffe2/operators/load_save_op.h
caffe2/operators/load_save_op_gpu.cc
caffe2/operators/load_save_op_util.cc
caffe2/operators/load_save_op_util.h
caffe2/operators/local_response_normalization_op.cc
caffe2/operators/local_response_normalization_op.cu
caffe2/operators/local_response_normalization_op.h
caffe2/operators/local_response_normalization_op_cudnn.cc
caffe2/operators/locally_connected_op.cc
caffe2/operators/locally_connected_op.h
caffe2/operators/locally_connected_op_gpu.cc
caffe2/operators/locally_connected_op_impl.h
caffe2/operators/locally_connected_op_util.cc
caffe2/operators/locally_connected_op_util.h
caffe2/operators/log1p_op.cc
caffe2/operators/log1p_op.cu
caffe2/operators/log1p_op.h
caffe2/operators/log_op.cc
caffe2/operators/log_op.h
caffe2/operators/log_op_gpu.cc
caffe2/operators/logit_op.cc
caffe2/operators/logit_op.cu
caffe2/operators/logit_op.h
caffe2/operators/loss_op.cc
caffe2/operators/loss_op.cu
caffe2/operators/loss_op.h
caffe2/operators/lp_pool_op.cc
caffe2/operators/lp_pool_op.cu
caffe2/operators/lpnorm_op.cc
caffe2/operators/lpnorm_op.cu
caffe2/operators/lpnorm_op.h
caffe2/operators/lstm_unit_op.cc
caffe2/operators/lstm_unit_op.h
caffe2/operators/lstm_unit_op_gpu.cu
caffe2/operators/lstm_utils.h
caffe2/operators/map_ops.cc
caffe2/operators/map_ops.h
caffe2/operators/margin_ranking_criterion_op.cc
caffe2/operators/margin_ranking_criterion_op.cu
caffe2/operators/margin_ranking_criterion_op.h
caffe2/operators/matmul_op.cc
caffe2/operators/matmul_op.h
caffe2/operators/matmul_op_gpu.cc
caffe2/operators/max_pool_with_index.cu
caffe2/operators/max_pool_with_index_gpu.h
caffe2/operators/mean_op.cc
caffe2/operators/mean_op.cu
caffe2/operators/mean_op.h
caffe2/operators/mem_query_op.cu
caffe2/operators/merge_id_lists_op.cc
caffe2/operators/merge_id_lists_op.h
caffe2/operators/minmax_gradient_ops.cc
caffe2/operators/minmax_ops.cc
caffe2/operators/minmax_ops.cu
caffe2/operators/minmax_ops.h
caffe2/operators/mish_op.cc
caffe2/operators/mish_op.h
caffe2/operators/mod_op.cc
caffe2/operators/mod_op.cu
caffe2/operators/mod_op.h
caffe2/operators/moments_op.cc
caffe2/operators/moments_op.cu
caffe2/operators/moments_op.h
caffe2/operators/multi_class_accuracy_op.cc
caffe2/operators/multi_class_accuracy_op.cu
caffe2/operators/multi_class_accuracy_op.h
caffe2/operators/negate_gradient_op.cc
caffe2/operators/negate_gradient_op.h
caffe2/operators/negate_gradient_op_gpu.cc
caffe2/operators/negative_op.cc
caffe2/operators/negative_op.h
caffe2/operators/negative_op_gpu.cc
caffe2/operators/ngram_ops.cc
caffe2/operators/ngram_ops.h
caffe2/operators/no_default_engine_op.h
caffe2/operators/norm_planar_yuv_op.cc
caffe2/operators/normalize_l1_op.cc
caffe2/operators/normalize_l1_op.h
caffe2/operators/normalize_op.cc
caffe2/operators/normalize_op.h
caffe2/operators/normalize_ops.cu
caffe2/operators/numpy_tile_op.cc
caffe2/operators/numpy_tile_op.h
caffe2/operators/one_hot_ops.cc
caffe2/operators/one_hot_ops.cu
caffe2/operators/one_hot_ops.h
caffe2/operators/onnx_while_op.cc
caffe2/operators/onnx_while_op.h
caffe2/operators/op_utils_cudnn.h
caffe2/operators/operator_fallback_gpu.h
caffe2/operators/operator_fallback_gpu_test.cc
caffe2/operators/order_switch_ops.cc
caffe2/operators/order_switch_ops.h
caffe2/operators/order_switch_ops_cudnn.cc
caffe2/operators/order_switch_ops_gpu.cc
caffe2/operators/pack_rnn_sequence_op.cc
caffe2/operators/pack_rnn_sequence_op.h
caffe2/operators/pack_segments.cc
caffe2/operators/pack_segments.cu
caffe2/operators/pack_segments.h
caffe2/operators/pad_op.cc
caffe2/operators/pad_op.h
caffe2/operators/pad_op_gpu.cu
caffe2/operators/partition_ops.cc
caffe2/operators/partition_ops.h
caffe2/operators/percentile_op.cc
caffe2/operators/percentile_op.h
caffe2/operators/perplexity_op.cc
caffe2/operators/perplexity_op.cu
caffe2/operators/perplexity_op.h
caffe2/operators/piecewise_linear_transform_op.cc
caffe2/operators/piecewise_linear_transform_op.cu
caffe2/operators/piecewise_linear_transform_op.h
caffe2/operators/pool_gradient_op.cc
caffe2/operators/pool_op.cc
caffe2/operators/pool_op.cu
caffe2/operators/pool_op.h
caffe2/operators/pool_op_cudnn.cc
caffe2/operators/pool_op_util.cc
caffe2/operators/pool_op_util.h
caffe2/operators/pow_op.cc
caffe2/operators/pow_op.cu
caffe2/operators/pow_op.h
caffe2/operators/prefetch_op.h
caffe2/operators/prelu_op.cc
caffe2/operators/prelu_op.cu
caffe2/operators/prelu_op.h
caffe2/operators/prepend_dim_op.cc
caffe2/operators/prepend_dim_op.h
caffe2/operators/prepend_dim_op_gpu.cc
caffe2/operators/quant_decode_op.cc
caffe2/operators/quant_decode_op.h
caffe2/operators/quantile_op.cc
caffe2/operators/quantile_op.h
caffe2/operators/rank_loss_op.cc
caffe2/operators/rank_loss_op.h
caffe2/operators/reciprocal_gradient_op.cc
caffe2/operators/reciprocal_op.cc
caffe2/operators/reciprocal_op.cu
caffe2/operators/reciprocal_op.h
caffe2/operators/reduce_front_back_max_ops.cc
caffe2/operators/reduce_front_back_max_ops.cu
caffe2/operators/reduce_front_back_max_ops.h
caffe2/operators/reduce_front_back_mean_ops.cc
caffe2/operators/reduce_front_back_sum_mean_ops.cu
caffe2/operators/reduce_front_back_sum_mean_ops.h
caffe2/operators/reduce_front_back_sum_ops.cc
caffe2/operators/reduce_ops.cc
caffe2/operators/reduce_ops.cu
caffe2/operators/reduce_ops.h
caffe2/operators/reducer_functors.h
caffe2/operators/reduction_ops.cc
caffe2/operators/reduction_ops.cu
caffe2/operators/reduction_ops.h
caffe2/operators/relu_n_op.cc
caffe2/operators/relu_n_op.cu
caffe2/operators/relu_n_op.h
caffe2/operators/relu_op.cc
caffe2/operators/relu_op.cu
caffe2/operators/relu_op.h
caffe2/operators/remove_data_blocks_op.cc
caffe2/operators/remove_data_blocks_op.h
caffe2/operators/replace_nan_op.cc
caffe2/operators/replace_nan_op.cu
caffe2/operators/replace_nan_op.h
caffe2/operators/reservoir_sampling.cc
caffe2/operators/reshape_op.cc
caffe2/operators/reshape_op.h
caffe2/operators/reshape_op_gpu.cc
caffe2/operators/reshape_op_gpu_test.cc
caffe2/operators/resize_3d_op.cc
caffe2/operators/resize_3d_op.cu
caffe2/operators/resize_3d_op.h
caffe2/operators/resize_op.cc
caffe2/operators/resize_op.cu
caffe2/operators/resize_op.h
caffe2/operators/reverse_packed_segs_op.cc
caffe2/operators/reverse_packed_segs_op.cu
caffe2/operators/reverse_packed_segs_op.h
caffe2/operators/rmac_regions_op.cc
caffe2/operators/rmac_regions_op.cu
caffe2/operators/rmac_regions_op.h
caffe2/operators/rms_norm_op.cc
caffe2/operators/rms_norm_op.cu
caffe2/operators/rms_norm_op.h
caffe2/operators/roi_align_gradient_op.cc
caffe2/operators/roi_align_gradient_op.cu
caffe2/operators/roi_align_gradient_op.h
caffe2/operators/roi_align_op.cc
caffe2/operators/roi_align_op.cu
caffe2/operators/roi_align_op.h
caffe2/operators/roi_align_op_gpu_test.cc
caffe2/operators/roi_align_rotated_gradient_op.cc
caffe2/operators/roi_align_rotated_gradient_op.cu
caffe2/operators/roi_align_rotated_gradient_op.h
caffe2/operators/roi_align_rotated_op.cc
caffe2/operators/roi_align_rotated_op.cu
caffe2/operators/roi_align_rotated_op.h
caffe2/operators/roi_pool_op.cc
caffe2/operators/roi_pool_op.cu
caffe2/operators/roi_pool_op.h
caffe2/operators/rowmul_op.cc
caffe2/operators/rowmul_op.h
caffe2/operators/rsqrt_op.cc
caffe2/operators/rsqrt_op.cu
caffe2/operators/rsqrt_op.h
caffe2/operators/scale_blobs_op.cc
caffe2/operators/scale_blobs_op.cu
caffe2/operators/scale_blobs_op.h
caffe2/operators/scale_op.cc
caffe2/operators/scale_op.h
caffe2/operators/scale_op_gpu.cc
caffe2/operators/segment_reduction_op.cc
caffe2/operators/segment_reduction_op.h
caffe2/operators/segment_reduction_op_gpu.cu
caffe2/operators/segment_reduction_op_gpu.cuh
caffe2/operators/self_binning_histogram_op.cc
caffe2/operators/self_binning_histogram_op.h
caffe2/operators/selu_op.cc
caffe2/operators/selu_op.cu
caffe2/operators/selu_op.h
caffe2/operators/sequence_ops.cc
caffe2/operators/sequence_ops.cu
caffe2/operators/sequence_ops.h
caffe2/operators/shape_op.cc
caffe2/operators/shape_op.h
caffe2/operators/shape_op_gpu.cc
caffe2/operators/sigmoid_gradient_op.cc
caffe2/operators/sigmoid_op.cc
caffe2/operators/sigmoid_op.cu
caffe2/operators/sigmoid_op.h
caffe2/operators/sigmoid_op_cudnn.cc
caffe2/operators/sin_op.cc
caffe2/operators/sin_op.cu
caffe2/operators/sin_op.h
caffe2/operators/sinh_op.cc
caffe2/operators/sinh_op.cu
caffe2/operators/sinh_op.h
caffe2/operators/sinusoid_position_encoding_op.cc
caffe2/operators/sinusoid_position_encoding_op.h
caffe2/operators/slice_op.cc
caffe2/operators/slice_op.cu
caffe2/operators/slice_op.h
caffe2/operators/softmax_op.cc
caffe2/operators/softmax_op.h
caffe2/operators/softmax_op_cudnn.cc
caffe2/operators/softmax_ops.cu
caffe2/operators/softmax_utils.cc
caffe2/operators/softmax_utils.h
caffe2/operators/softmax_with_loss_op.cc
caffe2/operators/softmax_with_loss_op.h
caffe2/operators/softplus_op.cc
caffe2/operators/softplus_op.cu
caffe2/operators/softplus_op.h
caffe2/operators/softsign_op.cc
caffe2/operators/softsign_op.cu
caffe2/operators/softsign_op.h
caffe2/operators/space_batch_op.cc
caffe2/operators/space_batch_op.h
caffe2/operators/space_batch_op_gpu.cu
caffe2/operators/sparse_dropout_with_replacement_op.cc
caffe2/operators/sparse_dropout_with_replacement_op.h
caffe2/operators/sparse_itemwise_dropout_with_replacement_op.cc
caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h
caffe2/operators/sparse_lp_regularizer_op.cc
caffe2/operators/sparse_lp_regularizer_op.h
caffe2/operators/sparse_lp_regularizer_op_gpu.cu
caffe2/operators/sparse_normalize_op.cc
caffe2/operators/sparse_normalize_op.h
caffe2/operators/sparse_normalize_op_gpu.cu
caffe2/operators/sparse_to_dense_mask_op.cc
caffe2/operators/sparse_to_dense_mask_op.h
caffe2/operators/sparse_to_dense_op.cc
caffe2/operators/sparse_to_dense_op.cu
caffe2/operators/sparse_to_dense_op.h
caffe2/operators/spatial_batch_norm_gradient_op.cc
caffe2/operators/spatial_batch_norm_op.cc
caffe2/operators/spatial_batch_norm_op.cu
caffe2/operators/spatial_batch_norm_op.h
caffe2/operators/spatial_batch_norm_op_cudnn.cu
caffe2/operators/spatial_batch_norm_op_impl.cuh
caffe2/operators/spatial_softmax_with_loss_op.cc
caffe2/operators/spatial_softmax_with_loss_op.h
caffe2/operators/sqr_op.cc
caffe2/operators/sqr_op.h
caffe2/operators/sqr_op_gpu.cc
caffe2/operators/sqrt_op.cc
caffe2/operators/sqrt_op.h
caffe2/operators/sqrt_op_gpu.cc
caffe2/operators/square_root_divide_op.cc
caffe2/operators/square_root_divide_op.h
caffe2/operators/stats_ops.cc
caffe2/operators/stats_put_ops.cc
caffe2/operators/stats_put_ops.h
caffe2/operators/stop_gradient.cc
caffe2/operators/stop_gradient.h
caffe2/operators/stop_gradient_gpu.cc
caffe2/operators/string_ops.cc
caffe2/operators/string_ops.h
caffe2/operators/string_ops_test.cc
caffe2/operators/stump_func_op.cc
caffe2/operators/stump_func_op.cu
caffe2/operators/stump_func_op.h
caffe2/operators/stylizer_ops.cc
caffe2/operators/summarize_op.cc
caffe2/operators/summarize_op.cu
caffe2/operators/summarize_op.h
caffe2/operators/swish_op.cc
caffe2/operators/swish_op.cu
caffe2/operators/swish_op.h
caffe2/operators/tan_op.cc
caffe2/operators/tan_op.cu
caffe2/operators/tan_op.h
caffe2/operators/tanh_gradient_op.cc
caffe2/operators/tanh_op.cc
caffe2/operators/tanh_op.cu
caffe2/operators/tanh_op.h
caffe2/operators/tanh_op_cudnn.cc
caffe2/operators/tensor_protos_db_input.cc
caffe2/operators/tensor_protos_db_input.h
caffe2/operators/tensor_protos_db_input_gpu.cc
caffe2/operators/text_file_reader.cc
caffe2/operators/text_file_reader_utils.cc
caffe2/operators/text_file_reader_utils.h
caffe2/operators/text_file_reader_utils_test.cc
caffe2/operators/thresholded_relu_op.cc
caffe2/operators/thresholded_relu_op.cu
caffe2/operators/thresholded_relu_op.h
caffe2/operators/tile_op.cc
caffe2/operators/tile_op.cu
caffe2/operators/tile_op.h
caffe2/operators/top_k.cc
caffe2/operators/top_k.cu
caffe2/operators/top_k.h
caffe2/operators/top_k_heap_selection.cuh
caffe2/operators/top_k_radix_selection.cuh
caffe2/operators/transpose_op.cc
caffe2/operators/transpose_op.cu
caffe2/operators/transpose_op.h
caffe2/operators/transpose_op_cudnn.cc
caffe2/operators/tt_linear_op.cc
caffe2/operators/tt_linear_op.h
caffe2/operators/unique_ops.cc
caffe2/operators/unique_ops.cu
caffe2/operators/unique_ops.h
caffe2/operators/unsafe_coalesce.cc
caffe2/operators/unsafe_coalesce.cu
caffe2/operators/unsafe_coalesce.h
caffe2/operators/upsample_op.cc
caffe2/operators/upsample_op.cu
caffe2/operators/upsample_op.h
caffe2/operators/utility_ops.cc
caffe2/operators/utility_ops.cu
caffe2/operators/utility_ops.h
caffe2/operators/utility_ops_gpu_test.cc
caffe2/operators/utility_ops_test.cc
caffe2/operators/variable_length_sequence_padding.cc
caffe2/operators/variable_length_sequence_padding.h
caffe2/operators/weighted_multi_sampling_op.cc
caffe2/operators/weighted_multi_sampling_op.h
caffe2/operators/weighted_sample_op.cc
caffe2/operators/weighted_sample_op.cu
caffe2/operators/weighted_sample_op.h
caffe2/operators/while_op.cc
caffe2/operators/while_op.h
caffe2/operators/while_op_gpu.cc
caffe2/operators/workspace_ops.cc
caffe2/operators/zero_gradient_op.cc
caffe2/operators/zero_gradient_op.h
caffe2/operators/zero_gradient_op_gpu.cc
caffe2/operators/hip/activation_ops_miopen.h
caffe2/operators/hip/conv_op_miopen.hip
caffe2/operators/hip/conv_transpose_op_miopen.hip
caffe2/operators/hip/elu_op_miopen.hip
caffe2/operators/hip/local_response_normalization_op_miopen.hip
caffe2/operators/hip/pool_op_miopen.hip
caffe2/operators/hip/relu_op_miopen.hip
caffe2/operators/hip/sigmoid_op_miopen.hip
caffe2/operators/hip/spatial_batch_norm_op_miopen.hip
caffe2/operators/hip/tanh_op_miopen.hip
caffe2/operators/quantized/CMakeLists.txt
caffe2/operators/quantized/init_qnnpack.cc
caffe2/operators/quantized/int8_add_op.cc
caffe2/operators/quantized/int8_add_op.h
caffe2/operators/quantized/int8_average_pool_op.cc
caffe2/operators/quantized/int8_average_pool_op.h
caffe2/operators/quantized/int8_channel_shuffle_op.cc
caffe2/operators/quantized/int8_channel_shuffle_op.h
caffe2/operators/quantized/int8_concat_op.cc
caffe2/operators/quantized/int8_concat_op.h
caffe2/operators/quantized/int8_conv_op.cc
caffe2/operators/quantized/int8_conv_op.h
caffe2/operators/quantized/int8_conv_op_relu.cc
caffe2/operators/quantized/int8_conv_transpose_op.cc
caffe2/operators/quantized/int8_conv_transpose_op.h
caffe2/operators/quantized/int8_dequantize_op.cc
caffe2/operators/quantized/int8_dequantize_op.h
caffe2/operators/quantized/int8_fc_op.cc
caffe2/operators/quantized/int8_fc_op.h
caffe2/operators/quantized/int8_flatten_op.cc
caffe2/operators/quantized/int8_flatten_op.h
caffe2/operators/quantized/int8_given_tensor_fill_op.cc
caffe2/operators/quantized/int8_given_tensor_fill_op.h
caffe2/operators/quantized/int8_leaky_relu_op.cc
caffe2/operators/quantized/int8_leaky_relu_op.h
caffe2/operators/quantized/int8_max_pool_op.cc
caffe2/operators/quantized/int8_max_pool_op.h
caffe2/operators/quantized/int8_quantize_op.cc
caffe2/operators/quantized/int8_quantize_op.h
caffe2/operators/quantized/int8_relu_op.cc
caffe2/operators/quantized/int8_relu_op.h
caffe2/operators/quantized/int8_reshape_op.cc
caffe2/operators/quantized/int8_reshape_op.h
caffe2/operators/quantized/int8_resize_nearest_op.cc
caffe2/operators/quantized/int8_resize_nearest_op.h
caffe2/operators/quantized/int8_roi_align_op.cc
caffe2/operators/quantized/int8_roi_align_op.h
caffe2/operators/quantized/int8_roi_align_op_test.cc
caffe2/operators/quantized/int8_sigmoid_op.cc
caffe2/operators/quantized/int8_sigmoid_op.h
caffe2/operators/quantized/int8_simd.h
caffe2/operators/quantized/int8_slice_op.cc
caffe2/operators/quantized/int8_slice_op.h
caffe2/operators/quantized/int8_softmax_op.cc
caffe2/operators/quantized/int8_softmax_op.h
caffe2/operators/quantized/int8_test.cc
caffe2/operators/quantized/int8_test_utils.h
caffe2/operators/quantized/int8_transpose_op.cc
caffe2/operators/quantized/int8_transpose_op.h
caffe2/operators/quantized/int8_utils.h
caffe2/operators/rnn/CMakeLists.txt
caffe2/operators/rnn/recurrent_network_blob_fetcher_op.cc
caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h
caffe2/operators/rnn/recurrent_network_blob_fetcher_op_gpu.cc
caffe2/operators/rnn/recurrent_network_executor.cc
caffe2/operators/rnn/recurrent_network_executor.h
caffe2/operators/rnn/recurrent_network_executor_gpu.cc
caffe2/operators/rnn/recurrent_network_executor_gpu.h
caffe2/operators/rnn/recurrent_network_executor_incl.h
caffe2/operators/rnn/recurrent_network_op.cc
caffe2/operators/rnn/recurrent_network_op.h
caffe2/operators/rnn/recurrent_network_op_gpu.cu
caffe2/operators/rnn/recurrent_op_cudnn.cc
caffe2/operators/rnn/recurrent_op_cudnn.h
caffe2/operators/rnn/hip/recurrent_op_miopen.h
caffe2/operators/rnn/hip/recurrent_op_miopen.hip
caffe2/opt/CMakeLists.txt
caffe2/opt/annotations.cc
caffe2/opt/annotations.h
caffe2/opt/backend_cutting.cc
caffe2/opt/backend_cutting.h
caffe2/opt/backend_cutting_test.cc
caffe2/opt/backend_transformer_base.cc
caffe2/opt/backend_transformer_base.h
caffe2/opt/bound_shape_inference_test.cc
caffe2/opt/bound_shape_inferencer.cc
caffe2/opt/bound_shape_inferencer.h
caffe2/opt/converter.cc
caffe2/opt/converter.h
caffe2/opt/converter_nomigraph_test.cc
caffe2/opt/dead_code_elim.cc
caffe2/opt/dead_code_elim_test.cc
caffe2/opt/device.cc
caffe2/opt/device.h
caffe2/opt/device_test.cc
caffe2/opt/distributed.cc
caffe2/opt/distributed.h
caffe2/opt/distributed_converter.cc
caffe2/opt/distributed_test.cc
caffe2/opt/fakefp16_transform.cc
caffe2/opt/fakefp16_transform.h
caffe2/opt/fusion.cc
caffe2/opt/fusion.h
caffe2/opt/glow_net_transform.cc
caffe2/opt/glow_net_transform.h
caffe2/opt/mobile.cc
caffe2/opt/mobile.h
caffe2/opt/mobile_test.cc
caffe2/opt/onnx_convert.h
caffe2/opt/onnxifi_op.cc
caffe2/opt/onnxifi_op.h
caffe2/opt/onnxifi_transformer.cc
caffe2/opt/onnxifi_transformer.h
caffe2/opt/optimize_ideep.cc
caffe2/opt/optimize_ideep.h
caffe2/opt/optimizer.cc
caffe2/opt/optimizer.h
caffe2/opt/passes.cc
caffe2/opt/passes.h
caffe2/opt/shape_info.cc
caffe2/opt/shape_info.h
caffe2/opt/split_slss_test.cc
caffe2/opt/tvm_transformer.cc
caffe2/opt/tvm_transformer.h
caffe2/opt/custom/cc_amrc.cc
caffe2/opt/custom/cc_amrc.h
caffe2/opt/custom/concat_elim.cc
caffe2/opt/custom/concat_elim.h
caffe2/opt/custom/concat_elim_test.cc
caffe2/opt/custom/concat_elim_test_net.pb
caffe2/opt/custom/converter.cc
caffe2/opt/custom/converter_test.cc
caffe2/opt/custom/freeze_quantization_params.cc
caffe2/opt/custom/freeze_quantization_params.h
caffe2/opt/custom/in_batch_broadcast.cc
caffe2/opt/custom/in_batch_broadcast.h
caffe2/opt/custom/in_batch_broadcast_test.cc
caffe2/opt/custom/pointwise_elim.cc
caffe2/opt/custom/pointwise_elim.h
caffe2/opt/custom/test_cc_amcr_net.pb
caffe2/opt/nql/ast.h
caffe2/opt/nql/graphmatcher.cc
caffe2/opt/nql/graphmatcher.h
caffe2/opt/nql/lex.ll
caffe2/opt/nql/parse.yy
caffe2/opt/nql/tests/GraphMatcherTest.cc
caffe2/perfkernels/CMakeLists.txt
caffe2/perfkernels/__init__.py
caffe2/perfkernels/adagrad.cc
caffe2/perfkernels/adagrad.h
caffe2/perfkernels/adagrad_avx2.cc
caffe2/perfkernels/common.h
caffe2/perfkernels/common_avx.cc
caffe2/perfkernels/common_avx2.cc
caffe2/perfkernels/common_avx512.cc
caffe2/perfkernels/cvtsh_ss_bugfix.h
caffe2/perfkernels/embedding_lookup.cc
caffe2/perfkernels/embedding_lookup.h
caffe2/perfkernels/embedding_lookup_avx2.cc
caffe2/perfkernels/embedding_lookup_fused_8bit_rowwise_avx2.cc
caffe2/perfkernels/embedding_lookup_fused_8bit_rowwise_idx_avx2.cc
caffe2/perfkernels/embedding_lookup_idx.cc
caffe2/perfkernels/embedding_lookup_idx.h
caffe2/perfkernels/embedding_lookup_idx_avx2.cc
caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.cc
caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h
caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.cc
caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h
caffe2/perfkernels/fused_nbit_rowwise_conversion.cc
caffe2/perfkernels/fused_nbit_rowwise_conversion.h
caffe2/perfkernels/hp_emblookup_codegen.py
caffe2/perfkernels/lstm_unit_cpu-impl.h
caffe2/perfkernels/lstm_unit_cpu.h
caffe2/perfkernels/lstm_unit_cpu_avx2.cc
caffe2/perfkernels/lstm_unit_cpu_common.cc
caffe2/perfkernels/lstm_unit_cpu_common.h
caffe2/perfkernels/math.h
caffe2/perfkernels/math_cpu_avx2.cc
caffe2/perfkernels/math_cpu_base.cc
caffe2/perfkernels/typed_axpy.cc
caffe2/perfkernels/typed_axpy.h
caffe2/perfkernels/typed_axpy_avx.cc
caffe2/perfkernels/typed_axpy_avx2.cc
caffe2/predictor/CMakeLists.txt
caffe2/predictor/InferenceGraph.h
caffe2/predictor/ThreadLocalPtr.cc
caffe2/predictor/ThreadLocalPtr.h
caffe2/predictor/predictor.cc
caffe2/predictor/predictor.h
caffe2/predictor/predictor_config.cc
caffe2/predictor/predictor_config.h
caffe2/predictor/predictor_test.cc
caffe2/predictor/predictor_utils.cc
caffe2/predictor/predictor_utils.h
caffe2/predictor/transforms.cc
caffe2/predictor/transforms.h
caffe2/predictor/emulator/CMakeLists.txt
caffe2/predictor/emulator/benchmark.cc
caffe2/predictor/emulator/benchmark.h
caffe2/predictor/emulator/data_filler.cc
caffe2/predictor/emulator/data_filler.h
caffe2/predictor/emulator/data_filler_test.cc
caffe2/predictor/emulator/emulator.h
caffe2/predictor/emulator/net_supplier.h
caffe2/predictor/emulator/output_formatter.h
caffe2/predictor/emulator/profiler.h
caffe2/predictor/emulator/std_output_formatter.h
caffe2/predictor/emulator/time_profiler.h
caffe2/predictor/emulator/utils.h
caffe2/proto/CMakeLists.txt
caffe2/proto/__init__.py
caffe2/proto/caffe2.proto
caffe2/proto/caffe2_legacy.proto
caffe2/proto/caffe2_legacy_pb2.pyi
caffe2/proto/caffe2_pb.h
caffe2/proto/caffe2_pb2.pyi
caffe2/proto/gen_proto_typestubs.sh
caffe2/proto/gen_proto_typestubs_helper.py
caffe2/proto/hsm.proto
caffe2/proto/hsm_pb2.pyi
caffe2/proto/metanet.proto
caffe2/proto/metanet_pb2.pyi
caffe2/proto/predictor_consts.proto
caffe2/proto/predictor_consts_pb2.pyi
caffe2/proto/prof_dag.proto
caffe2/proto/prof_dag_pb2.pyi
caffe2/proto/torch.proto
caffe2/proto/torch_pb.h
caffe2/proto/torch_pb2.pyi
caffe2/python/CMakeLists.txt
caffe2/python/__init__.py
caffe2/python/_import_c_extension.py
caffe2/python/_import_c_extension.pyi
caffe2/python/allcompare_test.py
caffe2/python/attention.py
caffe2/python/benchmark_generator.py
caffe2/python/binarysize.py
caffe2/python/brew.py
caffe2/python/brew_test.py
caffe2/python/build.py
caffe2/python/cached_reader.py
caffe2/python/caffe_translator.py
caffe2/python/caffe_translator_test.py
caffe2/python/checkpoint.py
caffe2/python/checkpoint_test.py
caffe2/python/cnn.py
caffe2/python/context.py
caffe2/python/context.pyi
caffe2/python/context_test.py
caffe2/python/control.py
caffe2/python/control_ops_grad.py
caffe2/python/control_ops_grad_test.py
caffe2/python/control_ops_util.py
caffe2/python/control_test.py
caffe2/python/convert.py
caffe2/python/convert_test.py
caffe2/python/convnet_benchmarks.py
caffe2/python/convnet_benchmarks_test.py
caffe2/python/core.py
caffe2/python/core_gradients_test.py
caffe2/python/core_test.py
caffe2/python/crf.py
caffe2/python/crf_predict.py
caffe2/python/crf_viterbi_test.py
caffe2/python/data_parallel_model.py
caffe2/python/data_parallel_model_test.py
caffe2/python/data_workers.py
caffe2/python/data_workers_test.py
caffe2/python/dataio.py
caffe2/python/dataio_test.py
caffe2/python/dataset.py
caffe2/python/db_file_reader.py
caffe2/python/db_test.py
caffe2/python/device_checker.py
caffe2/python/dlpack.h
caffe2/python/dyndep.py
caffe2/python/embedding_generation_benchmark.py
caffe2/python/experiment_util.py
caffe2/python/extension_loader.py
caffe2/python/fakefp16_transform_lib.py
caffe2/python/filler_test.py
caffe2/python/functional.py
caffe2/python/functional_test.py
caffe2/python/fused_8bit_rowwise_conversion_ops_test.py
caffe2/python/gradient_check_test.py
caffe2/python/gradient_checker.py
caffe2/python/gru_cell.py
caffe2/python/hip_test_util.py
caffe2/python/hsm_util.py
caffe2/python/hypothesis_test.py
caffe2/python/hypothesis_test_util.py
caffe2/python/ideep_test_util.py
caffe2/python/layer_model_helper.py
caffe2/python/layer_model_instantiator.py
caffe2/python/layer_parameter_sharing_test.py
caffe2/python/layer_test_util.py
caffe2/python/layers_test.py
caffe2/python/lazy.py
caffe2/python/lazy_dyndep.py
caffe2/python/lazy_dyndep_test.py
caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py
caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py
caffe2/python/lstm_benchmark.py
caffe2/python/memonger.py
caffe2/python/memonger_test.py
caffe2/python/mkl_test_util.py
caffe2/python/model_device_test.py
caffe2/python/model_helper.py
caffe2/python/model_helper_test.py
caffe2/python/modifier_context.py
caffe2/python/mpi_python.cc
caffe2/python/muji.py
caffe2/python/muji_test.py
caffe2/python/net_builder.py
caffe2/python/net_builder_test.py
caffe2/python/net_drawer.py
caffe2/python/net_printer.py
caffe2/python/net_printer_test.py
caffe2/python/nomnigraph.py
caffe2/python/nomnigraph_test.py
caffe2/python/nomnigraph_transformations.py
caffe2/python/nomnigraph_transformations_test.py
caffe2/python/normalizer.py
caffe2/python/normalizer_context.py
caffe2/python/normalizer_test.py
caffe2/python/numa_benchmark.py
caffe2/python/numa_test.py
caffe2/python/observer_test.py
caffe2/python/operator_fp_exceptions_test.py
caffe2/python/optimizer.py
caffe2/python/optimizer_context.py
caffe2/python/optimizer_test.py
caffe2/python/optimizer_test_util.py
caffe2/python/parallel_workers.py
caffe2/python/parallel_workers_test.py
caffe2/python/parallelize_bmuf_distributed_test.py
caffe2/python/pipeline.py
caffe2/python/pipeline_test.py
caffe2/python/predictor_constants.py
caffe2/python/pybind_state.cc
caffe2/python/pybind_state.h
caffe2/python/pybind_state_dlpack.cc
caffe2/python/pybind_state_dlpack.h
caffe2/python/pybind_state_gpu.cc
caffe2/python/pybind_state_hip.cc
caffe2/python/pybind_state_ideep.cc
caffe2/python/pybind_state_int8.cc
caffe2/python/pybind_state_nomni.cc
caffe2/python/pybind_state_registry.cc
caffe2/python/pybind_state_registry.h
caffe2/python/python_op_test.py
caffe2/python/queue_util.py
caffe2/python/record_queue.py
caffe2/python/recurrent.py
caffe2/python/regularizer.py
caffe2/python/regularizer_context.py
caffe2/python/regularizer_test.py
caffe2/python/rnn_cell.py
caffe2/python/schema.py
caffe2/python/schema_test.py
caffe2/python/scope.py
caffe2/python/scope_test.py
caffe2/python/session.py
caffe2/python/session_test.py
caffe2/python/sparse_to_dense_mask_test.py
caffe2/python/sparse_to_dense_test.py
caffe2/python/task.py
caffe2/python/task_test.py
caffe2/python/test_util.py
caffe2/python/text_file_reader.py
caffe2/python/timeout_guard.py
caffe2/python/toy_regression_test.py
caffe2/python/transformations.py
caffe2/python/transformations_test.py
caffe2/python/tt_core.py
caffe2/python/tt_core_test.py
caffe2/python/utils.py
caffe2/python/utils_test.py
caffe2/python/visualize.py
caffe2/python/workspace.py
caffe2/python/workspace_test.py
caffe2/python/benchmarks/concat_benchmark.py
caffe2/python/benchmarks/fused_rowwise_nbit_conversion_bench.py
caffe2/python/benchmarks/sparse_lengths_sum_nbit_benchmark.py
caffe2/python/benchmarks/sparse_normalize_benchmark.py
caffe2/python/docs/__init__.py
caffe2/python/docs/formatter.py
caffe2/python/docs/generator.py
caffe2/python/docs/github.py
caffe2/python/docs/parser.py
caffe2/python/examples/__init__.py
caffe2/python/examples/char_rnn.py
caffe2/python/examples/imagenet_trainer.py
caffe2/python/examples/lmdb_create_example.py
caffe2/python/examples/resnet50_trainer.py
caffe2/python/fakelowp/__init__.py
caffe2/python/fakelowp/init_shared_libs.py
caffe2/python/fakelowp/test_utils.py
caffe2/python/helpers/__init__.py
caffe2/python/helpers/algebra.py
caffe2/python/helpers/arg_scope.py
caffe2/python/helpers/array_helpers.py
caffe2/python/helpers/control_ops.py
caffe2/python/helpers/conv.py
caffe2/python/helpers/db_input.py
caffe2/python/helpers/dropout.py
caffe2/python/helpers/elementwise_linear.py
caffe2/python/helpers/fc.py
caffe2/python/helpers/nonlinearity.py
caffe2/python/helpers/normalization.py
caffe2/python/helpers/pooling.py
caffe2/python/helpers/quantization.py
caffe2/python/helpers/tools.py
caffe2/python/helpers/train.py
caffe2/python/ideep/LRN_op_test.py
caffe2/python/ideep/__init__.py
caffe2/python/ideep/adam_op_test.py
caffe2/python/ideep/blobs_queue_db_test.py
caffe2/python/ideep/channel_shuffle_op_test.py
caffe2/python/ideep/concat_split_op_test.py
caffe2/python/ideep/conv_op_test.py
caffe2/python/ideep/conv_transpose_test.py
caffe2/python/ideep/convfusion_op_test.py
caffe2/python/ideep/copy_op_test.py
caffe2/python/ideep/dropout_op_test.py
caffe2/python/ideep/elementwise_sum_op_test.py
caffe2/python/ideep/expanddims_squeeze_op_test.py
caffe2/python/ideep/fc_op_test.py
caffe2/python/ideep/leaky_relu_op_test.py
caffe2/python/ideep/moment_sgd_op_test.py
caffe2/python/ideep/operator_fallback_op_test.py
caffe2/python/ideep/order_switch_op_test.py
caffe2/python/ideep/pool_op_test.py
caffe2/python/ideep/pre_convert_test.py
caffe2/python/ideep/relu_op_test.py
caffe2/python/ideep/reshape_op_test.py
caffe2/python/ideep/shape_op_test.py
caffe2/python/ideep/sigmoid_op_test.py
caffe2/python/ideep/softmax_op_test.py
caffe2/python/ideep/spatial_bn_op_test.py
caffe2/python/ideep/test_ideep_net.py
caffe2/python/ideep/transform_ideep_net.py
caffe2/python/ideep/transpose_op_test.py
caffe2/python/ideep/weightedsum_op_test.py
caffe2/python/layers/__init__.py
caffe2/python/layers/adaptive_weight.py
caffe2/python/layers/add_bias.py
caffe2/python/layers/arc_cosine_feature_map.py
caffe2/python/layers/batch_huber_loss.py
caffe2/python/layers/batch_lr_loss.py
caffe2/python/layers/batch_mse_loss.py
caffe2/python/layers/batch_normalization.py
caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py
caffe2/python/layers/batch_softmax_loss.py
caffe2/python/layers/blob_weighted_sum.py
caffe2/python/layers/bpr_loss.py
caffe2/python/layers/bucket_weighted.py
caffe2/python/layers/build_index.py
caffe2/python/layers/concat.py
caffe2/python/layers/constant_weight.py
caffe2/python/layers/conv.py
caffe2/python/layers/dropout.py
caffe2/python/layers/fc.py
caffe2/python/layers/fc_with_bootstrap.py
caffe2/python/layers/fc_without_bias.py
caffe2/python/layers/feature_sparse_to_dense.py
caffe2/python/layers/functional.py
caffe2/python/layers/gather_record.py
caffe2/python/layers/homotopy_weight.py
caffe2/python/layers/label_smooth.py
caffe2/python/layers/last_n_window_collector.py
caffe2/python/layers/layer_normalization.py
caffe2/python/layers/layers.py
caffe2/python/layers/margin_rank_loss.py
caffe2/python/layers/merge_id_lists.py
caffe2/python/layers/pairwise_similarity.py
caffe2/python/layers/position_weighted.py
caffe2/python/layers/random_fourier_features.py
caffe2/python/layers/reservoir_sampling.py
caffe2/python/layers/sampling_train.py
caffe2/python/layers/sampling_trainable_mixin.py
caffe2/python/layers/select_record_by_context.py
caffe2/python/layers/semi_random_features.py
caffe2/python/layers/sparse_dropout_with_replacement.py
caffe2/python/layers/sparse_feature_hash.py
caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py
caffe2/python/layers/sparse_lookup.py
caffe2/python/layers/split.py
caffe2/python/layers/tags.py
caffe2/python/layers/uniform_sampling.py
caffe2/python/mint/__init__.py
caffe2/python/mint/app.py
caffe2/python/mint/static/css/simple-sidebar.css
caffe2/python/mint/templates/index.html
caffe2/python/mkl/__init__.py
caffe2/python/mkl/mkl_LRN_op_test.py
caffe2/python/mkl/mkl_LRN_speed_test.py
caffe2/python/mkl/mkl_concat_op_test.py
caffe2/python/mkl/mkl_conv_op_test.py
caffe2/python/mkl/mkl_copy_op_test.py
caffe2/python/mkl/mkl_elementwise_add_op_test.py
caffe2/python/mkl/mkl_elementwise_sum_op_test.py
caffe2/python/mkl/mkl_fc_op_test.py
caffe2/python/mkl/mkl_fc_speed_test.py
caffe2/python/mkl/mkl_fill_op_test.py
caffe2/python/mkl/mkl_pool_op_test.py
caffe2/python/mkl/mkl_pool_speed_test.py
caffe2/python/mkl/mkl_relu_op_test.py
caffe2/python/mkl/mkl_sbn_op_test.py
caffe2/python/mkl/mkl_sbn_speed_test.py
caffe2/python/mkl/mkl_sigmoid_op_test.py
caffe2/python/mkl/mkl_speed_test.py
caffe2/python/mkl/mkl_squeeze_op_test.py
caffe2/python/mkl/rewrite_graph.py
caffe2/python/mkl/rewrite_graph_test.py
caffe2/python/modeling/__init__.py
caffe2/python/modeling/compute_histogram_for_blobs.py
caffe2/python/modeling/compute_histogram_for_blobs_test.py
caffe2/python/modeling/compute_norm_for_blobs.py
caffe2/python/modeling/compute_norm_for_blobs_test.py
caffe2/python/modeling/compute_statistics_for_blobs.py
caffe2/python/modeling/compute_statistics_for_blobs_test.py
caffe2/python/modeling/get_entry_from_blobs.py
caffe2/python/modeling/get_entry_from_blobs_test.py
caffe2/python/modeling/gradient_clipping.py
caffe2/python/modeling/gradient_clipping_test.py
caffe2/python/modeling/initializers.py
caffe2/python/modeling/initializers_test.py
caffe2/python/modeling/net_modifier.py
caffe2/python/modeling/parameter_info.py
caffe2/python/modeling/parameter_sharing.py
caffe2/python/modeling/parameter_sharing_test.py
caffe2/python/models/__init__.py
caffe2/python/models/__sym_init__.py
caffe2/python/models/download.py
caffe2/python/models/imagenet_trainer_test_utils.py
caffe2/python/models/resnet.py
caffe2/python/models/resnet_test.py
caffe2/python/models/shufflenet.py
caffe2/python/models/shufflenet_test.py
caffe2/python/models/seq2seq/__init__.py
caffe2/python/models/seq2seq/beam_search.py
caffe2/python/models/seq2seq/seq2seq_beam_search_test.py
caffe2/python/models/seq2seq/seq2seq_model_helper.py
caffe2/python/models/seq2seq/seq2seq_model_helper_test.py
caffe2/python/models/seq2seq/seq2seq_util.py
caffe2/python/models/seq2seq/train.py
caffe2/python/models/seq2seq/translate.py
caffe2/python/onnx/ONNXOpCoverage.md
caffe2/python/onnx/README.md
caffe2/python/onnx/__init__.py
caffe2/python/onnx/backend.py
caffe2/python/onnx/backend_cpp_rep.py
caffe2/python/onnx/backend_rep.py
caffe2/python/onnx/error.py
caffe2/python/onnx/frontend.py
caffe2/python/onnx/helper.py
caffe2/python/onnx/onnxifi.py
caffe2/python/onnx/test_onnxifi.py
caffe2/python/onnx/workspace.py
caffe2/python/onnx/bin/__init__.py
caffe2/python/onnx/bin/conversion.py
caffe2/python/onnx/tests/__init__.py
caffe2/python/onnx/tests/c2_ref_test.py
caffe2/python/onnx/tests/conversion_test.py
caffe2/python/onnx/tests/helper_test.py
caffe2/python/onnx/tests/onnx_backend_test.py
caffe2/python/onnx/tests/ssa_test.py
caffe2/python/onnx/tests/test_utils.py
caffe2/python/operator_test/__init__.py
caffe2/python/operator_test/activation_ops_test.py
caffe2/python/operator_test/adadelta_test.py
caffe2/python/operator_test/adagrad_test.py
caffe2/python/operator_test/adagrad_test_helper.py
caffe2/python/operator_test/adam_test.py
caffe2/python/operator_test/affine_channel_op_test.py
caffe2/python/operator_test/alias_with_name_test.py
caffe2/python/operator_test/apmeter_test.py
caffe2/python/operator_test/arg_ops_test.py
caffe2/python/operator_test/assert_test.py
caffe2/python/operator_test/async_net_barrier_test.py
caffe2/python/operator_test/atomic_ops_test.py
caffe2/python/operator_test/basic_rnn_test.py
caffe2/python/operator_test/batch_box_cox_test.py
caffe2/python/operator_test/batch_bucketize_op_test.py
caffe2/python/operator_test/batch_moments_op_test.py
caffe2/python/operator_test/batch_sparse_to_dense_op_test.py
caffe2/python/operator_test/bbox_transform_test.py
caffe2/python/operator_test/bisect_percentile_op_test.py
caffe2/python/operator_test/blobs_queue_db_test.py
caffe2/python/operator_test/boolean_mask_test.py
caffe2/python/operator_test/boolean_unmask_test.py
caffe2/python/operator_test/box_with_nms_limit_op_test.py
caffe2/python/operator_test/bucketize_op_test.py
caffe2/python/operator_test/cast_op_test.py
caffe2/python/operator_test/ceil_op_test.py
caffe2/python/operator_test/channel_backprop_stats_op_test.py
caffe2/python/operator_test/channel_shuffle_test.py
caffe2/python/operator_test/channel_stats_op_test.py
caffe2/python/operator_test/checkpoint_test.py
caffe2/python/operator_test/clip_op_test.py
caffe2/python/operator_test/clip_tensor_op_test.py
caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py
caffe2/python/operator_test/concat_op_cost_test.py
caffe2/python/operator_test/concat_split_op_test.py
caffe2/python/operator_test/conditional_test.py
caffe2/python/operator_test/conftest.py
caffe2/python/operator_test/conv_test.py
caffe2/python/operator_test/conv_transpose_test.py
caffe2/python/operator_test/copy_ops_test.py
caffe2/python/operator_test/copy_rows_to_tensor_op_test.py
caffe2/python/operator_test/cosine_embedding_criterion_op_test.py
caffe2/python/operator_test/counter_ops_test.py
caffe2/python/operator_test/crf_test.py
caffe2/python/operator_test/cross_entropy_ops_test.py
caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py
caffe2/python/operator_test/ctc_greedy_decoder_op_test.py
caffe2/python/operator_test/cudnn_recurrent_test.py
caffe2/python/operator_test/data_couple_op_test.py
caffe2/python/operator_test/dataset_ops_test.py
caffe2/python/operator_test/decay_adagrad_test.py
caffe2/python/operator_test/deform_conv_test.py
caffe2/python/operator_test/dense_vector_to_id_list_op_test.py
caffe2/python/operator_test/depthwise_3x3_conv_test.py
caffe2/python/operator_test/detectron_keypoints.py
caffe2/python/operator_test/distance_op_test.py
caffe2/python/operator_test/dropout_op_test.py
caffe2/python/operator_test/duplicate_operands_test.py
caffe2/python/operator_test/elementwise_linear_op_test.py
caffe2/python/operator_test/elementwise_logical_ops_test.py
caffe2/python/operator_test/elementwise_op_broadcast_test.py
caffe2/python/operator_test/elementwise_ops_test.py
caffe2/python/operator_test/emptysample_ops_test.py
caffe2/python/operator_test/enforce_finite_op_test.py
caffe2/python/operator_test/ensure_clipped_test.py
caffe2/python/operator_test/ensure_cpu_output_op_test.py
caffe2/python/operator_test/erf_op_test.py
caffe2/python/operator_test/expand_op_test.py
caffe2/python/operator_test/fc_operator_test.py
caffe2/python/operator_test/feature_maps_ops_test.py
caffe2/python/operator_test/filler_ops_test.py
caffe2/python/operator_test/find_op_test.py
caffe2/python/operator_test/flatten_op_test.py
caffe2/python/operator_test/flexible_top_k_test.py
caffe2/python/operator_test/floor_op_test.py
caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py
caffe2/python/operator_test/fused_nbit_rowwise_test.cc
caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py
caffe2/python/operator_test/gather_ops_test.py
caffe2/python/operator_test/gather_ranges_op_test.py
caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py
caffe2/python/operator_test/given_tensor_fill_op_test.py
caffe2/python/operator_test/glu_op_test.py
caffe2/python/operator_test/group_conv_test.py
caffe2/python/operator_test/group_norm_op_test.py
caffe2/python/operator_test/gru_test.py
caffe2/python/operator_test/heatmap_max_keypoint_op_test.py
caffe2/python/operator_test/histogram_test.py
caffe2/python/operator_test/hsm_test.py
caffe2/python/operator_test/hyperbolic_ops_test.py
caffe2/python/operator_test/im2col_col2im_test.py
caffe2/python/operator_test/image_input_op_test.py
caffe2/python/operator_test/index_hash_ops_test.py
caffe2/python/operator_test/index_ops_test.py
caffe2/python/operator_test/instance_norm_test.py
caffe2/python/operator_test/integral_image_ops_test.py
caffe2/python/operator_test/jsd_ops_test.py
caffe2/python/operator_test/key_split_ops_test.py
caffe2/python/operator_test/lars_test.py
caffe2/python/operator_test/layer_norm_op_test.py
caffe2/python/operator_test/leaky_relu_test.py
caffe2/python/operator_test/learning_rate_adaption_op_test.py
caffe2/python/operator_test/learning_rate_op_test.py
caffe2/python/operator_test/length_split_op_test.py
caffe2/python/operator_test/lengths_pad_op_test.py
caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py
caffe2/python/operator_test/lengths_tile_op_test.py
caffe2/python/operator_test/lengths_top_k_ops_test.py
caffe2/python/operator_test/listwise_l2r_operator_test.py
caffe2/python/operator_test/load_save_test.py
caffe2/python/operator_test/locally_connected_op_test.py
caffe2/python/operator_test/loss_ops_test.py
caffe2/python/operator_test/lpnorm_op_test.py
caffe2/python/operator_test/map_ops_test.py
caffe2/python/operator_test/margin_ranking_criterion_op_test.py
caffe2/python/operator_test/math_ops_test.py
caffe2/python/operator_test/matmul_op_test.py
caffe2/python/operator_test/mean_op_test.py
caffe2/python/operator_test/merge_id_lists_op_test.py
caffe2/python/operator_test/mkl_conv_op_test.py
caffe2/python/operator_test/mkl_packed_fc_op_test.py
caffe2/python/operator_test/mod_op_test.py
caffe2/python/operator_test/moments_op_test.py
caffe2/python/operator_test/momentum_sgd_test.py
caffe2/python/operator_test/mpi_test.py
caffe2/python/operator_test/mul_gradient_benchmark.py
caffe2/python/operator_test/negate_gradient_op_test.py
caffe2/python/operator_test/ngram_ops_test.py
caffe2/python/operator_test/normalize_op_test.py
caffe2/python/operator_test/numpy_tile_op_test.py
caffe2/python/operator_test/one_hot_ops_test.py
caffe2/python/operator_test/onnx_while_test.py
caffe2/python/operator_test/order_switch_test.py
caffe2/python/operator_test/pack_ops_test.py
caffe2/python/operator_test/pack_rnn_sequence_op_test.py
caffe2/python/operator_test/pad_test.py
caffe2/python/operator_test/partition_ops_test.py
caffe2/python/operator_test/percentile_op_test.py
caffe2/python/operator_test/piecewise_linear_transform_test.py
caffe2/python/operator_test/pooling_test.py
caffe2/python/operator_test/prepend_dim_test.py
caffe2/python/operator_test/python_op_test.py
caffe2/python/operator_test/quantile_test.py
caffe2/python/operator_test/rand_quantization_op_speed_test.py
caffe2/python/operator_test/rank_loss_operator_test.py
caffe2/python/operator_test/rebatching_queue_test.py
caffe2/python/operator_test/record_queue_test.py
caffe2/python/operator_test/recurrent_net_executor_test.py
caffe2/python/operator_test/recurrent_network_test.py
caffe2/python/operator_test/reduce_ops_test.py
caffe2/python/operator_test/reduction_ops_test.py
caffe2/python/operator_test/reshape_ops_test.py
caffe2/python/operator_test/resize_op_test.py
caffe2/python/operator_test/rmac_regions_op_test.py
caffe2/python/operator_test/rms_norm_op_test.py
caffe2/python/operator_test/rnn_cell_test.py
caffe2/python/operator_test/roi_align_rotated_op_test.py
caffe2/python/operator_test/rowwise_counter_test.py
caffe2/python/operator_test/scale_op_test.py
caffe2/python/operator_test/segment_ops_test.py
caffe2/python/operator_test/self_binning_histogram_test.py
caffe2/python/operator_test/selu_op_test.py
caffe2/python/operator_test/sequence_ops_test.py
caffe2/python/operator_test/shape_inference_test.py
caffe2/python/operator_test/sinusoid_position_encoding_op_test.py
caffe2/python/operator_test/softmax_ops_test.py
caffe2/python/operator_test/softplus_op_test.py
caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py
caffe2/python/operator_test/sparse_gradient_checker_test.py
caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py
caffe2/python/operator_test/sparse_lengths_sum_benchmark.py
caffe2/python/operator_test/sparse_lp_regularizer_test.py
caffe2/python/operator_test/sparse_normalize_test.py
caffe2/python/operator_test/sparse_ops_test.py
caffe2/python/operator_test/sparse_to_dense_mask_op_test.py
caffe2/python/operator_test/spatial_bn_op_test.py
caffe2/python/operator_test/specialized_segment_ops_test.py
caffe2/python/operator_test/split_op_cost_test.py
caffe2/python/operator_test/square_root_divide_op_test.py
caffe2/python/operator_test/stats_ops_test.py
caffe2/python/operator_test/stats_put_ops_test.py
caffe2/python/operator_test/storm_test.py
caffe2/python/operator_test/string_ops_test.py
caffe2/python/operator_test/text_file_reader_test.py
caffe2/python/operator_test/thresholded_relu_op_test.py
caffe2/python/operator_test/tile_op_test.py
caffe2/python/operator_test/top_k_test.py
caffe2/python/operator_test/torch_integration_test.py
caffe2/python/operator_test/transpose_op_test.py
caffe2/python/operator_test/trigonometric_op_test.py
caffe2/python/operator_test/unique_ops_test.py
caffe2/python/operator_test/unique_uniform_fill_op_test.py
caffe2/python/operator_test/unsafe_coalesce_test.py
caffe2/python/operator_test/upsample_op_test.py
caffe2/python/operator_test/utility_ops_test.py
caffe2/python/operator_test/video_input_op_test.py
caffe2/python/operator_test/weight_scale_test.py
caffe2/python/operator_test/weighted_multi_sample_test.py
caffe2/python/operator_test/weighted_sample_test.py
caffe2/python/operator_test/weighted_sum_test.py
caffe2/python/operator_test/wngrad_test.py
caffe2/python/predictor/__init__.py
caffe2/python/predictor/mobile_exporter.py
caffe2/python/predictor/mobile_exporter_test.py
caffe2/python/predictor/predictor_exporter.py
caffe2/python/predictor/predictor_exporter_test.py
caffe2/python/predictor/predictor_py_utils.py
caffe2/python/predictor/predictor_test.py
caffe2/python/predictor/serde.py
caffe2/python/rnn/__init__.py
caffe2/python/rnn/lstm_comparison.py
caffe2/python/rnn/rnn_cell_test_util.py
caffe2/python/serialized_test/README.md
caffe2/python/serialized_test/SerializedTestCoverage.md
caffe2/python/serialized_test/__init__.py
caffe2/python/serialized_test/coverage.py
caffe2/python/serialized_test/serialized_test_util.py
caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip
caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip
caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip
caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip
caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip
caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip
caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip
caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip
caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip
caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip
caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip
caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip
caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip
caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip
caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip
caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip
caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip
caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip
caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip
caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip
caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip
caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip
caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip
caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip
caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip
caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip
caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip
caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip
caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip
caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip
caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip
caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip
caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip
caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip
caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip
caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip
caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip
caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip
caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip
caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip
caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip
caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip
caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip
caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip
caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip
caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip
caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip
caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip
caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip
caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip
caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip
caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip
caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip
caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip
caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip
caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip
caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip
caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip
caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip
caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip
caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip
caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip
caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip
caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip
caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip
caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip
caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip
caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip
caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip
caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip
caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip
caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip
caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip
caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip
caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip
caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip
caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip
caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip
caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip
caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip
caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip
caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip
caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip
caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip
caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip
caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip
caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip
caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip
caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip
caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip
caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip
caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip
caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip
caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip
caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip
caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip
caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip
caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip
caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip
caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip
caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip
caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip
caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip
caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip
caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip
caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip
caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip
caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip
caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip
caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip
caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip
caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip
caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip
caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip
caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip
caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip
caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip
caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip
caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip
caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip
caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip
caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip
caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip
caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip
caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip
caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip
caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip
caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip
caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip
caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip
caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip
caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip
caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip
caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip
caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip
caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip
caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip
caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip
caffe2/python/test/__init__.py
caffe2/python/test/blob_deallocation_test.py
caffe2/python/test/do_op_test.py
caffe2/python/test/executor_test.py
caffe2/python/test/executor_test_util.py
caffe2/python/test/fakefp16_transform_test.py
caffe2/python/test/gpu_context_test.py
caffe2/python/test/inference_lstm_op_test.py
caffe2/python/test/python_protobuf_test.py
caffe2/python/trt/__init__.py
caffe2/python/trt/test_pt_onnx_trt.py
caffe2/python/trt/test_trt.py
caffe2/python/trt/transform.py
caffe2/python/trt/data/binoculars.jpeg
caffe2/python/trt/data/class_labels.txt
caffe2/python/trt/data/reflex_camera.jpeg
caffe2/python/trt/data/tabby_tiger_cat.jpg
caffe2/quantization/__init__.py
caffe2/quantization/server/CMakeLists.txt
caffe2/quantization/server/README.md
caffe2/quantization/server/__init__.py
caffe2/quantization/server/activation_distribution_observer.cc
caffe2/quantization/server/activation_distribution_observer.h
caffe2/quantization/server/batch_matmul_dnnlowp_op.cc
caffe2/quantization/server/batch_matmul_dnnlowp_op.h
caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py
caffe2/quantization/server/batch_permutation_dnnlowp_op.cc
caffe2/quantization/server/batch_permutation_dnnlowp_op.h
caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py
caffe2/quantization/server/caffe2_dnnlowp_utils.cc
caffe2/quantization/server/caffe2_dnnlowp_utils.h
caffe2/quantization/server/channel_shuffle_dnnlowp_op.cc
caffe2/quantization/server/channel_shuffle_dnnlowp_op.h
caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py
caffe2/quantization/server/compute_equalization_scale.cc
caffe2/quantization/server/compute_equalization_scale.h
caffe2/quantization/server/compute_equalization_scale_test.py
caffe2/quantization/server/concat_dnnlowp_op.cc
caffe2/quantization/server/concat_dnnlowp_op.h
caffe2/quantization/server/concat_dnnlowp_op_test.py
caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py
caffe2/quantization/server/conv_dnnlowp_acc16_op.cc
caffe2/quantization/server/conv_dnnlowp_acc16_op.h
caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py
caffe2/quantization/server/conv_dnnlowp_op.cc
caffe2/quantization/server/conv_dnnlowp_op.h
caffe2/quantization/server/conv_dnnlowp_op_test.py
caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py
caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py
caffe2/quantization/server/conv_pool_dnnlowp_op_base.h
caffe2/quantization/server/conv_relu_op.cc
caffe2/quantization/server/conv_relu_op.h
caffe2/quantization/server/dequantize_dnnlowp_op.cc
caffe2/quantization/server/dequantize_dnnlowp_op.h
caffe2/quantization/server/dequantize_dnnlowp_op_test.py
caffe2/quantization/server/dnnlowp.cc
caffe2/quantization/server/dnnlowp.h
caffe2/quantization/server/dnnlowp_op.h
caffe2/quantization/server/dnnlowp_partition.cc
caffe2/quantization/server/dnnlowp_partition.h
caffe2/quantization/server/dnnlowp_pybind11.pyi
caffe2/quantization/server/dnnlowp_test_utils.py
caffe2/quantization/server/dynamic_histogram.cc
caffe2/quantization/server/dynamic_histogram.h
caffe2/quantization/server/dynamic_histogram_test.cc
caffe2/quantization/server/elementwise_add_dnnlowp_op.cc
caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py
caffe2/quantization/server/elementwise_dnnlowp_op.h
caffe2/quantization/server/elementwise_linear_dnnlowp_op.cc
caffe2/quantization/server/elementwise_linear_dnnlowp_op.h
caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py
caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc
caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py
caffe2/quantization/server/elementwise_sum_benchmark.cc
caffe2/quantization/server/elementwise_sum_dnnlowp_op.cc
caffe2/quantization/server/elementwise_sum_dnnlowp_op_avx2.cc
caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py
caffe2/quantization/server/elementwise_sum_relu_op.cc
caffe2/quantization/server/fb_fc_packed_op.cc
caffe2/quantization/server/fb_fc_packed_op.h
caffe2/quantization/server/fbgemm_fp16_pack_op.cc
caffe2/quantization/server/fbgemm_fp16_pack_op.h
caffe2/quantization/server/fbgemm_pack_blob.h
caffe2/quantization/server/fbgemm_pack_matrix_cache.cc
caffe2/quantization/server/fbgemm_pack_matrix_cache.h
caffe2/quantization/server/fbgemm_pack_op.cc
caffe2/quantization/server/fbgemm_pack_op.h
caffe2/quantization/server/fc_fake_lowp_test.cc
caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc
caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h
caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py
caffe2/quantization/server/fully_connected_dnnlowp_op.cc
caffe2/quantization/server/fully_connected_dnnlowp_op.h
caffe2/quantization/server/fully_connected_dnnlowp_op_test.py
caffe2/quantization/server/fully_connected_fake_lowp_op.cc
caffe2/quantization/server/fully_connected_fake_lowp_op.h
caffe2/quantization/server/fully_connected_fake_lowp_op_avx2.cc
caffe2/quantization/server/fully_connected_fp16_test.py
caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py
caffe2/quantization/server/gather_dnnlowp_op_test.py
caffe2/quantization/server/group_norm_dnnlowp_op.cc
caffe2/quantization/server/group_norm_dnnlowp_op.h
caffe2/quantization/server/group_norm_dnnlowp_op_avx2.cc
caffe2/quantization/server/group_norm_dnnlowp_op_test.py
caffe2/quantization/server/im2col_dnnlowp.h
caffe2/quantization/server/int8_gen_quant_params.cc
caffe2/quantization/server/int8_gen_quant_params.h
caffe2/quantization/server/int8_gen_quant_params_min_max.cc
caffe2/quantization/server/int8_gen_quant_params_min_max.h
caffe2/quantization/server/int8_gen_quant_params_min_max_test.py
caffe2/quantization/server/int8_gen_quant_params_test.py
caffe2/quantization/server/int8_quant_scheme_blob_fill.cc
caffe2/quantization/server/int8_quant_scheme_blob_fill.h
caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py
caffe2/quantization/server/kl_minimization.cc
caffe2/quantization/server/kl_minimization.h
caffe2/quantization/server/kl_minimization_example.cc
caffe2/quantization/server/l1_minimization_example.cc
caffe2/quantization/server/l2_minimization.h
caffe2/quantization/server/l2_minimization_approx_example.cc
caffe2/quantization/server/l2_minimization_example.cc
caffe2/quantization/server/l2_minimization_test.cc
caffe2/quantization/server/lstm_unit_dnnlowp_op.cc
caffe2/quantization/server/lstm_unit_dnnlowp_op.h
caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py
caffe2/quantization/server/mmio.h
caffe2/quantization/server/norm_minimization.cc
caffe2/quantization/server/norm_minimization_avx2.cc
caffe2/quantization/server/observer_test.py
caffe2/quantization/server/op_wrapper.h
caffe2/quantization/server/p99.cc
caffe2/quantization/server/p99_example.cc
caffe2/quantization/server/pool_dnnlowp_op.cc
caffe2/quantization/server/pool_dnnlowp_op_avx2.cc
caffe2/quantization/server/pool_dnnlowp_op_avx2.h
caffe2/quantization/server/pool_dnnlowp_op_test.py
caffe2/quantization/server/pybind.cc
caffe2/quantization/server/quantization_error_minimization.h
caffe2/quantization/server/quantize_dnnlowp_op.cc
caffe2/quantization/server/quantize_dnnlowp_op.h
caffe2/quantization/server/quantize_dnnlowp_op_test.py
caffe2/quantization/server/relu_dnnlowp_op.cc
caffe2/quantization/server/relu_dnnlowp_op.h
caffe2/quantization/server/relu_dnnlowp_op_avx2.cc
caffe2/quantization/server/relu_dnnlowp_op_test.py
caffe2/quantization/server/requantization_test.cc
caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.cc
caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h
caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py
caffe2/quantization/server/resize_nearest_dnnlowp_op.cc
caffe2/quantization/server/resize_nearest_dnnlowp_op.h
caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py
caffe2/quantization/server/sigmoid.cc
caffe2/quantization/server/sigmoid.h
caffe2/quantization/server/sigmoid_dnnlowp_op.cc
caffe2/quantization/server/sigmoid_dnnlowp_op_test.py
caffe2/quantization/server/sigmoid_test.cc
caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.cc
caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h
caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_avx2.cc
caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py
caffe2/quantization/server/spatial_batch_norm_relu_op.cc
caffe2/quantization/server/tanh.cc
caffe2/quantization/server/tanh.h
caffe2/quantization/server/tanh_dnnlowp_op.cc
caffe2/quantization/server/tanh_dnnlowp_op_test.py
caffe2/quantization/server/tanh_test.cc
caffe2/quantization/server/transpose.cc
caffe2/quantization/server/transpose.h
caffe2/quantization/server/utility_dnnlowp_ops.cc
caffe2/quantization/server/utility_dnnlowp_ops.h
caffe2/quantization/server/utils.py
caffe2/queue/CMakeLists.txt
caffe2/queue/blobs_queue.cc
caffe2/queue/blobs_queue.h
caffe2/queue/blobs_queue_db.cc
caffe2/queue/blobs_queue_db.h
caffe2/queue/queue_ops.cc
caffe2/queue/queue_ops.h
caffe2/queue/queue_ops_gpu.cc
caffe2/queue/rebatching_queue.cc
caffe2/queue/rebatching_queue.h
caffe2/queue/rebatching_queue_ops.cc
caffe2/queue/rebatching_queue_ops.h
caffe2/serialize/CMakeLists.txt
caffe2/serialize/crc.cc
caffe2/serialize/crc_alt.h
caffe2/serialize/file_adapter.cc
caffe2/serialize/file_adapter.h
caffe2/serialize/inline_container.cc
caffe2/serialize/inline_container.h
caffe2/serialize/inline_container_test.cc
caffe2/serialize/istream_adapter.cc
caffe2/serialize/istream_adapter.h
caffe2/serialize/read_adapter_interface.cc
caffe2/serialize/read_adapter_interface.h
caffe2/serialize/versions.h
caffe2/sgd/CMakeLists.txt
caffe2/sgd/adadelta_op.cc
caffe2/sgd/adadelta_op.h
caffe2/sgd/adadelta_op_gpu.cu
caffe2/sgd/adagrad_fused.cc
caffe2/sgd/adagrad_fused.h
caffe2/sgd/adagrad_fused_op_gpu.cu
caffe2/sgd/adagrad_fused_op_gpu.cuh
caffe2/sgd/adagrad_op.cc
caffe2/sgd/adagrad_op.h
caffe2/sgd/adagrad_op_gpu.cu
caffe2/sgd/adam_op.cc
caffe2/sgd/adam_op.h
caffe2/sgd/adam_op_gpu.cu
caffe2/sgd/clip_tensor_op.cc
caffe2/sgd/clip_tensor_op.h
caffe2/sgd/decay_adagrad_op.cc
caffe2/sgd/decay_adagrad_op.h
caffe2/sgd/fp16_momentum_sgd_op.cu
caffe2/sgd/fp16_momentum_sgd_op.h
caffe2/sgd/fp32_momentum_sgd_op.cu
caffe2/sgd/fp32_momentum_sgd_op.h
caffe2/sgd/ftrl_op.cc
caffe2/sgd/ftrl_op.h
caffe2/sgd/gftrl_op.cc
caffe2/sgd/gftrl_op.h
caffe2/sgd/iter_op.cc
caffe2/sgd/iter_op.h
caffe2/sgd/iter_op_gpu.cc
caffe2/sgd/lars_op.cc
caffe2/sgd/lars_op.h
caffe2/sgd/lars_op_gpu.cu
caffe2/sgd/learning_rate_adaption_op.cc
caffe2/sgd/learning_rate_adaption_op.h
caffe2/sgd/learning_rate_functors.h
caffe2/sgd/learning_rate_op.cc
caffe2/sgd/learning_rate_op.h
caffe2/sgd/learning_rate_op_gpu.cc
caffe2/sgd/math_lp.cc
caffe2/sgd/math_lp.h
caffe2/sgd/momentum_sgd_op.cc
caffe2/sgd/momentum_sgd_op.h
caffe2/sgd/momentum_sgd_op_gpu.cu
caffe2/sgd/rmsprop_op.cc
caffe2/sgd/rmsprop_op.h
caffe2/sgd/rmsprop_op_gpu.cu
caffe2/sgd/rowwise_adagrad_fused.cc
caffe2/sgd/rowwise_adagrad_fused.h
caffe2/sgd/rowwise_counter.cc
caffe2/sgd/rowwise_counter.h
caffe2/sgd/storm_op.cc
caffe2/sgd/storm_op.h
caffe2/sgd/weight_scale_op.cc
caffe2/sgd/weight_scale_op.h
caffe2/sgd/weight_scale_op_gpu.cc
caffe2/sgd/wngrad_op.cc
caffe2/sgd/wngrad_op.h
caffe2/sgd/yellowfin_op.cc
caffe2/sgd/yellowfin_op.h
caffe2/sgd/yellowfin_op_gpu.cu
caffe2/share/CMakeLists.txt
caffe2/share/contrib/CMakeLists.txt
caffe2/share/contrib/depthwise/CMakeLists.txt
caffe2/share/contrib/depthwise/depthwise3x3_conv_op.cc
caffe2/share/contrib/depthwise/depthwise3x3_conv_op_test.cc
caffe2/share/contrib/nnpack/CMakeLists.txt
caffe2/share/contrib/nnpack/conv_op.cc
caffe2/share/contrib/nnpack/nnpack_test.cc
caffe2/share/contrib/zstd/CMakeLists.txt
caffe2/share/contrib/zstd/quant_decomp_zstd_op.cc
caffe2/share/contrib/zstd/quant_decomp_zstd_op.h
caffe2/test/caffe2_gtest_main.cc
caffe2/test/assets/squeeze_predict_net.pb
caffe2/transforms/CMakeLists.txt
caffe2/transforms/common_subexpression_elimination.cc
caffe2/transforms/common_subexpression_elimination.h
caffe2/transforms/common_subexpression_elimination_test.cc
caffe2/transforms/conv_to_nnpack_transform.cc
caffe2/transforms/conv_to_nnpack_transform.h
caffe2/transforms/conv_to_nnpack_transform_test.cc
caffe2/transforms/pattern_net_transform.cc
caffe2/transforms/pattern_net_transform.h
caffe2/transforms/pattern_net_transform_test.cc
caffe2/transforms/single_op_transform.cc
caffe2/transforms/single_op_transform.h
caffe2/utils/CMakeLists.txt
caffe2/utils/GpuAtomics.cuh
caffe2/utils/GpuBitonicSort.cuh
caffe2/utils/GpuDefs.cuh
caffe2/utils/GpuScanUtils.cuh
caffe2/utils/bench_utils.cc
caffe2/utils/bench_utils.h
caffe2/utils/cast.h
caffe2/utils/cast_test.cc
caffe2/utils/cblas.h
caffe2/utils/conversions.h
caffe2/utils/cpu_neon.h
caffe2/utils/cpuid.cc
caffe2/utils/cpuid.h
caffe2/utils/cpuid_test.cc
caffe2/utils/eigen_utils.h
caffe2/utils/fatal_signal_asan_no_sig_test.cc
caffe2/utils/filler.h
caffe2/utils/fixed_divisor.h
caffe2/utils/fixed_divisor_test.cc
caffe2/utils/knob_patcher.cc
caffe2/utils/knob_patcher.h
caffe2/utils/knobs.cc
caffe2/utils/knobs.h
caffe2/utils/knobs_test.cc
caffe2/utils/map_utils.h
caffe2/utils/math-detail.h
caffe2/utils/math.h
caffe2/utils/math_cpu.cc
caffe2/utils/math_gpu.cu
caffe2/utils/math_gpu_test.cc
caffe2/utils/math_test.cc
caffe2/utils/murmur_hash3.cc
caffe2/utils/murmur_hash3.h
caffe2/utils/proto_convert.cc
caffe2/utils/proto_convert.h
caffe2/utils/proto_utils.cc
caffe2/utils/proto_utils.h
caffe2/utils/proto_utils_test.cc
caffe2/utils/proto_wrap.cc
caffe2/utils/proto_wrap.h
caffe2/utils/signal_handler.cc
caffe2/utils/signal_handler.h
caffe2/utils/simple_queue.h
caffe2/utils/simple_queue_test.cc
caffe2/utils/smart_tensor_printer.cc
caffe2/utils/smart_tensor_printer.h
caffe2/utils/smart_tensor_printer_test.cc
caffe2/utils/string_utils.cc
caffe2/utils/string_utils.h
caffe2/utils/zmq_helper.h
caffe2/utils/hip/math_blas_gpu_test.cc
caffe2/utils/math/broadcast.cc
caffe2/utils/math/broadcast.cu
caffe2/utils/math/broadcast.h
caffe2/utils/math/elementwise.cc
caffe2/utils/math/elementwise.cu
caffe2/utils/math/elementwise.h
caffe2/utils/math/half_utils.h
caffe2/utils/math/reduce.cc
caffe2/utils/math/reduce.cu
caffe2/utils/math/reduce.cuh
caffe2/utils/math/reduce.h
caffe2/utils/math/transpose.cc
caffe2/utils/math/transpose.cu
caffe2/utils/math/transpose.h
caffe2/utils/math/utils.cc
caffe2/utils/math/utils.h
caffe2/utils/threadpool/ThreadPool.cc
caffe2/utils/threadpool/ThreadPool.h
caffe2/utils/threadpool/ThreadPoolCommon.h
caffe2/utils/threadpool/WorkersPool.h
caffe2/utils/threadpool/pthreadpool-cpp.cc
caffe2/utils/threadpool/pthreadpool-cpp.h
caffe2/utils/threadpool/pthreadpool.cc
caffe2/utils/threadpool/pthreadpool.h
caffe2/utils/threadpool/pthreadpool_impl.cc
caffe2/utils/threadpool/thread_pool_guard.cpp
caffe2/utils/threadpool/thread_pool_guard.h
caffe2/video/CMakeLists.txt
caffe2/video/optical_flow.cc
caffe2/video/optical_flow.h
caffe2/video/video_decoder.cc
caffe2/video/video_decoder.h
caffe2/video/video_input_op.cc
caffe2/video/video_input_op.h
caffe2/video/video_input_op_gpu.cc
caffe2/video/video_io.cc
caffe2/video/video_io.h
cmake/Allowlist.cmake
cmake/BuildVariables.cmake
cmake/Caffe2Config.cmake.in
cmake/Caffe2ConfigVersion.cmake.in
cmake/Codegen.cmake
cmake/DebugHelper.cmake
cmake/Dependencies.cmake
cmake/GoogleTestPatch.cmake
cmake/Metal.cmake
cmake/MiscCheck.cmake
cmake/ProtoBuf.cmake
cmake/ProtoBufPatch.cmake
cmake/Summary.cmake
cmake/TorchConfig.cmake.in
cmake/TorchConfigVersion.cmake.in
cmake/VulkanCodegen.cmake
cmake/VulkanDependencies.cmake
cmake/cmake_uninstall.cmake.in
cmake/iOS.cmake
cmake/External/EigenBLAS.cmake
cmake/External/nccl.cmake
cmake/External/nnpack.cmake
cmake/External/rccl.cmake
cmake/Modules/FindARM.cmake
cmake/Modules/FindAVX.cmake
cmake/Modules/FindAtlas.cmake
cmake/Modules/FindBLAS.cmake
cmake/Modules/FindBLIS.cmake
cmake/Modules/FindBenchmark.cmake
cmake/Modules/FindCUB.cmake
cmake/Modules/FindCUDNN.cmake
cmake/Modules/FindFFmpeg.cmake
cmake/Modules/FindGloo.cmake
cmake/Modules/FindHiredis.cmake
cmake/Modules/FindLAPACK.cmake
cmake/Modules/FindLMDB.cmake
cmake/Modules/FindLevelDB.cmake
cmake/Modules/FindMAGMA.cmake
cmake/Modules/FindMKL.cmake
cmake/Modules/FindMatlabMex.cmake
cmake/Modules/FindNCCL.cmake
cmake/Modules/FindNumPy.cmake
cmake/Modules/FindNuma.cmake
cmake/Modules/FindOpenBLAS.cmake
cmake/Modules/FindOpenMP.cmake
cmake/Modules/FindRocksDB.cmake
cmake/Modules/FindSnappy.cmake
cmake/Modules/FindVSX.cmake
cmake/Modules/FindZMQ.cmake
cmake/Modules/Findpybind11.cmake
cmake/Modules/FindvecLib.cmake
cmake/Modules/README.md
cmake/public/ComputeLibrary.cmake
cmake/public/LoadHIP.cmake
cmake/public/cuda.cmake
cmake/public/gflags.cmake
cmake/public/glog.cmake
cmake/public/mkl.cmake
cmake/public/mkldnn.cmake
cmake/public/protobuf.cmake
cmake/public/threads.cmake
cmake/public/utils.cmake
docs/.gitignore
docs/README.md
docs/libtorch.rst
docs/make.bat
docs/requirements.txt
docs/caffe2/.Doxyfile-c
docs/caffe2/.Doxyfile-python
docs/caffe2/Caffe2-with-name-55-tall.png
docs/caffe2/DOXYGEN.md
docs/caffe2/DoxygenLayout-c.xml
docs/caffe2/DoxygenLayout-python.xml
docs/caffe2/README.md
docs/caffe2/footer.html
docs/caffe2/header.html
docs/caffe2/installation.md
docs/caffe2/main.css
docs/caffe2/process.py
docs/caffe2/stylesheet.css
docs/cpp/requirements.txt
docs/cpp/source/check-doxygen.sh
docs/cpp/source/conf.py
docs/cpp/source/frontend.rst
docs/cpp/source/index.rst
docs/cpp/source/installing.rst
docs/cpp/source/library.rst
docs/cpp/source/_static/cpp_theme.css
docs/cpp/source/notes/faq.rst
docs/cpp/source/notes/inference_mode.rst
docs/cpp/source/notes/maybe_owned.rst
docs/cpp/source/notes/tensor_basics.rst
docs/cpp/source/notes/tensor_creation.rst
docs/cpp/source/notes/tensor_cuda_stream.rst
docs/cpp/source/notes/tensor_indexing.rst
docs/cpp/source/notes/versioning.rst
docs/source/__config__.rst
docs/source/amp.rst
docs/source/autograd.rst
docs/source/backends.rst
docs/source/benchmark_utils.rst
docs/source/bottleneck.rst
docs/source/checkpoint.rst
docs/source/complex_numbers.rst
docs/source/conf.py
docs/source/cpp_extension.rst
docs/source/cpp_index.rst
docs/source/cuda.rst
docs/source/cudnn_persistent_rnn.rst
docs/source/cudnn_rnn_determinism.rst
docs/source/data.rst
docs/source/ddp_comm_hooks.rst
docs/source/distributed.algorithms.join.rst
docs/source/distributed.elastic.rst
docs/source/distributed.optim.rst
docs/source/distributed.rst
docs/source/distributions.rst
docs/source/dlpack.rst
docs/source/docutils.conf
docs/source/fft.rst
docs/source/futures.rst
docs/source/fx.rst
docs/source/hub.rst
docs/source/index.rst
docs/source/jit.rst
docs/source/jit_builtin_functions.rst
docs/source/jit_language_reference.rst
docs/source/jit_language_reference_v2.rst
docs/source/jit_python_reference.rst
docs/source/jit_unsupported.rst
docs/source/linalg.rst
docs/source/math-quantizer-equation.png
docs/source/mobile_optimizer.rst
docs/source/model_zoo.rst
docs/source/multiprocessing.rst
docs/source/name_inference.rst
docs/source/named_tensor.rst
docs/source/nn.functional.rst
docs/source/nn.init.rst
docs/source/nn.rst
docs/source/onnx.rst
docs/source/optim.rst
docs/source/package.rst
docs/source/pipeline.rst
docs/source/profiler.rst
docs/source/quantization-support.rst
docs/source/quantization.rst
docs/source/random.rst
docs/source/rpc.rst
docs/source/sparse.rst
docs/source/special.rst
docs/source/storage.rst
docs/source/tensor_attributes.rst
docs/source/tensor_view.rst
docs/source/tensorboard.rst
docs/source/tensors.rst
docs/source/testing.rst
docs/source/torch.nn.intrinsic.qat.rst
docs/source/torch.nn.intrinsic.quantized.rst
docs/source/torch.nn.intrinsic.rst
docs/source/torch.nn.qat.rst
docs/source/torch.nn.quantized.dynamic.rst
docs/source/torch.nn.quantized.rst
docs/source/torch.overrides.rst
docs/source/torch.quantization.rst
docs/source/torch.rst
docs/source/type_info.rst
docs/source/_static/css/copybutton.css
docs/source/_static/css/jit.css
docs/source/_static/img/aliastracker_graph.png
docs/source/_static/img/dynamic_graph.gif
docs/source/_static/img/meshgrid.png
docs/source/_static/img/pt_distributed_arch.png
docs/source/_static/img/pytorch-logo-dark-unstable.png
docs/source/_static/img/pytorch-logo-dark.png
docs/source/_static/img/pytorch-logo-dark.svg
docs/source/_static/img/pytorch-logo-flame.png
docs/source/_static/img/pytorch-logo-flame.svg
docs/source/_static/img/rpc_arch.png
docs/source/_static/img/tensor_illustration.png
docs/source/_static/img/distributed_autograd/distributed_dependencies.png
docs/source/_static/img/distributed_autograd/distributed_dependencies_computed.png
docs/source/_static/img/distributed_autograd/local_dependencies.png
docs/source/_static/img/distributed_autograd/send_recv_functions.png
docs/source/_static/img/nn/layer_norm.jpg
docs/source/_static/img/pipeline_parallelism/no_pipe.png
docs/source/_static/img/pipeline_parallelism/pipe.png
docs/source/_static/img/tensorboard/add_histogram.png
docs/source/_static/img/tensorboard/add_histogram_raw.png
docs/source/_static/img/tensorboard/add_hparam.png
docs/source/_static/img/tensorboard/add_image.png
docs/source/_static/img/tensorboard/add_images.png
docs/source/_static/img/tensorboard/add_scalar.png
docs/source/_static/img/tensorboard/add_scalars.png
docs/source/_static/img/tensorboard/hier_tags.png
docs/source/_templates/classtemplate.rst
docs/source/_templates/layout.html
docs/source/_templates/sobolengine.rst
docs/source/_templates/autosummary/class.rst
docs/source/community/contribution_guide.rst
docs/source/community/governance.rst
docs/source/community/persons_of_interest.rst
docs/source/elastic/agent.rst
docs/source/elastic/agent_diagram.jpg
docs/source/elastic/customization.rst
docs/source/elastic/errors.rst
docs/source/elastic/etcd_rdzv_diagram.png
docs/source/elastic/events.rst
docs/source/elastic/examples.rst
docs/source/elastic/kubernetes.rst
docs/source/elastic/metrics.rst
docs/source/elastic/multiprocessing.rst
docs/source/elastic/quickstart.rst
docs/source/elastic/rendezvous.rst
docs/source/elastic/run.rst
docs/source/elastic/timer.rst
docs/source/elastic/train_script.rst
docs/source/notes/amp_examples.rst
docs/source/notes/autograd.rst
docs/source/notes/broadcasting.rst
docs/source/notes/cpu_threading_runtimes.svg
docs/source/notes/cpu_threading_torchscript_inference.rst
docs/source/notes/cpu_threading_torchscript_inference.svg
docs/source/notes/cuda.rst
docs/source/notes/ddp.rst
docs/source/notes/extending.rst
docs/source/notes/faq.rst
docs/source/notes/gradcheck.rst
docs/source/notes/hip.rst
docs/source/notes/large_scale_deployments.rst
docs/source/notes/modules.rst
docs/source/notes/multiprocessing.rst
docs/source/notes/randomness.rst
docs/source/notes/serialization.rst
docs/source/notes/windows.rst
docs/source/rpc/distributed_autograd.rst
docs/source/rpc/rref.rst
docs/source/scripts/build_activation_images.py
ios/.gitignore
ios/LibTorch-Lite-Nightly.podspec.template
ios/LibTorch-Lite.h
ios/LibTorch-Lite.podspec
ios/LibTorch.h
ios/LibTorch.podspec
ios/README.md
ios/TestApp/.clang-format
ios/TestApp/.gitignore
ios/TestApp/AppleWWDRCAG3.cer
ios/TestApp/Gemfile.lock
ios/TestApp/README.md
ios/TestApp/TestApp/AppDelegate.h
ios/TestApp/TestApp/AppDelegate.m
ios/TestApp/TestApp/Info.plist
ios/TestApp/TestApp/ViewController.h
ios/TestApp/TestApp/ViewController.mm
ios/TestApp/TestApp/main.m
ios/TestApp/TestApp.xcodeproj/project.pbxproj
ios/TestApp/TestApp.xcodeproj/xcshareddata/xcschemes/TestApp.xcscheme
ios/TestApp/TestApp.xcodeproj/xcshareddata/xcschemes/TestAppTests.xcscheme
ios/TestApp/TestApp/Assets.xcassets/Contents.json
ios/TestApp/TestApp/Assets.xcassets/AppIcon.appiconset/Contents.json
ios/TestApp/TestApp/Base.lproj/LaunchScreen.storyboard
ios/TestApp/TestApp/Base.lproj/Main.storyboard
ios/TestApp/TestAppTests/Info.plist
ios/TestApp/TestAppTests/TestFullJIT.mm
ios/TestApp/TestAppTests/TestLiteInterpreter.mm
ios/TestApp/benchmark/setup.rb
ios/TestApp/benchmark/trace_model.py
ios/TestApp/custom_build/custom_build.py
ios/TestApp/custom_build/mobilenetv2.yaml
modules/CMakeLists.txt
modules/detectron/CMakeLists.txt
modules/detectron/group_spatial_softmax_op.cc
modules/detectron/group_spatial_softmax_op.cu
modules/detectron/group_spatial_softmax_op.h
modules/detectron/ps_roi_pool_op.cc
modules/detectron/ps_roi_pool_op.cu
modules/detectron/ps_roi_pool_op.h
modules/detectron/roi_pool_f_op.cc
modules/detectron/roi_pool_f_op.cu
modules/detectron/roi_pool_f_op.h
modules/detectron/sample_as_op.cc
modules/detectron/sample_as_op.cu
modules/detectron/sample_as_op.h
modules/detectron/select_smooth_l1_loss_op.cc
modules/detectron/select_smooth_l1_loss_op.cu
modules/detectron/select_smooth_l1_loss_op.h
modules/detectron/sigmoid_cross_entropy_loss_op.cc
modules/detectron/sigmoid_cross_entropy_loss_op.cu
modules/detectron/sigmoid_cross_entropy_loss_op.h
modules/detectron/sigmoid_focal_loss_op.cc
modules/detectron/sigmoid_focal_loss_op.cu
modules/detectron/sigmoid_focal_loss_op.h
modules/detectron/smooth_l1_loss_op.cc
modules/detectron/smooth_l1_loss_op.cu
modules/detectron/smooth_l1_loss_op.h
modules/detectron/softmax_focal_loss_op.cc
modules/detectron/softmax_focal_loss_op.cu
modules/detectron/softmax_focal_loss_op.h
modules/detectron/spatial_narrow_as_op.cc
modules/detectron/spatial_narrow_as_op.cu
modules/detectron/spatial_narrow_as_op.h
modules/detectron/upsample_nearest_op.cc
modules/detectron/upsample_nearest_op.cu
modules/detectron/upsample_nearest_op.h
modules/detectron/upsample_nearest_op_test.py
modules/module_test/CMakeLists.txt
modules/module_test/module_test_dynamic.cc
modules/observers/CMakeLists.txt
modules/observers/macros.h
modules/observers/net_observer_reporter.h
modules/observers/net_observer_reporter_print.cc
modules/observers/net_observer_reporter_print.h
modules/observers/observer_config.cc
modules/observers/observer_config.h
modules/observers/perf_observer.cc
modules/observers/perf_observer.h
modules/rocksdb/CMakeLists.txt
modules/rocksdb/rocksdb.cc
mypy_plugins/check_mypy_version.py
scripts/README.md
scripts/add_apache_header.sh
scripts/apache_header.txt
scripts/apache_python.txt
scripts/build_android.sh
scripts/build_host_protoc.sh
scripts/build_ios.sh
scripts/build_local.sh
scripts/build_mobile.sh
scripts/build_pytorch_android.sh
scripts/build_raspbian.sh
scripts/build_tegra_x1.sh
scripts/build_tizen.sh
scripts/build_windows.bat
scripts/diagnose_protobuf.py
scripts/get_python_cmake_flags.py
scripts/proto.ps1
scripts/read_conda_versions.sh
scripts/remove_apache_header.sh
scripts/temp.sh
scripts/xcode_build.rb
scripts/appveyor/install.bat
scripts/appveyor/install_cuda.bat
scripts/fbcode-dev-setup/ccache_setup.sh
scripts/fbcode-dev-setup/onnx_c2_sanity_check.sh
scripts/fbcode-dev-setup/onnx_c2_setup.sh
scripts/model_zoo/update-caffe2-models.py
scripts/model_zoo/update-models-from-caffe2.py
scripts/onnx/install-develop.sh
scripts/onnx/install.sh
scripts/onnx/test.sh
scripts/release/README.md
scripts/release/restore-backup.sh
scripts/release/anaconda-prune/prune.sh
scripts/release/anaconda-prune/run.sh
scripts/release/promote/common_utils.sh
scripts/release/promote/conda_to_conda.sh
scripts/release/promote/prep_binary_for_pypi.sh
scripts/release/promote/s3_to_s3.sh
scripts/release/promote/wheel_to_pypi.sh
scripts/release_notes/categorize.py
scripts/release_notes/commitlist.py
scripts/release_notes/common.py
scripts/release_notes/namespace_check.py
scripts/release_notes/requirements.txt
scripts/release_notes/test_release_notes.py
test/HowToWriteTestsUsingFileCheck.md
test/delete.py
test/linear.py
test/run_test.py
test/simulate_nccl_errors.py
test/test_ao_sparsity.py
test/test_autocast.py
test/test_autograd.py
test/test_binary_ufuncs.py
test/test_buffer_protocol.py
test/test_bundled_images.py
test/test_bundled_inputs.py
test/test_complex.py
test/test_cpp_api_parity.py
test/test_cpp_extensions_aot.py
test/test_cpp_extensions_jit.py
test/test_cuda.py
test/test_cuda_primary_ctx.py
test/test_dataloader.py
test/test_datapipe.py
test/test_determination.py
test/test_dispatch.py
test/test_foreach.py
test/test_function_schema.py
test/test_functional_autograd_benchmark.py
test/test_functional_optim.py
test/test_futures.py
test/test_fx.py
test/test_fx_experimental.py
test/test_gen_backend_stubs.py
test/test_import_stats.py
test/test_indexing.py
test/test_jit.py
test/test_jit_cuda_fuser.py
test/test_jit_disabled.py
test/test_jit_fuser.py
test/test_jit_fuser_legacy.py
test/test_jit_fuser_te.py
test/test_jit_legacy.py
test/test_jit_profiling.py
test/test_jit_simple.py
test/test_jit_string.py
test/test_kernel_launch_checks.py
test/test_license.py
test/test_linalg.py
test/test_logging.py
test/test_metal.py
test/test_mkldnn.py
test/test_mobile_optimizer.py
test/test_model_dump.py
test/test_module_init.py
test/test_modules.py
test/test_multiprocessing.py
test/test_multiprocessing_spawn.py
test/test_namedtensor.py
test/test_namedtuple_return_api.py
test/test_native_functions.py
test/test_nn.py
test/test_nnapi.py
test/test_numba_integration.py
test/test_numpy_interop.py
test/test_openmp.py
test/test_ops.py
test/test_optim.py
test/test_overrides.py
test/test_package.py
test/test_profiler.py
test/test_pruning_op.py
test/test_public_bindings.py
test/test_python_dispatch.py
test/test_pytree.py
test/test_quantization.py
test/test_reductions.py
test/test_segment_reductions.py
test/test_serialization.py
test/test_set_default_mobile_cpu_allocator.py
test/test_shape_ops.py
test/test_show_pickle.py
test/test_sort_and_select.py
test/test_sparse.py
test/test_sparse_csr.py
test/test_spectral_ops.py
test/test_static_runtime.py
test/test_tensor_creation_ops.py
test/test_tensorboard.py
test/test_tensorexpr.py
test/test_tensorexpr_pybind.py
test/test_testing.py
test/test_throughput_benchmark.py
test/test_torch.py
test/test_type_hints.py
test/test_type_info.py
test/test_type_promotion.py
test/test_typing.py
test/test_unary_ufuncs.py
test/test_utils.py
test/test_view_ops.py
test/test_vmap.py
test/test_vulkan.py
test/test_xnnpack_integration.py
test/ao/sparsity/test_kernels.py
test/ao/sparsity/test_parametrization.py
test/ao/sparsity/test_pruner.py
test/ao/sparsity/test_scheduler.py
test/ao/sparsity/test_sparsifier.py
test/autograd/test_complex.py
test/backward_compatibility/check_backward_compatibility.py
test/backward_compatibility/dump_all_function_schemas.py
test/benchmark_utils/callgrind_artifacts.json
test/benchmark_utils/test_benchmark_utils.py
test/bottleneck_test/test.py
test/bottleneck_test/test_args.py
test/bottleneck_test/test_cuda.py
test/cpp/__init__.py
test/cpp/api/CMakeLists.txt
test/cpp/api/README.md
test/cpp/api/any.cpp
test/cpp/api/autograd.cpp
test/cpp/api/dataloader.cpp
test/cpp/api/dispatch.cpp
test/cpp/api/enum.cpp
test/cpp/api/expanding-array.cpp
test/cpp/api/fft.cpp
test/cpp/api/functional.cpp
test/cpp/api/grad_mode.cpp
test/cpp/api/imethod.cpp
test/cpp/api/inference_mode.cpp
test/cpp/api/init.cpp
test/cpp/api/init_baseline.h
test/cpp/api/init_baseline.py
test/cpp/api/integration.cpp
test/cpp/api/jit.cpp
test/cpp/api/memory.cpp
test/cpp/api/meta_tensor.cpp
test/cpp/api/misc.cpp
test/cpp/api/module.cpp
test/cpp/api/moduledict.cpp
test/cpp/api/modulelist.cpp
test/cpp/api/modules.cpp
test/cpp/api/namespace.cpp
test/cpp/api/nn_utils.cpp
test/cpp/api/operations.cpp
test/cpp/api/optim.cpp
test/cpp/api/optim_baseline.h
test/cpp/api/optim_baseline.py
test/cpp/api/ordered_dict.cpp
test/cpp/api/parallel.cpp
test/cpp/api/parallel_benchmark.cpp
test/cpp/api/parameterdict.cpp
test/cpp/api/parameterlist.cpp
test/cpp/api/rnn.cpp
test/cpp/api/sequential.cpp
test/cpp/api/serialize.cpp
test/cpp/api/special.cpp
test/cpp/api/static.cpp
test/cpp/api/support.cpp
test/cpp/api/support.h
test/cpp/api/tensor.cpp
test/cpp/api/tensor_cuda.cpp
test/cpp/api/tensor_flatten.cpp
test/cpp/api/tensor_indexing.cpp
test/cpp/api/tensor_options.cpp
test/cpp/api/tensor_options_cuda.cpp
test/cpp/api/torch_include.cpp
test/cpp/api/transformer.cpp
test/cpp/c10d/CMakeLists.txt
test/cpp/c10d/CUDATest.cu
test/cpp/c10d/CUDATest.hpp
test/cpp/c10d/FileStoreTest.cpp
test/cpp/c10d/HashStoreTest.cpp
test/cpp/c10d/ProcessGroupGlooAsyncTest.cpp
test/cpp/c10d/ProcessGroupGlooTest.cpp
test/cpp/c10d/ProcessGroupMPITest.cpp
test/cpp/c10d/ProcessGroupNCCLErrorsTest.cpp
test/cpp/c10d/ProcessGroupNCCLTest.cpp
test/cpp/c10d/StoreTestCommon.hpp
test/cpp/c10d/TCPStoreTest.cpp
test/cpp/c10d/TestUtils.hpp
test/cpp/c10d/example/allreduce.cpp
test/cpp/common/main.cpp
test/cpp/common/support.h
test/cpp/dist_autograd/CMakeLists.txt
test/cpp/dist_autograd/test_dist_autograd.cpp
test/cpp/jit/CMakeLists.txt
test/cpp/jit/README.md
test/cpp/jit/__init__.py
test/cpp/jit/script_module_v4.ptl
test/cpp/jit/script_module_v5.ptl
test/cpp/jit/script_module_v6.ptl
test/cpp/jit/test_alias_analysis.cpp
test/cpp/jit/test_argument_spec.cpp
test/cpp/jit/test_autodiff.cpp
test/cpp/jit/test_backend.cpp
test/cpp/jit/test_backend_compiler_lib.cpp
test/cpp/jit/test_backend_compiler_preprocess.cpp
test/cpp/jit/test_backend_lib.cpp
test/cpp/jit/test_class_import.cpp
test/cpp/jit/test_class_parser.cpp
test/cpp/jit/test_class_type.cpp
test/cpp/jit/test_cleanup_passes.cpp
test/cpp/jit/test_code_template.cpp
test/cpp/jit/test_concat_opt.cpp
test/cpp/jit/test_constant_pooling.cpp
test/cpp/jit/test_create_autodiff_subgraphs.cpp
test/cpp/jit/test_cs_debug_info_serialization.cpp
test/cpp/jit/test_custom_class.cpp
test/cpp/jit/test_custom_class_registrations.cpp
test/cpp/jit/test_custom_class_registrations.h
test/cpp/jit/test_custom_operators.cpp
test/cpp/jit/test_dce.cpp
test/cpp/jit/test_fuser.cpp
test/cpp/jit/test_gpu.cpp
test/cpp/jit/test_graph_executor.cpp
test/cpp/jit/test_graph_iterator.cpp
test/cpp/jit/test_inliner.cpp
test/cpp/jit/test_interface.cpp
test/cpp/jit/test_interpreter.cpp
test/cpp/jit/test_interpreter_async.pt
test/cpp/jit/test_ir.cpp
test/cpp/jit/test_irparser.cpp
test/cpp/jit/test_jit_logging_levels.cpp
test/cpp/jit/test_jit_type.cpp
test/cpp/jit/test_lite_interpreter.cpp
test/cpp/jit/test_lite_trainer.cpp
test/cpp/jit/test_memory_dag.cpp
test/cpp/jit/test_misc.cpp
test/cpp/jit/test_mobile_type_parser.cpp
test/cpp/jit/test_module_api.cpp
test/cpp/jit/test_peephole_optimize.cpp
test/cpp/jit/test_qualified_name.cpp
test/cpp/jit/test_save_load.cpp
test/cpp/jit/test_schema_matching.cpp
test/cpp/jit/test_script_profile.cpp
test/cpp/jit/test_stack_opt.cpp
test/cpp/jit/test_subgraph_matcher.cpp
test/cpp/jit/test_subgraph_rewriter.cpp
test/cpp/jit/test_subgraph_utils.cpp
test/cpp/jit/test_union.cpp
test/cpp/jit/test_utils.cpp
test/cpp/jit/test_utils.h
test/cpp/jit/tests_setup.py
test/cpp/jit/torch_python_test.cpp
test/cpp/lite_interpreter_runtime/CMakeLists.txt
test/cpp/lite_interpreter_runtime/delegate_test.ptl
test/cpp/lite_interpreter_runtime/delegated_submodule_with_debug_info.ptl
test/cpp/lite_interpreter_runtime/light_model.ptl
test/cpp/lite_interpreter_runtime/main.cpp
test/cpp/lite_interpreter_runtime/sequence.ptl
test/cpp/lite_interpreter_runtime/test_lite_interpreter_runtime.cpp
test/cpp/lite_interpreter_runtime/test_mobile_profiler.cpp
test/cpp/lite_interpreter_runtime/to_be_profiled_module.ptl
test/cpp/rpc/CMakeLists.txt
test/cpp/rpc/e2e_test_base.cpp
test/cpp/rpc/e2e_test_base.h
test/cpp/rpc/test_e2e_tensorpipe.cpp
test/cpp/rpc/test_tensorpipe_serialization.cpp
test/cpp/rpc/test_wire_serialization.cpp
test/cpp/tensorexpr/CMakeLists.txt
test/cpp/tensorexpr/README.md
test/cpp/tensorexpr/gtest_assert_float_eq.h
test/cpp/tensorexpr/padded_buffer.cpp
test/cpp/tensorexpr/padded_buffer.h
test/cpp/tensorexpr/test_approx.cpp
test/cpp/tensorexpr/test_aten.cpp
test/cpp/tensorexpr/test_base.h
test/cpp/tensorexpr/test_boundsinference.cpp
test/cpp/tensorexpr/test_conv.cpp
test/cpp/tensorexpr/test_cpp_codegen.cpp
test/cpp/tensorexpr/test_cuda.cpp
test/cpp/tensorexpr/test_expr.cpp
test/cpp/tensorexpr/test_external_calls.cpp
test/cpp/tensorexpr/test_graph_opt.cpp
test/cpp/tensorexpr/test_ir_printer.cpp
test/cpp/tensorexpr/test_ir_verifier.cpp
test/cpp/tensorexpr/test_kernel.cpp
test/cpp/tensorexpr/test_llvm.cpp
test/cpp/tensorexpr/test_loopnest.cpp
test/cpp/tensorexpr/test_memdependency.cpp
test/cpp/tensorexpr/test_ops.cpp
test/cpp/tensorexpr/test_reductions.cpp
test/cpp/tensorexpr/test_registerizer.cpp
test/cpp/tensorexpr/test_simplify.cpp
test/cpp/tensorexpr/test_te_fuser_pass.cpp
test/cpp/tensorexpr/test_type.cpp
test/cpp/tensorexpr/test_utils.h
test/cpp/tensorexpr/tutorial.cpp
test/cpp_api_parity/__init__.py
test/cpp_api_parity/functional_impl_check.py
test/cpp_api_parity/module_impl_check.py
test/cpp_api_parity/parity-tracker.md
test/cpp_api_parity/parity_table_parser.py
test/cpp_api_parity/sample_functional.py
test/cpp_api_parity/sample_module.py
test/cpp_api_parity/utils.py
test/cpp_extensions/cpp_c10d_extension.cpp
test/cpp_extensions/cpp_c10d_extension.hpp
test/cpp_extensions/cpp_frontend_extension.cpp
test/cpp_extensions/cuda_extension.cpp
test/cpp_extensions/cuda_extension.cu
test/cpp_extensions/cuda_extension_kernel.cu
test/cpp_extensions/cuda_extension_kernel2.cu
test/cpp_extensions/cudnn_extension.cpp
test/cpp_extensions/dangling_impl_extension.cpp
test/cpp_extensions/doubler.h
test/cpp_extensions/extension.cpp
test/cpp_extensions/jit_extension.cpp
test/cpp_extensions/jit_extension2.cpp
test/cpp_extensions/ort_extension.cpp
test/cpp_extensions/rng_extension.cpp
test/cpp_extensions/setup.py
test/cpp_extensions/torch_library.cu
test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp
test/cpp_extensions/no_python_abi_suffix_test/setup.py
test/cpp_extensions/self_compiler_include_dirs_test/tmp.h
test/cpp_extensions/torch_test_cpp_extension/__init__.py
test/custom_backend/CMakeLists.txt
test/custom_backend/backend.py
test/custom_backend/custom_backend.cpp
test/custom_backend/custom_backend.h
test/custom_backend/test_custom_backend.cpp
test/custom_backend/test_custom_backend.py
test/custom_operator/CMakeLists.txt
test/custom_operator/model.py
test/custom_operator/op.cpp
test/custom_operator/op.h
test/custom_operator/test_custom_classes.py
test/custom_operator/test_custom_ops.cpp
test/custom_operator/test_custom_ops.py
test/distributed/argparse_util_test.py
test/distributed/test_c10d_common.py
test/distributed/test_c10d_gloo.py
test/distributed/test_c10d_nccl.py
test/distributed/test_c10d_spawn.py
test/distributed/test_c10d_spawn_gloo.py
test/distributed/test_c10d_spawn_nccl.py
test/distributed/test_data_parallel.py
test/distributed/test_distributed_spawn.py
test/distributed/test_jit_c10d.py
test/distributed/test_launcher.py
test/distributed/test_nccl.py
test/distributed/test_pg_wrapper.py
test/distributed/test_store.py
test/distributed/_sharded_tensor/test_sharded_tensor.py
test/distributed/_sharded_tensor/ops/test_linear.py
test/distributed/_sharding_spec/test_sharding_spec.py
test/distributed/algorithms/test_join.py
test/distributed/algorithms/ddp_comm_hooks/test_ddp_hooks.py
test/distributed/algorithms/quantization/test_quantization.py
test/distributed/bin/test_script.py
test/distributed/elastic/agent/server/test/__init__.py
test/distributed/elastic/agent/server/test/api_test.py
test/distributed/elastic/agent/server/test/local_elastic_agent_test.py
test/distributed/elastic/events/lib_test.py
test/distributed/elastic/metrics/__init__.py
test/distributed/elastic/metrics/api_test.py
test/distributed/elastic/multiprocessing/api_test.py
test/distributed/elastic/multiprocessing/redirects_test.py
test/distributed/elastic/multiprocessing/tail_log_test.py
test/distributed/elastic/multiprocessing/bin/echo1.py
test/distributed/elastic/multiprocessing/bin/echo2.py
test/distributed/elastic/multiprocessing/bin/echo3.py
test/distributed/elastic/multiprocessing/bin/test_script.py
test/distributed/elastic/multiprocessing/bin/zombie_test.py
test/distributed/elastic/multiprocessing/errors/api_test.py
test/distributed/elastic/multiprocessing/errors/error_handler_test.py
test/distributed/elastic/rendezvous/__init__.py
test/distributed/elastic/rendezvous/api_test.py
test/distributed/elastic/rendezvous/c10d_rendezvous_backend_test.py
test/distributed/elastic/rendezvous/dynamic_rendezvous_test.py
test/distributed/elastic/rendezvous/etcd_rendezvous_backend_test.py
test/distributed/elastic/rendezvous/etcd_rendezvous_test.py
test/distributed/elastic/rendezvous/etcd_server_test.py
test/distributed/elastic/rendezvous/rendezvous_backend_test.py
test/distributed/elastic/rendezvous/static_rendezvous_test.py
test/distributed/elastic/rendezvous/utils_test.py
test/distributed/elastic/timer/__init__.py
test/distributed/elastic/timer/api_test.py
test/distributed/elastic/timer/local_timer_example.py
test/distributed/elastic/timer/local_timer_test.py
test/distributed/elastic/utils/__init__.py
test/distributed/elastic/utils/distributed_test.py
test/distributed/elastic/utils/logging_test.py
test/distributed/elastic/utils/util_test.py
test/distributed/elastic/utils/data/__init__.py
test/distributed/elastic/utils/data/cycling_iterator_test.py
test/distributed/launcher/__init__.py
test/distributed/launcher/api_test.py
test/distributed/launcher/launch_test.py
test/distributed/launcher/run_test.py
test/distributed/launcher/bin/test_script.py
test/distributed/launcher/bin/test_script.sh
test/distributed/launcher/bin/test_script_init_method.py
test/distributed/launcher/bin/test_script_is_torchelastic_launched.py
test/distributed/launcher/bin/test_script_local_rank.py
test/distributed/nn/jit/__init__.py
test/distributed/nn/jit/test_instantiator.py
test/distributed/optim/test_zero_redundancy_optimizer.py
test/distributed/pipeline/sync/__init__.py
test/distributed/pipeline/sync/conftest.py
test/distributed/pipeline/sync/test_balance.py
test/distributed/pipeline/sync/test_bugs.py
test/distributed/pipeline/sync/test_checkpoint.py
test/distributed/pipeline/sync/test_copy.py
test/distributed/pipeline/sync/test_deferred_batch_norm.py
test/distributed/pipeline/sync/test_dependency.py
test/distributed/pipeline/sync/test_inplace.py
test/distributed/pipeline/sync/test_microbatch.py
test/distributed/pipeline/sync/test_phony.py
test/distributed/pipeline/sync/test_pipe.py
test/distributed/pipeline/sync/test_pipeline.py
test/distributed/pipeline/sync/test_stream.py
test/distributed/pipeline/sync/test_transparency.py
test/distributed/pipeline/sync/test_worker.py
test/distributed/pipeline/sync/skip/__init__.py
test/distributed/pipeline/sync/skip/test_api.py
test/distributed/pipeline/sync/skip/test_gpipe.py
test/distributed/pipeline/sync/skip/test_inspect_skip_layout.py
test/distributed/pipeline/sync/skip/test_leak.py
test/distributed/pipeline/sync/skip/test_portal.py
test/distributed/pipeline/sync/skip/test_stash_pop.py
test/distributed/pipeline/sync/skip/test_tracker.py
test/distributed/pipeline/sync/skip/test_verify_skippables.py
test/distributed/rpc/test_faulty_agent.py
test/distributed/rpc/test_tensorpipe_agent.py
test/distributed/rpc/cuda/test_tensorpipe_agent.py
test/distributions/test_constraints.py
test/distributions/test_distributions.py
test/distributions/test_transforms.py
test/distributions/test_utils.py
test/error_messages/storage.py
test/expect/TestAutograd.test_function-x_grad_desc.expect
test/expect/TestAutograd.test_function-y_grad_desc.expect
test/expect/TestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect
test/expect/TestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect
test/expect/TestJit.test_cu_escaped_number.expect
test/expect/TestJit.test_import_method.expect
test/expect/TestJit.test_non_ascii_string.expect
test/expect/TestJit.test_pretty_printer-empty_float_list_test.expect
test/expect/TestJit.test_pretty_printer-empty_int_list_test.expect
test/expect/TestJit.test_pretty_printer-if_one.expect
test/expect/TestJit.test_pretty_printer-if_test.expect
test/expect/TestJit.test_pretty_printer-loop_use_test.expect
test/expect/TestJit.test_pretty_printer-print_weird_test.expect
test/expect/TestJit.test_pretty_printer-python_op_name_test.expect
test/expect/TestJit.test_pretty_printer-while_if_test.expect
test/expect/TestJit.test_pretty_printer-while_test.expect
test/expect/TestPytorchExportModes.test_aten_fallback.expect
test/expect/TestPytorchExportModes.test_onnx_aten.expect
test/expect/TestScript.test_annot_ast_mypy_fn.expect
test/expect/TestScript.test_annot_ast_mypy_method.expect
test/expect/TestScript.test_annot_ast_py3_fn.expect
test/expect/TestScript.test_annot_ast_py3_method.expect
test/expect/TestScript.test_annot_string_mypy_fn.expect
test/expect/TestScript.test_annot_string_mypy_method.expect
test/expect/TestScript.test_annot_string_py3_fn.expect
test/expect/TestScript.test_annot_string_py3_method.expect
test/expect/TestScript.test_annotated_script_fn.expect
test/expect/TestScript.test_annotated_script_method.expect
test/expect/TestScript.test_format-stdout.expect
test/expect/TestScript.test_listconstruct_erasure.expect
test/expect/TestScript.test_parser_type_annotations.expect
test/expect/TestScript.test_parser_type_annotations_comment.expect
test/expect/TestScript.test_print-stdout.expect
test/expect/TestScript.test_python_frontend.expect
test/expect/TestScript.test_python_frontend_py2.expect
test/expect/TestScript.test_python_frontend_py3.expect
test/expect/TestScript.test_string_print-stdout.expect
test/expect/TestScript.test_torch_dot_tensor_annotation.expect
test/expect/TestSparseCPU.test_print_coalesced_cpu_float64.expect
test/expect/TestSparseCPU.test_print_uncoalesced_cpu_float64.expect
test/expect/TestSparseCSRCPU.test_sparse_csr_print_cpu.expect
test/expect/TestSparseCSRCUDA.test_sparse_csr_print_cuda.expect
test/expect/TestSparseCUDA.test_print_coalesced_cuda_float64.expect
test/expect/TestSparseCUDA.test_print_uncoalesced_cuda_float64.expect
test/expect/TestTensorBoard.test_audio.expect
test/expect/TestTensorBoard.test_caffe2_simple_cnnmodel.expect
test/expect/TestTensorBoard.test_caffe2_simple_model.expect
test/expect/TestTensorBoard.test_histogram_auto.expect
test/expect/TestTensorBoard.test_histogram_doane.expect
test/expect/TestTensorBoard.test_histogram_fd.expect
test/expect/TestTensorBoard.test_hparams_bool.expect
test/expect/TestTensorBoard.test_hparams_number.expect
test/expect/TestTensorBoard.test_hparams_string.expect
test/expect/TestTensorBoard.test_image_with_3_channel_batched.expect
test/expect/TestTensorBoard.test_image_with_boxes.expect
test/expect/TestTensorBoard.test_image_with_one_channel.expect
test/expect/TestTensorBoard.test_image_with_one_channel_batched.expect
test/expect/TestTensorBoard.test_image_without_channel.expect
test/expect/TestTensorBoard.test_mesh.expect
test/expect/TestTensorBoard.test_pr_curve.expect
test/expect/TestTensorBoard.test_pr_curve_raw.expect
test/expect/TestTensorBoard.test_pytorch_graph.expect
test/expect/TestTensorBoard.test_scalar_new_style.expect
test/expect/TestTensorBoard.test_text.expect
test/expect/TestTensorBoard.test_video.expect
test/expect/TestTorch.test_is_nonzero-empty.expect
test/expect/TestTorch.test_is_nonzero-multiple.expect
test/expect/TestTorch.test_print-non_contiguous.expect
test/expect/__init__.py
test/fx/named_tup.py
test/fx/quantization.py
test/fx/test_dce_pass.py
test/fx/test_future.py
test/fx/test_fx_const_fold.py
test/fx/test_fx_param_shape_control_flow.py
test/fx/test_gradual_type.py
test/fx/test_subgraph_rewriter.py
test/jit/__init__.py
test/jit/test_async.py
test/jit/test_aten_pow.py
test/jit/test_attr.py
test/jit/test_autodiff_subgraph_slicing.py
test/jit/test_backend_nnapi.py
test/jit/test_backends.py
test/jit/test_batch_mm.py
test/jit/test_builtins.py
test/jit/test_class_type.py
test/jit/test_complex.py
test/jit/test_complexity.py
test/jit/test_convert_activation.py
test/jit/test_cuda.py
test/jit/test_custom_operators.py
test/jit/test_data_parallel.py
test/jit/test_enum.py
test/jit/test_export_modes.py
test/jit/test_freezing.py
test/jit/test_functional_blocks.py
test/jit/test_fuser_common.py
test/jit/test_graph_rewrite_passes.py
test/jit/test_hash.py
test/jit/test_hooks.py
test/jit/test_hooks_modules.py
test/jit/test_ignorable_args.py
test/jit/test_ignore_context_manager.py
test/jit/test_isinstance.py
test/jit/test_jit_utils.py
test/jit/test_list_dict.py
test/jit/test_logging.py
test/jit/test_misc.py
test/jit/test_models.py
test/jit/test_module_apis.py
test/jit/test_module_containers.py
test/jit/test_module_interface.py
test/jit/test_modules.py
test/jit/test_onnx_export.py
test/jit/test_optimize_for_mobile_preserve_debug_info.py
test/jit/test_parametrization.py
test/jit/test_pdt.py
test/jit/test_peephole.py
test/jit/test_profiler.py
test/jit/test_python_bindings.py
test/jit/test_python_builtins.py
test/jit/test_python_ir.py
test/jit/test_recursive_script.py
test/jit/test_remove_mutation.py
test/jit/test_save_load.py
test/jit/test_script_profile.py
test/jit/test_scriptmod_ann.py
test/jit/test_slice.py
test/jit/test_string_formatting.py
test/jit/test_symbolic_shape_analysis.py
test/jit/test_tensor_creation_ops.py
test/jit/test_torchbind.py
test/jit/test_tracer.py
test/jit/test_type_sharing.py
test/jit/test_types.py
test/jit/test_typing.py
test/jit/test_union.py
test/jit/test_unsupported_ops.py
test/jit/test_warn.py
test/jit/test_with.py
test/jit/_imported_class_test/__init__.py
test/jit/_imported_class_test/bar.py
test/jit/_imported_class_test/foo.py
test/jit/_imported_class_test/very/__init__.py
test/jit/_imported_class_test/very/very/__init__.py
test/jit/_imported_class_test/very/very/nested.py
test/jit/fixtures/_test_serialization_subcmul_v2.pt
test/jit/fixtures/test_versioned_div_scalar_float_v3.pt
test/jit/fixtures/test_versioned_div_scalar_inplace_float_v3.pt
test/jit/fixtures/test_versioned_div_scalar_inplace_int_v3.pt
test/jit/fixtures/test_versioned_div_scalar_int_v3.pt
test/jit/fixtures/test_versioned_div_scalar_reciprocal_float_v3.pt
test/jit/fixtures/test_versioned_div_scalar_reciprocal_int_v3.pt
test/jit/fixtures/test_versioned_div_scalar_scalar_v3.pt
test/jit/fixtures/test_versioned_div_tensor_inplace_v3.pt
test/jit/fixtures/test_versioned_div_tensor_out_v3.pt
test/jit/fixtures/test_versioned_div_tensor_v3.pt
test/jit/fixtures/test_versioned_full_integer_value_v4.pt
test/jit/fixtures/test_versioned_full_preserved_v4.pt
test/jit_hooks/CMakeLists.txt
test/jit_hooks/model.py
test/jit_hooks/test_jit_hooks.cpp
test/mobile/test_bytecode.py
test/mobile/test_lite_script_module.py
test/mobile/test_quantize_fx_lite_script_module.py
test/mobile/custom_build/CMakeLists.txt
test/mobile/custom_build/build.sh
test/mobile/custom_build/expected_output.txt
test/mobile/custom_build/predictor.cpp
test/mobile/custom_build/prepare_model.py
test/mobile/nnc/CMakeLists.txt
test/mobile/nnc/test_context.cpp
test/mobile/nnc/test_nnc_backend.cpp
test/mobile/nnc/test_registry.cpp
test/mobile/op_deps/CMakeLists.txt
test/mobile/op_deps/build.sh
test/mobile/op_deps/expected_deps.yaml
test/mobile/op_deps/main.cc
test/mobile/op_deps/quantized_ops.cpp
test/mobile/op_deps/quantized_ops.h
test/mobile/op_deps/simple_ops.cpp
test/mobile/op_deps/simple_ops.h
test/mobile/op_deps/utils.cpp
test/mobile/op_deps/utils.h
test/onnx/debug_embed_params.py
test/onnx/export_onnx_tests_filter.py
test/onnx/export_onnx_tests_generator.py
test/onnx/pytorch_helper.py
test/onnx/test_caffe2_common.py
test/onnx/test_custom_ops.py
test/onnx/test_models.py
test/onnx/test_models_onnxruntime.py
test/onnx/test_onnx_common.py
test/onnx/test_onnx_opset.py
test/onnx/test_operators.py
test/onnx/test_pytorch_common.py
test/onnx/test_pytorch_helper.py
test/onnx/test_pytorch_onnx_caffe2.py
test/onnx/test_pytorch_onnx_caffe2_quantized.py
test/onnx/test_pytorch_onnx_onnxruntime.py
test/onnx/test_pytorch_onnx_onnxruntime_cuda.py
test/onnx/test_pytorch_onnx_shape_inference.py
test/onnx/test_utility_funs.py
test/onnx/test_verify.py
test/onnx/verify.py
test/onnx/assets/grace_hopper_517x606.jpg
test/onnx/assets/rgb_pytorch.png
test/onnx/expect/TestOperators.test_acos.expect
test/onnx/expect/TestOperators.test_add_broadcast.expect
test/onnx/expect/TestOperators.test_add_left_broadcast.expect
test/onnx/expect/TestOperators.test_add_size1_broadcast.expect
test/onnx/expect/TestOperators.test_add_size1_right_broadcast.expect
test/onnx/expect/TestOperators.test_add_size1_singleton_broadcast.expect
test/onnx/expect/TestOperators.test_addconstant.expect
test/onnx/expect/TestOperators.test_addmm.expect
test/onnx/expect/TestOperators.test_arange_dynamic.expect
test/onnx/expect/TestOperators.test_argmax.expect
test/onnx/expect/TestOperators.test_asin.expect
test/onnx/expect/TestOperators.test_at_op.expect
test/onnx/expect/TestOperators.test_atan.expect
test/onnx/expect/TestOperators.test_aten_embedding_1.expect
test/onnx/expect/TestOperators.test_aten_embedding_2.expect
test/onnx/expect/TestOperators.test_avg_pool2d.expect
test/onnx/expect/TestOperators.test_baddbmm.expect
test/onnx/expect/TestOperators.test_basic.expect
test/onnx/expect/TestOperators.test_batchnorm.expect
test/onnx/expect/TestOperators.test_batchnorm_1d.expect
test/onnx/expect/TestOperators.test_batchnorm_noaffine.expect
test/onnx/expect/TestOperators.test_batchnorm_onnx_irv4.expect
test/onnx/expect/TestOperators.test_batchnorm_training.expect
test/onnx/expect/TestOperators.test_bitshift.expect
test/onnx/expect/TestOperators.test_c2_op.expect
test/onnx/expect/TestOperators.test_chunk.expect
test/onnx/expect/TestOperators.test_clip.expect
test/onnx/expect/TestOperators.test_clip_max.expect
test/onnx/expect/TestOperators.test_clip_min.expect
test/onnx/expect/TestOperators.test_concat2.expect
test/onnx/expect/TestOperators.test_conv.expect
test/onnx/expect/TestOperators.test_conv_onnx_irv4.expect
test/onnx/expect/TestOperators.test_conv_onnx_irv4_opset8.expect
test/onnx/expect/TestOperators.test_convtranspose.expect
test/onnx/expect/TestOperators.test_cos.expect
test/onnx/expect/TestOperators.test_cumsum.expect
test/onnx/expect/TestOperators.test_det.expect
test/onnx/expect/TestOperators.test_dict.expect
test/onnx/expect/TestOperators.test_dict_str.expect
test/onnx/expect/TestOperators.test_dim.expect
test/onnx/expect/TestOperators.test_dropout.expect
test/onnx/expect/TestOperators.test_dropout_default.expect
test/onnx/expect/TestOperators.test_dropout_opset12.expect
test/onnx/expect/TestOperators.test_dropout_training.expect
test/onnx/expect/TestOperators.test_dropout_training_opset12.expect
test/onnx/expect/TestOperators.test_dynamic_axes_add.expect
test/onnx/expect/TestOperators.test_dynamic_axes_matmul.expect
test/onnx/expect/TestOperators.test_dynamic_axes_reduce_mean.expect
test/onnx/expect/TestOperators.test_dynamic_axes_unchange.expect
test/onnx/expect/TestOperators.test_elu.expect
test/onnx/expect/TestOperators.test_embedding_bags.expect
test/onnx/expect/TestOperators.test_empty_like.expect
test/onnx/expect/TestOperators.test_empty_like_opset7.expect
test/onnx/expect/TestOperators.test_equal.expect
test/onnx/expect/TestOperators.test_erf.expect
test/onnx/expect/TestOperators.test_exp.expect
test/onnx/expect/TestOperators.test_expand.expect
test/onnx/expect/TestOperators.test_flatten.expect
test/onnx/expect/TestOperators.test_flatten2D.expect
test/onnx/expect/TestOperators.test_fmod.expect
test/onnx/expect/TestOperators.test_frobenius_norm.expect
test/onnx/expect/TestOperators.test_full.expect
test/onnx/expect/TestOperators.test_full_like.expect
test/onnx/expect/TestOperators.test_gather.expect
test/onnx/expect/TestOperators.test_gather_opset11.expect
test/onnx/expect/TestOperators.test_ge.expect
test/onnx/expect/TestOperators.test_gelu.expect
test/onnx/expect/TestOperators.test_gt.expect
test/onnx/expect/TestOperators.test_hardtanh.expect
test/onnx/expect/TestOperators.test_implicit_expand.expect
test/onnx/expect/TestOperators.test_index.expect
test/onnx/expect/TestOperators.test_isnan.expect
test/onnx/expect/TestOperators.test_layer_norm_aten.expect
test/onnx/expect/TestOperators.test_le.expect
test/onnx/expect/TestOperators.test_linear.expect
test/onnx/expect/TestOperators.test_log_sigmoid.expect
test/onnx/expect/TestOperators.test_logsoftmax.expect
test/onnx/expect/TestOperators.test_lstm_none_sequence_lens.expect
test/onnx/expect/TestOperators.test_lt.expect
test/onnx/expect/TestOperators.test_master_opset.expect
test/onnx/expect/TestOperators.test_max.expect
test/onnx/expect/TestOperators.test_maxpool.expect
test/onnx/expect/TestOperators.test_maxpool_dilations.expect
test/onnx/expect/TestOperators.test_maxpool_indices.expect
test/onnx/expect/TestOperators.test_mean.expect
test/onnx/expect/TestOperators.test_meshgrid.expect
test/onnx/expect/TestOperators.test_min.expect
test/onnx/expect/TestOperators.test_mm.expect
test/onnx/expect/TestOperators.test_narrow.expect
test/onnx/expect/TestOperators.test_ne.expect
test/onnx/expect/TestOperators.test_non_float_params.expect
test/onnx/expect/TestOperators.test_nonzero.expect
test/onnx/expect/TestOperators.test_norm_p1.expect
test/onnx/expect/TestOperators.test_norm_p2.expect
test/onnx/expect/TestOperators.test_ones_like.expect
test/onnx/expect/TestOperators.test_pad.expect
test/onnx/expect/TestOperators.test_params.expect
test/onnx/expect/TestOperators.test_params_onnx_irv4.expect
test/onnx/expect/TestOperators.test_permute2.expect
test/onnx/expect/TestOperators.test_pixel_shuffle.expect
test/onnx/expect/TestOperators.test_pow.expect
test/onnx/expect/TestOperators.test_prelu.expect
test/onnx/expect/TestOperators.test_prod.expect
test/onnx/expect/TestOperators.test_rand.expect
test/onnx/expect/TestOperators.test_randn.expect
test/onnx/expect/TestOperators.test_reduce_sum_negative_indices.expect
test/onnx/expect/TestOperators.test_reduced_mean.expect
test/onnx/expect/TestOperators.test_reduced_mean_keepdim.expect
test/onnx/expect/TestOperators.test_reduced_prod.expect
test/onnx/expect/TestOperators.test_reduced_prod_keepdim.expect
test/onnx/expect/TestOperators.test_reduced_sum.expect
test/onnx/expect/TestOperators.test_reduced_sum_keepdim.expect
test/onnx/expect/TestOperators.test_reducemax.expect
test/onnx/expect/TestOperators.test_reducemin.expect
test/onnx/expect/TestOperators.test_remainder.expect
test/onnx/expect/TestOperators.test_repeat.expect
test/onnx/expect/TestOperators.test_repeat_dim_overflow.expect
test/onnx/expect/TestOperators.test_retain_param_name_disabled.expect
test/onnx/expect/TestOperators.test_round.expect
test/onnx/expect/TestOperators.test_rrelu.expect
test/onnx/expect/TestOperators.test_rsqrt.expect
test/onnx/expect/TestOperators.test_rsub.expect
test/onnx/expect/TestOperators.test_scatter_add.expect
test/onnx/expect/TestOperators.test_scatter_add_opset11.expect
test/onnx/expect/TestOperators.test_selu.expect
test/onnx/expect/TestOperators.test_sign.expect
test/onnx/expect/TestOperators.test_sin.expect
test/onnx/expect/TestOperators.test_slice.expect
test/onnx/expect/TestOperators.test_slice_dynamic.expect
test/onnx/expect/TestOperators.test_softmaxcrossentropy.expect
test/onnx/expect/TestOperators.test_softmaxcrossentropy_3d.expect
test/onnx/expect/TestOperators.test_softmaxcrossentropy_3d_none.expect
test/onnx/expect/TestOperators.test_softmaxcrossentropy_4d.expect
test/onnx/expect/TestOperators.test_softmaxcrossentropy_ignore_index.expect
test/onnx/expect/TestOperators.test_softmaxcrossentropy_weights.expect
test/onnx/expect/TestOperators.test_split.expect
test/onnx/expect/TestOperators.test_split_with_sizes.expect
test/onnx/expect/TestOperators.test_sqrt.expect
test/onnx/expect/TestOperators.test_std.expect
test/onnx/expect/TestOperators.test_sum.expect
test/onnx/expect/TestOperators.test_tan.expect
test/onnx/expect/TestOperators.test_topk.expect
test/onnx/expect/TestOperators.test_topk_smallest_unsorted.expect
test/onnx/expect/TestOperators.test_transpose.expect
test/onnx/expect/TestOperators.test_type_as.expect
test/onnx/expect/TestOperators.test_unfold.expect
test/onnx/expect/TestOperators.test_unique.expect
test/onnx/expect/TestOperators.test_unsqueeze.expect
test/onnx/expect/TestOperators.test_upsample_nearest_scale.expect
test/onnx/expect/TestOperators.test_upsample_nearest_scale_default_scale_factor.expect
test/onnx/expect/TestOperators.test_upsample_nearest_size.expect
test/onnx/expect/TestOperators.test_view.expect
test/onnx/expect/TestOperators.test_view_flatten.expect
test/onnx/expect/TestOperators.test_zeros_like.expect
test/onnx/model_defs/__init__.py
test/onnx/model_defs/dcgan.py
test/onnx/model_defs/emb_seq.py
test/onnx/model_defs/lstm_flattening_result.py
test/onnx/model_defs/mnist.py
test/onnx/model_defs/op_test.py
test/onnx/model_defs/rnn_model_with_packed_sequence.py
test/onnx/model_defs/squeezenet.py
test/onnx/model_defs/srresnet.py
test/onnx/model_defs/super_resolution.py
test/onnx/model_defs/word_language_model.py
test/optim/compare.sh
test/optim/test.lua
test/optim/test.py
test/optim/tests.json
test/package/__init__.py
test/package/common.py
test/package/module_a.py
test/package/test_analyze.py
test/package/test_dependency_api.py
test/package/test_dependency_hooks.py
test/package/test_digraph.py
test/package/test_directory_reader.py
test/package/test_glob_group.py
test/package/test_importer.py
test/package/test_mangling.py
test/package/test_misc.py
test/package/test_model.py
test/package/test_package_fx.py
test/package/test_package_script.py
test/package/test_resources.py
test/package/test_save_load.py
test/package/package_a/__init__.py
test/package/package_a/fake_interface.py
test/package/package_a/fake_script_class.py
test/package/package_a/std_sys_module_hacks.py
test/package/package_a/subpackage.py
test/package/package_a/test_all_leaf_modules_tracer.py
test/package/package_a/test_module.py
test/package/package_a/use_dunder_package.py
test/package/package_a/use_torch_package_importer.py
test/package/package_b/__init__.py
test/package/package_b/subpackage_1.py
test/package/package_b/subpackage_2.py
test/package/package_b/subpackage_0/__init__.py
test/package/package_b/subpackage_0/subsubpackage_0/__init__.py
test/package/package_c/__init__.py
test/package/package_c/test_module.py
test/package/test_trace_dep/__init__.py
test/quantization/__init__.py
test/quantization/ao_migration/__init__.py
test/quantization/ao_migration/common.py
test/quantization/ao_migration/test_quantization.py
test/quantization/bc/__init__.py
test/quantization/bc/test_backward_compatibility.py
test/quantization/core/__init__.py
test/quantization/core/test_quantized_functional.py
test/quantization/core/test_quantized_module.py
test/quantization/core/test_quantized_op.py
test/quantization/core/test_quantized_tensor.py
test/quantization/core/test_workflow_module.py
test/quantization/core/test_workflow_ops.py
test/quantization/eager/__init__.py
test/quantization/eager/test_bias_correction_eager.py
test/quantization/eager/test_equalize_eager.py
test/quantization/eager/test_fusion.py
test/quantization/eager/test_model_numerics.py
test/quantization/eager/test_numeric_suite_eager.py
test/quantization/eager/test_quantize_eager_ptq.py
test/quantization/eager/test_quantize_eager_qat.py
test/quantization/fx/__init__.py
test/quantization/fx/test_equalize_fx.py
test/quantization/fx/test_numeric_suite_fx.py
test/quantization/fx/test_quantize_fx.py
test/quantization/jit/__init__.py
test/quantization/jit/test_deprecated_jit_quant.py
test/quantization/jit/test_fusion_passes.py
test/quantization/jit/test_quantize_jit.py
test/quantization/serialized/TestSerialization.test_conv2d.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d.input.pt
test/quantization/serialized/TestSerialization.test_conv2d.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv2d.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v2.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_graph_v3.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v2.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_nobias_graph_v3.traced.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.expected.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.input.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.scripted.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv2d_relu.traced.pt
test/quantization/serialized/TestSerialization.test_conv3d.expected.pt
test/quantization/serialized/TestSerialization.test_conv3d.input.pt
test/quantization/serialized/TestSerialization.test_conv3d.scripted.pt
test/quantization/serialized/TestSerialization.test_conv3d.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv3d.traced.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.expected.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.input.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.scripted.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.state_dict.pt
test/quantization/serialized/TestSerialization.test_conv3d_relu.traced.pt
test/quantization/serialized/TestSerialization.test_default_qat_qconfig.expected.pt
test/quantization/serialized/TestSerialization.test_default_qat_qconfig.input.pt
test/quantization/serialized/TestSerialization.test_default_qat_qconfig.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear.expected.pt
test/quantization/serialized/TestSerialization.test_linear.input.pt
test/quantization/serialized/TestSerialization.test_linear.scripted.pt
test/quantization/serialized/TestSerialization.test_linear.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear.traced.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.expected.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.input.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.scripted.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_float16.traced.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.expected.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.input.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.scripted.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear_dynamic_qint8.traced.pt
test/quantization/serialized/TestSerialization.test_linear_relu.expected.pt
test/quantization/serialized/TestSerialization.test_linear_relu.input.pt
test/quantization/serialized/TestSerialization.test_linear_relu.scripted.pt
test/quantization/serialized/TestSerialization.test_linear_relu.state_dict.pt
test/quantization/serialized/TestSerialization.test_linear_relu.traced.pt
test/quantization/serialized/TestSerialization.test_lstm.expected.pt
test/quantization/serialized/TestSerialization.test_lstm.input.pt
test/quantization/serialized/TestSerialization.test_lstm.scripted.pt
test/quantization/serialized/TestSerialization.test_lstm.state_dict.pt
test/quantization/serialized/TestSerialization.test_lstm.traced.pt
test/quantization/serialized/TestSerialization.test_per_channel_observer.expected.pt
test/quantization/serialized/TestSerialization.test_per_channel_observer.input.pt
test/quantization/serialized/TestSerialization.test_per_channel_observer.state_dict.pt
test/quantization/serialized/TestSerialization.test_per_tensor_observer.expected.pt
test/quantization/serialized/TestSerialization.test_per_tensor_observer.input.pt
test/quantization/serialized/TestSerialization.test_per_tensor_observer.state_dict.pt
test/scripts/cuda_memcheck_common.py
test/scripts/run_cuda_memcheck.py
test/test_img/p1.jpg
test/typing/fail/bitwise_ops.py
test/typing/fail/creation_ops.py
test/typing/fail/random.py
test/typing/pass/creation_ops.py
test/typing/pass/math_ops.py
test/typing/reveal/module_list.py
test/typing/reveal/namedtuple.py
test/typing/reveal/opt_size.py
test/typing/reveal/size.py
test/typing/reveal/tensor_constructors.py
test/typing/reveal/tensor_copy.py
test/typing/reveal/tensor_sampling.py
test/typing/reveal/torch_optim.py
third_party/BUILD
third_party/LICENSES_BUNDLED.txt
third_party/README.md
third_party/build_bundled.py
third_party/cpuinfo.BUILD
third_party/cuda.BUILD
third_party/eigen.BUILD
third_party/fmt.BUILD
third_party/foxi.BUILD
third_party/gloo.BUILD
third_party/ideep.BUILD
third_party/mkl-dnn.BUILD
third_party/mkl.BUILD
third_party/mkl_headers.BUILD
third_party/onnx.BUILD
third_party/sleef.BUILD
third_party/sleef.bzl
third_party/substitution.bzl
third_party/tbb.BUILD
third_party/tbb.patch
third_party/tensorpipe.BUILD
third_party/QNNPACK/CMakeLists.txt
third_party/fbgemm/CMakeLists.txt
third_party/fmt/CMakeLists.txt
third_party/foxi/CMakeLists.txt
third_party/miniz-2.0.8/BUILD.bazel
third_party/miniz-2.0.8/ChangeLog.md
third_party/miniz-2.0.8/LICENSE
third_party/miniz-2.0.8/miniz.c
third_party/miniz-2.0.8/miniz.h
third_party/miniz-2.0.8/readme.md
third_party/miniz-2.0.8/examples/example1.c
third_party/miniz-2.0.8/examples/example2.c
third_party/miniz-2.0.8/examples/example3.c
third_party/miniz-2.0.8/examples/example4.c
third_party/miniz-2.0.8/examples/example5.c
third_party/miniz-2.0.8/examples/example6.c
third_party/onnx-tensorrt/CMakeLists.txt
third_party/psimd/CMakeLists.txt
third_party/pthreadpool/CMakeLists.txt
third_party/tensorflow_cuda_bazel_build/BUILD
third_party/tensorflow_cuda_bazel_build/README.md
third_party/tensorflow_cuda_bazel_build/WORKSPACE
third_party/tensorflow_cuda_bazel_build/cuda/BUILD
third_party/tensorpipe/CMakeLists.txt
third_party/valgrind-headers/README.md
third_party/valgrind-headers/callgrind.h
third_party/valgrind-headers/valgrind.h
tools/README.md
tools/__init__.py
tools/actions_local_runner.py
tools/build_libtorch.py
tools/build_pytorch_libs.py
tools/build_variables.bzl
tools/download_mnist.py
tools/extract_scripts.py
tools/generate_torch_version.py
tools/generated_dirs.txt
tools/git_add_generated_dirs.sh
tools/git_reset_generated_dirs.sh
tools/nightly.py
tools/pytorch.version
tools/render_junit.py
tools/vscode_settings.py
tools/amd_build/build_amd.py
tools/autograd/README.md
tools/autograd/__init__.py
tools/autograd/context.py
tools/autograd/deprecated.yaml
tools/autograd/derivatives.yaml
tools/autograd/gen_annotated_fn_args.py
tools/autograd/gen_autograd.py
tools/autograd/gen_autograd_functions.py
tools/autograd/gen_inplace_or_view_type.py
tools/autograd/gen_python_functions.py
tools/autograd/gen_trace_type.py
tools/autograd/gen_variable_factories.py
tools/autograd/gen_variable_type.py
tools/autograd/load_derivatives.py
tools/autograd/templates/ADInplaceOrViewType.cpp
tools/autograd/templates/Functions.cpp
tools/autograd/templates/Functions.h
tools/autograd/templates/TraceType.cpp
tools/autograd/templates/VariableType.cpp
tools/autograd/templates/VariableType.h
tools/autograd/templates/annotated_fn_args.py.in
tools/autograd/templates/python_fft_functions.cpp
tools/autograd/templates/python_functions.cpp
tools/autograd/templates/python_functions.h
tools/autograd/templates/python_linalg_functions.cpp
tools/autograd/templates/python_nn_functions.cpp
tools/autograd/templates/python_special_functions.cpp
tools/autograd/templates/python_torch_functions.cpp
tools/autograd/templates/python_variable_methods.cpp
tools/autograd/templates/variable_factories.h
tools/code_analyzer/CMakeLists.txt
tools/code_analyzer/analyzer.cpp
tools/code_analyzer/build.sh
tools/code_analyzer/gen_op_registration_allowlist.py
tools/code_analyzer/op_deps_pass.cpp
tools/code_analyzer/op_deps_processor.py
tools/code_analyzer/run_analyzer.sh
tools/code_coverage/README.md
tools/code_coverage/oss_coverage.py
tools/code_coverage/package/__init__.py
tools/code_coverage/package/oss/__init__.py
tools/code_coverage/package/oss/cov_json.py
tools/code_coverage/package/oss/init.py
tools/code_coverage/package/oss/run.py
tools/code_coverage/package/oss/utils.py
tools/code_coverage/package/tool/__init__.py
tools/code_coverage/package/tool/clang_coverage.py
tools/code_coverage/package/tool/gcc_coverage.py
tools/code_coverage/package/tool/print_report.py
tools/code_coverage/package/tool/summarize_jsons.py
tools/code_coverage/package/tool/utils.py
tools/code_coverage/package/tool/parser/__init__.py
tools/code_coverage/package/tool/parser/coverage_record.py
tools/code_coverage/package/tool/parser/gcov_coverage_parser.py
tools/code_coverage/package/tool/parser/llvm_coverage_parser.py
tools/code_coverage/package/tool/parser/llvm_coverage_segment.py
tools/code_coverage/package/util/__init__.py
tools/code_coverage/package/util/setting.py
tools/code_coverage/package/util/utils.py
tools/code_coverage/package/util/utils_init.py
tools/codegen/__init__.py
tools/codegen/code_template.py
tools/codegen/context.py
tools/codegen/gen.py
tools/codegen/gen_backend_stubs.py
tools/codegen/local.py
tools/codegen/model.py
tools/codegen/utils.py
tools/codegen/api/__init__.py
tools/codegen/api/autograd.py
tools/codegen/api/cpp.py
tools/codegen/api/dispatcher.py
tools/codegen/api/meta.py
tools/codegen/api/native.py
tools/codegen/api/python.py
tools/codegen/api/structured.py
tools/codegen/api/translate.py
tools/codegen/api/types.py
tools/codegen/dest/__init__.py
tools/codegen/dest/native_functions.py
tools/codegen/dest/register_dispatch_key.py
tools/codegen/selective_build/__init__.py
tools/codegen/selective_build/operator.py
tools/codegen/selective_build/selector.py
tools/config/defs.bzl
tools/coverage_plugins_package/README.md
tools/coverage_plugins_package/pyproject.toml
tools/coverage_plugins_package/setup.py
tools/coverage_plugins_package/src/coverage_plugins/__init__.py
tools/coverage_plugins_package/src/coverage_plugins/jit_plugin.py
tools/fast_nvcc/fast_nvcc.py
tools/fast_nvcc/wrap_nvcc.sh.in
tools/gdb/pytorch-gdb.py
tools/jit/__init__.py
tools/jit/templates/aten_interned_strings.h
tools/jit/templates/aten_schema_declarations.cpp
tools/jit/templates/external_functions_codegen_template.cpp
tools/linter/__init__.py
tools/linter/clang_format_all.py
tools/linter/clang_format_ci.sh
tools/linter/clang_format_utils.py
tools/linter/flake8_hook.py
tools/linter/mypy_wrapper.py
tools/linter/run_shellcheck.sh
tools/linter/trailing_newlines.py
tools/linter/translate_annotations.py
tools/linter/clang_tidy/__init__.py
tools/linter/clang_tidy/__main__.py
tools/linter/clang_tidy/generate_build_files.py
tools/linter/clang_tidy/max_tokens_pragma.py
tools/linter/clang_tidy/requirements.txt
tools/linter/clang_tidy/run.py
tools/linter/install/__init__.py
tools/linter/install/clang_tidy.py
tools/linter/install/download_bin.py
tools/lite_interpreter/__init__.py
tools/lite_interpreter/gen_selected_mobile_ops_header.py
tools/lldb/deploy_debugger.py
tools/pyi/__init__.py
tools/pyi/gen_pyi.py
tools/rules/cu.bzl
tools/rules/workspace.bzl
tools/setup_helpers/__init__.py
tools/setup_helpers/cmake.py
tools/setup_helpers/env.py
tools/setup_helpers/gen.py
tools/setup_helpers/gen_version_header.py
tools/setup_helpers/generate_code.py
tools/setup_helpers/numpy_.py
tools/shared/__init__.py
tools/shared/_utils_internal.py
tools/shared/cwrap_common.py
tools/shared/module_loader.py
tools/stats/__init__.py
tools/stats/export_slow_tests.py
tools/stats/import_test_stats.py
tools/stats/print_test_stats.py
tools/stats/s3_stat_parser.py
tools/stats/scribe.py
tools/stats/test_history.py
tools/stats/upload_binary_size_to_scuba.py
tools/test/test_actions_local_runner.py
tools/test/test_cmake.py
tools/test/test_codegen.py
tools/test/test_extract_scripts.py
tools/test/test_max_tokens_pragma.py
tools/test/test_mypy_wrapper.py
tools/test/test_stats.py
tools/test/test_test_history.py
tools/test/test_test_selections.py
tools/test/test_trailing_newlines.py
tools/test/test_translate_annotations.py
tools/testing/__init__.py
tools/testing/explicit_ci_jobs.py
tools/testing/modulefinder_determinator.py
tools/testing/test_selections.py
torch/CMakeLists.txt
torch/CMakeLists.txt.python
torch/README.txt
torch/_VF.py
torch/_VF.pyi
torch/__config__.py
torch/__future__.py
torch/__init__.py
torch/_appdirs.py
torch/_classes.py
torch/_deploy.py
torch/_jit_internal.py
torch/_linalg_utils.py
torch/_lobpcg.py
torch/_lowrank.py
torch/_namedtensor_internals.py
torch/_ops.py
torch/_python_dispatcher.py
torch/_six.py
torch/_sources.py
torch/_storage_docs.py
torch/_tensor.py
torch/_tensor_docs.py
torch/_tensor_str.py
torch/_torch_docs.py
torch/_utils.py
torch/_utils_internal.py
torch/_vmap_internals.py
torch/abi-check.cpp
torch/autocast_mode.py
torch/custom_class.h
torch/custom_class_detail.h
torch/deploy.h
torch/extension.h
torch/functional.py
torch/hub.py
torch/library.h
torch/overrides.py
torch/py.typed
torch/quasirandom.py
torch/random.py
torch/script.h
torch/serialization.py
torch/storage.py
torch/torch_version.py
torch/types.py
torch/version.py
torch.egg-info/PKG-INFO
torch.egg-info/SOURCES.txt
torch.egg-info/dependency_links.txt
torch.egg-info/entry_points.txt
torch.egg-info/requires.txt
torch.egg-info/top_level.txt
torch/_C/_VariableFunctions.pyi
torch/_C/_VariableFunctions.pyi.in
torch/_C/__init__.pyi
torch/_C/__init__.pyi.in
torch/_C/_autograd.pyi
torch/_C/_cudnn.pyi
torch/_C/_distributed_autograd.pyi
torch/_C/_distributed_c10d.pyi
torch/_C/_distributed_rpc.pyi
torch/_C/_distributed_rpc_testing.pyi
torch/_C/_functions.pyi
torch/_C/_nn.pyi
torch/_C/_nn.pyi.in
torch/_C/_nvtx.pyi
torch/_C/_onnx.pyi
torch/ao/__init__.py
torch/ao/nn/__init__.py
torch/ao/nn/sparse/__init__.py
torch/ao/nn/sparse/quantized/__init__.py
torch/ao/nn/sparse/quantized/linear.py
torch/ao/nn/sparse/quantized/utils.py
torch/ao/nn/sparse/quantized/dynamic/__init__.py
torch/ao/nn/sparse/quantized/dynamic/linear.py
torch/ao/ns/__init__.py
torch/ao/ns/_numeric_suite.py
torch/ao/ns/_numeric_suite_fx.py
torch/ao/ns/fx/__init__.py
torch/ao/ns/fx/graph_matcher.py
torch/ao/ns/fx/graph_passes.py
torch/ao/ns/fx/mappings.py
torch/ao/ns/fx/ns_types.py
torch/ao/ns/fx/pattern_utils.py
torch/ao/ns/fx/utils.py
torch/ao/ns/fx/weight_utils.py
torch/ao/quantization/__init__.py
torch/ao/quantization/_correct_bias.py
torch/ao/quantization/_equalize.py
torch/ao/quantization/_learnable_fake_quantize.py
torch/ao/quantization/fake_quantize.py
torch/ao/quantization/fuse_modules.py
torch/ao/quantization/fuser_method_mappings.py
torch/ao/quantization/observer.py
torch/ao/quantization/qconfig.py
torch/ao/quantization/quant_type.py
torch/ao/quantization/quantization_mappings.py
torch/ao/quantization/quantize.py
torch/ao/quantization/quantize_jit.py
torch/ao/quantization/stubs.py
torch/ao/quantization/utils.py
torch/ao/sparsity/__init__.py
torch/ao/sparsity/_mappings.py
torch/ao/sparsity/experimental/__init__.py
torch/ao/sparsity/experimental/pruner/README.md
torch/ao/sparsity/experimental/pruner/__init__.py
torch/ao/sparsity/experimental/pruner/base_pruner.py
torch/ao/sparsity/experimental/pruner/parametrization.py
torch/ao/sparsity/experimental/pruner/images/prune_1.png
torch/ao/sparsity/experimental/pruner/images/prune_2.png
torch/ao/sparsity/experimental/pruner/images/prune_3.png
torch/ao/sparsity/experimental/pruner/images/prune_4.png
torch/ao/sparsity/scheduler/__init__.py
torch/ao/sparsity/scheduler/base_scheduler.py
torch/ao/sparsity/scheduler/lambda_scheduler.py
torch/ao/sparsity/sparsifier/__init__.py
torch/ao/sparsity/sparsifier/base_sparsifier.py
torch/ao/sparsity/sparsifier/utils.py
torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py
torch/autograd/__init__.py
torch/autograd/anomaly_mode.py
torch/autograd/forward_ad.py
torch/autograd/function.py
torch/autograd/functional.py
torch/autograd/grad_mode.py
torch/autograd/gradcheck.py
torch/autograd/graph.py
torch/autograd/profiler.py
torch/autograd/profiler_legacy.py
torch/autograd/profiler_util.py
torch/autograd/variable.py
torch/autograd/_functions/__init__.py
torch/autograd/_functions/replace.vim
torch/autograd/_functions/tensor.py
torch/autograd/_functions/utils.py
torch/backends/__init__.py
torch/backends/_coreml/__init__.py
torch/backends/_coreml/preprocess.py
torch/backends/_nnapi/__init__.py
torch/backends/_nnapi/prepare.py
torch/backends/_nnapi/serializer.py
torch/backends/cuda/__init__.py
torch/backends/cudnn/__init__.py
torch/backends/cudnn/rnn.py
torch/backends/mkl/__init__.py
torch/backends/mkldnn/__init__.py
torch/backends/openmp/__init__.py
torch/backends/quantized/__init__.py
torch/backends/xnnpack/__init__.py
torch/contrib/__init__.py
torch/contrib/_tensorboard_vis.py
torch/cpu/__init__.py
torch/cpu/amp/__init__.py
torch/cpu/amp/autocast_mode.py
torch/csrc/CudaIPCTypes.cpp
torch/csrc/CudaIPCTypes.h
torch/csrc/DataLoader.cpp
torch/csrc/DataLoader.h
torch/csrc/Device.cpp
torch/csrc/Device.h
torch/csrc/Dtype.cpp
torch/csrc/Dtype.h
torch/csrc/DynamicTypes.cpp
torch/csrc/DynamicTypes.h
torch/csrc/Exceptions.cpp
torch/csrc/Exceptions.h
torch/csrc/Generator.cpp
torch/csrc/Generator.h
torch/csrc/Layout.cpp
torch/csrc/Layout.h
torch/csrc/MemoryFormat.cpp
torch/csrc/MemoryFormat.h
torch/csrc/Module.cpp
torch/csrc/Module.h
torch/csrc/PythonTypes.h
torch/csrc/QScheme.cpp
torch/csrc/QScheme.h
torch/csrc/README.md
torch/csrc/Size.cpp
torch/csrc/Size.h
torch/csrc/Storage.cpp
torch/csrc/Storage.h
torch/csrc/StorageDefs.h
torch/csrc/Stream.cpp
torch/csrc/Stream.h
torch/csrc/THP.h
torch/csrc/THP_export.h
torch/csrc/TypeInfo.cpp
torch/csrc/TypeInfo.h
torch/csrc/Types.h
torch/csrc/WindowsTorchApiMacro.h
torch/csrc/copy_utils.h
torch/csrc/dl.c
torch/csrc/empty.c
torch/csrc/python_dimname.cpp
torch/csrc/python_dimname.h
torch/csrc/python_headers.h
torch/csrc/serialization.cpp
torch/csrc/serialization.h
torch/csrc/stub.c
torch/csrc/utils.cpp
torch/csrc/utils.h
torch/csrc/api/include/torch/all.h
torch/csrc/api/include/torch/arg.h
torch/csrc/api/include/torch/autograd.h
torch/csrc/api/include/torch/cuda.h
torch/csrc/api/include/torch/data.h
torch/csrc/api/include/torch/enum.h
torch/csrc/api/include/torch/expanding_array.h
torch/csrc/api/include/torch/fft.h
torch/csrc/api/include/torch/imethod.h
torch/csrc/api/include/torch/jit.h
torch/csrc/api/include/torch/linalg.h
torch/csrc/api/include/torch/nn.h
torch/csrc/api/include/torch/optim.h
torch/csrc/api/include/torch/ordered_dict.h
torch/csrc/api/include/torch/python.h
torch/csrc/api/include/torch/serialize.h
torch/csrc/api/include/torch/special.h
torch/csrc/api/include/torch/torch.h
torch/csrc/api/include/torch/types.h
torch/csrc/api/include/torch/utils.h
torch/csrc/api/include/torch/version.h
torch/csrc/api/include/torch/version.h.in
torch/csrc/api/include/torch/data/dataloader.h
torch/csrc/api/include/torch/data/dataloader_options.h
torch/csrc/api/include/torch/data/datasets.h
torch/csrc/api/include/torch/data/example.h
torch/csrc/api/include/torch/data/iterator.h
torch/csrc/api/include/torch/data/samplers.h
torch/csrc/api/include/torch/data/transforms.h
torch/csrc/api/include/torch/data/worker_exception.h
torch/csrc/api/include/torch/data/dataloader/base.h
torch/csrc/api/include/torch/data/dataloader/stateful.h
torch/csrc/api/include/torch/data/dataloader/stateless.h
torch/csrc/api/include/torch/data/datasets/base.h
torch/csrc/api/include/torch/data/datasets/chunk.h
torch/csrc/api/include/torch/data/datasets/map.h
torch/csrc/api/include/torch/data/datasets/mnist.h
torch/csrc/api/include/torch/data/datasets/shared.h
torch/csrc/api/include/torch/data/datasets/stateful.h
torch/csrc/api/include/torch/data/datasets/tensor.h
torch/csrc/api/include/torch/data/detail/data_shuttle.h
torch/csrc/api/include/torch/data/detail/queue.h
torch/csrc/api/include/torch/data/detail/sequencers.h
torch/csrc/api/include/torch/data/samplers/base.h
torch/csrc/api/include/torch/data/samplers/custom_batch_request.h
torch/csrc/api/include/torch/data/samplers/distributed.h
torch/csrc/api/include/torch/data/samplers/random.h
torch/csrc/api/include/torch/data/samplers/sequential.h
torch/csrc/api/include/torch/data/samplers/serialize.h
torch/csrc/api/include/torch/data/samplers/stream.h
torch/csrc/api/include/torch/data/transforms/base.h
torch/csrc/api/include/torch/data/transforms/collate.h
torch/csrc/api/include/torch/data/transforms/lambda.h
torch/csrc/api/include/torch/data/transforms/stack.h
torch/csrc/api/include/torch/data/transforms/tensor.h
torch/csrc/api/include/torch/detail/TensorDataContainer.h
torch/csrc/api/include/torch/detail/static.h
torch/csrc/api/include/torch/nn/cloneable.h
torch/csrc/api/include/torch/nn/functional.h
torch/csrc/api/include/torch/nn/init.h
torch/csrc/api/include/torch/nn/module.h
torch/csrc/api/include/torch/nn/modules.h
torch/csrc/api/include/torch/nn/options.h
torch/csrc/api/include/torch/nn/pimpl-inl.h
torch/csrc/api/include/torch/nn/pimpl.h
torch/csrc/api/include/torch/nn/utils.h
torch/csrc/api/include/torch/nn/functional/activation.h
torch/csrc/api/include/torch/nn/functional/batchnorm.h
torch/csrc/api/include/torch/nn/functional/conv.h
torch/csrc/api/include/torch/nn/functional/distance.h
torch/csrc/api/include/torch/nn/functional/dropout.h
torch/csrc/api/include/torch/nn/functional/embedding.h
torch/csrc/api/include/torch/nn/functional/fold.h
torch/csrc/api/include/torch/nn/functional/instancenorm.h
torch/csrc/api/include/torch/nn/functional/linear.h
torch/csrc/api/include/torch/nn/functional/loss.h
torch/csrc/api/include/torch/nn/functional/normalization.h
torch/csrc/api/include/torch/nn/functional/padding.h
torch/csrc/api/include/torch/nn/functional/pixelshuffle.h
torch/csrc/api/include/torch/nn/functional/pooling.h
torch/csrc/api/include/torch/nn/functional/upsampling.h
torch/csrc/api/include/torch/nn/functional/vision.h
torch/csrc/api/include/torch/nn/modules/_functions.h
torch/csrc/api/include/torch/nn/modules/activation.h
torch/csrc/api/include/torch/nn/modules/adaptive.h
torch/csrc/api/include/torch/nn/modules/batchnorm.h
torch/csrc/api/include/torch/nn/modules/common.h
torch/csrc/api/include/torch/nn/modules/conv.h
torch/csrc/api/include/torch/nn/modules/distance.h
torch/csrc/api/include/torch/nn/modules/dropout.h
torch/csrc/api/include/torch/nn/modules/embedding.h
torch/csrc/api/include/torch/nn/modules/fold.h
torch/csrc/api/include/torch/nn/modules/instancenorm.h
torch/csrc/api/include/torch/nn/modules/linear.h
torch/csrc/api/include/torch/nn/modules/loss.h
torch/csrc/api/include/torch/nn/modules/normalization.h
torch/csrc/api/include/torch/nn/modules/padding.h
torch/csrc/api/include/torch/nn/modules/pixelshuffle.h
torch/csrc/api/include/torch/nn/modules/pooling.h
torch/csrc/api/include/torch/nn/modules/rnn.h
torch/csrc/api/include/torch/nn/modules/transformer.h
torch/csrc/api/include/torch/nn/modules/transformercoder.h
torch/csrc/api/include/torch/nn/modules/transformerlayer.h
torch/csrc/api/include/torch/nn/modules/upsampling.h
torch/csrc/api/include/torch/nn/modules/utils.h
torch/csrc/api/include/torch/nn/modules/container/any.h
torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h
torch/csrc/api/include/torch/nn/modules/container/any_value.h
torch/csrc/api/include/torch/nn/modules/container/functional.h
torch/csrc/api/include/torch/nn/modules/container/moduledict.h
torch/csrc/api/include/torch/nn/modules/container/modulelist.h
torch/csrc/api/include/torch/nn/modules/container/named_any.h
torch/csrc/api/include/torch/nn/modules/container/parameterdict.h
torch/csrc/api/include/torch/nn/modules/container/parameterlist.h
torch/csrc/api/include/torch/nn/modules/container/sequential.h
torch/csrc/api/include/torch/nn/options/activation.h
torch/csrc/api/include/torch/nn/options/adaptive.h
torch/csrc/api/include/torch/nn/options/batchnorm.h
torch/csrc/api/include/torch/nn/options/conv.h
torch/csrc/api/include/torch/nn/options/distance.h
torch/csrc/api/include/torch/nn/options/dropout.h
torch/csrc/api/include/torch/nn/options/embedding.h
torch/csrc/api/include/torch/nn/options/fold.h
torch/csrc/api/include/torch/nn/options/instancenorm.h
torch/csrc/api/include/torch/nn/options/linear.h
torch/csrc/api/include/torch/nn/options/loss.h
torch/csrc/api/include/torch/nn/options/normalization.h
torch/csrc/api/include/torch/nn/options/padding.h
torch/csrc/api/include/torch/nn/options/pixelshuffle.h
torch/csrc/api/include/torch/nn/options/pooling.h
torch/csrc/api/include/torch/nn/options/rnn.h
torch/csrc/api/include/torch/nn/options/transformer.h
torch/csrc/api/include/torch/nn/options/transformercoder.h
torch/csrc/api/include/torch/nn/options/transformerlayer.h
torch/csrc/api/include/torch/nn/options/upsampling.h
torch/csrc/api/include/torch/nn/options/vision.h
torch/csrc/api/include/torch/nn/parallel/data_parallel.h
torch/csrc/api/include/torch/nn/utils/clip_grad.h
torch/csrc/api/include/torch/nn/utils/convert_parameters.h
torch/csrc/api/include/torch/nn/utils/rnn.h
torch/csrc/api/include/torch/optim/adagrad.h
torch/csrc/api/include/torch/optim/adam.h
torch/csrc/api/include/torch/optim/adamw.h
torch/csrc/api/include/torch/optim/lbfgs.h
torch/csrc/api/include/torch/optim/optimizer.h
torch/csrc/api/include/torch/optim/rmsprop.h
torch/csrc/api/include/torch/optim/serialize.h
torch/csrc/api/include/torch/optim/sgd.h
torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h
torch/csrc/api/include/torch/optim/schedulers/step_lr.h
torch/csrc/api/include/torch/python/init.h
torch/csrc/api/include/torch/serialize/archive.h
torch/csrc/api/include/torch/serialize/input-archive.h
torch/csrc/api/include/torch/serialize/output-archive.h
torch/csrc/api/include/torch/serialize/tensor.h
torch/csrc/api/src/cuda.cpp
torch/csrc/api/src/enum.cpp
torch/csrc/api/src/imethod.cpp
torch/csrc/api/src/jit.cpp
torch/csrc/api/src/serialize.cpp
torch/csrc/api/src/data/datasets/mnist.cpp
torch/csrc/api/src/data/samplers/distributed.cpp
torch/csrc/api/src/data/samplers/random.cpp
torch/csrc/api/src/data/samplers/sequential.cpp
torch/csrc/api/src/data/samplers/stream.cpp
torch/csrc/api/src/nn/init.cpp
torch/csrc/api/src/nn/module.cpp
torch/csrc/api/src/nn/modules/_functions.cpp
torch/csrc/api/src/nn/modules/activation.cpp
torch/csrc/api/src/nn/modules/adaptive.cpp
torch/csrc/api/src/nn/modules/batchnorm.cpp
torch/csrc/api/src/nn/modules/conv.cpp
torch/csrc/api/src/nn/modules/distance.cpp
torch/csrc/api/src/nn/modules/dropout.cpp
torch/csrc/api/src/nn/modules/embedding.cpp
torch/csrc/api/src/nn/modules/fold.cpp
torch/csrc/api/src/nn/modules/instancenorm.cpp
torch/csrc/api/src/nn/modules/linear.cpp
torch/csrc/api/src/nn/modules/loss.cpp
torch/csrc/api/src/nn/modules/normalization.cpp
torch/csrc/api/src/nn/modules/padding.cpp
torch/csrc/api/src/nn/modules/pixelshuffle.cpp
torch/csrc/api/src/nn/modules/pooling.cpp
torch/csrc/api/src/nn/modules/rnn.cpp
torch/csrc/api/src/nn/modules/transformer.cpp
torch/csrc/api/src/nn/modules/upsampling.cpp
torch/csrc/api/src/nn/modules/container/functional.cpp
torch/csrc/api/src/nn/options/activation.cpp
torch/csrc/api/src/nn/options/adaptive.cpp
torch/csrc/api/src/nn/options/batchnorm.cpp
torch/csrc/api/src/nn/options/conv.cpp
torch/csrc/api/src/nn/options/dropout.cpp
torch/csrc/api/src/nn/options/embedding.cpp
torch/csrc/api/src/nn/options/instancenorm.cpp
torch/csrc/api/src/nn/options/linear.cpp
torch/csrc/api/src/nn/options/normalization.cpp
torch/csrc/api/src/nn/options/padding.cpp
torch/csrc/api/src/nn/options/pooling.cpp
torch/csrc/api/src/nn/options/rnn.cpp
torch/csrc/api/src/nn/options/transformer.cpp
torch/csrc/api/src/nn/options/vision.cpp
torch/csrc/api/src/optim/adagrad.cpp
torch/csrc/api/src/optim/adam.cpp
torch/csrc/api/src/optim/adamw.cpp
torch/csrc/api/src/optim/lbfgs.cpp
torch/csrc/api/src/optim/optimizer.cpp
torch/csrc/api/src/optim/rmsprop.cpp
torch/csrc/api/src/optim/serialize.cpp
torch/csrc/api/src/optim/sgd.cpp
torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp
torch/csrc/api/src/optim/schedulers/step_lr.cpp
torch/csrc/api/src/python/init.cpp
torch/csrc/api/src/serialize/input-archive.cpp
torch/csrc/api/src/serialize/output-archive.cpp
torch/csrc/autograd/FunctionsManual.cpp
torch/csrc/autograd/FunctionsManual.h
torch/csrc/autograd/InferenceMode.h
torch/csrc/autograd/README.md
torch/csrc/autograd/TraceTypeManual.cpp
torch/csrc/autograd/VariableTypeManual.cpp
torch/csrc/autograd/VariableTypeUtils.h
torch/csrc/autograd/anomaly_mode.cpp
torch/csrc/autograd/anomaly_mode.h
torch/csrc/autograd/autograd.cpp
torch/csrc/autograd/autograd.h
torch/csrc/autograd/autograd_meta.cpp
torch/csrc/autograd/autograd_not_implemented_fallback.cpp
torch/csrc/autograd/autograd_not_implemented_fallback.h
torch/csrc/autograd/cpp_hook.cpp
torch/csrc/autograd/cpp_hook.h
torch/csrc/autograd/custom_function.cpp
torch/csrc/autograd/custom_function.h
torch/csrc/autograd/edge.h
torch/csrc/autograd/engine.cpp
torch/csrc/autograd/engine.h
torch/csrc/autograd/forward_grad.cpp
torch/csrc/autograd/forward_grad.h
torch/csrc/autograd/function.cpp
torch/csrc/autograd/function.h
torch/csrc/autograd/function_hook.cpp
torch/csrc/autograd/function_hook.h
torch/csrc/autograd/grad_mode.h
torch/csrc/autograd/init.cpp
torch/csrc/autograd/input_buffer.cpp
torch/csrc/autograd/input_buffer.h
torch/csrc/autograd/input_metadata.h
torch/csrc/autograd/profiler.h
torch/csrc/autograd/profiler_cuda.cpp
torch/csrc/autograd/profiler_kineto.cpp
torch/csrc/autograd/profiler_kineto.h
torch/csrc/autograd/profiler_legacy.cpp
torch/csrc/autograd/profiler_legacy.h
torch/csrc/autograd/profiler_utils.cpp
torch/csrc/autograd/profiler_utils.h
torch/csrc/autograd/python_anomaly_mode.cpp
torch/csrc/autograd/python_anomaly_mode.h
torch/csrc/autograd/python_autograd.h
torch/csrc/autograd/python_cpp_function.cpp
torch/csrc/autograd/python_cpp_function.h
torch/csrc/autograd/python_engine.cpp
torch/csrc/autograd/python_engine.h
torch/csrc/autograd/python_fft_functions.h
torch/csrc/autograd/python_function.cpp
torch/csrc/autograd/python_function.h
torch/csrc/autograd/python_hook.cpp
torch/csrc/autograd/python_hook.h
torch/csrc/autograd/python_legacy_variable.cpp
torch/csrc/autograd/python_legacy_variable.h
torch/csrc/autograd/python_linalg_functions.h
torch/csrc/autograd/python_mode.cpp
torch/csrc/autograd/python_mode.h
torch/csrc/autograd/python_nn_functions.h
torch/csrc/autograd/python_saved_variable_hooks.cpp
torch/csrc/autograd/python_saved_variable_hooks.h
torch/csrc/autograd/python_special_functions.h
torch/csrc/autograd/python_torch_functions.h
torch/csrc/autograd/python_torch_functions_manual.cpp
torch/csrc/autograd/python_variable.cpp
torch/csrc/autograd/python_variable.h
torch/csrc/autograd/python_variable_indexing.cpp
torch/csrc/autograd/python_variable_indexing.h
torch/csrc/autograd/record_function_ops.cpp
torch/csrc/autograd/record_function_ops.h
torch/csrc/autograd/saved_variable.cpp
torch/csrc/autograd/saved_variable.h
torch/csrc/autograd/saved_variable_hooks.h
torch/csrc/autograd/symbolic.h
torch/csrc/autograd/variable.cpp
torch/csrc/autograd/variable.h
torch/csrc/autograd/functions/accumulate_grad.cpp
torch/csrc/autograd/functions/accumulate_grad.h
torch/csrc/autograd/functions/basic_ops.cpp
torch/csrc/autograd/functions/basic_ops.h
torch/csrc/autograd/functions/comm.cpp
torch/csrc/autograd/functions/comm.h
torch/csrc/autograd/functions/init.cpp
torch/csrc/autograd/functions/pybind.h
torch/csrc/autograd/functions/tensor.cpp
torch/csrc/autograd/functions/tensor.h
torch/csrc/autograd/functions/utils.cpp
torch/csrc/autograd/functions/utils.h
torch/csrc/autograd/generated/ADInplaceOrViewTypeEverything.cpp
torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp
torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp
torch/csrc/autograd/generated/Functions.cpp
torch/csrc/autograd/generated/Functions.h
torch/csrc/autograd/generated/TraceTypeEverything.cpp
torch/csrc/autograd/generated/TraceType_0.cpp
torch/csrc/autograd/generated/TraceType_1.cpp
torch/csrc/autograd/generated/TraceType_2.cpp
torch/csrc/autograd/generated/TraceType_3.cpp
torch/csrc/autograd/generated/TraceType_4.cpp
torch/csrc/autograd/generated/VariableType.h
torch/csrc/autograd/generated/VariableTypeEverything.cpp
torch/csrc/autograd/generated/VariableType_0.cpp
torch/csrc/autograd/generated/VariableType_1.cpp
torch/csrc/autograd/generated/VariableType_2.cpp
torch/csrc/autograd/generated/VariableType_3.cpp
torch/csrc/autograd/generated/VariableType_4.cpp
torch/csrc/autograd/generated/python_fft_functions.cpp
torch/csrc/autograd/generated/python_functions.h
torch/csrc/autograd/generated/python_functionsEverything.cpp
torch/csrc/autograd/generated/python_functions_0.cpp
torch/csrc/autograd/generated/python_functions_1.cpp
torch/csrc/autograd/generated/python_functions_2.cpp
torch/csrc/autograd/generated/python_functions_3.cpp
torch/csrc/autograd/generated/python_functions_4.cpp
torch/csrc/autograd/generated/python_linalg_functions.cpp
torch/csrc/autograd/generated/python_nn_functions.cpp
torch/csrc/autograd/generated/python_special_functions.cpp
torch/csrc/autograd/generated/python_torch_functionsEverything.cpp
torch/csrc/autograd/generated/python_torch_functions_0.cpp
torch/csrc/autograd/generated/python_torch_functions_1.cpp
torch/csrc/autograd/generated/python_torch_functions_2.cpp
torch/csrc/autograd/generated/python_variable_methods.cpp
torch/csrc/autograd/generated/variable_factories.h
torch/csrc/autograd/utils/error_messages.h
torch/csrc/autograd/utils/grad_layout_contract.h
torch/csrc/autograd/utils/lambda_post_hook.h
torch/csrc/autograd/utils/python_arg_parsing.h
torch/csrc/autograd/utils/wrap_outputs.h
torch/csrc/cuda/Event.cpp
torch/csrc/cuda/Event.h
torch/csrc/cuda/Graph.cpp
torch/csrc/cuda/Module.cpp
torch/csrc/cuda/Module.h
torch/csrc/cuda/Storage.cpp
torch/csrc/cuda/Storage.h
torch/csrc/cuda/Stream.cpp
torch/csrc/cuda/Stream.h
torch/csrc/cuda/THCP.h
torch/csrc/cuda/Tensor.cpp
torch/csrc/cuda/comm.cpp
torch/csrc/cuda/comm.h
torch/csrc/cuda/device_set.h
torch/csrc/cuda/nccl.cpp
torch/csrc/cuda/nccl.h
torch/csrc/cuda/override_macros.h
torch/csrc/cuda/python_comm.cpp
torch/csrc/cuda/python_comm.h
torch/csrc/cuda/python_nccl.cpp
torch/csrc/cuda/python_nccl.h
torch/csrc/cuda/restore_macros.h
torch/csrc/cuda/serialization.cpp
torch/csrc/cuda/serialization.h
torch/csrc/cuda/undef_macros.h
torch/csrc/cuda/utils.cpp
torch/csrc/cuda/utils.h
torch/csrc/cuda/shared/cudart.cpp
torch/csrc/cuda/shared/cudnn.cpp
torch/csrc/cuda/shared/nvtx.cpp
torch/csrc/deploy/.gitignore
torch/csrc/deploy/CMakeLists.txt
torch/csrc/deploy/README.md
torch/csrc/deploy/deploy.cpp
torch/csrc/deploy/deploy.h
torch/csrc/deploy/loader.cpp
torch/csrc/deploy/loader.h
torch/csrc/deploy/remove_dt_needed.cpp
torch/csrc/deploy/test_deploy.cpp
torch/csrc/deploy/test_deploy_from_python.py
torch/csrc/deploy/test_deploy_gpu.cpp
torch/csrc/deploy/test_deploy_lib.cpp
torch/csrc/deploy/test_deploy_missing_interpreter.cpp
torch/csrc/deploy/test_deploy_python.py
torch/csrc/deploy/test_deploy_python_ext.cpp
torch/csrc/deploy/example/benchmark.cpp
torch/csrc/deploy/example/examples.py
torch/csrc/deploy/example/generate_examples.py
torch/csrc/deploy/example/gpu_wrapper.py
torch/csrc/deploy/example/simple.pt
torch/csrc/deploy/example/fx/examples.py
torch/csrc/deploy/example/fx/some_dependency.py
torch/csrc/deploy/interpreter/CMakeLists.txt
torch/csrc/deploy/interpreter/CMakePythonModules.txt
torch/csrc/deploy/interpreter/configure_cpython.sh
torch/csrc/deploy/interpreter/cpython_patch.diff
torch/csrc/deploy/interpreter/freeze.py
torch/csrc/deploy/interpreter/hide_symbols.script
torch/csrc/deploy/interpreter/import_find_sharedfuncptr.cpp
torch/csrc/deploy/interpreter/interpreter_impl.cpp
torch/csrc/deploy/interpreter/interpreter_impl.h
torch/csrc/deploy/interpreter/third_party/README.md
torch/csrc/distributed/autograd/autograd.cpp
torch/csrc/distributed/autograd/autograd.h
torch/csrc/distributed/autograd/init.cpp
torch/csrc/distributed/autograd/python_autograd.h
torch/csrc/distributed/autograd/utils.cpp
torch/csrc/distributed/autograd/utils.h
torch/csrc/distributed/autograd/context/container.cpp
torch/csrc/distributed/autograd/context/container.h
torch/csrc/distributed/autograd/context/context.cpp
torch/csrc/distributed/autograd/context/context.h
torch/csrc/distributed/autograd/engine/dist_engine.cpp
torch/csrc/distributed/autograd/engine/dist_engine.h
torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp
torch/csrc/distributed/autograd/functions/recvrpc_backward.h
torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp
torch/csrc/distributed/autograd/functions/sendrpc_backward.h
torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp
torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h
torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp
torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h
torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp
torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h
torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp
torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h
torch/csrc/distributed/c10d/FileStore.cpp
torch/csrc/distributed/c10d/FileStore.hpp
torch/csrc/distributed/c10d/GlooDeviceFactory.cpp
torch/csrc/distributed/c10d/GlooDeviceFactory.hpp
torch/csrc/distributed/c10d/HashStore.cpp
torch/csrc/distributed/c10d/HashStore.hpp
torch/csrc/distributed/c10d/NCCLUtils.cpp
torch/csrc/distributed/c10d/NCCLUtils.hpp
torch/csrc/distributed/c10d/ParamCommsUtils.cpp
torch/csrc/distributed/c10d/ParamCommsUtils.hpp
torch/csrc/distributed/c10d/PrefixStore.cpp
torch/csrc/distributed/c10d/PrefixStore.hpp
torch/csrc/distributed/c10d/ProcessGroup.cpp
torch/csrc/distributed/c10d/ProcessGroup.hpp
torch/csrc/distributed/c10d/ProcessGroupGloo.cpp
torch/csrc/distributed/c10d/ProcessGroupGloo.hpp
torch/csrc/distributed/c10d/ProcessGroupMPI.cpp
torch/csrc/distributed/c10d/ProcessGroupMPI.hpp
torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp
torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp
torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp
torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp
torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp
torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp
torch/csrc/distributed/c10d/Store.cpp
torch/csrc/distributed/c10d/Store.hpp
torch/csrc/distributed/c10d/TCPStore.cpp
torch/csrc/distributed/c10d/TCPStore.hpp
torch/csrc/distributed/c10d/Types.hpp
torch/csrc/distributed/c10d/UnixSockUtils.hpp
torch/csrc/distributed/c10d/Utils.cpp
torch/csrc/distributed/c10d/Utils.hpp
torch/csrc/distributed/c10d/WinSockUtils.hpp
torch/csrc/distributed/c10d/c10d.h
torch/csrc/distributed/c10d/comm.cpp
torch/csrc/distributed/c10d/comm.hpp
torch/csrc/distributed/c10d/default_comm_hooks.cpp
torch/csrc/distributed/c10d/default_comm_hooks.hpp
torch/csrc/distributed/c10d/frontend.cpp
torch/csrc/distributed/c10d/frontend.hpp
torch/csrc/distributed/c10d/frontend_cuda.cpp
torch/csrc/distributed/c10d/frontend_cuda.hpp
torch/csrc/distributed/c10d/init.cpp
torch/csrc/distributed/c10d/logger.cpp
torch/csrc/distributed/c10d/logger.hpp
torch/csrc/distributed/c10d/python_comm_hook.cpp
torch/csrc/distributed/c10d/python_comm_hook.h
torch/csrc/distributed/c10d/reducer.cpp
torch/csrc/distributed/c10d/reducer.hpp
torch/csrc/distributed/c10d/reducer_cuda.cpp
torch/csrc/distributed/c10d/sequence_num.cpp
torch/csrc/distributed/c10d/sequence_num.hpp
torch/csrc/distributed/c10d/quantization/quantization.cpp
torch/csrc/distributed/c10d/quantization/quantization.h
torch/csrc/distributed/c10d/quantization/quantization_gpu.cu
torch/csrc/distributed/c10d/quantization/quantization_gpu.h
torch/csrc/distributed/c10d/quantization/quantization_utils.h
torch/csrc/distributed/rpc/agent_utils.cpp
torch/csrc/distributed/rpc/agent_utils.h
torch/csrc/distributed/rpc/init.cpp
torch/csrc/distributed/rpc/message.cpp
torch/csrc/distributed/rpc/message.h
torch/csrc/distributed/rpc/py_rref.cpp
torch/csrc/distributed/rpc/py_rref.h
torch/csrc/distributed/rpc/python_call.cpp
torch/csrc/distributed/rpc/python_call.h
torch/csrc/distributed/rpc/python_functions.cpp
torch/csrc/distributed/rpc/python_functions.h
torch/csrc/distributed/rpc/python_remote_call.cpp
torch/csrc/distributed/rpc/python_remote_call.h
torch/csrc/distributed/rpc/python_resp.cpp
torch/csrc/distributed/rpc/python_resp.h
torch/csrc/distributed/rpc/python_rpc_handler.cpp
torch/csrc/distributed/rpc/python_rpc_handler.h
torch/csrc/distributed/rpc/request_callback.cpp
torch/csrc/distributed/rpc/request_callback.h
torch/csrc/distributed/rpc/request_callback_impl.cpp
torch/csrc/distributed/rpc/request_callback_impl.h
torch/csrc/distributed/rpc/request_callback_no_python.cpp
torch/csrc/distributed/rpc/request_callback_no_python.h
torch/csrc/distributed/rpc/rpc.h
torch/csrc/distributed/rpc/rpc_agent.cpp
torch/csrc/distributed/rpc/rpc_agent.h
torch/csrc/distributed/rpc/rpc_command_base.h
torch/csrc/distributed/rpc/rref_context.cpp
torch/csrc/distributed/rpc/rref_context.h
torch/csrc/distributed/rpc/rref_impl.cpp
torch/csrc/distributed/rpc/rref_impl.h
torch/csrc/distributed/rpc/rref_proto.cpp
torch/csrc/distributed/rpc/rref_proto.h
torch/csrc/distributed/rpc/script_call.cpp
torch/csrc/distributed/rpc/script_call.h
torch/csrc/distributed/rpc/script_remote_call.cpp
torch/csrc/distributed/rpc/script_remote_call.h
torch/csrc/distributed/rpc/script_resp.cpp
torch/csrc/distributed/rpc/script_resp.h
torch/csrc/distributed/rpc/tensorpipe_agent.cpp
torch/csrc/distributed/rpc/tensorpipe_agent.h
torch/csrc/distributed/rpc/tensorpipe_cuda.cpp
torch/csrc/distributed/rpc/tensorpipe_utils.cpp
torch/csrc/distributed/rpc/tensorpipe_utils.h
torch/csrc/distributed/rpc/torchscript_functions.cpp
torch/csrc/distributed/rpc/torchscript_functions.h
torch/csrc/distributed/rpc/types.cpp
torch/csrc/distributed/rpc/types.h
torch/csrc/distributed/rpc/unpickled_python_call.cpp
torch/csrc/distributed/rpc/unpickled_python_call.h
torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp
torch/csrc/distributed/rpc/unpickled_python_remote_call.h
torch/csrc/distributed/rpc/utils.cpp
torch/csrc/distributed/rpc/utils.h
torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h
torch/csrc/distributed/rpc/metrics/registry.cpp
torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp
torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h
torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp
torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h
torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp
torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h
torch/csrc/distributed/rpc/testing/init.cpp
torch/csrc/distributed/rpc/testing/testing.h
torch/csrc/fx/fx_init.cpp
torch/csrc/fx/fx_init.h
torch/csrc/generic/Storage.cpp
torch/csrc/generic/Storage.h
torch/csrc/generic/StorageMethods.cpp
torch/csrc/generic/StorageSharing.cpp
torch/csrc/generic/serialization.cpp
torch/csrc/generic/serialization.h
torch/csrc/generic/utils.h
torch/csrc/jit/OVERVIEW.md
torch/csrc/jit/README.md
torch/csrc/jit/jit_log.cpp
torch/csrc/jit/jit_log.h
torch/csrc/jit/jit_opt_limit.cpp
torch/csrc/jit/jit_opt_limit.h
torch/csrc/jit/resource_guard.h
torch/csrc/jit/api/compilation_unit.h
torch/csrc/jit/api/function_impl.cpp
torch/csrc/jit/api/function_impl.h
torch/csrc/jit/api/method.h
torch/csrc/jit/api/module.cpp
torch/csrc/jit/api/module.h
torch/csrc/jit/api/module_save.cpp
torch/csrc/jit/api/object.cpp
torch/csrc/jit/api/object.h
torch/csrc/jit/backends/backend.h
torch/csrc/jit/backends/backend_debug_handler.cpp
torch/csrc/jit/backends/backend_debug_handler.h
torch/csrc/jit/backends/backend_debug_info.cpp
torch/csrc/jit/backends/backend_debug_info.h
torch/csrc/jit/backends/backend_detail.cpp
torch/csrc/jit/backends/backend_detail.h
torch/csrc/jit/backends/backend_exception.h
torch/csrc/jit/backends/backend_init.cpp
torch/csrc/jit/backends/backend_init.h
torch/csrc/jit/backends/backend_interface.cpp
torch/csrc/jit/backends/backend_interface.h
torch/csrc/jit/backends/backend_preprocess.h
torch/csrc/jit/backends/backend_resolver.cpp
torch/csrc/jit/backends/backend_resolver.h
torch/csrc/jit/backends/coreml/cpp/backend.cpp
torch/csrc/jit/backends/coreml/cpp/preprocess.cpp
torch/csrc/jit/backends/coreml/objc/PTMCoreMLBackend.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.mm
torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp
torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp
torch/csrc/jit/codegen/cuda/arith.cpp
torch/csrc/jit/codegen/cuda/arith.h
torch/csrc/jit/codegen/cuda/codegen.cpp
torch/csrc/jit/codegen/cuda/codegen.h
torch/csrc/jit/codegen/cuda/compute_at.cpp
torch/csrc/jit/codegen/cuda/compute_at.h
torch/csrc/jit/codegen/cuda/dispatch.cpp
torch/csrc/jit/codegen/cuda/dispatch.h
torch/csrc/jit/codegen/cuda/executor.cpp
torch/csrc/jit/codegen/cuda/executor.h
torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp
torch/csrc/jit/codegen/cuda/executor_kernel_arg.h
torch/csrc/jit/codegen/cuda/executor_launch_params.cpp
torch/csrc/jit/codegen/cuda/executor_launch_params.h
torch/csrc/jit/codegen/cuda/executor_utils.cpp
torch/csrc/jit/codegen/cuda/executor_utils.h
torch/csrc/jit/codegen/cuda/expr_evaluator.cpp
torch/csrc/jit/codegen/cuda/expr_evaluator.h
torch/csrc/jit/codegen/cuda/fusion.cpp
torch/csrc/jit/codegen/cuda/fusion.h
torch/csrc/jit/codegen/cuda/graph_fuser.cpp
torch/csrc/jit/codegen/cuda/index_compute.cpp
torch/csrc/jit/codegen/cuda/index_compute.h
torch/csrc/jit/codegen/cuda/instrumentation.cpp
torch/csrc/jit/codegen/cuda/instrumentation.h
torch/csrc/jit/codegen/cuda/interface.cpp
torch/csrc/jit/codegen/cuda/interface.h
torch/csrc/jit/codegen/cuda/ir_all_nodes.h
torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp
torch/csrc/jit/codegen/cuda/ir_base_nodes.h
torch/csrc/jit/codegen/cuda/ir_cloner.cpp
torch/csrc/jit/codegen/cuda/ir_cloner.h
torch/csrc/jit/codegen/cuda/ir_graphviz.cpp
torch/csrc/jit/codegen/cuda/ir_graphviz.h
torch/csrc/jit/codegen/cuda/ir_interface_nodes.h
torch/csrc/jit/codegen/cuda/ir_internal_nodes.h
torch/csrc/jit/codegen/cuda/ir_iostream.cpp
torch/csrc/jit/codegen/cuda/ir_iostream.h
torch/csrc/jit/codegen/cuda/ir_nodes.cpp
torch/csrc/jit/codegen/cuda/ir_printer.h
torch/csrc/jit/codegen/cuda/ir_utils.h
torch/csrc/jit/codegen/cuda/iter_visitor.cpp
torch/csrc/jit/codegen/cuda/iter_visitor.h
torch/csrc/jit/codegen/cuda/kernel.cpp
torch/csrc/jit/codegen/cuda/kernel.h
torch/csrc/jit/codegen/cuda/kernel_cache.cpp
torch/csrc/jit/codegen/cuda/kernel_cache.h
torch/csrc/jit/codegen/cuda/kernel_ir.cpp
torch/csrc/jit/codegen/cuda/kernel_ir.h
torch/csrc/jit/codegen/cuda/kernel_ir_builder.cpp
torch/csrc/jit/codegen/cuda/kernel_ir_builder.h
torch/csrc/jit/codegen/cuda/kernel_ir_printer.cpp
torch/csrc/jit/codegen/cuda/kernel_ir_printer.h
torch/csrc/jit/codegen/cuda/lower2device.cpp
torch/csrc/jit/codegen/cuda/lower2device.h
torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp
torch/csrc/jit/codegen/cuda/lower_alias_memory.h
torch/csrc/jit/codegen/cuda/lower_index.cpp
torch/csrc/jit/codegen/cuda/lower_index.h
torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp
torch/csrc/jit/codegen/cuda/lower_insert_syncs.h
torch/csrc/jit/codegen/cuda/lower_loops.cpp
torch/csrc/jit/codegen/cuda/lower_loops.h
torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp
torch/csrc/jit/codegen/cuda/lower_thread_predicate.h
torch/csrc/jit/codegen/cuda/lower_unroll.cpp
torch/csrc/jit/codegen/cuda/lower_unroll.h
torch/csrc/jit/codegen/cuda/lower_utils.cpp
torch/csrc/jit/codegen/cuda/lower_utils.h
torch/csrc/jit/codegen/cuda/lower_validation.cpp
torch/csrc/jit/codegen/cuda/lower_validation.h
torch/csrc/jit/codegen/cuda/manager.cpp
torch/csrc/jit/codegen/cuda/manager.h
torch/csrc/jit/codegen/cuda/mutator.cpp
torch/csrc/jit/codegen/cuda/mutator.h
torch/csrc/jit/codegen/cuda/parser.cpp
torch/csrc/jit/codegen/cuda/parser.h
torch/csrc/jit/codegen/cuda/partition.cpp
torch/csrc/jit/codegen/cuda/partition.h
torch/csrc/jit/codegen/cuda/predicate_compute.cpp
torch/csrc/jit/codegen/cuda/predicate_compute.h
torch/csrc/jit/codegen/cuda/register_interface.cpp
torch/csrc/jit/codegen/cuda/scheduler.cpp
torch/csrc/jit/codegen/cuda/scheduler.h
torch/csrc/jit/codegen/cuda/shape_inference.cpp
torch/csrc/jit/codegen/cuda/shape_inference.h
torch/csrc/jit/codegen/cuda/tensor_view.cpp
torch/csrc/jit/codegen/cuda/transform_iter.cpp
torch/csrc/jit/codegen/cuda/transform_iter.h
torch/csrc/jit/codegen/cuda/transform_replay.cpp
torch/csrc/jit/codegen/cuda/transform_replay.h
torch/csrc/jit/codegen/cuda/transform_rfactor.cpp
torch/csrc/jit/codegen/cuda/transform_rfactor.h
torch/csrc/jit/codegen/cuda/type.cpp
torch/csrc/jit/codegen/cuda/type.h
torch/csrc/jit/codegen/cuda/utils.h
torch/csrc/jit/codegen/cuda/docs/.gitignore
torch/csrc/jit/codegen/cuda/docs/documentation.h
torch/csrc/jit/codegen/cuda/docs/fuser.doxygen
torch/csrc/jit/codegen/cuda/docs/main_page.md
torch/csrc/jit/codegen/cuda/docs/images/ir_architecture.png
torch/csrc/jit/codegen/cuda/runtime/block_reduction.cu
torch/csrc/jit/codegen/cuda/runtime/broadcast.cu
torch/csrc/jit/codegen/cuda/runtime/fp16_support.cu
torch/csrc/jit/codegen/cuda/runtime/grid_reduction.cu
torch/csrc/jit/codegen/cuda/runtime/helpers.cu
torch/csrc/jit/codegen/cuda/runtime/random_numbers.cu
torch/csrc/jit/codegen/cuda/runtime/tensor.cu
torch/csrc/jit/codegen/cuda/tools/stringify_file.py
torch/csrc/jit/codegen/fuser/README.md
torch/csrc/jit/codegen/fuser/arg_spec.h
torch/csrc/jit/codegen/fuser/codegen.cpp
torch/csrc/jit/codegen/fuser/codegen.h
torch/csrc/jit/codegen/fuser/compiler.cpp
torch/csrc/jit/codegen/fuser/compiler.h
torch/csrc/jit/codegen/fuser/executor.cpp
torch/csrc/jit/codegen/fuser/executor.h
torch/csrc/jit/codegen/fuser/fallback.cpp
torch/csrc/jit/codegen/fuser/fallback.h
torch/csrc/jit/codegen/fuser/fused_kernel.h
torch/csrc/jit/codegen/fuser/interface.cpp
torch/csrc/jit/codegen/fuser/interface.h
torch/csrc/jit/codegen/fuser/kernel_cache.cpp
torch/csrc/jit/codegen/fuser/kernel_cache.h
torch/csrc/jit/codegen/fuser/kernel_spec.h
torch/csrc/jit/codegen/fuser/partition_desc.h
torch/csrc/jit/codegen/fuser/tensor_desc.h
torch/csrc/jit/codegen/fuser/tensor_info.h
torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp
torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h
torch/csrc/jit/codegen/fuser/cpu/resource_strings.h
torch/csrc/jit/codegen/fuser/cpu/temp_file.h
torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp
torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h
torch/csrc/jit/codegen/fuser/cuda/resource_strings.h
torch/csrc/jit/cuda/cuda.h
torch/csrc/jit/docs/serialization.md
torch/csrc/jit/frontend/builtin_functions.cpp
torch/csrc/jit/frontend/builtin_functions.h
torch/csrc/jit/frontend/canonicalize_modified_loop.cpp
torch/csrc/jit/frontend/canonicalize_modified_loop.h
torch/csrc/jit/frontend/code_template.h
torch/csrc/jit/frontend/concrete_module_type.cpp
torch/csrc/jit/frontend/concrete_module_type.h
torch/csrc/jit/frontend/convert_to_ssa.cpp
torch/csrc/jit/frontend/convert_to_ssa.h
torch/csrc/jit/frontend/edit_distance.cpp
torch/csrc/jit/frontend/edit_distance.h
torch/csrc/jit/frontend/error_report.cpp
torch/csrc/jit/frontend/error_report.h
torch/csrc/jit/frontend/exit_transforms.cpp
torch/csrc/jit/frontend/exit_transforms.h
torch/csrc/jit/frontend/function_schema_parser.cpp
torch/csrc/jit/frontend/function_schema_parser.h
torch/csrc/jit/frontend/inline_loop_condition.cpp
torch/csrc/jit/frontend/inline_loop_condition.h
torch/csrc/jit/frontend/ir_emitter.cpp
torch/csrc/jit/frontend/ir_emitter.h
torch/csrc/jit/frontend/lexer.cpp
torch/csrc/jit/frontend/lexer.h
torch/csrc/jit/frontend/mini_environment.h
torch/csrc/jit/frontend/name_mangler.cpp
torch/csrc/jit/frontend/name_mangler.h
torch/csrc/jit/frontend/parse_string_literal.h
torch/csrc/jit/frontend/parser.cpp
torch/csrc/jit/frontend/parser.h
torch/csrc/jit/frontend/parser_constants.h
torch/csrc/jit/frontend/resolver.h
torch/csrc/jit/frontend/schema_matching.cpp
torch/csrc/jit/frontend/schema_matching.h
torch/csrc/jit/frontend/schema_type_parser.cpp
torch/csrc/jit/frontend/schema_type_parser.h
torch/csrc/jit/frontend/script_type_parser.cpp
torch/csrc/jit/frontend/script_type_parser.h
torch/csrc/jit/frontend/source_range.cpp
torch/csrc/jit/frontend/source_range.h
torch/csrc/jit/frontend/source_ref.h
torch/csrc/jit/frontend/string_to_type.cpp
torch/csrc/jit/frontend/strtod.cpp
torch/csrc/jit/frontend/strtod.h
torch/csrc/jit/frontend/sugared_value.cpp
torch/csrc/jit/frontend/sugared_value.h
torch/csrc/jit/frontend/tracer.cpp
torch/csrc/jit/frontend/tracer.h
torch/csrc/jit/frontend/tree.h
torch/csrc/jit/frontend/tree_views.cpp
torch/csrc/jit/frontend/tree_views.h
torch/csrc/jit/frontend/versioned_symbols.cpp
torch/csrc/jit/frontend/versioned_symbols.h
torch/csrc/jit/ir/alias_analysis.cpp
torch/csrc/jit/ir/alias_analysis.h
torch/csrc/jit/ir/attributes.cpp
torch/csrc/jit/ir/attributes.h
torch/csrc/jit/ir/constants.cpp
torch/csrc/jit/ir/constants.h
torch/csrc/jit/ir/graph_node_list.h
torch/csrc/jit/ir/ir.cpp
torch/csrc/jit/ir/ir.h
torch/csrc/jit/ir/ir_views.h
torch/csrc/jit/ir/irparser.cpp
torch/csrc/jit/ir/irparser.h
torch/csrc/jit/ir/named_value.h
torch/csrc/jit/ir/node_hashing.cpp
torch/csrc/jit/ir/node_hashing.h
torch/csrc/jit/ir/scope.cpp
torch/csrc/jit/ir/scope.h
torch/csrc/jit/ir/subgraph_matcher.cpp
torch/csrc/jit/ir/subgraph_matcher.h
torch/csrc/jit/ir/type_hashing.cpp
torch/csrc/jit/ir/type_hashing.h
torch/csrc/jit/mobile/backport.cpp
torch/csrc/jit/mobile/backport.h
torch/csrc/jit/mobile/backport_manager.cpp
torch/csrc/jit/mobile/backport_manager.h
torch/csrc/jit/mobile/debug_info.cpp
torch/csrc/jit/mobile/debug_info.h
torch/csrc/jit/mobile/function.cpp
torch/csrc/jit/mobile/function.h
torch/csrc/jit/mobile/import.cpp
torch/csrc/jit/mobile/import.h
torch/csrc/jit/mobile/import_data.cpp
torch/csrc/jit/mobile/import_data.h
torch/csrc/jit/mobile/interpreter.cpp
torch/csrc/jit/mobile/interpreter.h
torch/csrc/jit/mobile/method.h
torch/csrc/jit/mobile/model_compatibility.cpp
torch/csrc/jit/mobile/model_compatibility.h
torch/csrc/jit/mobile/module.cpp
torch/csrc/jit/mobile/module.h
torch/csrc/jit/mobile/observer.cpp
torch/csrc/jit/mobile/observer.h
torch/csrc/jit/mobile/parse_bytecode.cpp
torch/csrc/jit/mobile/parse_bytecode.h
torch/csrc/jit/mobile/parse_operators.cpp
torch/csrc/jit/mobile/parse_operators.h
torch/csrc/jit/mobile/prim_ops_registery.cpp
torch/csrc/jit/mobile/prim_ops_registery.h
torch/csrc/jit/mobile/profiler_edge.cpp
torch/csrc/jit/mobile/profiler_edge.h
torch/csrc/jit/mobile/promoted_prim_ops.cpp
torch/csrc/jit/mobile/promoted_prim_ops.h
torch/csrc/jit/mobile/runtime_compatibility.cpp
torch/csrc/jit/mobile/runtime_compatibility.h
torch/csrc/jit/mobile/type_parser.cpp
torch/csrc/jit/mobile/type_parser.h
torch/csrc/jit/mobile/nnc/aot_compiler.cpp
torch/csrc/jit/mobile/nnc/aot_compiler.h
torch/csrc/jit/mobile/nnc/backend.cpp
torch/csrc/jit/mobile/nnc/context.cpp
torch/csrc/jit/mobile/nnc/context.h
torch/csrc/jit/mobile/nnc/registry.cpp
torch/csrc/jit/mobile/nnc/registry.h
torch/csrc/jit/mobile/train/export_data.cpp
torch/csrc/jit/mobile/train/export_data.h
torch/csrc/jit/mobile/train/random.cpp
torch/csrc/jit/mobile/train/random.h
torch/csrc/jit/mobile/train/sequential.cpp
torch/csrc/jit/mobile/train/sequential.h
torch/csrc/jit/mobile/train/optim/sgd.cpp
torch/csrc/jit/mobile/train/optim/sgd.h
torch/csrc/jit/passes/annotate_warns.cpp
torch/csrc/jit/passes/annotate_warns.h
torch/csrc/jit/passes/bailout_graph.cpp
torch/csrc/jit/passes/bailout_graph.h
torch/csrc/jit/passes/batch_mm.cpp
torch/csrc/jit/passes/batch_mm.h
torch/csrc/jit/passes/canonicalize.cpp
torch/csrc/jit/passes/canonicalize.h
torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp
torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h
torch/csrc/jit/passes/clear_profiling.cpp
torch/csrc/jit/passes/clear_profiling.h
torch/csrc/jit/passes/clear_undefinedness.cpp
torch/csrc/jit/passes/clear_undefinedness.h
torch/csrc/jit/passes/common_subexpression_elimination.cpp
torch/csrc/jit/passes/common_subexpression_elimination.h
torch/csrc/jit/passes/concat_opt.cpp
torch/csrc/jit/passes/concat_opt.h
torch/csrc/jit/passes/constant_pooling.cpp
torch/csrc/jit/passes/constant_pooling.h
torch/csrc/jit/passes/constant_propagation.cpp
torch/csrc/jit/passes/constant_propagation.h
torch/csrc/jit/passes/create_autodiff_subgraphs.cpp
torch/csrc/jit/passes/create_autodiff_subgraphs.h
torch/csrc/jit/passes/create_functional_graphs.cpp
torch/csrc/jit/passes/create_functional_graphs.h
torch/csrc/jit/passes/cuda_graph_fuser.h
torch/csrc/jit/passes/dead_code_elimination.cpp
torch/csrc/jit/passes/dead_code_elimination.h
torch/csrc/jit/passes/decompose_ops.cpp
torch/csrc/jit/passes/decompose_ops.h
torch/csrc/jit/passes/erase_number_types.cpp
torch/csrc/jit/passes/erase_number_types.h
torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp
torch/csrc/jit/passes/fixup_trace_scope_blocks.h
torch/csrc/jit/passes/fold_conv_bn.cpp
torch/csrc/jit/passes/fold_conv_bn.h
torch/csrc/jit/passes/freeze_module.cpp
torch/csrc/jit/passes/freeze_module.h
torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp
torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h
torch/csrc/jit/passes/frozen_conv_folding.cpp
torch/csrc/jit/passes/frozen_conv_folding.h
torch/csrc/jit/passes/frozen_graph_optimizations.cpp
torch/csrc/jit/passes/frozen_graph_optimizations.h
torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp
torch/csrc/jit/passes/frozen_ops_to_mkldnn.h
torch/csrc/jit/passes/fuse_linear.cpp
torch/csrc/jit/passes/fuse_linear.h
torch/csrc/jit/passes/fuse_relu.cpp
torch/csrc/jit/passes/fuse_relu.h
torch/csrc/jit/passes/graph_fuser.cpp
torch/csrc/jit/passes/graph_fuser.h
torch/csrc/jit/passes/graph_rewrite_helper.cpp
torch/csrc/jit/passes/graph_rewrite_helper.h
torch/csrc/jit/passes/guard_elimination.cpp
torch/csrc/jit/passes/guard_elimination.h
torch/csrc/jit/passes/hoist_conv_packed_params.cpp
torch/csrc/jit/passes/hoist_conv_packed_params.h
torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp
torch/csrc/jit/passes/inline_autodiff_subgraphs.h
torch/csrc/jit/passes/inline_fork_wait.cpp
torch/csrc/jit/passes/inline_fork_wait.h
torch/csrc/jit/passes/inline_forked_closures.cpp
torch/csrc/jit/passes/inline_forked_closures.h
torch/csrc/jit/passes/inliner.cpp
torch/csrc/jit/passes/inliner.h
torch/csrc/jit/passes/inplace_check.cpp
torch/csrc/jit/passes/inplace_check.h
torch/csrc/jit/passes/insert_guards.cpp
torch/csrc/jit/passes/insert_guards.h
torch/csrc/jit/passes/integer_value_refinement.cpp
torch/csrc/jit/passes/integer_value_refinement.h
torch/csrc/jit/passes/lift_closures.cpp
torch/csrc/jit/passes/lift_closures.h
torch/csrc/jit/passes/liveness.cpp
torch/csrc/jit/passes/liveness.h
torch/csrc/jit/passes/loop_unrolling.cpp
torch/csrc/jit/passes/loop_unrolling.h
torch/csrc/jit/passes/lower_grad_of.cpp
torch/csrc/jit/passes/lower_grad_of.h
torch/csrc/jit/passes/lower_graph.cpp
torch/csrc/jit/passes/lower_graph.h
torch/csrc/jit/passes/lower_tuples.cpp
torch/csrc/jit/passes/lower_tuples.h
torch/csrc/jit/passes/metal_rewrite.cpp
torch/csrc/jit/passes/metal_rewrite.h
torch/csrc/jit/passes/normalize_ops.cpp
torch/csrc/jit/passes/normalize_ops.h
torch/csrc/jit/passes/onnx.cpp
torch/csrc/jit/passes/onnx.h
torch/csrc/jit/passes/pass_manager.cpp
torch/csrc/jit/passes/pass_manager.h
torch/csrc/jit/passes/peephole.cpp
torch/csrc/jit/passes/peephole.h
torch/csrc/jit/passes/peephole_alias_sensitive.cpp
torch/csrc/jit/passes/peephole_alias_sensitive.h
torch/csrc/jit/passes/peephole_dict_idioms.cpp
torch/csrc/jit/passes/peephole_dict_idioms.h
torch/csrc/jit/passes/peephole_list_idioms.cpp
torch/csrc/jit/passes/peephole_list_idioms.h
torch/csrc/jit/passes/peephole_non_tensor.cpp
torch/csrc/jit/passes/peephole_non_tensor.h
torch/csrc/jit/passes/prepack_folding.cpp
torch/csrc/jit/passes/prepack_folding.h
torch/csrc/jit/passes/remove_dropout.cpp
torch/csrc/jit/passes/remove_dropout.h
torch/csrc/jit/passes/remove_exceptions.cpp
torch/csrc/jit/passes/remove_exceptions.h
torch/csrc/jit/passes/remove_expands.cpp
torch/csrc/jit/passes/remove_expands.h
torch/csrc/jit/passes/remove_inplace_ops.cpp
torch/csrc/jit/passes/remove_inplace_ops.h
torch/csrc/jit/passes/remove_mutation.cpp
torch/csrc/jit/passes/remove_mutation.h
torch/csrc/jit/passes/remove_redundant_profiles.cpp
torch/csrc/jit/passes/remove_redundant_profiles.h
torch/csrc/jit/passes/requires_grad_analysis.cpp
torch/csrc/jit/passes/requires_grad_analysis.h
torch/csrc/jit/passes/restore_mutation.cpp
torch/csrc/jit/passes/restore_mutation.h
torch/csrc/jit/passes/shape_analysis.cpp
torch/csrc/jit/passes/shape_analysis.h
torch/csrc/jit/passes/specialize_autogradzero.cpp
torch/csrc/jit/passes/specialize_autogradzero.h
torch/csrc/jit/passes/subgraph_rewrite.cpp
torch/csrc/jit/passes/subgraph_rewrite.h
torch/csrc/jit/passes/symbolic_shape_analysis.cpp
torch/csrc/jit/passes/symbolic_shape_analysis.h
torch/csrc/jit/passes/tensorexpr_fuser.cpp
torch/csrc/jit/passes/tensorexpr_fuser.h
torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp
torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h
torch/csrc/jit/passes/value_refinement_utils.cpp
torch/csrc/jit/passes/value_refinement_utils.h
torch/csrc/jit/passes/variadic_ops.cpp
torch/csrc/jit/passes/variadic_ops.h
torch/csrc/jit/passes/vulkan_rewrite.cpp
torch/csrc/jit/passes/vulkan_rewrite.h
torch/csrc/jit/passes/xnnpack_rewrite.cpp
torch/csrc/jit/passes/xnnpack_rewrite.h
torch/csrc/jit/passes/onnx/README.md
torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp
torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h
torch/csrc/jit/passes/onnx/constant_fold.cpp
torch/csrc/jit/passes/onnx/constant_fold.h
torch/csrc/jit/passes/onnx/constant_map.cpp
torch/csrc/jit/passes/onnx/constant_map.h
torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp
torch/csrc/jit/passes/onnx/eliminate_unused_items.h
torch/csrc/jit/passes/onnx/eval_peephole.cpp
torch/csrc/jit/passes/onnx/eval_peephole.h
torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp
torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h
torch/csrc/jit/passes/onnx/fold_if_node.cpp
torch/csrc/jit/passes/onnx/fold_if_node.h
torch/csrc/jit/passes/onnx/function_substitution.cpp
torch/csrc/jit/passes/onnx/function_substitution.h
torch/csrc/jit/passes/onnx/helper.cpp
torch/csrc/jit/passes/onnx/helper.h
torch/csrc/jit/passes/onnx/list_model_parameters.cpp
torch/csrc/jit/passes/onnx/list_model_parameters.h
torch/csrc/jit/passes/onnx/peephole.cpp
torch/csrc/jit/passes/onnx/peephole.h
torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp
torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h
torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp
torch/csrc/jit/passes/onnx/preprocess_for_onnx.h
torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp
torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h
torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp
torch/csrc/jit/passes/onnx/scalar_type_analysis.h
torch/csrc/jit/passes/onnx/shape_type_inference.cpp
torch/csrc/jit/passes/onnx/shape_type_inference.h
torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp
torch/csrc/jit/passes/onnx/unpack_quantized_weights.h
torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/common.h
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h
torch/csrc/jit/passes/quantization/dedup_module_uses.cpp
torch/csrc/jit/passes/quantization/dedup_module_uses.h
torch/csrc/jit/passes/quantization/finalize.cpp
torch/csrc/jit/passes/quantization/finalize.h
torch/csrc/jit/passes/quantization/fusion_passes.cpp
torch/csrc/jit/passes/quantization/fusion_passes.h
torch/csrc/jit/passes/quantization/helper.cpp
torch/csrc/jit/passes/quantization/helper.h
torch/csrc/jit/passes/quantization/insert_observers.cpp
torch/csrc/jit/passes/quantization/insert_observers.h
torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp
torch/csrc/jit/passes/quantization/insert_quant_dequant.h
torch/csrc/jit/passes/quantization/quantization_patterns.h
torch/csrc/jit/passes/quantization/quantization_type.cpp
torch/csrc/jit/passes/quantization/quantization_type.h
torch/csrc/jit/passes/utils/check_alias_annotation.cpp
torch/csrc/jit/passes/utils/check_alias_annotation.h
torch/csrc/jit/passes/utils/memory_dag.cpp
torch/csrc/jit/passes/utils/memory_dag.h
torch/csrc/jit/passes/utils/subgraph_utils.cpp
torch/csrc/jit/passes/utils/subgraph_utils.h
torch/csrc/jit/python/init.cpp
torch/csrc/jit/python/init.h
torch/csrc/jit/python/module_python.h
torch/csrc/jit/python/pybind.h
torch/csrc/jit/python/pybind_utils.cpp
torch/csrc/jit/python/pybind_utils.h
torch/csrc/jit/python/python_arg_flatten.cpp
torch/csrc/jit/python/python_arg_flatten.h
torch/csrc/jit/python/python_custom_class.cpp
torch/csrc/jit/python/python_custom_class.h
torch/csrc/jit/python/python_dict.cpp
torch/csrc/jit/python/python_dict.h
torch/csrc/jit/python/python_interpreter.cpp
torch/csrc/jit/python/python_ir.cpp
torch/csrc/jit/python/python_ir.h
torch/csrc/jit/python/python_ivalue.h
torch/csrc/jit/python/python_list.cpp
torch/csrc/jit/python/python_list.h
torch/csrc/jit/python/python_sugared_value.cpp
torch/csrc/jit/python/python_sugared_value.h
torch/csrc/jit/python/python_tracer.cpp
torch/csrc/jit/python/python_tracer.h
torch/csrc/jit/python/python_tree_views.cpp
torch/csrc/jit/python/python_tree_views.h
torch/csrc/jit/python/script_init.cpp
torch/csrc/jit/python/script_init.h
torch/csrc/jit/python/update_graph_executor_opt.cpp
torch/csrc/jit/python/update_graph_executor_opt.h
torch/csrc/jit/runtime/argument_spec.cpp
torch/csrc/jit/runtime/argument_spec.h
torch/csrc/jit/runtime/autodiff.cpp
torch/csrc/jit/runtime/autodiff.h
torch/csrc/jit/runtime/calculate_necessary_args.h
torch/csrc/jit/runtime/custom_operator.h
torch/csrc/jit/runtime/exception_message.h
torch/csrc/jit/runtime/graph_executor.cpp
torch/csrc/jit/runtime/graph_executor.h
torch/csrc/jit/runtime/graph_executor_impl.h
torch/csrc/jit/runtime/graph_iterator.h
torch/csrc/jit/runtime/instruction.cpp
torch/csrc/jit/runtime/instruction.h
torch/csrc/jit/runtime/interpreter.cpp
torch/csrc/jit/runtime/interpreter.h
torch/csrc/jit/runtime/jit_exception.cpp
torch/csrc/jit/runtime/jit_exception.h
torch/csrc/jit/runtime/logging.cpp
torch/csrc/jit/runtime/logging.h
torch/csrc/jit/runtime/operator.cpp
torch/csrc/jit/runtime/operator.h
torch/csrc/jit/runtime/operator_options.h
torch/csrc/jit/runtime/print_handler.cpp
torch/csrc/jit/runtime/print_handler.h
torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp
torch/csrc/jit/runtime/profiling_graph_executor_impl.h
torch/csrc/jit/runtime/profiling_record.cpp
torch/csrc/jit/runtime/profiling_record.h
torch/csrc/jit/runtime/register_c10_ops.cpp
torch/csrc/jit/runtime/register_cuda_ops.cpp
torch/csrc/jit/runtime/register_distributed_ops.cpp
torch/csrc/jit/runtime/register_ops_utils.cpp
torch/csrc/jit/runtime/register_ops_utils.h
torch/csrc/jit/runtime/register_prim_ops.cpp
torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp
torch/csrc/jit/runtime/register_special_ops.cpp
torch/csrc/jit/runtime/script_profile.cpp
torch/csrc/jit/runtime/script_profile.h
torch/csrc/jit/runtime/slice_indices_adjust.cpp
torch/csrc/jit/runtime/slice_indices_adjust.h
torch/csrc/jit/runtime/symbolic_script.cpp
torch/csrc/jit/runtime/symbolic_script.h
torch/csrc/jit/runtime/symbolic_shape_registry.cpp
torch/csrc/jit/runtime/symbolic_shape_registry.h
torch/csrc/jit/runtime/vararg_functions.cpp
torch/csrc/jit/runtime/vararg_functions.h
torch/csrc/jit/runtime/variable_tensor_list.h
torch/csrc/jit/runtime/interpreter/can_emit_inline.h
torch/csrc/jit/runtime/interpreter/code_impl.h
torch/csrc/jit/runtime/interpreter/frame.cpp
torch/csrc/jit/runtime/interpreter/frame.h
torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp
torch/csrc/jit/runtime/interpreter/preprocess_graph.h
torch/csrc/jit/runtime/static/README.md
torch/csrc/jit/runtime/static/fusion.cpp
torch/csrc/jit/runtime/static/fusion.h
torch/csrc/jit/runtime/static/impl.cpp
torch/csrc/jit/runtime/static/impl.h
torch/csrc/jit/runtime/static/init.cpp
torch/csrc/jit/runtime/static/init.h
torch/csrc/jit/runtime/static/memory_planner.cpp
torch/csrc/jit/runtime/static/memory_planner.h
torch/csrc/jit/runtime/static/native_ops.cpp
torch/csrc/jit/runtime/static/ops.cpp
torch/csrc/jit/runtime/static/ops.h
torch/csrc/jit/runtime/static/passes.cpp
torch/csrc/jit/runtime/static/passes.h
torch/csrc/jit/runtime/static/te_wrapper.cpp
torch/csrc/jit/runtime/static/te_wrapper.h
torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp
torch/csrc/jit/serialization/callstack_debug_info_serialization.h
torch/csrc/jit/serialization/export.cpp
torch/csrc/jit/serialization/export.h
torch/csrc/jit/serialization/export_module.cpp
torch/csrc/jit/serialization/import.cpp
torch/csrc/jit/serialization/import.h
torch/csrc/jit/serialization/import_export_constants.h
torch/csrc/jit/serialization/import_export_functions.h
torch/csrc/jit/serialization/import_export_helpers.cpp
torch/csrc/jit/serialization/import_export_helpers.h
torch/csrc/jit/serialization/import_legacy.cpp
torch/csrc/jit/serialization/import_legacy.h
torch/csrc/jit/serialization/import_read.cpp
torch/csrc/jit/serialization/import_read.h
torch/csrc/jit/serialization/import_source.cpp
torch/csrc/jit/serialization/import_source.h
torch/csrc/jit/serialization/onnx.cpp
torch/csrc/jit/serialization/onnx.h
torch/csrc/jit/serialization/pickle.cpp
torch/csrc/jit/serialization/pickle.h
torch/csrc/jit/serialization/pickler.cpp
torch/csrc/jit/serialization/pickler.h
torch/csrc/jit/serialization/python_print.cpp
torch/csrc/jit/serialization/python_print.h
torch/csrc/jit/serialization/source_range_serialization.cpp
torch/csrc/jit/serialization/source_range_serialization.h
torch/csrc/jit/serialization/source_range_serialization_impl.h
torch/csrc/jit/serialization/storage_context.h
torch/csrc/jit/serialization/type_name_uniquer.cpp
torch/csrc/jit/serialization/type_name_uniquer.h
torch/csrc/jit/serialization/unpickler.cpp
torch/csrc/jit/serialization/unpickler.h
torch/csrc/jit/tensorexpr/ConditionalsInTE.md
torch/csrc/jit/tensorexpr/IRSpecification.md
torch/csrc/jit/tensorexpr/analysis.h
torch/csrc/jit/tensorexpr/block_codegen.cpp
torch/csrc/jit/tensorexpr/block_codegen.h
torch/csrc/jit/tensorexpr/bounds_inference.cpp
torch/csrc/jit/tensorexpr/bounds_inference.h
torch/csrc/jit/tensorexpr/bounds_overlap.cpp
torch/csrc/jit/tensorexpr/bounds_overlap.h
torch/csrc/jit/tensorexpr/codegen.cpp
torch/csrc/jit/tensorexpr/codegen.h
torch/csrc/jit/tensorexpr/codegen_external.py
torch/csrc/jit/tensorexpr/cpp_codegen.cpp
torch/csrc/jit/tensorexpr/cpp_codegen.h
torch/csrc/jit/tensorexpr/cpp_intrinsics.h
torch/csrc/jit/tensorexpr/cuda_codegen.cpp
torch/csrc/jit/tensorexpr/cuda_codegen.h
torch/csrc/jit/tensorexpr/cuda_random.h
torch/csrc/jit/tensorexpr/dim_arg.h
torch/csrc/jit/tensorexpr/eval.cpp
torch/csrc/jit/tensorexpr/eval.h
torch/csrc/jit/tensorexpr/exceptions.h
torch/csrc/jit/tensorexpr/expr.cpp
torch/csrc/jit/tensorexpr/expr.h
torch/csrc/jit/tensorexpr/external_functions.cpp
torch/csrc/jit/tensorexpr/external_functions.h
torch/csrc/jit/tensorexpr/external_functions_codegen.cpp
torch/csrc/jit/tensorexpr/external_functions_registry.cpp
torch/csrc/jit/tensorexpr/external_functions_registry.h
torch/csrc/jit/tensorexpr/fwd_decls.h
torch/csrc/jit/tensorexpr/graph_opt.cpp
torch/csrc/jit/tensorexpr/graph_opt.h
torch/csrc/jit/tensorexpr/half_support.h
torch/csrc/jit/tensorexpr/hash_provider.cpp
torch/csrc/jit/tensorexpr/hash_provider.h
torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp
torch/csrc/jit/tensorexpr/intrinsic_symbols.h
torch/csrc/jit/tensorexpr/ir.cpp
torch/csrc/jit/tensorexpr/ir.h
torch/csrc/jit/tensorexpr/ir_cloner.cpp
torch/csrc/jit/tensorexpr/ir_cloner.h
torch/csrc/jit/tensorexpr/ir_mutator.cpp
torch/csrc/jit/tensorexpr/ir_mutator.h
torch/csrc/jit/tensorexpr/ir_printer.cpp
torch/csrc/jit/tensorexpr/ir_printer.h
torch/csrc/jit/tensorexpr/ir_simplifier.cpp
torch/csrc/jit/tensorexpr/ir_simplifier.h
torch/csrc/jit/tensorexpr/ir_verifier.cpp
torch/csrc/jit/tensorexpr/ir_verifier.h
torch/csrc/jit/tensorexpr/ir_visitor.cpp
torch/csrc/jit/tensorexpr/ir_visitor.h
torch/csrc/jit/tensorexpr/kernel.cpp
torch/csrc/jit/tensorexpr/kernel.h
torch/csrc/jit/tensorexpr/llvm_codegen.cpp
torch/csrc/jit/tensorexpr/llvm_codegen.h
torch/csrc/jit/tensorexpr/llvm_jit.cpp
torch/csrc/jit/tensorexpr/llvm_jit.h
torch/csrc/jit/tensorexpr/loopnest.cpp
torch/csrc/jit/tensorexpr/loopnest.h
torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp
torch/csrc/jit/tensorexpr/mem_dependency_checker.h
torch/csrc/jit/tensorexpr/reduction.cpp
torch/csrc/jit/tensorexpr/reduction.h
torch/csrc/jit/tensorexpr/registerizer.cpp
torch/csrc/jit/tensorexpr/registerizer.h
torch/csrc/jit/tensorexpr/stmt.h
torch/csrc/jit/tensorexpr/tensor.cpp
torch/csrc/jit/tensorexpr/tensor.h
torch/csrc/jit/tensorexpr/tensorexpr_init.cpp
torch/csrc/jit/tensorexpr/tensorexpr_init.h
torch/csrc/jit/tensorexpr/types.cpp
torch/csrc/jit/tensorexpr/types.h
torch/csrc/jit/tensorexpr/unique_name_manager.cpp
torch/csrc/jit/tensorexpr/unique_name_manager.h
torch/csrc/jit/tensorexpr/var_substitutor.h
torch/csrc/jit/tensorexpr/operators/conv2d.cpp
torch/csrc/jit/tensorexpr/operators/conv2d.h
torch/csrc/jit/tensorexpr/operators/matmul.cpp
torch/csrc/jit/tensorexpr/operators/matmul.h
torch/csrc/jit/tensorexpr/operators/norm.cpp
torch/csrc/jit/tensorexpr/operators/norm.h
torch/csrc/jit/tensorexpr/operators/operators.h
torch/csrc/jit/tensorexpr/operators/reduction.cpp
torch/csrc/jit/tensorexpr/operators/reduction.h
torch/csrc/jit/tensorexpr/operators/softmax.cpp
torch/csrc/jit/tensorexpr/operators/softmax.h
torch/csrc/jit/tensorexpr/operators/unary.cpp
torch/csrc/jit/tensorexpr/operators/unary.h
torch/csrc/jit/tensorexpr/scripts/bisect.py
torch/csrc/jit/testing/catch_utils.hpp
torch/csrc/jit/testing/file_check.cpp
torch/csrc/jit/testing/file_check.h
torch/csrc/jit/testing/hooks_for_testing.cpp
torch/csrc/jit/testing/hooks_for_testing.h
torch/csrc/multiprocessing/init.cpp
torch/csrc/multiprocessing/init.h
torch/csrc/onnx/init.cpp
torch/csrc/onnx/init.h
torch/csrc/onnx/onnx.h
torch/csrc/tensor/python_tensor.cpp
torch/csrc/tensor/python_tensor.h
torch/csrc/utils/auto_gil.h
torch/csrc/utils/byte_order.cpp
torch/csrc/utils/byte_order.h
torch/csrc/utils/crash_handler.cpp
torch/csrc/utils/crash_handler.h
torch/csrc/utils/cuda_enabled.h
torch/csrc/utils/cuda_lazy_init.cpp
torch/csrc/utils/cuda_lazy_init.h
torch/csrc/utils/disable_torch_function.cpp
torch/csrc/utils/disable_torch_function.h
torch/csrc/utils/disallow_copy.h
torch/csrc/utils/init.cpp
torch/csrc/utils/init.h
torch/csrc/utils/invalid_arguments.cpp
torch/csrc/utils/invalid_arguments.h
torch/csrc/utils/memory.h
torch/csrc/utils/numpy_stub.h
torch/csrc/utils/object_ptr.cpp
torch/csrc/utils/object_ptr.h
torch/csrc/utils/out_types.cpp
torch/csrc/utils/out_types.h
torch/csrc/utils/pybind.h
torch/csrc/utils/pycfunction_helpers.h
torch/csrc/utils/python_arg_parser.cpp
torch/csrc/utils/python_arg_parser.h
torch/csrc/utils/python_compat.h
torch/csrc/utils/python_dispatch.cpp
torch/csrc/utils/python_dispatch.h
torch/csrc/utils/python_numbers.h
torch/csrc/utils/python_scalars.h
torch/csrc/utils/python_strings.h
torch/csrc/utils/python_stub.h
torch/csrc/utils/python_tuples.h
torch/csrc/utils/six.h
torch/csrc/utils/structseq.cpp
torch/csrc/utils/structseq.h
torch/csrc/utils/tensor_apply.cpp
torch/csrc/utils/tensor_apply.h
torch/csrc/utils/tensor_dtypes.cpp
torch/csrc/utils/tensor_dtypes.h
torch/csrc/utils/tensor_flatten.cpp
torch/csrc/utils/tensor_flatten.h
torch/csrc/utils/tensor_layouts.cpp
torch/csrc/utils/tensor_layouts.h
torch/csrc/utils/tensor_list.cpp
torch/csrc/utils/tensor_list.h
torch/csrc/utils/tensor_memoryformats.cpp
torch/csrc/utils/tensor_memoryformats.h
torch/csrc/utils/tensor_new.cpp
torch/csrc/utils/tensor_new.h
torch/csrc/utils/tensor_numpy.cpp
torch/csrc/utils/tensor_numpy.h
torch/csrc/utils/tensor_qschemes.cpp
torch/csrc/utils/tensor_qschemes.h
torch/csrc/utils/tensor_types.cpp
torch/csrc/utils/tensor_types.h
torch/csrc/utils/throughput_benchmark-inl.h
torch/csrc/utils/throughput_benchmark.cpp
torch/csrc/utils/throughput_benchmark.h
torch/csrc/utils/variadic.cpp
torch/csrc/utils/variadic.h
torch/cuda/__init__.py
torch/cuda/_utils.py
torch/cuda/comm.py
torch/cuda/error.py
torch/cuda/graphs.py
torch/cuda/memory.py
torch/cuda/nccl.py
torch/cuda/nvtx.py
torch/cuda/profiler.py
torch/cuda/random.py
torch/cuda/sparse.py
torch/cuda/streams.py
torch/cuda/amp/__init__.py
torch/cuda/amp/autocast_mode.py
torch/cuda/amp/common.py
torch/cuda/amp/grad_scaler.py
torch/distributed/CONTRIBUTING.md
torch/distributed/__init__.py
torch/distributed/argparse_util.py
torch/distributed/constants.py
torch/distributed/distributed_c10d.py
torch/distributed/launch.py
torch/distributed/remote_device.py
torch/distributed/rendezvous.py
torch/distributed/run.py
torch/distributed/_sharded_tensor/__init__.py
torch/distributed/_sharded_tensor/api.py
torch/distributed/_sharded_tensor/ops/__init__.py
torch/distributed/_sharded_tensor/ops/linear.py
torch/distributed/_sharding_spec/__init__.py
torch/distributed/_sharding_spec/_internals.py
torch/distributed/_sharding_spec/api.py
torch/distributed/algorithms/__init__.py
torch/distributed/algorithms/join.py
torch/distributed/algorithms/ddp_comm_hooks/__init__.py
torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py
torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py
torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py
torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py
torch/distributed/algorithms/model_averaging/__init__.py
torch/distributed/algorithms/model_averaging/averagers.py
torch/distributed/algorithms/model_averaging/utils.py
torch/distributed/algorithms/quantization/quantization.py
torch/distributed/autograd/__init__.py
torch/distributed/benchmarks/README.md
torch/distributed/benchmarks/benchmark_ddp_rpc.py
torch/distributed/elastic/__init__.py
torch/distributed/elastic/agent/__init__.py
torch/distributed/elastic/agent/server/__init__.py
torch/distributed/elastic/agent/server/api.py
torch/distributed/elastic/agent/server/local_elastic_agent.py
torch/distributed/elastic/events/__init__.py
torch/distributed/elastic/events/api.py
torch/distributed/elastic/events/handlers.py
torch/distributed/elastic/metrics/__init__.py
torch/distributed/elastic/metrics/api.py
torch/distributed/elastic/multiprocessing/__init__.py
torch/distributed/elastic/multiprocessing/api.py
torch/distributed/elastic/multiprocessing/redirects.py
torch/distributed/elastic/multiprocessing/tail_log.py
torch/distributed/elastic/multiprocessing/errors/__init__.py
torch/distributed/elastic/multiprocessing/errors/error_handler.py
torch/distributed/elastic/multiprocessing/errors/handlers.py
torch/distributed/elastic/rendezvous/__init__.py
torch/distributed/elastic/rendezvous/api.py
torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py
torch/distributed/elastic/rendezvous/dynamic_rendezvous.py
torch/distributed/elastic/rendezvous/etcd_rendezvous.py
torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py
torch/distributed/elastic/rendezvous/etcd_server.py
torch/distributed/elastic/rendezvous/etcd_store.py
torch/distributed/elastic/rendezvous/registry.py
torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py
torch/distributed/elastic/rendezvous/utils.py
torch/distributed/elastic/timer/__init__.py
torch/distributed/elastic/timer/api.py
torch/distributed/elastic/timer/local_timer.py
torch/distributed/elastic/utils/__init__.py
torch/distributed/elastic/utils/api.py
torch/distributed/elastic/utils/distributed.py
torch/distributed/elastic/utils/log_level.py
torch/distributed/elastic/utils/logging.py
torch/distributed/elastic/utils/store.py
torch/distributed/elastic/utils/data/__init__.py
torch/distributed/elastic/utils/data/cycling_iterator.py
torch/distributed/elastic/utils/data/elastic_distributed_sampler.py
torch/distributed/launcher/__init__.py
torch/distributed/launcher/api.py
torch/distributed/nn/__init__.py
torch/distributed/nn/functional.py
torch/distributed/nn/api/__init__.py
torch/distributed/nn/api/remote_module.py
torch/distributed/nn/jit/__init__.py
torch/distributed/nn/jit/instantiator.py
torch/distributed/nn/jit/templates/__init__.py
torch/distributed/nn/jit/templates/remote_module_template.py
torch/distributed/optim/__init__.py
torch/distributed/optim/functional_adadelta.py
torch/distributed/optim/functional_adagrad.py
torch/distributed/optim/functional_adam.py
torch/distributed/optim/functional_adamax.py
torch/distributed/optim/functional_adamw.py
torch/distributed/optim/functional_rmsprop.py
torch/distributed/optim/functional_rprop.py
torch/distributed/optim/functional_sgd.py
torch/distributed/optim/optimizer.py
torch/distributed/optim/post_localSGD_optimizer.py
torch/distributed/optim/zero_redundancy_optimizer.py
torch/distributed/optim/zero_redundancy_optimizer.pyi
torch/distributed/pipeline/__init__.py
torch/distributed/pipeline/sync/__init__.py
torch/distributed/pipeline/sync/batchnorm.py
torch/distributed/pipeline/sync/checkpoint.py
torch/distributed/pipeline/sync/copy.py
torch/distributed/pipeline/sync/dependency.py
torch/distributed/pipeline/sync/microbatch.py
torch/distributed/pipeline/sync/phony.py
torch/distributed/pipeline/sync/pipe.py
torch/distributed/pipeline/sync/pipeline.py
torch/distributed/pipeline/sync/py.typed
torch/distributed/pipeline/sync/stream.py
torch/distributed/pipeline/sync/utils.py
torch/distributed/pipeline/sync/worker.py
torch/distributed/pipeline/sync/_balance/__init__.py
torch/distributed/pipeline/sync/_balance/blockpartition.py
torch/distributed/pipeline/sync/_balance/profile.py
torch/distributed/pipeline/sync/_balance/py.typed
torch/distributed/pipeline/sync/skip/__init__.py
torch/distributed/pipeline/sync/skip/layout.py
torch/distributed/pipeline/sync/skip/namespace.py
torch/distributed/pipeline/sync/skip/portal.py
torch/distributed/pipeline/sync/skip/skippable.py
torch/distributed/pipeline/sync/skip/tracker.py
torch/distributed/rpc/__init__.py
torch/distributed/rpc/api.py
torch/distributed/rpc/backend_registry.py
torch/distributed/rpc/constants.py
torch/distributed/rpc/functions.py
torch/distributed/rpc/internal.py
torch/distributed/rpc/options.py
torch/distributed/rpc/rref_proxy.py
torch/distributed/rpc/server_process_global_profiler.py
torch/distributed/rpc/_testing/__init__.py
torch/distributed/rpc/_testing/faulty_agent_backend_registry.py
torch/distributions/__init__.py
torch/distributions/bernoulli.py
torch/distributions/beta.py
torch/distributions/binomial.py
torch/distributions/categorical.py
torch/distributions/cauchy.py
torch/distributions/chi2.py
torch/distributions/constraint_registry.py
torch/distributions/constraints.py
torch/distributions/continuous_bernoulli.py
torch/distributions/dirichlet.py
torch/distributions/distribution.py
torch/distributions/exp_family.py
torch/distributions/exponential.py
torch/distributions/fishersnedecor.py
torch/distributions/gamma.py
torch/distributions/geometric.py
torch/distributions/gumbel.py
torch/distributions/half_cauchy.py
torch/distributions/half_normal.py
torch/distributions/independent.py
torch/distributions/kl.py
torch/distributions/kumaraswamy.py
torch/distributions/laplace.py
torch/distributions/lkj_cholesky.py
torch/distributions/log_normal.py
torch/distributions/logistic_normal.py
torch/distributions/lowrank_multivariate_normal.py
torch/distributions/mixture_same_family.py
torch/distributions/multinomial.py
torch/distributions/multivariate_normal.py
torch/distributions/negative_binomial.py
torch/distributions/normal.py
torch/distributions/one_hot_categorical.py
torch/distributions/pareto.py
torch/distributions/poisson.py
torch/distributions/relaxed_bernoulli.py
torch/distributions/relaxed_categorical.py
torch/distributions/studentT.py
torch/distributions/transformed_distribution.py
torch/distributions/transforms.py
torch/distributions/uniform.py
torch/distributions/utils.py
torch/distributions/von_mises.py
torch/distributions/weibull.py
torch/fft/__init__.py
torch/for_onnx/__init__.py
torch/futures/__init__.py
torch/fx/OVERVIEW.md
torch/fx/__init__.py
torch/fx/__init__.pyi
torch/fx/_compatibility.py
torch/fx/_pytree.py
torch/fx/_symbolic_trace.py
torch/fx/annotate.py
torch/fx/graph.py
torch/fx/graph_module.py
torch/fx/immutable_collections.py
torch/fx/interpreter.py
torch/fx/node.py
torch/fx/operator_schemas.py
torch/fx/proxy.py
torch/fx/subgraph_rewriter.py
torch/fx/tensor_type.py
torch/fx/experimental/__init__.py
torch/fx/experimental/accelerator_partitioner.py
torch/fx/experimental/const_fold.py
torch/fx/experimental/graph_gradual_typechecker.py
torch/fx/experimental/merge_matmul.py
torch/fx/experimental/normalize.py
torch/fx/experimental/optimization.py
torch/fx/experimental/partitioner_utils.py
torch/fx/experimental/refinement_types.py
torch/fx/experimental/rewriter.py
torch/fx/experimental/schema_type_annotation.py
torch/fx/experimental/unify_refinements.py
torch/fx/experimental/fx2trt/__init__.py
torch/fx/experimental/fx2trt/fx2trt.py
torch/fx/experimental/fx2trt/converters/__init__.py
torch/fx/experimental/fx2trt/converters/acc_ops_converters.py
torch/fx/experimental/fx2trt/converters/activation.py
torch/fx/experimental/fx2trt/converters/adaptive_avgpool.py
torch/fx/experimental/fx2trt/converters/add.py
torch/fx/experimental/fx2trt/converters/batchnorm.py
torch/fx/experimental/fx2trt/converters/convolution.py
torch/fx/experimental/fx2trt/converters/helper_functions.py
torch/fx/experimental/fx2trt/converters/linear.py
torch/fx/experimental/fx2trt/converters/maxpool.py
torch/fx/experimental/fx2trt/converters/mul.py
torch/fx/experimental/fx2trt/converters/quantization.py
torch/fx/experimental/fx2trt/converters/transformation.py
torch/fx/experimental/fx2trt/example/fx2trt_example.py
torch/fx/experimental/fx2trt/example/quantized_resnet_test.py
torch/fx/experimental/fx2trt/example/unittests.py
torch/fx/experimental/fx2trt/passes/remove_duplicate_output_args.py
torch/fx/experimental/fx2trt/tools/__init__.py
torch/fx/experimental/fx2trt/tools/graph_util.py
torch/fx/experimental/fx2trt/tools/trt_minimizer.py
torch/fx/experimental/fx2trt/tools/trt_splitter.py
torch/fx/experimental/fx_acc/__init__.py
torch/fx/experimental/fx_acc/acc_normalizer.py
torch/fx/experimental/fx_acc/acc_ops.py
torch/fx/experimental/fx_acc/acc_tracer.py
torch/fx/experimental/fx_acc/acc_utils.py
torch/fx/experimental/unification/LICENSE.txt
torch/fx/experimental/unification/__init__.py
torch/fx/experimental/unification/core.py
torch/fx/experimental/unification/dispatch.py
torch/fx/experimental/unification/match.py
torch/fx/experimental/unification/more.py
torch/fx/experimental/unification/unification_tools.py
torch/fx/experimental/unification/utils.py
torch/fx/experimental/unification/variable.py
torch/fx/experimental/unification/multipledispatch/__init__.py
torch/fx/experimental/unification/multipledispatch/conflict.py
torch/fx/experimental/unification/multipledispatch/core.py
torch/fx/experimental/unification/multipledispatch/dispatcher.py
torch/fx/experimental/unification/multipledispatch/utils.py
torch/fx/experimental/unification/multipledispatch/variadic.py
torch/fx/passes/__init__.py
torch/fx/passes/graph_drawer.py
torch/fx/passes/graph_manipulation.py
torch/fx/passes/net_min_base.py
torch/fx/passes/operator_support.py
torch/fx/passes/param_fetch.py
torch/fx/passes/shape_prop.py
torch/fx/passes/split_module.py
torch/fx/passes/split_utils.py
torch/fx/passes/splitter_base.py
torch/fx/passes/tools_common.py
torch/jit/__init__.py
torch/jit/_async.py
torch/jit/_builtins.py
torch/jit/_check.py
torch/jit/_freeze.py
torch/jit/_fuser.py
torch/jit/_logging.py
torch/jit/_monkeytype_config.py
torch/jit/_pickle.py
torch/jit/_recursive.py
torch/jit/_script.py
torch/jit/_serialization.py
torch/jit/_state.py
torch/jit/_trace.py
torch/jit/annotations.py
torch/jit/frontend.py
torch/jit/quantized.py
torch/jit/supported_ops.py
torch/jit/unsupported_tensor_ops.py
torch/jit/mobile/__init__.py
torch/legacy/README.md
torch/lib/libshm/CMakeLists.txt
torch/lib/libshm/alloc_info.h
torch/lib/libshm/core.cpp
torch/lib/libshm/err.h
torch/lib/libshm/libshm.h
torch/lib/libshm/manager.cpp
torch/lib/libshm/socket.h
torch/lib/libshm_windows/CMakeLists.txt
torch/lib/libshm_windows/core.cpp
torch/lib/libshm_windows/libshm.h
torch/linalg/__init__.py
torch/multiprocessing/__init__.py
torch/multiprocessing/_atfork.py
torch/multiprocessing/cuda_multiprocessing.md
torch/multiprocessing/pool.py
torch/multiprocessing/queue.py
torch/multiprocessing/reductions.py
torch/multiprocessing/spawn.py
torch/nn/__init__.py
torch/nn/_reduction.py
torch/nn/common_types.py
torch/nn/cpp.py
torch/nn/functional.py
torch/nn/functional.pyi
torch/nn/functional.pyi.in
torch/nn/grad.py
torch/nn/init.py
torch/nn/parameter.py
torch/nn/parameter.pyi
torch/nn/backends/__init__.py
torch/nn/backends/thnn.py
torch/nn/intrinsic/__init__.py
torch/nn/intrinsic/modules/__init__.py
torch/nn/intrinsic/modules/fused.py
torch/nn/intrinsic/qat/__init__.py
torch/nn/intrinsic/qat/modules/__init__.py
torch/nn/intrinsic/qat/modules/conv_fused.py
torch/nn/intrinsic/qat/modules/linear_relu.py
torch/nn/intrinsic/quantized/__init__.py
torch/nn/intrinsic/quantized/dynamic/__init__.py
torch/nn/intrinsic/quantized/dynamic/modules/__init__.py
torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py
torch/nn/intrinsic/quantized/modules/__init__.py
torch/nn/intrinsic/quantized/modules/bn_relu.py
torch/nn/intrinsic/quantized/modules/conv_relu.py
torch/nn/intrinsic/quantized/modules/linear_relu.py
torch/nn/modules/__init__.py
torch/nn/modules/_functions.py
torch/nn/modules/activation.py
torch/nn/modules/adaptive.py
torch/nn/modules/batchnorm.py
torch/nn/modules/channelshuffle.py
torch/nn/modules/container.py
torch/nn/modules/conv.py
torch/nn/modules/distance.py
torch/nn/modules/dropout.py
torch/nn/modules/flatten.py
torch/nn/modules/fold.py
torch/nn/modules/instancenorm.py
torch/nn/modules/lazy.py
torch/nn/modules/linear.py
torch/nn/modules/loss.py
torch/nn/modules/module.py
torch/nn/modules/normalization.py
torch/nn/modules/padding.py
torch/nn/modules/pixelshuffle.py
torch/nn/modules/pooling.py
torch/nn/modules/rnn.py
torch/nn/modules/sparse.py
torch/nn/modules/transformer.py
torch/nn/modules/upsampling.py
torch/nn/modules/utils.py
torch/nn/parallel/__init__.py
torch/nn/parallel/__init__.pyi
torch/nn/parallel/_functions.py
torch/nn/parallel/comm.py
torch/nn/parallel/common_types.pyi
torch/nn/parallel/data_parallel.py
torch/nn/parallel/data_parallel.pyi
torch/nn/parallel/distributed.py
torch/nn/parallel/distributed.pyi
torch/nn/parallel/parallel_apply.py
torch/nn/parallel/parallel_apply.pyi
torch/nn/parallel/replicate.py
torch/nn/parallel/replicate.pyi
torch/nn/parallel/scatter_gather.py
torch/nn/parallel/scatter_gather.pyi
torch/nn/qat/__init__.py
torch/nn/qat/modules/__init__.py
torch/nn/qat/modules/conv.py
torch/nn/qat/modules/linear.py
torch/nn/quantizable/__init__.py
torch/nn/quantizable/modules/__init__.py
torch/nn/quantizable/modules/activation.py
torch/nn/quantizable/modules/rnn.py
torch/nn/quantized/__init__.py
torch/nn/quantized/functional.py
torch/nn/quantized/_reference/__init__.py
torch/nn/quantized/_reference/modules/__init__.py
torch/nn/quantized/_reference/modules/conv.py
torch/nn/quantized/_reference/modules/linear.py
torch/nn/quantized/_reference/modules/utils.py
torch/nn/quantized/dynamic/__init__.py
torch/nn/quantized/dynamic/modules/__init__.py
torch/nn/quantized/dynamic/modules/linear.py
torch/nn/quantized/dynamic/modules/rnn.py
torch/nn/quantized/modules/__init__.py
torch/nn/quantized/modules/activation.py
torch/nn/quantized/modules/batchnorm.py
torch/nn/quantized/modules/conv.py
torch/nn/quantized/modules/embedding_ops.py
torch/nn/quantized/modules/functional_modules.py
torch/nn/quantized/modules/linear.py
torch/nn/quantized/modules/normalization.py
torch/nn/quantized/modules/utils.py
torch/nn/utils/__init__.py
torch/nn/utils/clip_grad.py
torch/nn/utils/convert_parameters.py
torch/nn/utils/fusion.py
torch/nn/utils/init.py
torch/nn/utils/memory_format.py
torch/nn/utils/parametrizations.py
torch/nn/utils/parametrize.py
torch/nn/utils/prune.py
torch/nn/utils/rnn.py
torch/nn/utils/rnn.pyi
torch/nn/utils/spectral_norm.py
torch/nn/utils/weight_norm.py
torch/onnx/__init__.py
torch/onnx/operators.py
torch/onnx/symbolic_caffe2.py
torch/onnx/symbolic_helper.py
torch/onnx/symbolic_opset10.py
torch/onnx/symbolic_opset11.py
torch/onnx/symbolic_opset12.py
torch/onnx/symbolic_opset13.py
torch/onnx/symbolic_opset14.py
torch/onnx/symbolic_opset7.py
torch/onnx/symbolic_opset8.py
torch/onnx/symbolic_opset9.py
torch/onnx/symbolic_registry.py
torch/onnx/utils.py
torch/optim/__init__.py
torch/optim/__init__.pyi
torch/optim/_functional.py
torch/optim/adadelta.py
torch/optim/adadelta.pyi
torch/optim/adagrad.py
torch/optim/adagrad.pyi
torch/optim/adam.py
torch/optim/adam.pyi
torch/optim/adamax.py
torch/optim/adamax.pyi
torch/optim/adamw.py
torch/optim/adamw.pyi
torch/optim/asgd.py
torch/optim/asgd.pyi
torch/optim/lbfgs.py
torch/optim/lbfgs.pyi
torch/optim/lr_scheduler.py
torch/optim/lr_scheduler.pyi
torch/optim/nadam.py
torch/optim/nadam.pyi
torch/optim/optimizer.py
torch/optim/optimizer.pyi
torch/optim/radam.py
torch/optim/radam.pyi
torch/optim/rmsprop.py
torch/optim/rmsprop.pyi
torch/optim/rprop.py
torch/optim/rprop.pyi
torch/optim/sgd.py
torch/optim/sgd.pyi
torch/optim/sparse_adam.py
torch/optim/sparse_adam.pyi
torch/optim/swa_utils.py
torch/optim/swa_utils.pyi
torch/optim/_multi_tensor/__init__.py
torch/optim/_multi_tensor/__init__.pyi
torch/optim/_multi_tensor/_functional.py
torch/optim/_multi_tensor/adadelta.py
torch/optim/_multi_tensor/adadelta.pyi
torch/optim/_multi_tensor/adagrad.py
torch/optim/_multi_tensor/adagrad.pyi
torch/optim/_multi_tensor/adam.py
torch/optim/_multi_tensor/adam.pyi
torch/optim/_multi_tensor/adamax.py
torch/optim/_multi_tensor/adamax.pyi
torch/optim/_multi_tensor/adamw.py
torch/optim/_multi_tensor/adamw.pyi
torch/optim/_multi_tensor/asgd.py
torch/optim/_multi_tensor/asgd.pyi
torch/optim/_multi_tensor/nadam.py
torch/optim/_multi_tensor/nadam.pyi
torch/optim/_multi_tensor/radam.py
torch/optim/_multi_tensor/radam.pyi
torch/optim/_multi_tensor/rmsprop.py
torch/optim/_multi_tensor/rmsprop.pyi
torch/optim/_multi_tensor/rprop.py
torch/optim/_multi_tensor/rprop.pyi
torch/optim/_multi_tensor/sgd.py
torch/optim/_multi_tensor/sgd.pyi
torch/package/__init__.py
torch/package/_digraph.py
torch/package/_directory_reader.py
torch/package/_importlib.py
torch/package/_mangling.py
torch/package/_mock.py
torch/package/_package_pickler.py
torch/package/_package_unpickler.py
torch/package/_stdlib.py
torch/package/file_structure_representation.py
torch/package/find_file_dependencies.py
torch/package/glob_group.py
torch/package/importer.py
torch/package/mangling.md
torch/package/package_exporter.py
torch/package/package_importer.py
torch/package/analyze/__init__.py
torch/package/analyze/is_from_package.py
torch/package/analyze/trace_dependencies.py
torch/profiler/__init__.py
torch/profiler/profiler.py
torch/quantization/__init__.py
torch/quantization/_numeric_suite.py
torch/quantization/_numeric_suite_fx.py
torch/quantization/fake_quantize.py
torch/quantization/fuse_modules.py
torch/quantization/fuser_method_mappings.py
torch/quantization/observer.py
torch/quantization/qconfig.py
torch/quantization/quant_type.py
torch/quantization/quantization_mappings.py
torch/quantization/quantize.py
torch/quantization/quantize_fx.py
torch/quantization/quantize_jit.py
torch/quantization/stubs.py
torch/quantization/utils.py
torch/quantization/fx/__init__.py
torch/quantization/fx/_equalize.py
torch/quantization/fx/_lower_to_native_backend.py
torch/quantization/fx/convert.py
torch/quantization/fx/fuse.py
torch/quantization/fx/fusion_patterns.py
torch/quantization/fx/graph_module.py
torch/quantization/fx/lower_to_fbgemm.py
torch/quantization/fx/lower_to_qnnpack.py
torch/quantization/fx/match_utils.py
torch/quantization/fx/pattern_utils.py
torch/quantization/fx/prepare.py
torch/quantization/fx/qconfig_utils.py
torch/quantization/fx/quantization_patterns.py
torch/quantization/fx/quantization_types.py
torch/quantization/fx/quantized_fusion_patterns_and_replacements.py
torch/quantization/fx/utils.py
torch/quantization/fx/backend_config_dict/__init__.py
torch/quantization/fx/backend_config_dict/fbgemm.py
torch/quantization/fx/backend_config_dict/tensorrt.py
torch/sparse/__init__.py
torch/special/__init__.py
torch/testing/__init__.py
torch/testing/_asserts.py
torch/testing/_check_kernel_launches.py
torch/testing/_core.py
torch/testing/_creation.py
torch/testing/_deprecated.py
torch/testing/_dtype_getters.py
torch/testing/_internal/__init__.py
torch/testing/_internal/autocast_test_lists.py
torch/testing/_internal/common_cuda.py
torch/testing/_internal/common_device_type.py
torch/testing/_internal/common_distributed.py
torch/testing/_internal/common_dtype.py
torch/testing/_internal/common_jit.py
torch/testing/_internal/common_methods_invocations.py
torch/testing/_internal/common_modules.py
torch/testing/_internal/common_nn.py
torch/testing/_internal/common_quantization.py
torch/testing/_internal/common_quantized.py
torch/testing/_internal/common_utils.py
torch/testing/_internal/dist_utils.py
torch/testing/_internal/hypothesis_utils.py
torch/testing/_internal/jit_metaprogramming_utils.py
torch/testing/_internal/jit_utils.py
torch/testing/_internal/opinfo_helper.py
torch/testing/_internal/codegen/__init__.py
torch/testing/_internal/codegen/random_topo_test.py
torch/testing/_internal/data/__init__.py
torch/testing/_internal/data/network1.py
torch/testing/_internal/data/network2.py
torch/testing/_internal/distributed/__init__.py
torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py
torch/testing/_internal/distributed/distributed_test.py
torch/testing/_internal/distributed/pipe_with_ddp_test.py
torch/testing/_internal/distributed/rpc_utils.py
torch/testing/_internal/distributed/_sharded_tensor/__init__.py
torch/testing/_internal/distributed/nn/__init__.py
torch/testing/_internal/distributed/nn/api/__init__.py
torch/testing/_internal/distributed/nn/api/remote_module_test.py
torch/testing/_internal/distributed/pipeline/__init__.py
torch/testing/_internal/distributed/rpc/__init__.py
torch/testing/_internal/distributed/rpc/dist_autograd_test.py
torch/testing/_internal/distributed/rpc/dist_optimizer_test.py
torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py
torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py
torch/testing/_internal/distributed/rpc/rpc_test.py
torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py
torch/testing/_internal/distributed/rpc/examples/__init__.py
torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py
torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py
torch/testing/_internal/distributed/rpc/jit/__init__.py
torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py
torch/testing/_internal/distributed/rpc/jit/rpc_test.py
torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py
torch/testing/_internal/generated/__init__.py
torch/testing/_internal/generated/annotated_fn_args.py
torch/testing/_internal/test_module/__init__.py
torch/testing/_internal/test_module/future_div.py
torch/testing/_internal/test_module/no_future_div.py
torch/utils/__init__.py
torch/utils/_cpp_extension_versioner.py
torch/utils/_crash_handler.py
torch/utils/_python_dispatch.py
torch/utils/_pytree.py
torch/utils/bundled_inputs.py
torch/utils/checkpoint.py
torch/utils/collect_env.py
torch/utils/cpp_extension.py
torch/utils/dlpack.py
torch/utils/file_baton.py
torch/utils/hooks.py
torch/utils/mkldnn.py
torch/utils/mobile_optimizer.py
torch/utils/model_zoo.py
torch/utils/show_pickle.py
torch/utils/throughput_benchmark.py
torch/utils/backcompat/__init__.py
torch/utils/benchmark/README.md
torch/utils/benchmark/__init__.py
torch/utils/benchmark/examples/__init__.py
torch/utils/benchmark/examples/blas_compare.py
torch/utils/benchmark/examples/blas_compare_setup.py
torch/utils/benchmark/examples/compare.py
torch/utils/benchmark/examples/end_to_end.py
torch/utils/benchmark/examples/fuzzer.py
torch/utils/benchmark/examples/op_benchmark.py
torch/utils/benchmark/examples/prepare_e2e.sh
torch/utils/benchmark/examples/simple_timeit.py
torch/utils/benchmark/examples/spectral_ops_fuzz_test.py
torch/utils/benchmark/examples/sparse/compare.py
torch/utils/benchmark/examples/sparse/fuzzer.py
torch/utils/benchmark/examples/sparse/op_benchmark.py
torch/utils/benchmark/op_fuzzers/__init__.py
torch/utils/benchmark/op_fuzzers/binary.py
torch/utils/benchmark/op_fuzzers/sparse_binary.py
torch/utils/benchmark/op_fuzzers/sparse_unary.py
torch/utils/benchmark/op_fuzzers/spectral.py
torch/utils/benchmark/op_fuzzers/unary.py
torch/utils/benchmark/utils/__init__.py
torch/utils/benchmark/utils/_stubs.py
torch/utils/benchmark/utils/common.py
torch/utils/benchmark/utils/compare.py
torch/utils/benchmark/utils/cpp_jit.py
torch/utils/benchmark/utils/fuzzer.py
torch/utils/benchmark/utils/sparse_fuzzer.py
torch/utils/benchmark/utils/timeit_template.cpp
torch/utils/benchmark/utils/timer.py
torch/utils/benchmark/utils/valgrind_wrapper/__init__.py
torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp
torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp
torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py
torch/utils/bottleneck/__init__.py
torch/utils/bottleneck/__main__.py
torch/utils/data/__init__.py
torch/utils/data/_decorator.py
torch/utils/data/_typing.py
torch/utils/data/backward_compatibility.py
torch/utils/data/dataframes_pipes.ipynb
torch/utils/data/dataloader.py
torch/utils/data/dataloader_experimental.py
torch/utils/data/dataset.py
torch/utils/data/distributed.py
torch/utils/data/graph.py
torch/utils/data/sampler.py
torch/utils/data/sharding.py
torch/utils/data/standard_pipes.ipynb
torch/utils/data/typing.ipynb
torch/utils/data/_utils/__init__.py
torch/utils/data/_utils/collate.py
torch/utils/data/_utils/fetch.py
torch/utils/data/_utils/pin_memory.py
torch/utils/data/_utils/signal_handling.py
torch/utils/data/_utils/worker.py
torch/utils/data/communication/__init__.py
torch/utils/data/communication/eventloop.py
torch/utils/data/communication/iter.py
torch/utils/data/communication/messages.py
torch/utils/data/communication/protocol.py
torch/utils/data/communication/queue.py
torch/utils/data/datapipes/README.md
torch/utils/data/datapipes/__init__.py
torch/utils/data/datapipes/dataframe/__init__.py
torch/utils/data/datapipes/dataframe/dataframes.py
torch/utils/data/datapipes/dataframe/datapipes.py
torch/utils/data/datapipes/dataframe/structures.py
torch/utils/data/datapipes/iter/__init__.py
torch/utils/data/datapipes/iter/callable.py
torch/utils/data/datapipes/iter/combinatorics.py
torch/utils/data/datapipes/iter/combining.py
torch/utils/data/datapipes/iter/filelister.py
torch/utils/data/datapipes/iter/fileloader.py
torch/utils/data/datapipes/iter/grouping.py
torch/utils/data/datapipes/iter/httpreader.py
torch/utils/data/datapipes/iter/linereader.py
torch/utils/data/datapipes/iter/routeddecoder.py
torch/utils/data/datapipes/iter/selecting.py
torch/utils/data/datapipes/iter/streamreader.py
torch/utils/data/datapipes/iter/tararchivereader.py
torch/utils/data/datapipes/iter/utils.py
torch/utils/data/datapipes/iter/ziparchivereader.py
torch/utils/data/datapipes/map/__init__.py
torch/utils/data/datapipes/map/callable.py
torch/utils/data/datapipes/map/combining.py
torch/utils/data/datapipes/utils/__init__.py
torch/utils/data/datapipes/utils/common.py
torch/utils/data/datapipes/utils/decoder.py
torch/utils/ffi/__init__.py
torch/utils/hipify/__init__.py
torch/utils/hipify/constants.py
torch/utils/hipify/cuda_to_hip_mappings.py
torch/utils/hipify/hipify_python.py
torch/utils/hipify/version.py
torch/utils/model_dump/__init__.py
torch/utils/model_dump/__main__.py
torch/utils/model_dump/code.js
torch/utils/model_dump/htm.mjs
torch/utils/model_dump/preact.mjs
torch/utils/model_dump/skeleton.html
torch/utils/tensorboard/__init__.py
torch/utils/tensorboard/_caffe2_graph.py
torch/utils/tensorboard/_convert_np.py
torch/utils/tensorboard/_embedding.py
torch/utils/tensorboard/_onnx_graph.py
torch/utils/tensorboard/_proto_graph.py
torch/utils/tensorboard/_pytorch_graph.py
torch/utils/tensorboard/_utils.py
torch/utils/tensorboard/summary.py
torch/utils/tensorboard/writer.py