CITATION.cff
CMakeLists.txt
LICENSE
MANIFEST.in
NOTICE
README.md
build_variables.bzl
mypy.ini
pyproject.toml
requirements.txt
setup.py
ufunc_defs.bzl
version.txt
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/libs/fbjni/CMakeLists.txt
android/libs/fbjni/CODE_OF_CONDUCT.md
android/libs/fbjni/CONTRIBUTING.md
android/libs/fbjni/README.md
android/libs/fbjni/build.gradle
android/libs/fbjni/googletest-CMakeLists.txt.in
android/libs/fbjni/gradle.properties
android/libs/fbjni/gradlew.bat
android/libs/fbjni/host.gradle
android/libs/fbjni/settings.gradle
android/libs/fbjni/cxx/fbjni/ByteBuffer.cpp
android/libs/fbjni/cxx/fbjni/ByteBuffer.h
android/libs/fbjni/cxx/fbjni/Context.h
android/libs/fbjni/cxx/fbjni/File.h
android/libs/fbjni/cxx/fbjni/JThread.h
android/libs/fbjni/cxx/fbjni/NativeRunnable.h
android/libs/fbjni/cxx/fbjni/OnLoad.cpp
android/libs/fbjni/cxx/fbjni/ReadableByteChannel.cpp
android/libs/fbjni/cxx/fbjni/ReadableByteChannel.h
android/libs/fbjni/cxx/fbjni/fbjni.cpp
android/libs/fbjni/cxx/fbjni/fbjni.h
android/libs/fbjni/cxx/fbjni/detail/Boxed.h
android/libs/fbjni/cxx/fbjni/detail/Common.h
android/libs/fbjni/cxx/fbjni/detail/CoreClasses-inl.h
android/libs/fbjni/cxx/fbjni/detail/CoreClasses.h
android/libs/fbjni/cxx/fbjni/detail/Environment.cpp
android/libs/fbjni/cxx/fbjni/detail/Environment.h
android/libs/fbjni/cxx/fbjni/detail/Exceptions.cpp
android/libs/fbjni/cxx/fbjni/detail/Exceptions.h
android/libs/fbjni/cxx/fbjni/detail/FbjniApi.h
android/libs/fbjni/cxx/fbjni/detail/Hybrid.cpp
android/libs/fbjni/cxx/fbjni/detail/Hybrid.h
android/libs/fbjni/cxx/fbjni/detail/Iterator-inl.h
android/libs/fbjni/cxx/fbjni/detail/Iterator.h
android/libs/fbjni/cxx/fbjni/detail/JWeakReference.h
android/libs/fbjni/cxx/fbjni/detail/Log.h
android/libs/fbjni/cxx/fbjni/detail/Meta-forward.h
android/libs/fbjni/cxx/fbjni/detail/Meta-inl.h
android/libs/fbjni/cxx/fbjni/detail/Meta.cpp
android/libs/fbjni/cxx/fbjni/detail/Meta.h
android/libs/fbjni/cxx/fbjni/detail/MetaConvert.h
android/libs/fbjni/cxx/fbjni/detail/ReferenceAllocators-inl.h
android/libs/fbjni/cxx/fbjni/detail/ReferenceAllocators.h
android/libs/fbjni/cxx/fbjni/detail/References-forward.h
android/libs/fbjni/cxx/fbjni/detail/References-inl.h
android/libs/fbjni/cxx/fbjni/detail/References.cpp
android/libs/fbjni/cxx/fbjni/detail/References.h
android/libs/fbjni/cxx/fbjni/detail/Registration-inl.h
android/libs/fbjni/cxx/fbjni/detail/Registration.h
android/libs/fbjni/cxx/fbjni/detail/SimpleFixedString.h
android/libs/fbjni/cxx/fbjni/detail/TypeTraits.h
android/libs/fbjni/cxx/fbjni/detail/utf8.cpp
android/libs/fbjni/cxx/fbjni/detail/utf8.h
android/libs/fbjni/cxx/lyra/cxa_throw.cpp
android/libs/fbjni/cxx/lyra/lyra.cpp
android/libs/fbjni/cxx/lyra/lyra.h
android/libs/fbjni/cxx/lyra/lyra_breakpad.cpp
android/libs/fbjni/cxx/lyra/lyra_exceptions.cpp
android/libs/fbjni/cxx/lyra/lyra_exceptions.h
android/libs/fbjni/docs/android_setup.md
android/libs/fbjni/docs/build_quickref.py
android/libs/fbjni/docs/maintainers.md
android/libs/fbjni/docs/quickref.md
android/libs/fbjni/docs/quickref_toc.txt
android/libs/fbjni/docs/rationale.md
android/libs/fbjni/gradle/android-tasks.gradle
android/libs/fbjni/gradle/release.gradle
android/libs/fbjni/gradle/wrapper/gradle-wrapper.jar
android/libs/fbjni/gradle/wrapper/gradle-wrapper.properties
android/libs/fbjni/java/com/facebook/jni/CppException.java
android/libs/fbjni/java/com/facebook/jni/CppSystemErrorException.java
android/libs/fbjni/java/com/facebook/jni/DestructorThread.java
android/libs/fbjni/java/com/facebook/jni/HybridClassBase.java
android/libs/fbjni/java/com/facebook/jni/HybridData.java
android/libs/fbjni/java/com/facebook/jni/IteratorHelper.java
android/libs/fbjni/java/com/facebook/jni/MapIteratorHelper.java
android/libs/fbjni/java/com/facebook/jni/NativeRunnable.java
android/libs/fbjni/java/com/facebook/jni/ThreadScopeSupport.java
android/libs/fbjni/java/com/facebook/jni/UnknownCppException.java
android/libs/fbjni/java/com/facebook/jni/annotations/DoNotStrip.java
android/libs/fbjni/manifest/AndroidManifest.xml
android/libs/fbjni/scripts/android-setup.sh
android/libs/fbjni/scripts/run-host-tests.sh
android/libs/fbjni/test/AndroidManifest.xml
android/libs/fbjni/test/BaseFBJniTests.java
android/libs/fbjni/test/ByteBufferTests.java
android/libs/fbjni/test/DocTests.java
android/libs/fbjni/test/FBJniTests.java
android/libs/fbjni/test/HybridTests.java
android/libs/fbjni/test/IteratorTests.java
android/libs/fbjni/test/PrimitiveArrayTests.java
android/libs/fbjni/test/ReadableByteChannelTests.java
android/libs/fbjni/test/jni/CMakeLists.txt
android/libs/fbjni/test/jni/byte_buffer_tests.cpp
android/libs/fbjni/test/jni/doc_tests.cpp
android/libs/fbjni/test/jni/expect.h
android/libs/fbjni/test/jni/fbjni_onload.cpp
android/libs/fbjni/test/jni/fbjni_tests.cpp
android/libs/fbjni/test/jni/hybrid_tests.cpp
android/libs/fbjni/test/jni/iterator_tests.cpp
android/libs/fbjni/test/jni/modified_utf8_test.cpp
android/libs/fbjni/test/jni/no_rtti.cpp
android/libs/fbjni/test/jni/no_rtti.h
android/libs/fbjni/test/jni/primitive_array_tests.cpp
android/libs/fbjni/test/jni/readable_byte_channel_tests.cpp
android/libs/fbjni/test/jni/simple_fixed_string_tests.cpp
android/libs/fbjni/test/jni/utf16toUTF8_test.cpp
android/libs/fbjni/test/jni/inter_dso_exception_test_1/Test.cpp
android/libs/fbjni/test/jni/inter_dso_exception_test_1/Test.h
android/libs/fbjni/test/jni/inter_dso_exception_test_2/Test.cpp
android/libs/fbjni/test/jni/inter_dso_exception_test_2/Test.h
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/activation_ops.ptl
android/pytorch_android/src/androidTest/assets/android_api_module.ptl
android/pytorch_android/src/androidTest/assets/blas_lapack_ops.ptl
android/pytorch_android/src/androidTest/assets/comparison_ops.ptl
android/pytorch_android/src/androidTest/assets/convolution_ops.ptl
android/pytorch_android/src/androidTest/assets/distance_function_ops.ptl
android/pytorch_android/src/androidTest/assets/dropout_ops.ptl
android/pytorch_android/src/androidTest/assets/dynamic_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/fused_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/general_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/linear_ops.ptl
android/pytorch_android/src/androidTest/assets/loss_function_ops.ptl
android/pytorch_android/src/androidTest/assets/mobilenet_v2.ptl
android/pytorch_android/src/androidTest/assets/nn_utils_ops.ptl
android/pytorch_android/src/androidTest/assets/normalization_ops.ptl
android/pytorch_android/src/androidTest/assets/other_math_ops.ptl
android/pytorch_android/src/androidTest/assets/padding_ops.ptl
android/pytorch_android/src/androidTest/assets/pointwise_ops.ptl
android/pytorch_android/src/androidTest/assets/pooling_ops.ptl
android/pytorch_android/src/androidTest/assets/recurrent_ops.ptl
android/pytorch_android/src/androidTest/assets/reduction_ops.ptl
android/pytorch_android/src/androidTest/assets/sampling_ops.ptl
android/pytorch_android/src/androidTest/assets/shuffle_ops.ptl
android/pytorch_android/src/androidTest/assets/sparse_ops.ptl
android/pytorch_android/src/androidTest/assets/spectral_ops.ptl
android/pytorch_android/src/androidTest/assets/static_quant_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_creation_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_general_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_indexing_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_typing_ops.ptl
android/pytorch_android/src/androidTest/assets/tensor_view_ops.ptl
android/pytorch_android/src/androidTest/assets/test.pt
android/pytorch_android/src/androidTest/assets/torchscript_builtin_ops.ptl
android/pytorch_android/src/androidTest/assets/torchscript_collection_ops.ptl
android/pytorch_android/src/androidTest/assets/transformer_ops.ptl
android/pytorch_android/src/androidTest/assets/vision_function_ops.ptl
android/pytorch_android/src/androidTest/cpp/pytorch_jni_common_test.cpp
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/PytorchLiteInstrumentedTests.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/androidTest/java/org/pytorch/suite/PytorchLiteInstrumentedTestSuite.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/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/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/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/BlasBackend.h
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/CachedTensorUtils.cpp
aten/src/ATen/CachedTensorUtils.h
aten/src/ATen/CollapseDims.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/DeviceAccelerator.cpp
aten/src/ATen/DeviceAccelerator.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/Dispatch_v2.h
aten/src/ATen/DynamicLibrary.cpp
aten/src/ATen/DynamicLibrary.h
aten/src/ATen/EmptyTensor.cpp
aten/src/ATen/EmptyTensor.h
aten/src/ATen/ExpandBase.h
aten/src/ATen/ExpandUtils.cpp
aten/src/ATen/ExpandUtils.h
aten/src/ATen/Formatting.h
aten/src/ATen/FuncTorchTLS.cpp
aten/src/ATen/FuncTorchTLS.h
aten/src/ATen/FunctionalInverses.cpp
aten/src/ATen/FunctionalStorageImpl.cpp
aten/src/ATen/FunctionalStorageImpl.h
aten/src/ATen/FunctionalTensorWrapper.cpp
aten/src/ATen/FunctionalTensorWrapper.h
aten/src/ATen/FunctionalizeFallbackKernel.cpp
aten/src/ATen/Generator.h
aten/src/ATen/InferSize.h
aten/src/ATen/InitialTensorOptions.h
aten/src/ATen/Layout.h
aten/src/ATen/LegacyBatchedFallback.cpp
aten/src/ATen/LegacyBatchedFallback.h
aten/src/ATen/LegacyBatchedTensorImpl.cpp
aten/src/ATen/LegacyBatchedTensorImpl.h
aten/src/ATen/LegacyBatchingRegistrations.cpp
aten/src/ATen/LegacyVmapMode.cpp
aten/src/ATen/LegacyVmapMode.h
aten/src/ATen/LegacyVmapTransforms.cpp
aten/src/ATen/LegacyVmapTransforms.h
aten/src/ATen/LinalgBackend.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/NestedTensorImpl.cpp
aten/src/ATen/NestedTensorImpl.h
aten/src/ATen/NumericUtils.h
aten/src/ATen/OpMathType.h
aten/src/ATen/OpaqueTensorImpl.h
aten/src/ATen/PTThreadPool.h
aten/src/ATen/PadNd.h
aten/src/ATen/Parallel-inl.h
aten/src/ATen/Parallel.h
aten/src/ATen/ParallelCommon.cpp
aten/src/ATen/ParallelFuture.h
aten/src/ATen/ParallelNative.cpp
aten/src/ATen/ParallelNative.h
aten/src/ATen/ParallelOpenMP.cpp
aten/src/ATen/ParallelOpenMP.h
aten/src/ATen/ParallelThreadPoolNative.cpp
aten/src/ATen/PythonTorchFunctionTLS.cpp
aten/src/ATen/PythonTorchFunctionTLS.h
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/Storage.h
aten/src/ATen/StorageUtils.cpp
aten/src/ATen/StorageUtils.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/TensorSubclassLikeUtils.h
aten/src/ATen/TensorUtils.cpp
aten/src/ATen/TensorUtils.h
aten/src/ATen/ThreadLocalPythonObjects.cpp
aten/src/ATen/ThreadLocalPythonObjects.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.h
aten/src/ATen/VmapModeRegistrations.cpp
aten/src/ATen/WrapDimUtils.h
aten/src/ATen/WrapDimUtilsMulti.h
aten/src/ATen/ZeroTensorFallback.cpp
aten/src/ATen/autocast_mode.cpp
aten/src/ATen/autocast_mode.h
aten/src/ATen/ceil_div.h
aten/src/ATen/code_template.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/jit_macros.h
aten/src/ATen/jiterator_macros.h
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/ATen_fwd.h
aten/src/ATen/core/ATen_pch.h
aten/src/ATen/core/Array.h
aten/src/ATen/core/BackendSelectFallbackKernel.cpp
aten/src/ATen/core/Backtrace.h
aten/src/ATen/core/CachingHostAllocator.h
aten/src/ATen/core/CheckMemoryFormat.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/GeneratorForPrivateuseone.cpp
aten/src/ATen/core/GeneratorForPrivateuseone.h
aten/src/ATen/core/IListRef.h
aten/src/ATen/core/IListRef_inl.h
aten/src/ATen/core/IListRef_test.cpp
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/MetaFallbackKernel.cpp
aten/src/ATen/core/NamedRegistrations.cpp
aten/src/ATen/core/NamedTensor.cpp
aten/src/ATen/core/NamedTensor.h
aten/src/ATen/core/NestedIntSymNodeImpl.cpp
aten/src/ATen/core/NestedIntSymNodeImpl.h
aten/src/ATen/core/PhiloxRNGEngine.h
aten/src/ATen/core/PythonFallbackKernel.cpp
aten/src/ATen/core/PythonFallbackKernel.h
aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp
aten/src/ATen/core/PythonOpRegistrationTrampoline.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/TorchDispatchUtils.cpp
aten/src/ATen/core/TorchDispatchUtils.h
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/blob.cpp
aten/src/ATen/core/blob.h
aten/src/ATen/core/builtin_function.h
aten/src/ATen/core/class_type.cpp
aten/src/ATen/core/class_type.h
aten/src/ATen/core/custom_class.cpp
aten/src/ATen/core/custom_class.h
aten/src/ATen/core/dynamic_type.cpp
aten/src/ATen/core/dynamic_type.h
aten/src/ATen/core/enum_type.h
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/symbol.h
aten/src/ATen/core/tensor_type.cpp
aten/src/ATen/core/type.cpp
aten/src/ATen/core/type_factory.cpp
aten/src/ATen/core/type_factory.h
aten/src/ATen/core/type_ptr.h
aten/src/ATen/core/typeid.h
aten/src/ATen/core/union_type.cpp
aten/src/ATen/core/boxing/BoxedKernel.h
aten/src/ATen/core/boxing/BoxedKernel_impl.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/OperatorKernel.h
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/Utils.cpp
aten/src/ATen/cpu/Utils.h
aten/src/ATen/cpu/vml.h
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/vec_convert.h
aten/src/ATen/cpu/vec/vec_half.h
aten/src/ATen/cpu/vec/vec_mask.h
aten/src/ATen/cpu/vec/vec_n.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_convert.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_half_neon.h
aten/src/ATen/cpu/vec/vec256/vec256_int.h
aten/src/ATen/cpu/vec/vec256/vec256_mask.h
aten/src/ATen/cpu/vec/vec256/vec256_qint.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.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/vec256/zarch/vec256_zarch.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_convert.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_mask.h
aten/src/ATen/cpu/vec/vec512/vec512_qint.h
aten/src/ATen/cuda/ATenCUDAGeneral.h
aten/src/ATen/cuda/ApplyGridUtils.cuh
aten/src/ATen/cuda/AsmUtils.cuh
aten/src/ATen/cuda/Atomic.cuh
aten/src/ATen/cuda/CUDAApplyUtils.cuh
aten/src/ATen/cuda/CUDABlas.cpp
aten/src/ATen/cuda/CUDABlas.h
aten/src/ATen/cuda/CUDAConfig.h.in
aten/src/ATen/cuda/CUDAContext.cpp
aten/src/ATen/cuda/CUDAContext.h
aten/src/ATen/cuda/CUDAContextLight.h
aten/src/ATen/cuda/CUDADataType.h
aten/src/ATen/cuda/CUDADevice.h
aten/src/ATen/cuda/CUDAEvent.h
aten/src/ATen/cuda/CUDAGeneratorImpl.cpp
aten/src/ATen/cuda/CUDAGeneratorImpl.h
aten/src/ATen/cuda/CUDAGraph.cpp
aten/src/ATen/cuda/CUDAGraph.h
aten/src/ATen/cuda/CUDAGraphsUtils.cuh
aten/src/ATen/cuda/CUDASparse.h
aten/src/ATen/cuda/CUDASparseBlas.cpp
aten/src/ATen/cuda/CUDASparseBlas.h
aten/src/ATen/cuda/CUDASparseDescriptors.cpp
aten/src/ATen/cuda/CUDASparseDescriptors.h
aten/src/ATen/cuda/CUDATensorMethods.cuh
aten/src/ATen/cuda/CUDAUtils.h
aten/src/ATen/cuda/CachingHostAllocator.cpp
aten/src/ATen/cuda/CachingHostAllocator.h
aten/src/ATen/cuda/CuSparseHandlePool.cpp
aten/src/ATen/cuda/CublasHandlePool.cpp
aten/src/ATen/cuda/DeviceUtils.cuh
aten/src/ATen/cuda/EmptyTensor.cpp
aten/src/ATen/cuda/EmptyTensor.h
aten/src/ATen/cuda/Exceptions.cpp
aten/src/ATen/cuda/Exceptions.h
aten/src/ATen/cuda/NumericLimits.cuh
aten/src/ATen/cuda/PeerToPeerAccess.cpp
aten/src/ATen/cuda/PeerToPeerAccess.h
aten/src/ATen/cuda/PhiloxCudaState.h
aten/src/ATen/cuda/PhiloxUtils.cuh
aten/src/ATen/cuda/PinnedMemoryAllocator.h
aten/src/ATen/cuda/ScanUtils.cuh
aten/src/ATen/cuda/Sleep.cu
aten/src/ATen/cuda/Sleep.h
aten/src/ATen/cuda/ThrustAllocator.h
aten/src/ATen/cuda/cub-RadixSortKeys.cu
aten/src/ATen/cuda/cub-RadixSortPairs.cu
aten/src/ATen/cuda/cub.cu
aten/src/ATen/cuda/cub.cuh
aten/src/ATen/cuda/cub.h
aten/src/ATen/cuda/cub_definitions.cuh
aten/src/ATen/cuda/jiterator.cu
aten/src/ATen/cuda/jiterator.h
aten/src/ATen/cuda/jiterator_impl.h
aten/src/ATen/cuda/llvm_basic.cpp
aten/src/ATen/cuda/llvm_complex.cpp
aten/src/ATen/cuda/llvm_jit_strings.h
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/IntegerDivider.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/cuda/tunable/GemmCommon.h
aten/src/ATen/cuda/tunable/GemmHipblaslt.h
aten/src/ATen/cuda/tunable/GemmRocblas.h
aten/src/ATen/cuda/tunable/README.md
aten/src/ATen/cuda/tunable/StreamTimer.cpp
aten/src/ATen/cuda/tunable/StreamTimer.h
aten/src/ATen/cuda/tunable/Tunable.cpp
aten/src/ATen/cuda/tunable/Tunable.h
aten/src/ATen/cuda/tunable/TunableGemm.h
aten/src/ATen/cuda/tunable/TunableOp.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/AcceleratorHooksInterface.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/IPUHooksInterface.cpp
aten/src/ATen/detail/IPUHooksInterface.h
aten/src/ATen/detail/MAIAHooksInterface.cpp
aten/src/ATen/detail/MAIAHooksInterface.h
aten/src/ATen/detail/MPSHooksInterface.cpp
aten/src/ATen/detail/MPSHooksInterface.h
aten/src/ATen/detail/MTIAHooksInterface.cpp
aten/src/ATen/detail/MTIAHooksInterface.h
aten/src/ATen/detail/MetaGuardImpl.cpp
aten/src/ATen/detail/PrivateUse1HooksInterface.cpp
aten/src/ATen/detail/PrivateUse1HooksInterface.h
aten/src/ATen/detail/XPUHooksInterface.cpp
aten/src/ATen/detail/XPUHooksInterface.h
aten/src/ATen/functorch/ADInterpreters.cpp
aten/src/ATen/functorch/ADInterpreters.h
aten/src/ATen/functorch/BatchRulesActivation.cpp
aten/src/ATen/functorch/BatchRulesBinaryOps.cpp
aten/src/ATen/functorch/BatchRulesConvolution.cpp
aten/src/ATen/functorch/BatchRulesDecompositions.cpp
aten/src/ATen/functorch/BatchRulesDynamic.cpp
aten/src/ATen/functorch/BatchRulesFactory.cpp
aten/src/ATen/functorch/BatchRulesHelper.cpp
aten/src/ATen/functorch/BatchRulesHelper.h
aten/src/ATen/functorch/BatchRulesIndexing.cpp
aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp
aten/src/ATen/functorch/BatchRulesLoss.cpp
aten/src/ATen/functorch/BatchRulesModules.cpp
aten/src/ATen/functorch/BatchRulesNorm.cpp
aten/src/ATen/functorch/BatchRulesPooling.cpp
aten/src/ATen/functorch/BatchRulesRandomness.cpp
aten/src/ATen/functorch/BatchRulesReduceOps.cpp
aten/src/ATen/functorch/BatchRulesScatterOps.cpp
aten/src/ATen/functorch/BatchRulesUnaryOps.cpp
aten/src/ATen/functorch/BatchRulesViews.cpp
aten/src/ATen/functorch/BatchedFallback.cpp
aten/src/ATen/functorch/BatchedFallback.h
aten/src/ATen/functorch/BatchedTensorImpl.cpp
aten/src/ATen/functorch/BatchedTensorImpl.h
aten/src/ATen/functorch/BatchingMetaprogramming.h
aten/src/ATen/functorch/DynamicLayer.cpp
aten/src/ATen/functorch/DynamicLayer.h
aten/src/ATen/functorch/FunctionalizeInterpreter.cpp
aten/src/ATen/functorch/FunctionalizeInterpreter.h
aten/src/ATen/functorch/Interpreter.cpp
aten/src/ATen/functorch/Interpreter.h
aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp
aten/src/ATen/functorch/LegacyVmapTransforms.cpp
aten/src/ATen/functorch/LegacyVmapTransforms.h
aten/src/ATen/functorch/Macros.h
aten/src/ATen/functorch/PlumbingHelper.cpp
aten/src/ATen/functorch/PlumbingHelper.h
aten/src/ATen/functorch/PyTorchOperatorHacks.cpp
aten/src/ATen/functorch/TensorWrapper.cpp
aten/src/ATen/functorch/TensorWrapper.h
aten/src/ATen/functorch/VmapInterpreter.cpp
aten/src/ATen/functorch/VmapInterpreter.h
aten/src/ATen/functorch/VmapModeRegistrations.cpp
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/AutocastRNN.cpp
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/mkl/Sparse.h
aten/src/ATen/mkl/SparseBlas.cpp
aten/src/ATen/mkl/SparseBlas.h
aten/src/ATen/mkl/SparseDescriptors.h
aten/src/ATen/mkl/Utils.h
aten/src/ATen/mps/EmptyTensor.cpp
aten/src/ATen/mps/EmptyTensor.h
aten/src/ATen/mps/IndexKernels.h
aten/src/ATen/mps/MPSAllocator.h
aten/src/ATen/mps/MPSAllocator.mm
aten/src/ATen/mps/MPSAllocatorInterface.h
aten/src/ATen/mps/MPSDevice.h
aten/src/ATen/mps/MPSDevice.mm
aten/src/ATen/mps/MPSEvent.h
aten/src/ATen/mps/MPSEvent.mm
aten/src/ATen/mps/MPSFallback.mm
aten/src/ATen/mps/MPSGeneratorImpl.h
aten/src/ATen/mps/MPSGeneratorImpl.mm
aten/src/ATen/mps/MPSGuardImpl.h
aten/src/ATen/mps/MPSGuardImpl.mm
aten/src/ATen/mps/MPSHooks.h
aten/src/ATen/mps/MPSHooks.mm
aten/src/ATen/mps/MPSProfiler.h
aten/src/ATen/mps/MPSProfiler.mm
aten/src/ATen/mps/MPSStream.h
aten/src/ATen/mps/MPSStream.mm
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/AmpKernels.cpp
aten/src/ATen/native/AmpKernels.h
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/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/CanUse32BitIndexMath.h
aten/src/ATen/native/ChanelShuffle.cpp
aten/src/ATen/native/Col2Im.cpp
aten/src/ATen/native/ComparisonUtils.cpp
aten/src/ATen/native/ComplexHelper.h
aten/src/ATen/native/CompositeRandomAccessor.h
aten/src/ATen/native/CompositeRandomAccessorCommon.h
aten/src/ATen/native/Constraints.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/ConvolutionMM3d.h
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/FractionalMaxPooling.h
aten/src/ATen/native/FunctionOfAMatrixUtils.cpp
aten/src/ATen/native/FunctionOfAMatrixUtils.h
aten/src/ATen/native/FusedAdagrad.cpp
aten/src/ATen/native/FusedAdagrad.h
aten/src/ATen/native/FusedAdam.cpp
aten/src/ATen/native/FusedAdam.h
aten/src/ATen/native/FusedSGD.cpp
aten/src/ATen/native/FusedSGD.h
aten/src/ATen/native/GatedLinearUnit.cpp
aten/src/ATen/native/GridSampler.cpp
aten/src/ATen/native/GridSampler.h
aten/src/ATen/native/GridSamplerUtils.h
aten/src/ATen/native/Histogram.cpp
aten/src/ATen/native/Histogram.h
aten/src/ATen/native/Im2Col.cpp
aten/src/ATen/native/IndexKernel.h
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/LegacyBatching.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/NonEmptyUtils.h
aten/src/ATen/native/NonSymbolicBC.h
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/PadNd.cpp
aten/src/ATen/native/Padding.h
aten/src/ATen/native/PixelShuffle.cpp
aten/src/ATen/native/PixelShuffle.h
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/RangeFactories.h
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/ReductionType.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/SparseTensorUtils.cpp
aten/src/ATen/native/SparseTensorUtils.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/TensorAdvancedIndexingUtils.h
aten/src/ATen/native/TensorCompare.cpp
aten/src/ATen/native/TensorCompare.h
aten/src/ATen/native/TensorConversions.cpp
aten/src/ATen/native/TensorConversions.h
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/TensorProperties.h
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/TopKImpl.h
aten/src/ATen/native/TransposeType.h
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/prim_native_functions.cpp
aten/src/ATen/native/tags.yaml
aten/src/ATen/native/ts_native_functions.yaml
aten/src/ATen/native/verbose_wrapper.cpp
aten/src/ATen/native/verbose_wrapper.h
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_deserialize.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_serialize.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/AmpGradScalerKernels.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/ChannelShuffleKernel.cpp
aten/src/ATen/native/cpu/ChannelShuffleKernel.h
aten/src/ATen/native/cpu/ComplexKernel.cpp
aten/src/ATen/native/cpu/CopyKernel.cpp
aten/src/ATen/native/cpu/CopyKernel.h
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/DistributionKernels.cpp
aten/src/ATen/native/cpu/DistributionTemplates.h
aten/src/ATen/native/cpu/FillKernel.cpp
aten/src/ATen/native/cpu/FlashAttentionKernel.cpp
aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp
aten/src/ATen/native/cpu/FusedAdagradKernel.cpp
aten/src/ATen/native/cpu/FusedAdamKernel.cpp
aten/src/ATen/native/cpu/FusedSGDKernel.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/IndexKernelUtils.h
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/LogAddExp.h
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/NativeMultiheadAttnKernel.cpp
aten/src/ATen/native/cpu/PaddingKernel.cpp
aten/src/ATen/native/cpu/PixelShuffleKernel.cpp
aten/src/ATen/native/cpu/PixelShuffleKernel.h
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/ReduceUtils.h
aten/src/ATen/native/cpu/RenormKernel.cpp
aten/src/ATen/native/cpu/SampledAddmmKernel.cpp
aten/src/ATen/native/cpu/SampledAddmmKernel.h
aten/src/ATen/native/cpu/ScatterGatherKernel.cpp
aten/src/ATen/native/cpu/SerialStackImpl.h
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/SparseFactories.cpp
aten/src/ATen/native/cpu/SpmmReduceKernel.cpp
aten/src/ATen/native/cpu/SpmmReduceKernel.h
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/UpSampleKernelAVXAntialias.h
aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp
aten/src/ATen/native/cpu/WeightNormKernel.cpp
aten/src/ATen/native/cpu/WeightNormKernel.h
aten/src/ATen/native/cpu/airy_ai.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/int4mm_kernel.cpp
aten/src/ATen/native/cpu/int8mm_kernel.cpp
aten/src/ATen/native/cpu/int_mm_kernel.h
aten/src/ATen/native/cpu/layer_norm_kernel.cpp
aten/src/ATen/native/cpu/mixed_data_type.h
aten/src/ATen/native/cpu/moments_utils.h
aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp
aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp
aten/src/ATen/native/cpu/spherical_bessel_j0.cpp
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.cpp
aten/src/ATen/native/cuda/Activation.h
aten/src/ATen/native/cuda/ActivationEluKernel.cu
aten/src/ATen/native/cuda/ActivationGeluKernel.cu
aten/src/ATen/native/cuda/ActivationGluKernel.cu
aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu
aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu
aten/src/ATen/native/cuda/ActivationHardswishKernel.cu
aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu
aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu
aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu
aten/src/ATen/native/cuda/ActivationMishKernel.cu
aten/src/ATen/native/cuda/ActivationPreluKernel.cu
aten/src/ATen/native/cuda/ActivationSiluKernel.cu
aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu
aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu
aten/src/ATen/native/cuda/ActivationThresholdKernel.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/BinaryBitwiseOpsKernels.cu
aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu
aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu
aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu
aten/src/ATen/native/cuda/BinaryGeometricKernels.cu
aten/src/ATen/native/cuda/BinaryInternal.h
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/BinaryMulKernel.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/CUDAJitLoops.cuh
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/CompareKernels.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/Copy.h
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/CumminmaxKernel.cu
aten/src/ATen/native/cuda/CumprodKernel.cu
aten/src/ATen/native/cuda/CumsumKernel.cu
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.cpp
aten/src/ATen/native/cuda/Distributions.cu
aten/src/ATen/native/cuda/Distributions.h
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/Equal.cpp
aten/src/ATen/native/cuda/FillKernel.cu
aten/src/ATen/native/cuda/FlattenIndicesKernel.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/ForeachBinaryOpScalarTensor.cu
aten/src/ATen/native/cuda/ForeachFunctors.cuh
aten/src/ATen/native/cuda/ForeachMinMaxFunctors.cuh
aten/src/ATen/native/cuda/ForeachPointwiseOp.cu
aten/src/ATen/native/cuda/ForeachReduceOp.cu
aten/src/ATen/native/cuda/ForeachTernaryOp.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/FusedAdamKernel.cu
aten/src/ATen/native/cuda/FusedAdamWKernel.cu
aten/src/ATen/native/cuda/FusedSgdKernel.cu
aten/src/ATen/native/cuda/GcdLcmKernel.cu
aten/src/ATen/native/cuda/GridSampler.cpp
aten/src/ATen/native/cuda/GridSampler.cu
aten/src/ATen/native/cuda/GridSampler.cuh
aten/src/ATen/native/cuda/GridSampler.h
aten/src/ATen/native/cuda/IGammaKernel.cu
aten/src/ATen/native/cuda/Im2Col.cu
aten/src/ATen/native/cuda/IndexKernel.cpp
aten/src/ATen/native/cuda/IndexKernel.cu
aten/src/ATen/native/cuda/IndexKernel.h
aten/src/ATen/native/cuda/Indexing.cu
aten/src/ATen/native/cuda/JitLoops.cuh
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/LinearAlgebraStubs.cpp
aten/src/ATen/native/cuda/LogAddExpKernel.cu
aten/src/ATen/native/cuda/LogcumsumexpKernel.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/MixedDtypesLinear.cu
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/Pow.cuh
aten/src/ATen/native/cuda/PowKernel.cu
aten/src/ATen/native/cuda/RNN.cu
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/ReduceAMinMaxKernel.cu
aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu
aten/src/ATen/native/cuda/ReduceArgMinKernel.cu
aten/src/ATen/native/cuda/ReduceLogicKernel.cu
aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu
aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu
aten/src/ATen/native/cuda/ReduceMomentKernel.cu
aten/src/ATen/native/cuda/ReduceNormKernel.cu
aten/src/ATen/native/cuda/ReduceOps.cpp
aten/src/ATen/native/cuda/ReduceOps.h
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.cpp
aten/src/ATen/native/cuda/Resize.h
aten/src/ATen/native/cuda/RowwiseScaledMM.cu
aten/src/ATen/native/cuda/RowwiseScaledMM.h
aten/src/ATen/native/cuda/RreluWithNoise.cu
aten/src/ATen/native/cuda/ScanKernels.cpp
aten/src/ATen/native/cuda/ScanKernels.h
aten/src/ATen/native/cuda/ScanUtils.cuh
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.cpp
aten/src/ATen/native/cuda/Sort.cu
aten/src/ATen/native/cuda/Sort.h
aten/src/ATen/native/cuda/SortImpl.cu
aten/src/ATen/native/cuda/SortStable.cu
aten/src/ATen/native/cuda/SortStable.h
aten/src/ATen/native/cuda/SortUtils.cuh
aten/src/ATen/native/cuda/Sorting.cpp
aten/src/ATen/native/cuda/Sorting.cu
aten/src/ATen/native/cuda/Sorting.h
aten/src/ATen/native/cuda/SortingCommon.cuh
aten/src/ATen/native/cuda/SortingRadixSelect.cuh
aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu
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.cpp
aten/src/ATen/native/cuda/TensorCompare.cu
aten/src/ATen/native/cuda/TensorFactories.cu
aten/src/ATen/native/cuda/TensorModeKernel.cpp
aten/src/ATen/native/cuda/TensorModeKernel.cu
aten/src/ATen/native/cuda/TensorModeKernel.cuh
aten/src/ATen/native/cuda/TensorModeKernel.h
aten/src/ATen/native/cuda/TensorShape.cu
aten/src/ATen/native/cuda/TensorShapeCUDA.cpp
aten/src/ATen/native/cuda/TensorTopK.cpp
aten/src/ATen/native/cuda/TensorTopK.cu
aten/src/ATen/native/cuda/TensorTopK.h
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/UnaryGeometricAcosKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu
aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.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/ValidateCompressedIndicesKernel.cu
aten/src/ATen/native/cuda/WeightNorm.cu
aten/src/ATen/native/cuda/ZetaKernel.cu
aten/src/ATen/native/cuda/airy_ai.cu
aten/src/ATen/native/cuda/bessel_j0.cu
aten/src/ATen/native/cuda/bessel_j1.cu
aten/src/ATen/native/cuda/bessel_y0.cu
aten/src/ATen/native/cuda/bessel_y1.cu
aten/src/ATen/native/cuda/block_reduce.cuh
aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu
aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu
aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu
aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu
aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu
aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cuh
aten/src/ATen/native/cuda/fused_adam_impl.cu
aten/src/ATen/native/cuda/fused_adam_impl.cuh
aten/src/ATen/native/cuda/fused_adam_utils.cuh
aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cu
aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh
aten/src/ATen/native/cuda/fused_adamw_impl.cu
aten/src/ATen/native/cuda/fused_adamw_impl.cuh
aten/src/ATen/native/cuda/group_norm_kernel.cu
aten/src/ATen/native/cuda/hermite_polynomial_h.cu
aten/src/ATen/native/cuda/hermite_polynomial_he.cu
aten/src/ATen/native/cuda/im2col.cuh
aten/src/ATen/native/cuda/int4mm.cu
aten/src/ATen/native/cuda/jit_utils.cpp
aten/src/ATen/native/cuda/jit_utils.h
aten/src/ATen/native/cuda/laguerre_polynomial_l.cu
aten/src/ATen/native/cuda/layer_norm_kernel.cu
aten/src/ATen/native/cuda/legendre_polynomial_p.cu
aten/src/ATen/native/cuda/modified_bessel_i0.cu
aten/src/ATen/native/cuda/modified_bessel_i1.cu
aten/src/ATen/native/cuda/modified_bessel_k0.cu
aten/src/ATen/native/cuda/modified_bessel_k1.cu
aten/src/ATen/native/cuda/reduction_template.cuh
aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu
aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu
aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu
aten/src/ATen/native/cuda/spherical_bessel_j0.cu
aten/src/ATen/native/cuda/thread_constants.h
aten/src/ATen/native/cuda/vol2col.cuh
aten/src/ATen/native/cuda/cutlass_extensions/README.md
aten/src/ATen/native/cuda/cutlass_extensions/epilogue_helpers.h
aten/src/ATen/native/cuda/cutlass_extensions/ft_gemm_configs.h
aten/src/ATen/native/cuda/cutlass_extensions/interleaved_numeric_conversion.h
aten/src/ATen/native/cuda/cutlass_extensions/tile_interleaved_layout.h
aten/src/ATen/native/cuda/cutlass_extensions/arch/mma.h
aten/src/ATen/native/cuda/cutlass_extensions/epilogue/thread/ft_fused_activations.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/default_fpA_intB_traits.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/fpA_intB_gemm.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/mixed_gemm_B_layout.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_multistage.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_pipelined.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma_bf16.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_base.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_multistage.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_pipelined.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/default_mma_tensor_op.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_compute_B_with_f16.h
aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_dequantizer.h
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.h
aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLibBlas.cpp
aten/src/ATen/native/cuda/linalg/CUDASolver.cpp
aten/src/ATen/native/cuda/linalg/CUDASolver.h
aten/src/ATen/native/cuda/linalg/CudssHandlePool.cpp
aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp
aten/src/ATen/native/cuda/linalg/MagmaUtils.h
aten/src/ATen/native/cudnn/AffineGridGenerator.cpp
aten/src/ATen/native/cudnn/BatchNorm.cpp
aten/src/ATen/native/cudnn/BatchNorm.h
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/MHA.cpp
aten/src/ATen/native/cudnn/MHA.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/MetalHardshrink.mm
aten/src/ATen/native/metal/ops/MetalHardswish.mm
aten/src/ATen/native/metal/ops/MetalLeakyReLU.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/LinearAlgebra.h
aten/src/ATen/native/mkl/SparseBlasImpl.cpp
aten/src/ATen/native/mkl/SparseBlasImpl.h
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/Common.h
aten/src/ATen/native/mkldnn/Conv.cpp
aten/src/ATen/native/mkldnn/ConvPrepack.cpp
aten/src/ATen/native/mkldnn/ConvPrepack.h
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/OpContext.cpp
aten/src/ATen/native/mkldnn/OpContext.h
aten/src/ATen/native/mkldnn/Pooling.cpp
aten/src/ATen/native/mkldnn/Prelu.cpp
aten/src/ATen/native/mkldnn/RNN.cpp
aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.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/mkldnn/xpu/Blas.cpp
aten/src/ATen/native/mkldnn/xpu/Conv.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Attr.h
aten/src/ATen/native/mkldnn/xpu/detail/Conv.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Deconv.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Matmul.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Utils.cpp
aten/src/ATen/native/mkldnn/xpu/detail/Utils.h
aten/src/ATen/native/mkldnn/xpu/detail/oneDNN.h
aten/src/ATen/native/mkldnn/xpu/detail/oneDNNContext.cpp
aten/src/ATen/native/mkldnn/xpu/detail/oneDNNContext.h
aten/src/ATen/native/mps/Copy.h
aten/src/ATen/native/mps/MPSGraphSequoiaOps.h
aten/src/ATen/native/mps/MPSGraphSonomaOps.h
aten/src/ATen/native/mps/MPSGraphVenturaOps.h
aten/src/ATen/native/mps/OperationUtils.h
aten/src/ATen/native/mps/OperationUtils.mm
aten/src/ATen/native/mps/TensorFactory.cpp
aten/src/ATen/native/mps/TensorFactory.h
aten/src/ATen/native/mps/UnaryConstants.h
aten/src/ATen/native/mps/operations/Activation.mm
aten/src/ATen/native/mps/operations/AdaptivePooling.mm
aten/src/ATen/native/mps/operations/Attention.mm
aten/src/ATen/native/mps/operations/BinaryKernel.h
aten/src/ATen/native/mps/operations/BinaryKernel.mm
aten/src/ATen/native/mps/operations/BinaryOps.mm
aten/src/ATen/native/mps/operations/BitwiseOps.mm
aten/src/ATen/native/mps/operations/Blas.mm
aten/src/ATen/native/mps/operations/Bucketization.mm
aten/src/ATen/native/mps/operations/ConstantOps.mm
aten/src/ATen/native/mps/operations/Convolution.mm
aten/src/ATen/native/mps/operations/Copy.mm
aten/src/ATen/native/mps/operations/CrossKernel.mm
aten/src/ATen/native/mps/operations/Distributions.mm
aten/src/ATen/native/mps/operations/Equal.cpp
aten/src/ATen/native/mps/operations/Eye.mm
aten/src/ATen/native/mps/operations/FastFourierTransform.mm
aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedAdamKernel.mm
aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm
aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.h
aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm
aten/src/ATen/native/mps/operations/FusedOptimizerOps.h
aten/src/ATen/native/mps/operations/FusedSgdKernel.mm
aten/src/ATen/native/mps/operations/Gamma.mm
aten/src/ATen/native/mps/operations/GridSampler.mm
aten/src/ATen/native/mps/operations/HistogramKernel.mm
aten/src/ATen/native/mps/operations/Indexing.h
aten/src/ATen/native/mps/operations/Indexing.mm
aten/src/ATen/native/mps/operations/Inverse.mm
aten/src/ATen/native/mps/operations/Lerp.mm
aten/src/ATen/native/mps/operations/Linear.mm
aten/src/ATen/native/mps/operations/LinearAlgebra.mm
aten/src/ATen/native/mps/operations/LossOps.mm
aten/src/ATen/native/mps/operations/MultiTensorApply.h
aten/src/ATen/native/mps/operations/Normalization.mm
aten/src/ATen/native/mps/operations/Pad.mm
aten/src/ATen/native/mps/operations/PixelShuffle.mm
aten/src/ATen/native/mps/operations/PointwiseOps.mm
aten/src/ATen/native/mps/operations/Pooling.mm
aten/src/ATen/native/mps/operations/Quantized.mm
aten/src/ATen/native/mps/operations/RangeFactories.mm
aten/src/ATen/native/mps/operations/ReduceOps.mm
aten/src/ATen/native/mps/operations/RenormKernel.mm
aten/src/ATen/native/mps/operations/Repeat.mm
aten/src/ATen/native/mps/operations/RnnOps.mm
aten/src/ATen/native/mps/operations/Scalar.mm
aten/src/ATen/native/mps/operations/ScatterGather.mm
aten/src/ATen/native/mps/operations/Shape.mm
aten/src/ATen/native/mps/operations/SoftMax.mm
aten/src/ATen/native/mps/operations/Sort.mm
aten/src/ATen/native/mps/operations/SummaryOps.mm
aten/src/ATen/native/mps/operations/TensorCompare.mm
aten/src/ATen/native/mps/operations/TriangularOps.mm
aten/src/ATen/native/mps/operations/UnaryKernel.mm
aten/src/ATen/native/mps/operations/UnaryOps.mm
aten/src/ATen/native/mps/operations/Unique.mm
aten/src/ATen/native/mps/operations/UpSample.mm
aten/src/ATen/native/mps/operations/View.mm
aten/src/ATen/native/mps/operations/WeightNorm.mm
aten/src/ATen/native/nested/NestedTensorAliases.cpp
aten/src/ATen/native/nested/NestedTensorBackward.cpp
aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp
aten/src/ATen/native/nested/NestedTensorBinaryOps.h
aten/src/ATen/native/nested/NestedTensorFactories.cpp
aten/src/ATen/native/nested/NestedTensorMath.cpp
aten/src/ATen/native/nested/NestedTensorMath.h
aten/src/ATen/native/nested/NestedTensorMatmul.cpp
aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp
aten/src/ATen/native/nested/NestedTensorTransformerFunctions.h
aten/src/ATen/native/nested/NestedTensorTransformerUtils.h
aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp
aten/src/ATen/native/nested/NestedTensorUtils.cpp
aten/src/ATen/native/nested/NestedTensorUtils.h
aten/src/ATen/native/nested/README.md
aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu
aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu
aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp
aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu
aten/src/ATen/native/nested/cuda/NestedTensorTransformerUtils.cpp
aten/src/ATen/native/quantized/AffineQuantizer.cpp
aten/src/ATen/native/quantized/AffineQuantizer.h
aten/src/ATen/native/quantized/AffineQuantizerBase.cpp
aten/src/ATen/native/quantized/AffineQuantizerBase.h
aten/src/ATen/native/quantized/ConvUtils.h
aten/src/ATen/native/quantized/Copy.cpp
aten/src/ATen/native/quantized/Copy.h
aten/src/ATen/native/quantized/FakeQuantAffine.h
aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp
aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp
aten/src/ATen/native/quantized/IndexKernel.h
aten/src/ATen/native/quantized/PackedParams.h
aten/src/ATen/native/quantized/QTensor.cpp
aten/src/ATen/native/quantized/README.md
aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp
aten/src/ATen/native/quantized/TensorCompare.cpp
aten/src/ATen/native/quantized/TensorFactories.cpp
aten/src/ATen/native/quantized/library.cpp
aten/src/ATen/native/quantized/qconv_unpack.cpp
aten/src/ATen/native/quantized/qlinear_unpack.cpp
aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp
aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp
aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp
aten/src/ATen/native/quantized/cpu/BinaryOps.cpp
aten/src/ATen/native/quantized/cpu/BinaryOps.h
aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp
aten/src/ATen/native/quantized/cpu/EmbeddingPackedParams.h
aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp
aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp
aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp
aten/src/ATen/native/quantized/cpu/Normalization.cpp
aten/src/ATen/native/quantized/cpu/OnednnUtils.h
aten/src/ATen/native/quantized/cpu/Pooling.cpp
aten/src/ATen/native/quantized/cpu/QnnpackUtils.h
aten/src/ATen/native/quantized/cpu/QuantUtils.h
aten/src/ATen/native/quantized/cpu/QuantizedOps.h
aten/src/ATen/native/quantized/cpu/ReduceOps.cpp
aten/src/ATen/native/quantized/cpu/RuyUtils.cpp
aten/src/ATen/native/quantized/cpu/RuyUtils.h
aten/src/ATen/native/quantized/cpu/Sorting.cpp
aten/src/ATen/native/quantized/cpu/TensorOperators.cpp
aten/src/ATen/native/quantized/cpu/TensorShape.cpp
aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp
aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp
aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp
aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp
aten/src/ATen/native/quantized/cpu/XnnpackUtils.h
aten/src/ATen/native/quantized/cpu/conv_serialization.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/qclamp.cpp
aten/src/ATen/native/quantized/cpu/qconv.cpp
aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp
aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp
aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp
aten/src/ATen/native/quantized/cpu/qdropout.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/qgelu.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/qmatmul.cpp
aten/src/ATen/native/quantized/cpu/qmul.cpp
aten/src/ATen/native/quantized/cpu/qnormalization.cpp
aten/src/ATen/native/quantized/cpu/qrelu.cpp
aten/src/ATen/native/quantized/cpu/qsigmoid.cpp
aten/src/ATen/native/quantized/cpu/qsoftmax.cpp
aten/src/ATen/native/quantized/cpu/qtanh.cpp
aten/src/ATen/native/quantized/cpu/qthreshold.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/BUCK.oss
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/buckbuild.bzl
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/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/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/fc-unpack.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/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/mp8x27-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/src/q8dwconv/mp8x27-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-dq-packedA-sse2.h
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/mp8x27-neon.c
aten/src/ATen/native/quantized/cpu/qnnpack/wrappers/q8dwconv/mp8x27-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/Activation.cpp
aten/src/ATen/native/quantized/cuda/Activation.cu
aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu
aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu
aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu
aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu
aten/src/ATen/native/quantized/cuda/IntReprQuant.cu
aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu
aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp
aten/src/ATen/native/quantized/cudnn/Conv.cpp
aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp
aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp
aten/src/ATen/native/quantized/cudnn/Linear.cpp
aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp
aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp
aten/src/ATen/native/quantized/cudnn/Pooling.cpp
aten/src/ATen/native/quantized/cudnn/utils.h
aten/src/ATen/native/sparse/FlattenIndicesCommon.h
aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp
aten/src/ATen/native/sparse/Macros.h
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/SparseBinaryOpIntersectionCommon.h
aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp
aten/src/ATen/native/sparse/SparseBlas.cpp
aten/src/ATen/native/sparse/SparseBlas.h
aten/src/ATen/native/sparse/SparseBlasImpl.cpp
aten/src/ATen/native/sparse/SparseBlasImpl.h
aten/src/ATen/native/sparse/SparseCsrTensor.cpp
aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
aten/src/ATen/native/sparse/SparseCsrTensorMath.h
aten/src/ATen/native/sparse/SparseFactories.cpp
aten/src/ATen/native/sparse/SparseFactories.h
aten/src/ATen/native/sparse/SparseMatMul.cpp
aten/src/ATen/native/sparse/SparseStubs.h
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/SparseUnaryOps.cpp
aten/src/ATen/native/sparse/ValidateCompressedIndicesCommon.h
aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp
aten/src/ATen/native/sparse/cuda/ComputeSparseTile.h
aten/src/ATen/native/sparse/cuda/SoftMax.cu
aten/src/ATen/native/sparse/cuda/SparseBlas.cpp
aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp
aten/src/ATen/native/sparse/cuda/SparseBlasImpl.h
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.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/sparse/cuda/SparseSemiStructuredApplyDense.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredLinear.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredOps.cu
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredPack.h
aten/src/ATen/native/sparse/cuda/SparseSemiStructuredTile.cu
aten/src/ATen/native/sparse/cuda/SparseSemiSturcturedApply.cu
aten/src/ATen/native/sparse/cuda/StaticSort.h
aten/src/ATen/native/sparse/cuda/cuSPARSELtOps.cpp
aten/src/ATen/native/transformers/attention.cpp
aten/src/ATen/native/transformers/attention.h
aten/src/ATen/native/transformers/sdp_utils_cpp.cpp
aten/src/ATen/native/transformers/sdp_utils_cpp.h
aten/src/ATen/native/transformers/transformer.cpp
aten/src/ATen/native/transformers/cuda/attention.cu
aten/src/ATen/native/transformers/cuda/attention_backward.cu
aten/src/ATen/native/transformers/cuda/sdp_utils.cpp
aten/src/ATen/native/transformers/cuda/sdp_utils.h
aten/src/ATen/native/transformers/cuda/flash_attn/alibi.h
aten/src/ATen/native/transformers/cuda/flash_attn/block_info.h
aten/src/ATen/native/transformers/cuda/flash_attn/dropout.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.cpp
aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_bwd_kernel.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_bwd_launch_template.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_bwd_preprocess_kernel.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_fwd_kernel.h
aten/src/ATen/native/transformers/cuda/flash_attn/flash_fwd_launch_template.h
aten/src/ATen/native/transformers/cuda/flash_attn/kernel_traits.h
aten/src/ATen/native/transformers/cuda/flash_attn/mask.h
aten/src/ATen/native/transformers/cuda/flash_attn/philox.cuh
aten/src/ATen/native/transformers/cuda/flash_attn/rotary.h
aten/src/ATen/native/transformers/cuda/flash_attn/softmax.h
aten/src/ATen/native/transformers/cuda/flash_attn/static_switch.h
aten/src/ATen/native/transformers/cuda/flash_attn/utils.h
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim128_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim128_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim160_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim160_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim192_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim192_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim224_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim224_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim256_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim256_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim32_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim32_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim64_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim64_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim96_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_bwd_hdim96_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim128_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim128_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim160_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim160_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim192_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim192_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim224_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim224_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim256_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim256_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim32_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim32_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim64_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim64_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim96_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_hdim96_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim128_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim128_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim160_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim160_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim192_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim192_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim224_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim224_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim256_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim256_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim32_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim32_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim64_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim64_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim96_bf16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/flash_fwd_split_hdim96_fp16_sm80.cu
aten/src/ATen/native/transformers/cuda/flash_attn/kernels/generate_kernels.py
aten/src/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_bf16_aligned_k96.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_aligned_k96.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f16_notaligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_aligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k128.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k128_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k32.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k32_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k64.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k64_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k65536.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB_f32_notaligned_k65536_dropout.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_bf16_aligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f16_aligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f16_notaligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f32_aligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF_f32_notaligned.cu
aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/generate_kernels.py
aten/src/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h
aten/src/ATen/native/transformers/hip/aotriton_adapter.h
aten/src/ATen/native/transformers/hip/flash_attn/flash_api.hip
aten/src/ATen/native/ufunc/add.h
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/VulkanGuardImpl.cpp
aten/src/ATen/native/vulkan/VulkanOpaqueTensorImpl.h
aten/src/ATen/native/vulkan/api/Adapter.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/Command.cpp
aten/src/ATen/native/vulkan/api/Command.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/Exception.cpp
aten/src/ATen/native/vulkan/api/Exception.h
aten/src/ATen/native/vulkan/api/Pipeline.cpp
aten/src/ATen/native/vulkan/api/Pipeline.h
aten/src/ATen/native/vulkan/api/QueryPool.cpp
aten/src/ATen/native/vulkan/api/QueryPool.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/ShaderRegistry.cpp
aten/src/ATen/native/vulkan/api/ShaderRegistry.h
aten/src/ATen/native/vulkan/api/StringUtil.cpp
aten/src/ATen/native/vulkan/api/StringUtil.h
aten/src/ATen/native/vulkan/api/Tensor.cpp
aten/src/ATen/native/vulkan/api/Tensor.h
aten/src/ATen/native/vulkan/api/Types.h
aten/src/ATen/native/vulkan/api/Utils.h
aten/src/ATen/native/vulkan/api/api.h
aten/src/ATen/native/vulkan/api/vk_api.h
aten/src/ATen/native/vulkan/glsl/abs.glsl
aten/src/ATen/native/vulkan/glsl/abs_.glsl
aten/src/ATen/native/vulkan/glsl/adaptive_avg_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/avg_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/batchnorm.glsl
aten/src/ATen/native/vulkan/glsl/binary_op_scalar.glsl
aten/src/ATen/native/vulkan/glsl/binary_op_tensor.glsl
aten/src/ATen/native/vulkan/glsl/buffer_to_buffer.glsl
aten/src/ATen/native/vulkan/glsl/cat_feature.glsl
aten/src/ATen/native/vulkan/glsl/clamp.glsl
aten/src/ATen/native/vulkan/glsl/clamp_.glsl
aten/src/ATen/native/vulkan/glsl/conv1d.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_output_tile.glsl
aten/src/ATen/native/vulkan/glsl/conv2d_pw.glsl
aten/src/ATen/native/vulkan/glsl/conv_transpose2d.glsl
aten/src/ATen/native/vulkan/glsl/convert_channels_to_height_packed.glsl
aten/src/ATen/native/vulkan/glsl/convert_channels_to_width_packed.glsl
aten/src/ATen/native/vulkan/glsl/cumsum_batch_height_width.glsl
aten/src/ATen/native/vulkan/glsl/cumsum_channel.glsl
aten/src/ATen/native/vulkan/glsl/dequantize.glsl
aten/src/ATen/native/vulkan/glsl/extract_texel.glsl
aten/src/ATen/native/vulkan/glsl/flip.glsl
aten/src/ATen/native/vulkan/glsl/gelu_tanh.glsl
aten/src/ATen/native/vulkan/glsl/gelu_tanh_.glsl
aten/src/ATen/native/vulkan/glsl/glu_channel.glsl
aten/src/ATen/native/vulkan/glsl/glu_channel_mul4.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/image2d_to_nchw.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw_int32.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw_quantized_mul4.glsl
aten/src/ATen/native/vulkan/glsl/image_to_nchw_uint.glsl
aten/src/ATen/native/vulkan/glsl/indexing.h
aten/src/ATen/native/vulkan/glsl/leaky_relu.glsl
aten/src/ATen/native/vulkan/glsl/leaky_relu_.glsl
aten/src/ATen/native/vulkan/glsl/lerp.glsl
aten/src/ATen/native/vulkan/glsl/lerp_.glsl
aten/src/ATen/native/vulkan/glsl/lerp_scalar.glsl
aten/src/ATen/native/vulkan/glsl/lerp_scalar_.glsl
aten/src/ATen/native/vulkan/glsl/log_softmax.glsl
aten/src/ATen/native/vulkan/glsl/masked_fill.glsl
aten/src/ATen/native/vulkan/glsl/max_pool2d.glsl
aten/src/ATen/native/vulkan/glsl/mean_dim.glsl
aten/src/ATen/native/vulkan/glsl/mean_dim_keepdim.glsl
aten/src/ATen/native/vulkan/glsl/mm.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_int32.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_int8.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image2d_uint8.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_bool.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_int32.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_int8.glsl
aten/src/ATen/native/vulkan/glsl/nchw_to_image_uint8.glsl
aten/src/ATen/native/vulkan/glsl/normal_.glsl
aten/src/ATen/native/vulkan/glsl/permute_4d.glsl
aten/src/ATen/native/vulkan/glsl/pow_scalar_tensor.glsl
aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_qint32.glsl
aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantize_per_tensor_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_add.glsl
aten/src/ATen/native/vulkan/glsl/quantized_addmm_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_addmm_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_qint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_clamp_quint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv2d.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv2d_dw.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv2d_pw_2x2.glsl
aten/src/ATen/native/vulkan/glsl/quantized_conv_transpose2d.glsl
aten/src/ATen/native/vulkan/glsl/quantized_div.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_qint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_gelu_tanh_quint8_.glsl
aten/src/ATen/native/vulkan/glsl/quantized_max_pool2d_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_max_pool2d_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_mm_qint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_mm_quint8.glsl
aten/src/ATen/native/vulkan/glsl/quantized_mul.glsl
aten/src/ATen/native/vulkan/glsl/quantized_sub.glsl
aten/src/ATen/native/vulkan/glsl/quantized_upsample_nearest2d.glsl
aten/src/ATen/native/vulkan/glsl/random.h
aten/src/ATen/native/vulkan/glsl/reflection_pad2d.glsl
aten/src/ATen/native/vulkan/glsl/replication_pad2d.glsl
aten/src/ATen/native/vulkan/glsl/select_batch_4d.glsl
aten/src/ATen/native/vulkan/glsl/select_depth_3d.glsl
aten/src/ATen/native/vulkan/glsl/select_depth_4d.glsl
aten/src/ATen/native/vulkan/glsl/select_height_3d.glsl
aten/src/ATen/native/vulkan/glsl/select_height_4d.glsl
aten/src/ATen/native/vulkan/glsl/select_width_3d.glsl
aten/src/ATen/native/vulkan/glsl/select_width_4d.glsl
aten/src/ATen/native/vulkan/glsl/shader_params.yaml
aten/src/ATen/native/vulkan/glsl/sigmoid.glsl
aten/src/ATen/native/vulkan/glsl/sigmoid_.glsl
aten/src/ATen/native/vulkan/glsl/slice_4d.glsl
aten/src/ATen/native/vulkan/glsl/softmax_batch_height_width.glsl
aten/src/ATen/native/vulkan/glsl/softmax_channel.glsl
aten/src/ATen/native/vulkan/glsl/stack_feature.glsl
aten/src/ATen/native/vulkan/glsl/sum_dim.glsl
aten/src/ATen/native/vulkan/glsl/sum_dim_keepdim.glsl
aten/src/ATen/native/vulkan/glsl/tanh.glsl
aten/src/ATen/native/vulkan/glsl/tanh_.glsl
aten/src/ATen/native/vulkan/glsl/texel_access.h
aten/src/ATen/native/vulkan/glsl/threshold.glsl
aten/src/ATen/native/vulkan/glsl/unary_op.glsl
aten/src/ATen/native/vulkan/glsl/uniform_.glsl
aten/src/ATen/native/vulkan/glsl/unsqueeze.glsl
aten/src/ATen/native/vulkan/glsl/upsample_bilinear2d_align_false.glsl
aten/src/ATen/native/vulkan/glsl/upsample_bilinear2d_align_true.glsl
aten/src/ATen/native/vulkan/glsl/upsample_nearest2d.glsl
aten/src/ATen/native/vulkan/glsl/zero.glsl
aten/src/ATen/native/vulkan/impl/Arithmetic.cpp
aten/src/ATen/native/vulkan/impl/Arithmetic.h
aten/src/ATen/native/vulkan/impl/Common.cpp
aten/src/ATen/native/vulkan/impl/Common.h
aten/src/ATen/native/vulkan/impl/Packing.cpp
aten/src/ATen/native/vulkan/impl/Packing.h
aten/src/ATen/native/vulkan/ops/Batchnorm.cpp
aten/src/ATen/native/vulkan/ops/Batchnorm.h
aten/src/ATen/native/vulkan/ops/BinaryOp.cpp
aten/src/ATen/native/vulkan/ops/Clamp.cpp
aten/src/ATen/native/vulkan/ops/Clone.cpp
aten/src/ATen/native/vulkan/ops/Common.h
aten/src/ATen/native/vulkan/ops/Concat.cpp
aten/src/ATen/native/vulkan/ops/Convert.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/Expand.cpp
aten/src/ATen/native/vulkan/ops/Factory.cpp
aten/src/ATen/native/vulkan/ops/Factory.h
aten/src/ATen/native/vulkan/ops/Flip.cpp
aten/src/ATen/native/vulkan/ops/Glu.cpp
aten/src/ATen/native/vulkan/ops/Gru.cpp
aten/src/ATen/native/vulkan/ops/Gru.h
aten/src/ATen/native/vulkan/ops/Layernorm.cpp
aten/src/ATen/native/vulkan/ops/Layernorm.h
aten/src/ATen/native/vulkan/ops/Lerp.cpp
aten/src/ATen/native/vulkan/ops/Lstm.cpp
aten/src/ATen/native/vulkan/ops/Lstm.h
aten/src/ATen/native/vulkan/ops/MaskedFill.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/NativeLayerNorm.cpp
aten/src/ATen/native/vulkan/ops/Padding.cpp
aten/src/ATen/native/vulkan/ops/Permute.cpp
aten/src/ATen/native/vulkan/ops/Pool.cpp
aten/src/ATen/native/vulkan/ops/QuantizedFunctions.h
aten/src/ATen/native/vulkan/ops/QuantizedTensor.cpp
aten/src/ATen/native/vulkan/ops/Random.cpp
aten/src/ATen/native/vulkan/ops/Register.cpp
aten/src/ATen/native/vulkan/ops/Register.h
aten/src/ATen/native/vulkan/ops/Repeat.cpp
aten/src/ATen/native/vulkan/ops/Scalar.cpp
aten/src/ATen/native/vulkan/ops/Select.cpp
aten/src/ATen/native/vulkan/ops/Shape.cpp
aten/src/ATen/native/vulkan/ops/Slice.cpp
aten/src/ATen/native/vulkan/ops/Softmax.cpp
aten/src/ATen/native/vulkan/ops/Stack.cpp
aten/src/ATen/native/vulkan/ops/Sum.cpp
aten/src/ATen/native/vulkan/ops/Tile.cpp
aten/src/ATen/native/vulkan/ops/Transpose.cpp
aten/src/ATen/native/vulkan/ops/UnaryOp.cpp
aten/src/ATen/native/vulkan/ops/Unsqueeze.cpp
aten/src/ATen/native/vulkan/ops/Upsample.cpp
aten/src/ATen/native/vulkan/ops/Utils.cpp
aten/src/ATen/native/vulkan/ops/Utils.h
aten/src/ATen/native/vulkan/ops/Var.cpp
aten/src/ATen/native/vulkan/ops/VulkanPackedContext.h
aten/src/ATen/native/vulkan/ops/Zero.cpp
aten/src/ATen/native/vulkan/ops/cumsum.cpp
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/ops/from_blob.h
aten/src/ATen/ops/tensor.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/CompositeViewCopyKernels.cpp
aten/src/ATen/templates/DispatchKeyFunction.h
aten/src/ATen/templates/DispatchKeyFunctions.h
aten/src/ATen/templates/DispatchKeyFunctions_inl.h
aten/src/ATen/templates/DispatchKeyNativeFunctions.cpp
aten/src/ATen/templates/DispatchKeyNativeFunctions.h
aten/src/ATen/templates/Function.h
aten/src/ATen/templates/FunctionalInverses.h
aten/src/ATen/templates/Functions.cpp
aten/src/ATen/templates/Functions.h
aten/src/ATen/templates/LazyIr.h
aten/src/ATen/templates/LazyNonNativeIr.h
aten/src/ATen/templates/MethodOperators.h
aten/src/ATen/templates/NativeFunction.h
aten/src/ATen/templates/NativeFunctions.h
aten/src/ATen/templates/NativeMetaFunction.h
aten/src/ATen/templates/NativeMetaFunctions.h
aten/src/ATen/templates/Operator.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/RegisterCodegenUnboxedKernels.cpp
aten/src/ATen/templates/RegisterDispatchDefinitions.ini
aten/src/ATen/templates/RegisterDispatchKey.cpp
aten/src/ATen/templates/RegisterFunctionalization.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/templates/UfuncCPU.cpp
aten/src/ATen/templates/UfuncCPUKernel.cpp
aten/src/ATen/templates/UfuncCUDA.cu
aten/src/ATen/templates/UnboxingFunctions.cpp
aten/src/ATen/templates/UnboxingFunctions.h
aten/src/ATen/templates/aten_interned_strings.h
aten/src/ATen/templates/enum_tag.h
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/StorageUtils_test.cpp
aten/src/ATen/test/allocator_clone_test.h
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_allocator_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_allocatorTraceTracker_test.cpp
aten/src/ATen/test/cuda_allocator_test.cpp
aten/src/ATen/test/cuda_apply_test.cpp
aten/src/ATen/test/cuda_atomic_ops_test.cu
aten/src/ATen/test/cuda_caching_host_allocator_test.cpp
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_device_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/dispatch_key_set_test.cpp
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/legacy_vmap_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/mps_test_allocator.cpp
aten/src/ATen/test/mps_test_objc_interface.mm
aten/src/ATen/test/mps_test_print.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/stride_properties_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_ptr_test.cpp
aten/src/ATen/test/type_test.cpp
aten/src/ATen/test/undefined_tensor_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/vulkan_api_test.cpp
aten/src/ATen/test/vulkan_quantized_api_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/xpu_caching_host_allocator_test.cpp
aten/src/ATen/test/xpu_device_test.cpp
aten/src/ATen/test/xpu_event_test.cpp
aten/src/ATen/test/xpu_generator_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/ATen/xpu/CachingHostAllocator.cpp
aten/src/ATen/xpu/CachingHostAllocator.h
aten/src/ATen/xpu/PinnedMemoryAllocator.h
aten/src/ATen/xpu/XPUContext.cpp
aten/src/ATen/xpu/XPUContext.h
aten/src/ATen/xpu/XPUDevice.h
aten/src/ATen/xpu/XPUEvent.h
aten/src/ATen/xpu/XPUGeneratorImpl.cpp
aten/src/ATen/xpu/XPUGeneratorImpl.h
aten/src/ATen/xpu/detail/XPUHooks.cpp
aten/src/ATen/xpu/detail/XPUHooks.h
aten/src/THC/CMakeLists.txt
aten/src/THC/THCAtomics.cuh
aten/src/THC/THCDeviceUtils.cuh
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/distributed/ddp/README.md
benchmarks/distributed/ddp/benchmark.py
benchmarks/distributed/ddp/diff.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/dynamo/README.md
benchmarks/dynamo/__init__.py
benchmarks/dynamo/all_torchbench_models_list.txt
benchmarks/dynamo/benchmarks.py
benchmarks/dynamo/check_accuracy.py
benchmarks/dynamo/check_csv.py
benchmarks/dynamo/check_graph_breaks.py
benchmarks/dynamo/check_memory_compression_ratio.py
benchmarks/dynamo/check_perf_csv.py
benchmarks/dynamo/combine_csv.py
benchmarks/dynamo/common.py
benchmarks/dynamo/dist_util.py
benchmarks/dynamo/distributed.py
benchmarks/dynamo/expected_ci_perf_inductor_torchbench.csv
benchmarks/dynamo/expected_ci_speedup_inductor_torchbench_cpu.csv
benchmarks/dynamo/huggingface.py
benchmarks/dynamo/huggingface.yaml
benchmarks/dynamo/huggingface_models_list.txt
benchmarks/dynamo/huggingface_models_list_cpu.txt
benchmarks/dynamo/join_results.py
benchmarks/dynamo/parse_logs.py
benchmarks/dynamo/run_all.sh
benchmarks/dynamo/run_delta.sh
benchmarks/dynamo/runner.py
benchmarks/dynamo/summarize_perf.py
benchmarks/dynamo/test.py
benchmarks/dynamo/timm_models.py
benchmarks/dynamo/timm_models_list.txt
benchmarks/dynamo/timm_models_list_cpu.txt
benchmarks/dynamo/torchao_backend.py
benchmarks/dynamo/torchbench.py
benchmarks/dynamo/torchbench.yaml
benchmarks/dynamo/torchbench_models_list.txt
benchmarks/dynamo/torchbench_models_list_cpu.txt
benchmarks/dynamo/training_loss.py
benchmarks/dynamo/ci_expected_accuracy/aot_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/aot_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/aot_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_aot_inductor_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_aot_inductor_amp_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_aot_inductor_freezing_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_huggingface_inference.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_timm_inference.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_timm_training.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_training.csv
benchmarks/dynamo/ci_expected_accuracy/update_expected.py
benchmarks/dynamo/ci_expected_accuracy/cu124/aot_inductor_torchbench_inference.csv
benchmarks/dynamo/ci_expected_accuracy/cu124/dynamic_inductor_huggingface_training.csv
benchmarks/dynamo/ci_expected_accuracy/cu124/inductor_huggingface_training.csv
benchmarks/dynamo/microbenchmarks/__init__.py
benchmarks/dynamo/microbenchmarks/analyze_templates.py
benchmarks/dynamo/microbenchmarks/bench_mm_fusion.py
benchmarks/dynamo/microbenchmarks/benchmark_helper.py
benchmarks/dynamo/microbenchmarks/dynamo_microbenchmarks.py
benchmarks/dynamo/microbenchmarks/fx_microbenchmarks.py
benchmarks/dynamo/microbenchmarks/inductor_bmm.py
benchmarks/dynamo/microbenchmarks/inductor_cpu_atomic.py
benchmarks/dynamo/microbenchmarks/inductor_mm.py
benchmarks/dynamo/microbenchmarks/matmul_relu.py
benchmarks/dynamo/microbenchmarks/microbench.py
benchmarks/dynamo/microbenchmarks/model.py
benchmarks/dynamo/microbenchmarks/operator_inp_utils.py
benchmarks/dynamo/microbenchmarks/operatorbench.py
benchmarks/dynamo/microbenchmarks/overheads.py
benchmarks/dynamo/microbenchmarks/tensor_layout_mini_benchmark.py
benchmarks/dynamo/microbenchmarks/utils.py
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AlbertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AlbertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/AllenaiLongformerBase_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BartForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BartForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BigBird_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BlenderbotSmallForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/BlenderbotSmallForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/CamemBert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaV2ForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DebertaV2ForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistilBertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistilBertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/DistillGPT2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ElectraForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ElectraForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPT2ForSequenceClassification_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPTNeoForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GPTNeoForSequenceClassification_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/GoogleFnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/LayoutLMForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/LayoutLMForSequenceClassification_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/M2M100ForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MBartForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MBartForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MegatronBertForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MegatronBertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MobileBertForMaskedLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/MobileBertForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/OPTForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PLBartForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PLBartForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PegasusForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/PegasusForConditionalGeneration_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/RobertaForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/RobertaForQuestionAnswering_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/Speech2Text2ForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/TrOCRForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/XGLMForCausalLM_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/XLNetLMHeadModel_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/YituTechConvBert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/adv_inception_v3_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/beit_base_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/botnet26t_256_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/cait_m36_384_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/coat_lite_mini_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/convmixer_768_32_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/convnext_base_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/crossvit_9_240_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/cspdarknet53_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/deit_base_distilled_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/densenet121_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dla102_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dm_nfnet_f0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/dpn107_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/eca_botnext26ts_256_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/eca_halonext26ts_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ecaresnet101d_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ese_vovnet19b_dw_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/fbnetc_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/fbnetv3_b_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gernet_l_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ghostnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_inception_v3_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_senet154_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gluon_xception65_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gmixer_24_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/gmlp_s16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/hardcorenas_a_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/hrnet_w18_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/inception_v3_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/jx_nest_base_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/lcnet_050_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/legacy_senet154_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/levit_128_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mixer_b16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mixnet_l_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mnasnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilenetv2_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilenetv3_large_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/mobilevit_s_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/nasnetalarge_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/nfnet_l0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/pit_b_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/pnasnet5large_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/poolformer_m36_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/regnety_002_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/repvgg_a2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2net101_26w_4s_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2net50_14w_8s_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/res2next50_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resmlp_12_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resnest101e_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/resnet18_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/rexnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/sebotnet33ts_256_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/selecsls42b_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/spnasnet_100_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/swin_base_patch4_window7_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/swsl_resnext101_32x16d_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tf_efficientnet_b0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tf_mixnet_l_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tinynet_a_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/tnt_s_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/twins_pcpvt_base_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/visformer_small_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/vit_base_patch16_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/volo_d1_224_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/BERT_pytorch_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/Background_Matting_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/LearningToPaint_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/Super_SloMo_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/alexnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/attention_is_all_you_need_pytorch_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/dcgan_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/densenet121_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/fambench_dlrm_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/fastNLP_Bert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Albert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Bart_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Bert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_BigBird_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_DistilBert_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_GPT2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/hf_Longformer_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/maml_omniglot_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mnasnet1_0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mobilenet_v2_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/mobilenet_v3_large_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/nvidia_deeprecommender_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_CycleGAN_and_pix2pix_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_stargan_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_struct_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/pytorch_unet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnet18_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnet50_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/resnext50_32x4d_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/shufflenet_v2_x1_0_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/speech_transformer_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/squeezenet1_1_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_efficientdet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_efficientnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_nfnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_regnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_resnest_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_vision_transformer_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/timm_vovnet_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/tts_angular_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/vgg16_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/vision_maskrcnn_training.txt
benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/yolov3_training.txt
benchmarks/dynamo/pr_time_benchmarks/__init__.py
benchmarks/dynamo/pr_time_benchmarks/benchmark_base.py
benchmarks/dynamo/pr_time_benchmarks/benchmark_runner.sh
benchmarks/dynamo/pr_time_benchmarks/benchmarks/add_loop.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/basic_modules_benchmarks.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/sum_floordiv.py
benchmarks/dynamo/pr_time_benchmarks/benchmarks/update_hint_benchmark.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/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/fuser/plot_speedups.py
benchmarks/fuser/run_benchmarks.py
benchmarks/gpt_fast/benchmark.py
benchmarks/gpt_fast/generate.py
benchmarks/gpt_fast/mixtral_moe_model.py
benchmarks/gpt_fast/mixtral_moe_quantize.py
benchmarks/gpt_fast/model.py
benchmarks/gpt_fast/quantize.py
benchmarks/inference/CHANGELOG.md
benchmarks/inference/README.md
benchmarks/inference/process_metrics.py
benchmarks/inference/runner.sh
benchmarks/inference/server.py
benchmarks/inference/results/output_128_false.md
benchmarks/inference/results/output_128_true.md
benchmarks/inference/results/output_1_false.md
benchmarks/inference/results/output_1_true.md
benchmarks/inference/results/output_256_false.md
benchmarks/inference/results/output_256_true.md
benchmarks/inference/results/output_32_false.md
benchmarks/inference/results/output_32_true.md
benchmarks/inference/results/output_64_false.md
benchmarks/inference/results/output_64_true.md
benchmarks/inference/src/avg_latency_plot.png
benchmarks/inference/src/throughput_plot.png
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/nested/nested_bmm_bench.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_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/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/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/ao_sparsifier_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/qatembedding_ops_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/nested_annotation_str.py
benchmarks/serialization/simple_measurement.py
benchmarks/sparse/README.md
benchmarks/sparse/__init__.py
benchmarks/sparse/benchmark_semi_structured_sparsity.py
benchmarks/sparse/spmm.py
benchmarks/sparse/spmv.py
benchmarks/sparse/test_csr.sh
benchmarks/sparse/triton_ops.py
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_cpu_fusion.cc
benchmarks/static_runtime/test_generated_ops.cc
benchmarks/static_runtime/test_static_module.cc
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
benchmarks/transformer/attention_bias_benchmarks.py
benchmarks/transformer/better_transformer_vs_mha_functional.py
benchmarks/transformer/score_mod.py
benchmarks/transformer/sdp.py
benchmarks/transformer/sdpa.py
binaries/CMakeLists.txt
binaries/aot_model_compiler.cc
binaries/at_launch_benchmark.cc
binaries/benchmark_args.h
binaries/compare_models_torch.cc
binaries/core_overhead_benchmark.cc
binaries/dump_operator_names.cc
binaries/inspect_gpu.cc
binaries/lite_interpreter_model_load.cc
binaries/load_benchmark_torch.cc
binaries/optimize_for_mobile.cc
binaries/parallel_info.cc
binaries/record_function_benchmark.cc
binaries/speed_benchmark_torch.cc
c10/BUCK.oss
c10/BUILD.bazel
c10/CMakeLists.txt
c10/build.bzl
c10/ovrsource_defs.bzl
c10/benchmark/BUILD.bazel
c10/benchmark/CMakeLists.txt
c10/benchmark/build.bzl
c10/benchmark/intrusive_ptr_benchmark.cpp
c10/core/Allocator.cpp
c10/core/Allocator.h
c10/core/AutogradState.cpp
c10/core/AutogradState.h
c10/core/BUILD.bazel
c10/core/Backend.h
c10/core/CPUAllocator.cpp
c10/core/CPUAllocator.h
c10/core/CachingDeviceAllocator.h
c10/core/CompileTimeFunctionPointer.h
c10/core/ConstantSymNodeImpl.cpp
c10/core/ConstantSymNodeImpl.h
c10/core/Contiguity.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/DeviceArray.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/DynamicCast.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/PyHandleCache.h
c10/core/QEngine.h
c10/core/QScheme.h
c10/core/RefcountedDeleter.cpp
c10/core/RefcountedDeleter.h
c10/core/SafePyObject.cpp
c10/core/SafePyObject.h
c10/core/Scalar.cpp
c10/core/Scalar.h
c10/core/ScalarType.cpp
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/SymBool.cpp
c10/core/SymBool.h
c10/core/SymFloat.cpp
c10/core/SymFloat.h
c10/core/SymInt.cpp
c10/core/SymInt.h
c10/core/SymIntArrayRef.cpp
c10/core/SymIntArrayRef.h
c10/core/SymNodeImpl.cpp
c10/core/SymNodeImpl.h
c10/core/SymbolicShapeMeta.cpp
c10/core/SymbolicShapeMeta.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.cpp
c10/core/WrapDimMinimal.h
c10/core/alignment.h
c10/core/build.bzl
c10/core/thread_pool.cpp
c10/core/thread_pool.h
c10/core/impl/COW.cpp
c10/core/impl/COW.h
c10/core/impl/COWDeleter.cpp
c10/core/impl/COWDeleter.h
c10/core/impl/DeviceGuardImplInterface.cpp
c10/core/impl/DeviceGuardImplInterface.h
c10/core/impl/FakeGuardImpl.h
c10/core/impl/GPUTrace.cpp
c10/core/impl/GPUTrace.h
c10/core/impl/HermeticPyObjectTLS.cpp
c10/core/impl/HermeticPyObjectTLS.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/PyInterpreter.cpp
c10/core/impl/PyInterpreter.h
c10/core/impl/PyObjectSlot.cpp
c10/core/impl/PyObjectSlot.h
c10/core/impl/PythonDispatcherTLS.cpp
c10/core/impl/PythonDispatcherTLS.h
c10/core/impl/README-cow.md
c10/core/impl/README.md
c10/core/impl/SizesAndStrides.cpp
c10/core/impl/SizesAndStrides.h
c10/core/impl/TorchDispatchModeTLS.cpp
c10/core/impl/TorchDispatchModeTLS.h
c10/core/impl/VirtualGuardImpl.h
c10/core/impl/alloc_cpu.cpp
c10/core/impl/alloc_cpu.h
c10/cuda/BUILD.bazel
c10/cuda/CMakeLists.txt
c10/cuda/CUDAAlgorithm.h
c10/cuda/CUDAAllocatorConfig.cpp
c10/cuda/CUDAAllocatorConfig.h
c10/cuda/CUDACachingAllocator.cpp
c10/cuda/CUDACachingAllocator.h
c10/cuda/CUDADeviceAssertion.h
c10/cuda/CUDADeviceAssertionHost.cpp
c10/cuda/CUDADeviceAssertionHost.h
c10/cuda/CUDAException.cpp
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/CUDAMallocAsyncAllocator.cpp
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/build.bzl
c10/cuda/driver_api.cpp
c10/cuda/driver_api.h
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/BUILD.bazel
c10/cuda/test/CMakeLists.txt
c10/cuda/test/build.bzl
c10/cuda/test/impl/CUDAAssertionsTest_1_var_test.cu
c10/cuda/test/impl/CUDAAssertionsTest_catches_stream.cu
c10/cuda/test/impl/CUDAAssertionsTest_catches_thread_and_block_and_device.cu
c10/cuda/test/impl/CUDAAssertionsTest_from_2_processes.cu
c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu
c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu
c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_same_block.cu
c10/cuda/test/impl/CUDATest.cpp
c10/hip/CMakeLists.txt
c10/macros/BUILD.bazel
c10/macros/Export.h
c10/macros/Macros.h
c10/macros/build.bzl
c10/macros/cmake_configure_file.bzl
c10/macros/cmake_macros.h.in
c10/mobile/BUILD.bazel
c10/mobile/CPUCachingAllocator.cpp
c10/mobile/CPUCachingAllocator.h
c10/mobile/CPUProfilingAllocator.cpp
c10/mobile/CPUProfilingAllocator.h
c10/mobile/build.bzl
c10/test/BUILD.bazel
c10/test/CMakeLists.txt
c10/test/build.bzl
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/Scalar_test.cpp
c10/test/core/StreamGuard_test.cpp
c10/test/core/SymInt_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/core/impl/cow_test.cpp
c10/test/util/Bitset_test.cpp
c10/test/util/ConstexprCrc_test.cpp
c10/test/util/DeadlockDetection_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/NetworkFlow_test.cpp
c10/test/util/Synchronized_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/bit_cast_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/exception_test.cpp
c10/test/util/flags_test.cpp
c10/test/util/generic_math_test.cpp
c10/test/util/intrusive_ptr_test.cpp
c10/test/util/irange_test.cpp
c10/test/util/lazy_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/small_vector_test.cpp
c10/test/util/ssize_test.cpp
c10/test/util/string_util_test.cpp
c10/test/util/string_view_test.cpp
c10/test/util/tempfile_test.cpp
c10/test/util/typeid_test.cpp
c10/util/AbortHandler.h
c10/util/AlignOf.h
c10/util/ApproximateClock.cpp
c10/util/ApproximateClock.h
c10/util/Array.h
c10/util/ArrayRef.h
c10/util/BFloat16-inl.h
c10/util/BFloat16-math.h
c10/util/BFloat16.h
c10/util/BUILD.bazel
c10/util/Backtrace.cpp
c10/util/Backtrace.h
c10/util/Bfloat16.cpp
c10/util/Bitset.h
c10/util/C++17.cpp
c10/util/C++17.h
c10/util/CallOnce.h
c10/util/ConstexprCrc.h
c10/util/DeadlockDetection.cpp
c10/util/DeadlockDetection.h
c10/util/Deprecated.h
c10/util/DimVector.h
c10/util/DynamicCounter.cpp
c10/util/DynamicCounter.h
c10/util/Exception.cpp
c10/util/Exception.h
c10/util/ExclusivelyOwned.h
c10/util/ExclusivelyOwnedTensorTraits.h
c10/util/FbcodeMaps.h
c10/util/Flags.h
c10/util/Float8_e4m3fn-inl.h
c10/util/Float8_e4m3fn.cpp
c10/util/Float8_e4m3fn.h
c10/util/Float8_e4m3fnuz-inl.h
c10/util/Float8_e4m3fnuz.cpp
c10/util/Float8_e4m3fnuz.h
c10/util/Float8_e5m2-inl.h
c10/util/Float8_e5m2.cpp
c10/util/Float8_e5m2.h
c10/util/Float8_e5m2fnuz-inl.h
c10/util/Float8_e5m2fnuz.cpp
c10/util/Float8_e5m2fnuz.h
c10/util/Float8_fnuz_cvt.h
c10/util/FunctionRef.h
c10/util/Gauge.cpp
c10/util/Gauge.h
c10/util/Half-inl.h
c10/util/Half.cpp
c10/util/Half.h
c10/util/IdWrapper.h
c10/util/Lazy.h
c10/util/LeftRight.cpp
c10/util/LeftRight.h
c10/util/Load.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/NetworkFlow.cpp
c10/util/NetworkFlow.h
c10/util/Optional.cpp
c10/util/Optional.h
c10/util/OptionalArrayRef.h
c10/util/ParallelGuard.cpp
c10/util/ParallelGuard.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/Synchronized.h
c10/util/ThreadLocal.h
c10/util/ThreadLocalDebugInfo.cpp
c10/util/ThreadLocalDebugInfo.h
c10/util/Type.h
c10/util/TypeCast.cpp
c10/util/TypeCast.h
c10/util/TypeIndex.h
c10/util/TypeList.cpp
c10/util/TypeList.h
c10/util/TypeSafeSignMath.h
c10/util/TypeTraits.cpp
c10/util/TypeTraits.h
c10/util/Type_demangle.cpp
c10/util/Type_no_demangle.cpp
c10/util/Unicode.cpp
c10/util/Unicode.h
c10/util/UniqueVoidPtr.cpp
c10/util/UniqueVoidPtr.h
c10/util/Unroll.h
c10/util/WaitCounter.cpp
c10/util/WaitCounter.h
c10/util/accumulate.h
c10/util/bit_cast.h
c10/util/bits.h
c10/util/build.bzl
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/env.h
c10/util/flags_use_gflags.cpp
c10/util/flags_use_no_gflags.cpp
c10/util/flat_hash_map.h
c10/util/floating_point_utils.h
c10/util/generic_math.h
c10/util/hash.h
c10/util/int128.cpp
c10/util/int128.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/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/quint2x4.h
c10/util/quint4x2.h
c10/util/quint8.h
c10/util/safe_numerics.h
c10/util/signal_handler.cpp
c10/util/signal_handler.h
c10/util/sparse_bitset.h
c10/util/ssize.h
c10/util/static_tracepoint.h
c10/util/static_tracepoint_elfx86.h
c10/util/strides.h
c10/util/string_utils.h
c10/util/string_view.h
c10/util/strong_type.h
c10/util/tempfile.cpp
c10/util/tempfile.h
c10/util/thread_name.cpp
c10/util/thread_name.h
c10/util/typeid.cpp
c10/util/typeid.h
c10/util/win32-headers.h
c10/xpu/CMakeLists.txt
c10/xpu/XPUCachingAllocator.cpp
c10/xpu/XPUCachingAllocator.h
c10/xpu/XPUDeviceProp.h
c10/xpu/XPUException.h
c10/xpu/XPUFunctions.cpp
c10/xpu/XPUFunctions.h
c10/xpu/XPUMacros.h
c10/xpu/XPUStream.cpp
c10/xpu/XPUStream.h
c10/xpu/impl/XPUGuardImpl.cpp
c10/xpu/impl/XPUGuardImpl.h
c10/xpu/impl/xpu_cmake_macros.h.in
c10/xpu/test/CMakeLists.txt
c10/xpu/test/impl/XPUCachingAllocatorTest.cpp
c10/xpu/test/impl/XPUDeviceTest.cpp
c10/xpu/test/impl/XPUGuardTest.cpp
c10/xpu/test/impl/XPUStreamTest.cpp
c10/xpu/test/impl/XPUTest.h
caffe2/.clang-format
caffe2/CMakeLists.txt
caffe2/unexported_symbols.lds
caffe2/version_script.lds
caffe2/core/CMakeLists.txt
caffe2/core/common.cc
caffe2/core/common.h
caffe2/core/macros.h
caffe2/core/macros.h.in
caffe2/core/timer.h
caffe2/perfkernels/CMakeLists.txt
caffe2/perfkernels/common.h
caffe2/perfkernels/common_avx.cc
caffe2/perfkernels/common_avx2.cc
caffe2/perfkernels/embedding_lookup_idx.cc
caffe2/perfkernels/embedding_lookup_idx.h
caffe2/perfkernels/embedding_lookup_idx_avx2.cc
caffe2/perfkernels/hp_emblookup_codegen.py
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/in_memory_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/utils/CMakeLists.txt
caffe2/utils/fixed_divisor.h
caffe2/utils/proto_wrap.cc
caffe2/utils/proto_wrap.h
caffe2/utils/string_utils.cc
caffe2/utils/string_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
cmake/Allowlist.cmake
cmake/BuildVariables.cmake
cmake/Caffe2Config.cmake.in
cmake/CheckAbi.cmake
cmake/Codegen.cmake
cmake/DebugHelper.cmake
cmake/Dependencies.cmake
cmake/FlatBuffers.cmake
cmake/GoogleTestPatch.cmake
cmake/IncludeSource.cpp.in
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/prioritized_text.txt
cmake/External/EigenBLAS.cmake
cmake/External/aotriton.cmake
cmake/External/nccl.cmake
cmake/External/nnpack.cmake
cmake/External/rccl.cmake
cmake/External/ucc.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/FindCUDAToolkit.cmake
cmake/Modules/FindCUDSS.cmake
cmake/Modules/FindCUSPARSELT.cmake
cmake/Modules/FindFlexiBLAS.cmake
cmake/Modules/FindGloo.cmake
cmake/Modules/FindITT.cmake
cmake/Modules/FindLAPACK.cmake
cmake/Modules/FindMAGMA.cmake
cmake/Modules/FindMKL.cmake
cmake/Modules/FindMKLDNN.cmake
cmake/Modules/FindNCCL.cmake
cmake/Modules/FindNuma.cmake
cmake/Modules/FindOpenBLAS.cmake
cmake/Modules/FindOpenMP.cmake
cmake/Modules/FindOpenTelemetryApi.cmake
cmake/Modules/FindSYCLToolkit.cmake
cmake/Modules/FindSanitizer.cmake
cmake/Modules/FindVSX.cmake
cmake/Modules/FindZVECTOR.cmake
cmake/Modules/Findpybind11.cmake
cmake/Modules/FindvecLib.cmake
cmake/Modules/README.md
cmake/Modules_CUDA_fix/FindCUDA.cmake
cmake/Modules_CUDA_fix/FindCUDNN.cmake
cmake/Modules_CUDA_fix/README.md
cmake/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake
cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake
cmake/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake
cmake/Modules_CUDA_fix/upstream/FindPackageMessage.cmake
cmake/Modules_CUDA_fix/upstream/README.md
cmake/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake
cmake/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake
cmake/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake
cmake/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake
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/utils.cmake
cmake/public/xpu.cmake
docs/README.md
docs/libtorch.rst
docs/make.bat
docs/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/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/cond.rst
docs/source/conf.py
docs/source/config_mod.rst
docs/source/cpp_extension.rst
docs/source/cpp_index.rst
docs/source/cpu.rst
docs/source/cuda._sanitizer.rst
docs/source/cuda.rst
docs/source/cuda.tunable.rst
docs/source/cuda_environment_variables.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/debugging_environment_variables.rst
docs/source/deploy.rst
docs/source/deterministic.rst
docs/source/distributed.algorithms.join.rst
docs/source/distributed.checkpoint.rst
docs/source/distributed.elastic.rst
docs/source/distributed.optim.rst
docs/source/distributed.pipelining.rst
docs/source/distributed.rst
docs/source/distributed.tensor.parallel.rst
docs/source/distributed.tensor.rst
docs/source/distributions.rst
docs/source/dlpack.rst
docs/source/docutils.conf
docs/source/export.ir_spec.rst
docs/source/export.rst
docs/source/fft.rst
docs/source/fsdp.rst
docs/source/func.api.rst
docs/source/func.batch_norm.rst
docs/source/func.migrating.rst
docs/source/func.rst
docs/source/func.ux_limitations.rst
docs/source/func.whirlwind_tour.rst
docs/source/future_mod.rst
docs/source/futures.rst
docs/source/fx.experimental.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/jit_utils.rst
docs/source/library.rst
docs/source/linalg.rst
docs/source/logging.rst
docs/source/masked.rst
docs/source/math-quantizer-equation.png
docs/source/meta.rst
docs/source/miscellaneous_environment_variables.rst
docs/source/mobile_optimizer.rst
docs/source/model_zoo.rst
docs/source/module_tracker.rst
docs/source/monitor.rst
docs/source/mps.rst
docs/source/mps_environment_variables.rst
docs/source/mtia.rst
docs/source/multiprocessing.rst
docs/source/name_inference.rst
docs/source/named_tensor.rst
docs/source/nested.rst
docs/source/nn.attention.bias.rst
docs/source/nn.attention.flex_attention.rst
docs/source/nn.attention.rst
docs/source/nn.functional.rst
docs/source/nn.init.rst
docs/source/nn.rst
docs/source/onnx.rst
docs/source/onnx_dynamo.rst
docs/source/onnx_dynamo_onnxruntime_backend.rst
docs/source/onnx_torchscript.rst
docs/source/onnx_torchscript_supported_aten_ops.rst
docs/source/optim.rst
docs/source/package.rst
docs/source/profiler.rst
docs/source/quantization-accuracy-debugging.rst
docs/source/quantization-backend-configuration.rst
docs/source/quantization-support.rst
docs/source/quantization.rst
docs/source/random.rst
docs/source/rpc.rst
docs/source/signal.rst
docs/source/size.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/threading_environment_variables.rst
docs/source/torch.ao.ns._numeric_suite.rst
docs/source/torch.ao.ns._numeric_suite_fx.rst
docs/source/torch.compiler.rst
docs/source/torch.compiler_aot_inductor.rst
docs/source/torch.compiler_api.rst
docs/source/torch.compiler_best_practices_for_backends.rst
docs/source/torch.compiler_cudagraph_trees.rst
docs/source/torch.compiler_custom_backends.rst
docs/source/torch.compiler_dynamic_shapes.rst
docs/source/torch.compiler_dynamo_deepdive.rst
docs/source/torch.compiler_dynamo_overview.rst
docs/source/torch.compiler_fake_tensor.rst
docs/source/torch.compiler_faq.rst
docs/source/torch.compiler_fine_grain_apis.rst
docs/source/torch.compiler_get_started.rst
docs/source/torch.compiler_inductor_profiling.rst
docs/source/torch.compiler_ir.rst
docs/source/torch.compiler_nn_module.rst
docs/source/torch.compiler_performance_dashboard.rst
docs/source/torch.compiler_profiling_torch_compile.rst
docs/source/torch.compiler_transformations.rst
docs/source/torch.compiler_troubleshooting.rst
docs/source/torch.overrides.rst
docs/source/torch.rst
docs/source/torch_cuda_memory.rst
docs/source/torch_environment_variables.rst
docs/source/torch_nccl_environment_variables.rst
docs/source/type_info.rst
docs/source/utils.rst
docs/source/xpu.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/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/dynamo/TorchDynamo.png
docs/source/_static/img/dynamo/flowchart.jpg
docs/source/_static/img/dynamo/td_stack.png
docs/source/_static/img/dynamo/torchinductor_backend.png
docs/source/_static/img/fine_grained_apis/api_diagram.png
docs/source/_static/img/fine_grained_apis/call_stack_diagram.png
docs/source/_static/img/inductor_profiling/inductor_code.png
docs/source/_static/img/inductor_profiling/kernel_breakdown.png
docs/source/_static/img/inductor_profiling/terminal_printout.png
docs/source/_static/img/inductor_profiling/trace.png
docs/source/_static/img/masked/tensor_comparison.jpg
docs/source/_static/img/nn/layer_norm.jpg
docs/source/_static/img/onnx/onnx_dynamo_mlp_model.png
docs/source/_static/img/onnx/onnx_dynamo_mlp_model_function_body.png
docs/source/_static/img/onnx/onnx_dynamo_mlp_model_function_highlight.png
docs/source/_static/img/pipeline_parallelism/no_pipe.png
docs/source/_static/img/pipeline_parallelism/pipe.png
docs/source/_static/img/profiling_torch_compile/ac2g.png
docs/source/_static/img/profiling_torch_compile/basic_chrome_trace.png
docs/source/_static/img/profiling_torch_compile/compilation_profiling.png
docs/source/_static/img/profiling_torch_compile/cpu_bound.png
docs/source/_static/img/profiling_torch_compile/graph_breaks.png
docs/source/_static/img/profiling_torch_compile/graph_breaks_with_torch_compiled_region.png
docs/source/_static/img/profiling_torch_compile/kernel_launch_labeled.png
docs/source/_static/img/profiling_torch_compile/noninductor_triton_kernel.png
docs/source/_static/img/profiling_torch_compile/triton_kernel_launch.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/_static/img/torch_cuda_memory/active_memory_timeline.png
docs/source/_static/img/torch_cuda_memory/allocator_state_history.png
docs/source/_templates/classtemplate.rst
docs/source/_templates/layout.html
docs/source/_templates/sobolengine.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/classnoinheritance.rst
docs/source/community/build_ci_governance.rst
docs/source/community/contribution_guide.rst
docs/source/community/design.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/control_plane.rst
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/subprocess_handler.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/custom_operators.rst
docs/source/notes/ddp.rst
docs/source/notes/extending.func.rst
docs/source/notes/extending.rst
docs/source/notes/faq.rst
docs/source/notes/fsdp.rst
docs/source/notes/get_start_xpu.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/mps.rst
docs/source/notes/multiprocessing.rst
docs/source/notes/numerical_accuracy.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
docs/source/scripts/build_opsets.py
docs/source/scripts/build_quantization_configs.py
docs/source/scripts/exportdb/blurb.txt
docs/source/scripts/exportdb/generate_example_rst.py
docs/source/scripts/onnx/build_onnx_dynamo_diagnostics_rules_md.py
docs/source/scripts/onnx/build_onnx_torchscript_supported_aten_op_csv_table.py
functorch/CMakeLists.txt
functorch/COMPILE_README.md
functorch/README.md
functorch/__init__.py
functorch/writing_batching_rules.md
functorch/_src/__init__.py
functorch/_src/aot_autograd/__init__.py
functorch/_src/eager_transforms/__init__.py
functorch/_src/make_functional/__init__.py
functorch/_src/vmap/__init__.py
functorch/benchmarks/chrome_trace_parser.py
functorch/benchmarks/cse.py
functorch/benchmarks/operator_authoring.py
functorch/benchmarks/per_sample_grads.py
functorch/benchmarks/pointwise_scorecard.py
functorch/benchmarks/process_scorecard.py
functorch/compile/__init__.py
functorch/csrc/init_dim_only.cpp
functorch/csrc/dim/arena.h
functorch/csrc/dim/dim.cpp
functorch/csrc/dim/dim.h
functorch/csrc/dim/dim_opcode.c
functorch/csrc/dim/minpybind.h
functorch/csrc/dim/python_variable_simple.h
functorch/dim/README.md
functorch/dim/__init__.py
functorch/dim/batch_tensor.py
functorch/dim/delayed_mul_tensor.py
functorch/dim/dim.py
functorch/dim/magic_trace.py
functorch/dim/op_properties.py
functorch/dim/reference.py
functorch/dim/tree_map.py
functorch/dim/wrap_type.py
functorch/docs/README.md
functorch/docs/source/aot_autograd.rst
functorch/docs/source/batch_norm.rst
functorch/docs/source/conf.py
functorch/docs/source/docutils.conf
functorch/docs/source/experimental.rst
functorch/docs/source/functorch.rst
functorch/docs/source/index.rst
functorch/docs/source/install.rst
functorch/docs/source/ux_limitations.rst
functorch/docs/source/_static/css/custom.css
functorch/docs/source/_templates/classtemplate.rst
functorch/docs/source/_templates/layout.html
functorch/docs/source/_templates/autosummary/class.rst
functorch/docs/source/notebooks/aot_autograd_optimizations.ipynb
functorch/docs/source/notebooks/ensembling.ipynb
functorch/docs/source/notebooks/jacobians_hessians.ipynb
functorch/docs/source/notebooks/minifier.ipynb
functorch/docs/source/notebooks/neural_tangent_kernels.ipynb
functorch/docs/source/notebooks/per_sample_grads.ipynb
functorch/docs/source/notebooks/whirlwind_tour.ipynb
functorch/docs/source/notebooks/_src/plot_ensembling.py
functorch/docs/source/notebooks/_src/plot_jacobians_and_hessians.py
functorch/docs/source/notebooks/_src/plot_per_sample_gradients.py
functorch/einops/__init__.py
functorch/einops/_parsing.py
functorch/einops/rearrange.py
functorch/examples/compilation/README.md
functorch/examples/compilation/eager_fusion.py
functorch/examples/compilation/fuse_module.py
functorch/examples/compilation/linear_train.py
functorch/examples/compilation/simple_function.py
functorch/examples/dp_cifar10/README.md
functorch/examples/dp_cifar10/cifar10_opacus.py
functorch/examples/dp_cifar10/cifar10_transforms.py
functorch/examples/ensembling/parallel_train.py
functorch/examples/lennard_jones/lennard_jones.py
functorch/examples/maml_omniglot/README.md
functorch/examples/maml_omniglot/maml-omniglot-higher.py
functorch/examples/maml_omniglot/maml-omniglot-ptonly.py
functorch/examples/maml_omniglot/maml-omniglot-transforms.py
functorch/examples/maml_omniglot/support/omniglot_loaders.py
functorch/examples/maml_regression/evjang.py
functorch/examples/maml_regression/evjang_transforms.py
functorch/examples/maml_regression/evjang_transforms_module.py
functorch/experimental/__init__.py
functorch/experimental/control_flow.py
functorch/experimental/ops.py
functorch/notebooks/aot_autograd_optimizations.ipynb
functorch/notebooks/ensembling.ipynb
functorch/notebooks/jacobians_hessians.ipynb
functorch/notebooks/minifier.ipynb
functorch/notebooks/neural_tangent_kernels.ipynb
functorch/notebooks/per_sample_grads.ipynb
functorch/notebooks/whirlwind_tour.ipynb
functorch/notebooks/_src/plot_ensembling.py
functorch/notebooks/_src/plot_jacobians_and_hessians.py
functorch/notebooks/_src/plot_per_sample_gradients.py
functorch/op_analysis/gen_data.py
ios/LibTorch-Lite-Nightly.podspec.template
ios/LibTorch-Lite.h
ios/LibTorch-Lite.podspec.template
ios/LibTorch.h
ios/LibTorch.podspec.template
ios/METADATA.bzl
ios/README.md
ios/TestApp/.clang-format
ios/TestApp/Gemfile.lock
ios/TestApp/METADATA.bzl
ios/TestApp/README.md
ios/TestApp/run_on_aws_devicefarm.py
ios/TestApp/TestApp/AppDelegate.h
ios/TestApp/TestApp/AppDelegate.m
ios/TestApp/TestApp/Benchmark.h
ios/TestApp/TestApp/Benchmark.mm
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/config.json
ios/TestApp/benchmark/coreml_backend.py
ios/TestApp/benchmark/setup.rb
ios/TestApp/benchmark/trace_model.py
ios/TestApp/custom_build/custom_build.py
ios/TestApp/custom_build/mobilenetv2.yaml
ios/TestApp/models/activation_ops.ptl
ios/TestApp/models/android_api_module.ptl
ios/TestApp/models/blas_lapack_ops.ptl
ios/TestApp/models/comparison_ops.ptl
ios/TestApp/models/convolution_ops.ptl
ios/TestApp/models/distance_function_ops.ptl
ios/TestApp/models/dropout_ops.ptl
ios/TestApp/models/dynamic_quant_ops.ptl
ios/TestApp/models/fused_quant_ops.ptl
ios/TestApp/models/general_quant_ops.ptl
ios/TestApp/models/linear_ops.ptl
ios/TestApp/models/loss_function_ops.ptl
ios/TestApp/models/mobilenet_v2.ptl
ios/TestApp/models/model_coreml.ptl
ios/TestApp/models/model_lite.ptl
ios/TestApp/models/nn_utils_ops.ptl
ios/TestApp/models/normalization_ops.ptl
ios/TestApp/models/other_math_ops.ptl
ios/TestApp/models/padding_ops.ptl
ios/TestApp/models/pointwise_ops.ptl
ios/TestApp/models/pooling_ops.ptl
ios/TestApp/models/recurrent_ops.ptl
ios/TestApp/models/reduction_ops.ptl
ios/TestApp/models/sampling_ops.ptl
ios/TestApp/models/shuffle_ops.ptl
ios/TestApp/models/sparse_ops.ptl
ios/TestApp/models/spectral_ops.ptl
ios/TestApp/models/static_quant_ops.ptl
ios/TestApp/models/tensor_creation_ops.ptl
ios/TestApp/models/tensor_general_ops.ptl
ios/TestApp/models/tensor_indexing_ops.ptl
ios/TestApp/models/tensor_typing_ops.ptl
ios/TestApp/models/tensor_view_ops.ptl
ios/TestApp/models/torchscript_builtin_ops.ptl
ios/TestApp/models/torchscript_collection_ops.ptl
ios/TestApp/models/transformer_ops.ptl
ios/TestApp/models/vision_function_ops.ptl
mypy_plugins/check_mypy_version.py
mypy_plugins/sympy_mypy_plugin.py
scripts/README.md
scripts/add_apache_header.sh
scripts/apache_header.txt
scripts/apache_python.txt
scripts/buck_setup.sh
scripts/build_android.sh
scripts/build_android_gradle.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/install_triton_wheel.sh
scripts/proto.ps1
scripts/read_conda_versions.sh
scripts/remove_apache_header.sh
scripts/temp.sh
scripts/xcode_build.rb
scripts/analysis/format_test_csv.py
scripts/analysis/run_test_csv.sh
scripts/compile_tests/common.py
scripts/compile_tests/download_reports.py
scripts/compile_tests/failures_histogram.py
scripts/compile_tests/passrate.py
scripts/compile_tests/update_failures.py
scripts/export/update_schema.py
scripts/fbcode-dev-setup/ccache_setup.sh
scripts/jit/log_extract.py
scripts/onnx/install-develop.sh
scripts/onnx/install.sh
scripts/onnx/test.sh
scripts/release/README.md
scripts/release/apply-release-changes.sh
scripts/release/cut-release-branch.sh
scripts/release/restore-backup.sh
scripts/release/tag-docker-images.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/README.md
scripts/release_notes/apply_categories.py
scripts/release_notes/categorize.py
scripts/release_notes/classifier.py
scripts/release_notes/commitlist.py
scripts/release_notes/common.py
scripts/release_notes/explore.ipynb
scripts/release_notes/namespace_check.py
scripts/release_notes/requirements.txt
scripts/release_notes/test_release_notes.py
test/HowToWriteTestsUsingFileCheck.md
test/_test_bazel.py
test/allowlist_for_publicAPI.json
test/conftest.py
test/create_dummy_torchscript_model.py
test/delete.py
test/hi.py
test/linear.py
test/load_torchscript_model.py
test/minioptest_failures_dict.json
test/mkl_verbose.py
test/mkldnn_verbose.py
test/pytest_shard_custom.py
test/run_doctests.sh
test/run_test.py
test/simulate_nccl_errors.py
test/slow_tests.json
test/test_ao_sparsity.py
test/test_autocast.py
test/test_autograd.py
test/test_autograd_fallback.py
test/test_autoload.py
test/test_binary_ufuncs.py
test/test_bundled_images.py
test/test_bundled_inputs.py
test/test_ci_sanity_check_fail.py
test/test_comparison_utils.py
test/test_compile_benchmark_util.py
test/test_complex.py
test/test_content_store.py
test/test_cpp_api_parity.py
test/test_cpp_extensions_aot.py
test/test_cpp_extensions_jit.py
test/test_cpp_extensions_mtia_backend.py
test/test_cpp_extensions_open_device_registration.py
test/test_cpp_extensions_stream_and_event.py
test/test_cuda.py
test/test_cuda_expandable_segments.py
test/test_cuda_multigpu.py
test/test_cuda_nvml_based_avail.py
test/test_cuda_primary_ctx.py
test/test_cuda_sanitizer.py
test/test_cuda_trace.py
test/test_custom_ops.py
test/test_dataloader.py
test/test_datapipe.py
test/test_decomp.py
test/test_deploy.py
test/test_determination.py
test/test_dispatch.py
test/test_dlpack.py
test/test_dynamic_shapes.py
test/test_expanded_weights.py
test/test_fake_tensor.py
test/test_flop_counter.py
test/test_foreach.py
test/test_function_schema.py
test/test_functional_autograd_benchmark.py
test/test_functional_optim.py
test/test_functionalization.py
test/test_functionalization_of_rng_ops.py
test/test_futures.py
test/test_fx.py
test/test_fx_experimental.py
test/test_fx_passes.py
test/test_fx_reinplace_pass.py
test/test_hub.py
test/test_import_stats.py
test/test_indexing.py
test/test_itt.py
test/test_jit.py
test/test_jit_autocast.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_llga_fuser.py
test/test_jit_profiling.py
test/test_jit_simple.py
test/test_jit_string.py
test/test_jiterator.py
test/test_kernel_launch_checks.py
test/test_legacy_vmap.py
test/test_license.py
test/test_linalg.py
test/test_logging.py
test/test_masked.py
test/test_maskedtensor.py
test/test_matmul_cuda.py
test/test_meta.py
test/test_metal.py
test/test_mkl_verbose.py
test/test_mkldnn.py
test/test_mkldnn_fusion.py
test/test_mkldnn_verbose.py
test/test_mobile_optimizer.py
test/test_model_dump.py
test/test_model_exports_to_core_aten.py
test/test_module_tracker.py
test/test_modules.py
test/test_monitor.py
test/test_mps.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_native_mha.py
test/test_nestedtensor.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_ops_fwd_gradients.py
test/test_ops_gradients.py
test/test_ops_jit.py
test/test_optim.py
test/test_out_dtype_op.py
test/test_overrides.py
test/test_package.py
test/test_per_overload_api.py
test/test_prims.py
test/test_proxy_tensor.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_scatter_gather_ops.py
test/test_schema_check.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_sparse_semi_structured.py
test/test_spectral_ops.py
test/test_stateless.py
test/test_static_runtime.py
test/test_subclass.py
test/test_sympy_utils.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_transformers.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_utils_internal.py
test/test_view_ops.py
test/test_vulkan.py
test/test_weak.py
test/test_xnnpack_integration.py
test/test_xpu.py
test/ao/sparsity/test_activation_sparsifier.py
test/ao/sparsity/test_composability.py
test/ao/sparsity/test_data_scheduler.py
test/ao/sparsity/test_data_sparsifier.py
test/ao/sparsity/test_kernels.py
test/ao/sparsity/test_parametrization.py
test/ao/sparsity/test_qlinear_packed_params.py
test/ao/sparsity/test_scheduler.py
test/ao/sparsity/test_sparsifier.py
test/ao/sparsity/test_sparsity_utils.py
test/ao/sparsity/test_structured_sparsifier.py
test/autograd/test_complex.py
test/autograd/test_functional.py
test/autograd/test_logging.py
test/backends/xeon/test_launch.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/aoti_abi_check/CMakeLists.txt
test/cpp/aoti_abi_check/README.md
test/cpp/aoti_abi_check/main.cpp
test/cpp/aoti_abi_check/test_cast.cpp
test/cpp/aoti_abi_check/test_dtype.cpp
test/cpp/aoti_abi_check/test_math.cpp
test/cpp/aoti_abi_check/test_rand.cpp
test/cpp/aoti_abi_check/test_vec.cpp
test/cpp/aoti_inference/CMakeLists.txt
test/cpp/aoti_inference/aoti_custom_class.cpp
test/cpp/aoti_inference/aoti_custom_class.h
test/cpp/aoti_inference/compile_model.py
test/cpp/aoti_inference/test.cpp
test/cpp/aoti_inference/test.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/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/ivalue.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/nested.cpp
test/cpp/api/nested_int.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/BackoffTest.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/ProcessGroupUCCTest.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/source_range_test.cpp
test/cpp/jit/test_add_if_then_else.cpp
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_exception.cpp
test/cpp/jit/test_file_format.cpp
test/cpp/jit/test_flatbuffer.cpp
test/cpp/jit/test_fuser.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_interpreter_direct.cpp
test/cpp/jit/test_lite_trainer.cpp
test/cpp/jit/test_load_upgraders.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_op_replacement.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_info.cpp
test/cpp/jit/test_schema_matching.cpp
test/cpp/jit/test_script_profile.cpp
test/cpp/jit/test_shape_analysis.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_upgrader_utils.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/jit/upgrader_models/test_versioned_div_scalar_float_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_float_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_float_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_float_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_int_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_inplace_int_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_int_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_int_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_float_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_float_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_int_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_reciprocal_int_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_scalar_scalar_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_scalar_scalar_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_tensor_inplace_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_tensor_inplace_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_tensor_out_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_tensor_out_v2.ptl.ff
test/cpp/jit/upgrader_models/test_versioned_div_tensor_v2.ptl
test/cpp/jit/upgrader_models/test_versioned_div_tensor_v2.ptl.ff
test/cpp/lazy/CMakeLists.txt
test/cpp/lazy/test_backend_device.cpp
test/cpp/lazy/test_cache.cpp
test/cpp/lazy/test_ir.cpp
test/cpp/lazy/test_ir_util.cpp
test/cpp/lazy/test_lazy_ops.cpp
test/cpp/lazy/test_lazy_ops_util.cpp
test/cpp/lazy/test_lazy_ops_util.h
test/cpp/lazy/test_misc.cpp
test/cpp/lazy/test_permutation_util.cpp
test/cpp/lazy/test_shape.cpp
test/cpp/lazy/test_tensor_impl.cpp
test/cpp/lazy/test_trie_cache.cpp
test/cpp/lazy/test_util.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/resources.h
test/cpp/lite_interpreter_runtime/sequence.ptl
test/cpp/lite_interpreter_runtime/test_backend_for_profiling.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/monitor/test_counters.cpp
test/cpp/monitor/test_events.cpp
test/cpp/profiler/containers.cpp
test/cpp/profiler/perf_events.cpp
test/cpp/profiler/record_function.cpp
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_dynamic_shapes.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_memplanning.cpp
test/cpp/tensorexpr/test_ops.cpp
test/cpp/tensorexpr/test_quantization.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_type_specializations.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/cublas_extension.cpp
test/cpp_extensions/cuda_dlink_extension.cpp
test/cpp_extensions/cuda_dlink_extension_add.cu
test/cpp_extensions/cuda_dlink_extension_add.cuh
test/cpp_extensions/cuda_dlink_extension_kernel.cu
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/cusolver_extension.cpp
test/cpp_extensions/dangling_impl_extension.cpp
test/cpp_extensions/doubler.h
test/cpp_extensions/extension.cpp
test/cpp_extensions/identity.cpp
test/cpp_extensions/jit_extension.cpp
test/cpp_extensions/jit_extension2.cpp
test/cpp_extensions/maia_extension.cpp
test/cpp_extensions/mps_extension.mm
test/cpp_extensions/mtia_extension.cpp
test/cpp_extensions/open_registration_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/open_registration_extension/README.md
test/cpp_extensions/open_registration_extension/setup.py
test/cpp_extensions/open_registration_extension/pytorch_openreg/__init__.py
test/cpp_extensions/open_registration_extension/pytorch_openreg/_aten_impl.py
test/cpp_extensions/open_registration_extension/pytorch_openreg/_device_daemon.py
test/cpp_extensions/open_registration_extension/pytorch_openreg/_meta_parser.py
test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/Module.cpp
test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/OpenReg.h
test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/OpenRegHooks.cpp
test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/OpenRegMem.cpp
test/cpp_extensions/open_registration_extension/test/test_openreg.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/my_custom_ops.py
test/custom_operator/my_custom_ops2.py
test/custom_operator/op.cpp
test/custom_operator/op.h
test/custom_operator/pointwise.py
test/custom_operator/test_custom_ops.cpp
test/custom_operator/test_custom_ops.py
test/custom_operator/test_infer_schema_annotation.py
test/distributed/argparse_util_test.py
test/distributed/test_c10d_common.py
test/distributed/test_c10d_functional_native.py
test/distributed/test_c10d_gloo.py
test/distributed/test_c10d_logger.py
test/distributed/test_c10d_nccl.py
test/distributed/test_c10d_object_collectives.py
test/distributed/test_c10d_ops_nccl.py
test/distributed/test_c10d_pypg.py
test/distributed/test_c10d_spawn.py
test/distributed/test_c10d_spawn_gloo.py
test/distributed/test_c10d_spawn_nccl.py
test/distributed/test_c10d_spawn_ucc.py
test/distributed/test_c10d_ucc.py
test/distributed/test_collective_utils.py
test/distributed/test_compute_comm_reordering.py
test/distributed/test_control_collectives.py
test/distributed/test_data_parallel.py
test/distributed/test_device_mesh.py
test/distributed/test_distributed_spawn.py
test/distributed/test_dynamo_distributed.py
test/distributed/test_fake_pg.py
test/distributed/test_functional_api.py
test/distributed/test_inductor_collectives.py
test/distributed/test_launcher.py
test/distributed/test_multi_threaded_pg.py
test/distributed/test_nccl.py
test/distributed/test_pg_wrapper.py
test/distributed/test_store.py
test/distributed/test_symmetric_memory.py
test/distributed/_composable/test_checkpoint.py
test/distributed/_composable/test_compose.py
test/distributed/_composable/test_contract.py
test/distributed/_composable/test_replicate.py
test/distributed/_composable/test_replicate_with_compiler.py
test/distributed/_composable/fsdp/test_fully_shard_autograd.py
test/distributed/_composable/fsdp/test_fully_shard_clip_grad_norm_.py
test/distributed/_composable/fsdp/test_fully_shard_comm.py
test/distributed/_composable/fsdp/test_fully_shard_compile.py
test/distributed/_composable/fsdp/test_fully_shard_extensions.py
test/distributed/_composable/fsdp/test_fully_shard_frozen.py
test/distributed/_composable/fsdp/test_fully_shard_grad_scaler.py
test/distributed/_composable/fsdp/test_fully_shard_init.py
test/distributed/_composable/fsdp/test_fully_shard_logging.py
test/distributed/_composable/fsdp/test_fully_shard_memory.py
test/distributed/_composable/fsdp/test_fully_shard_mixed_precision.py
test/distributed/_composable/fsdp/test_fully_shard_overlap.py
test/distributed/_composable/fsdp/test_fully_shard_state.py
test/distributed/_composable/fsdp/test_fully_shard_state_dict.py
test/distributed/_composable/fsdp/test_fully_shard_training.py
test/distributed/_composable/fully_shard/test_fully_shard_compile.py
test/distributed/_composable/fully_shard/test_fully_shard_init.py
test/distributed/_composable/fully_shard/test_fully_shard_mixed_precision.py
test/distributed/_composable/fully_shard/test_fully_shard_model_checkpoint.py
test/distributed/_composable/fully_shard/test_fully_shard_optim_checkpoint.py
test/distributed/_composable/fully_shard/test_fully_shard_runtime.py
test/distributed/_composable/fully_shard/test_fully_shard_util.py
test/distributed/_composable/test_composability/test_2d_composability.py
test/distributed/_composable/test_composability/test_pp_composability.py
test/distributed/_shard/test_sharder.py
test/distributed/_shard/sharded_optim/test_sharded_optim.py
test/distributed/_shard/sharded_tensor/test_logger.py
test/distributed/_shard/sharded_tensor/test_sharded_tensor.py
test/distributed/_shard/sharded_tensor/test_sharded_tensor_reshard.py
test/distributed/_shard/sharded_tensor/ops/test_binary_cmp.py
test/distributed/_shard/sharded_tensor/ops/test_embedding.py
test/distributed/_shard/sharded_tensor/ops/test_embedding_bag.py
test/distributed/_shard/sharded_tensor/ops/test_init.py
test/distributed/_shard/sharded_tensor/ops/test_tensor_ops.py
test/distributed/_shard/sharding_plan/test_sharding_plan.py
test/distributed/_shard/sharding_spec/test_sharding_spec.py
test/distributed/_tensor/README.md
test/distributed/_tensor/__init__.py
test/distributed/_tensor/test_api.py
test/distributed/_tensor/test_attention.py
test/distributed/_tensor/test_common_rules.py
test/distributed/_tensor/test_convolution_ops.py
test/distributed/_tensor/test_dtensor.py
test/distributed/_tensor/test_dtensor_compile.py
test/distributed/_tensor/test_dtensor_ops.py
test/distributed/_tensor/test_embedding_ops.py
test/distributed/_tensor/test_experimental_ops.py
test/distributed/_tensor/test_init.py
test/distributed/_tensor/test_math_ops.py
test/distributed/_tensor/test_matrix_ops.py
test/distributed/_tensor/test_op_strategy.py
test/distributed/_tensor/test_optimizers.py
test/distributed/_tensor/test_pointwise_ops.py
test/distributed/_tensor/test_random_ops.py
test/distributed/_tensor/test_redistribute.py
test/distributed/_tensor/test_tensor_ops.py
test/distributed/_tensor/test_utils.py
test/distributed/_tensor/test_view_ops.py
test/distributed/_tensor/test_xla_integration.py
test/distributed/_tensor/debug/test_comm_mode.py
test/distributed/_tensor/debug/test_comm_mode_features.py
test/distributed/_tensor/debug/test_op_coverage.py
test/distributed/_tensor/experimental/test_local_map.py
test/distributed/_tensor/experimental/test_register_sharding.py
test/distributed/_tensor/experimental/test_tp_transform.py
test/distributed/_tools/test_fsdp2_mem_tracker.py
test/distributed/_tools/test_mem_tracker.py
test/distributed/_tools/test_memory_tracker.py
test/distributed/_tools/test_mod_tracker.py
test/distributed/_tools/test_runtime_estimator.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/checkpoint/test_checkpoint.py
test/distributed/checkpoint/test_compatibility.py
test/distributed/checkpoint/test_dedup_tensors.py
test/distributed/checkpoint/test_dtensor_checkpoint.py
test/distributed/checkpoint/test_dtensor_resharding.py
test/distributed/checkpoint/test_file_system_checkpoint.py
test/distributed/checkpoint/test_file_system_checkpoint_cpu.py
test/distributed/checkpoint/test_format_utils.py
test/distributed/checkpoint/test_fsdp_model_state.py
test/distributed/checkpoint/test_fsdp_optim_state.py
test/distributed/checkpoint/test_fsdp_tp_checkpoint_conversion.py
test/distributed/checkpoint/test_fsspec.py
test/distributed/checkpoint/test_hsdp_checkpoint.py
test/distributed/checkpoint/test_nested_dict.py
test/distributed/checkpoint/test_planner.py
test/distributed/checkpoint/test_save_load_api.py
test/distributed/checkpoint/test_state_dict.py
test/distributed/checkpoint/test_state_dict_utils.py
test/distributed/checkpoint/test_tp_checkpoint.py
test/distributed/checkpoint/test_traverse.py
test/distributed/checkpoint/test_utils.py
test/distributed/checkpoint/e2e/test_e2e_save_and_load.py
test/distributed/checkpoint/e2e/test_fine_tuning.py
test/distributed/checkpoint/e2e/test_fsdp_ep.py
test/distributed/checkpoint/e2e/test_pipeline.py
test/distributed/checkpoint/fsdp/test_fsdp_dsd.py
test/distributed/elastic/test_control_plane.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/file_based_local_timer_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/flight_recorder/test_fr_analysis.py
test/distributed/fsdp/test_checkpoint_wrapper.py
test/distributed/fsdp/test_distributed_checkpoint.py
test/distributed/fsdp/test_fsdp_apply.py
test/distributed/fsdp/test_fsdp_backward_prefetch.py
test/distributed/fsdp/test_fsdp_checkpoint.py
test/distributed/fsdp/test_fsdp_clip_grad_norm.py
test/distributed/fsdp/test_fsdp_comm.py
test/distributed/fsdp/test_fsdp_comm_hooks.py
test/distributed/fsdp/test_fsdp_core.py
test/distributed/fsdp/test_fsdp_dtensor_state_dict.py
test/distributed/fsdp/test_fsdp_exec_order.py
test/distributed/fsdp/test_fsdp_fine_tune.py
test/distributed/fsdp/test_fsdp_flatten_params.py
test/distributed/fsdp/test_fsdp_freezing_weights.py
test/distributed/fsdp/test_fsdp_fx.py
test/distributed/fsdp/test_fsdp_grad_acc.py
test/distributed/fsdp/test_fsdp_hybrid_shard.py
test/distributed/fsdp/test_fsdp_ignored_modules.py
test/distributed/fsdp/test_fsdp_input.py
test/distributed/fsdp/test_fsdp_memory.py
test/distributed/fsdp/test_fsdp_meta.py
test/distributed/fsdp/test_fsdp_misc.py
test/distributed/fsdp/test_fsdp_mixed_precision.py
test/distributed/fsdp/test_fsdp_multiple_forward.py
test/distributed/fsdp/test_fsdp_multiple_wrapping.py
test/distributed/fsdp/test_fsdp_optim_state.py
test/distributed/fsdp/test_fsdp_overlap.py
test/distributed/fsdp/test_fsdp_pure_fp16.py
test/distributed/fsdp/test_fsdp_sharded_grad_scaler.py
test/distributed/fsdp/test_fsdp_state_dict.py
test/distributed/fsdp/test_fsdp_tp_integration.py
test/distributed/fsdp/test_fsdp_traversal.py
test/distributed/fsdp/test_fsdp_uneven.py
test/distributed/fsdp/test_fsdp_unshard_params.py
test/distributed/fsdp/test_fsdp_use_orig_params.py
test/distributed/fsdp/test_hsdp_dtensor_state_dict.py
test/distributed/fsdp/test_shard_utils.py
test/distributed/fsdp/test_utils.py
test/distributed/fsdp/test_wrap.py
test/distributed/launcher/__init__.py
test/distributed/launcher/api_test.py
test/distributed/launcher/launch_test.py
test/distributed/launcher/test_run.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_apply_optimizer_in_backward.py
test/distributed/optim/test_named_optimizer.py
test/distributed/optim/test_zero_redundancy_optimizer.py
test/distributed/pipelining/__init__.py
test/distributed/pipelining/model_registry.py
test/distributed/pipelining/schedule_registry.py
test/distributed/pipelining/test_backward.py
test/distributed/pipelining/test_microbatch.py
test/distributed/pipelining/test_pipe.py
test/distributed/pipelining/test_schedule.py
test/distributed/pipelining/test_schedule_multiproc.py
test/distributed/pipelining/test_stage.py
test/distributed/pipelining/test_transformer.py
test/distributed/pipelining/test_unflatten.py
test/distributed/rpc/test_faulty_agent.py
test/distributed/rpc/test_share_memory.py
test/distributed/rpc/test_tensorpipe_agent.py
test/distributed/rpc/cuda/test_tensorpipe_agent.py
test/distributed/tensor/parallel/__init__.py
test/distributed/tensor/parallel/test_micro_pipeline_tp.py
test/distributed/tensor/parallel/test_parallelize_api.py
test/distributed/tensor/parallel/test_tp_examples.py
test/distributed/tensor/parallel/test_tp_random_state.py
test/distributed/tensor/parallel/test_tp_style.py
test/distributions/test_constraints.py
test/distributions/test_distributions.py
test/distributions/test_transforms.py
test/distributions/test_utils.py
test/dynamo/__init__.py
test/dynamo/mock_store_global_crossfile_inline.py
test/dynamo/test_activation_checkpointing.py
test/dynamo/test_after_aot.py
test/dynamo/test_aot_autograd.py
test/dynamo/test_aot_autograd_cache.py
test/dynamo/test_autograd_function.py
test/dynamo/test_backends.py
test/dynamo/test_backward_higher_order_ops.py
test/dynamo/test_base_output.py
test/dynamo/test_bytecode_utils.py
test/dynamo/test_compile.py
test/dynamo/test_comptime.py
test/dynamo/test_config.py
test/dynamo/test_ctx_manager.py
test/dynamo/test_cudagraphs.py
test/dynamo/test_cudagraphs_expandable_segments.py
test/dynamo/test_debug_utils.py
test/dynamo/test_decorators.py
test/dynamo/test_deviceguard.py
test/dynamo/test_dynamic_shapes.py
test/dynamo/test_exc.py
test/dynamo/test_exceptions.py
test/dynamo/test_export.py
test/dynamo/test_export_mutations.py
test/dynamo/test_frame_init.py
test/dynamo/test_functions.py
test/dynamo/test_fx_passes_pre_grad.py
test/dynamo/test_global.py
test/dynamo/test_guard_manager.py
test/dynamo/test_higher_order_ops.py
test/dynamo/test_hooks.py
test/dynamo/test_inline_inbuilt_nn_modules.py
test/dynamo/test_input_attr_tracking.py
test/dynamo/test_interop.py
test/dynamo/test_logging.py
test/dynamo/test_minifier.py
test/dynamo/test_misc.py
test/dynamo/test_model_output.py
test/dynamo/test_modes.py
test/dynamo/test_modules.py
test/dynamo/test_nops.py
test/dynamo/test_optimizers.py
test/dynamo/test_pre_dispatch.py
test/dynamo/test_profiler.py
test/dynamo/test_python_autograd.py
test/dynamo/test_recompile_ux.py
test/dynamo/test_recompiles.py
test/dynamo/test_reorder_logs.py
test/dynamo/test_repros.py
test/dynamo/test_resume.py
test/dynamo/test_sdpa.py
test/dynamo/test_skip_non_tensor.py
test/dynamo/test_sources.py
test/dynamo/test_structured_trace.py
test/dynamo/test_subclasses.py
test/dynamo/test_subgraphs.py
test/dynamo/test_torchrec.py
test/dynamo/test_trace_rules.py
test/dynamo/test_unspec.py
test/dynamo/test_utils.py
test/dynamo/test_verify_correctness.py
test/dynamo/test_view.py
test/dynamo/utils.py
test/dynamo/mock_modules/__init__.py
test/dynamo/mock_modules/mock_module1.py
test/dynamo/mock_modules/mock_module2.py
test/dynamo/mock_modules/mock_module3.py
test/dynamo_expected_failures/ActivationCheckpointingTests.test_cond_with_kwargs
test/dynamo_expected_failures/AotAutogradFallbackTests.test_aot_sequence_nr
test/dynamo_expected_failures/AutogradFunctionTests.test_graph_break_if_lifted_free_variable
test/dynamo_expected_failures/AutogradFunctionTests.test_print_in_bwd
test/dynamo_expected_failures/AutogradFunctionTests.test_stride_in_bwd
test/dynamo_expected_failures/ComptimeTests.test_graph_break
test/dynamo_expected_failures/CtxManagerTests.test_autograd_profiler_enabled
test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks
test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled
test/dynamo_expected_failures/CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested
test/dynamo_expected_failures/DecoratorTests.test_mark_static_address_guarded
test/dynamo_expected_failures/DecoratorTests.test_mark_static_address_unguarded
test/dynamo_expected_failures/DefaultsTests.test_cast_tensor_single_elem
test/dynamo_expected_failures/DefaultsTests.test_compare_constant_and_tensor
test/dynamo_expected_failures/DefaultsTests.test_func_default_torch_args
test/dynamo_expected_failures/DefaultsTests.test_in_set_inplace
test/dynamo_expected_failures/DefaultsTests.test_in_set_would_fail_broadcast
test/dynamo_expected_failures/DynamoProfilerTests.test_dynamo_timed_profiling_isolated
test/dynamo_expected_failures/DynamoProfilerTests.test_profiler_cache_lookup
test/dynamo_expected_failures/DynamoProfilerTests.test_profiler_dynamo_compiled_region
test/dynamo_expected_failures/End2EndTests.test_init_group
test/dynamo_expected_failures/ExampleTests.test_exportdb_supported_case_assume_constant_result
test/dynamo_expected_failures/ExampleTests.test_exportdb_supported_case_constrain_as_size_example
test/dynamo_expected_failures/ExcTests.test_backend_suppress_line
test/dynamo_expected_failures/ExcTests.test_graph_break_log
test/dynamo_expected_failures/ExcTests.test_internal_error_no_suppress
test/dynamo_expected_failures/ExcTests.test_internal_error_suppress_errors
test/dynamo_expected_failures/ExcTests.test_not_implemented_error
test/dynamo_expected_failures/ExcTests.test_trigger_bisect_on_error
test/dynamo_expected_failures/ExcTests.test_trigger_on_error
test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_non_list_operands
test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_non_tensor_operands
test/dynamo_expected_failures/ExportTests.test_cond_raise_user_error_on_unsupported_pred
test/dynamo_expected_failures/ExportTests.test_export_decomp
test/dynamo_expected_failures/ExportTests.test_export_dynamic_dim_cleanup
test/dynamo_expected_failures/ExportTests.test_export_dynamic_dim_range_constraint
test/dynamo_expected_failures/ExportTests.test_export_mark_dynamic_conflict_dynamic_dim
test/dynamo_expected_failures/ExportTests.test_export_multi_dynamic_dim_constraint
test/dynamo_expected_failures/ExportTests.test_export_multi_dynamic_dim_unsafe_relationship
test/dynamo_expected_failures/ExportTests.test_export_no_raise
test/dynamo_expected_failures/ExportTests.test_export_preserve_constraints_as_metadata_scalar
test/dynamo_expected_failures/ExportTests.test_export_raise_on_relationship
test/dynamo_expected_failures/ExportTests.test_export_with_constant_dict_values
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method_multiarg
test/dynamo_expected_failures/ExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff
test/dynamo_expected_failures/ExportTests.test_export_with_constant_list_nonzero
test/dynamo_expected_failures/ExportTests.test_export_with_constant_list_nonzero_free_function
test/dynamo_expected_failures/ExportTests.test_export_with_constant_method_on_module
test/dynamo_expected_failures/ExportTests.test_export_with_constant_method_on_module_invoke_twice
test/dynamo_expected_failures/ExportTests.test_export_with_constant_none_control_flow
test/dynamo_expected_failures/ExportTests.test_export_with_constant_none_control_flow_free_func
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow_free_func
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_none_control_flow_pos
test/dynamo_expected_failures/ExportTests.test_export_with_constant_not_return_const
test/dynamo_expected_failures/ExportTests.test_export_with_constant_tuple_nonzero
test/dynamo_expected_failures/ExportTests.test_export_with_map_cond
test/dynamo_expected_failures/ExportTests.test_exported_graph_serialization
test/dynamo_expected_failures/ExportTests.test_map_cond_param_buffer_lifted
test/dynamo_expected_failures/ExportTests.test_torch_inference_mode_ctx
test/dynamo_expected_failures/ExportTests.test_untracked_inputs_in_constraints
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_disable_capture
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_has_aux
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_non_tensor_input
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_pytree
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_with_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_grad_with_side_effect
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_disable_capture
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_free_const
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_free_tensor
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_kwargs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_previous_illegal_op_no_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_pytree_inputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_recompile_same_config
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_recompile_with_randomness
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_side_effects
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_two_inputs
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_conditional_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_2
test/dynamo_expected_failures/FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_lambda
test/dynamo_expected_failures/FunctionTests.test_default_dict
test/dynamo_expected_failures/FunctionTests.test_default_dict_closure
test/dynamo_expected_failures/FunctionTests.test_default_dict_lambda
test/dynamo_expected_failures/FunctionTests.test_is_contiguous_frame_counts
test/dynamo_expected_failures/FunctionTests.test_math_radians
test/dynamo_expected_failures/FunctionTests.test_partials_as_input_partials_lambda
test/dynamo_expected_failures/FunctionTests.test_partials_as_input_partials_mod
test/dynamo_expected_failures/HigherOrderOpTests.test_capture_untracked_global_nested
test/dynamo_expected_failures/HigherOrderOpTests.test_capture_value_created_in_subgraph
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_branches_no_arguments
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_branches_no_arguments_no_closure
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_pytree_operands
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_source_fn_stack
test/dynamo_expected_failures/HigherOrderOpTests.test_cond_subgraph_name_is_valid
test/dynamo_expected_failures/HigherOrderOpTests.test_fallback_on_python_primitives_output
test/dynamo_expected_failures/HigherOrderOpTests.test_map_lowers_to_graph
test/dynamo_expected_failures/HigherOrderOpTests.test_map_multi_return
test/dynamo_expected_failures/HigherOrderOpTests.test_map_pytree_return
test/dynamo_expected_failures/HigherOrderOpTests.test_map_source_fn_stack
test/dynamo_expected_failures/HigherOrderOpTests.test_map_subgraph_name_is_valid
test/dynamo_expected_failures/HigherOrderOpTests.test_map_symint_input
test/dynamo_expected_failures/HigherOrderOpTests.test_modules
test/dynamo_expected_failures/HigherOrderOpTests.test_nested_tuple_output
test/dynamo_expected_failures/HigherOrderOpTests.test_output_with_dict
test/dynamo_expected_failures/HigherOrderOpTests.test_side_effect_in_body
test/dynamo_expected_failures/HigherOrderOpTests.test_vmap_source_fn_stack
test/dynamo_expected_failures/HigherOrderOpTests.test_wrap_kwarg_recompile
test/dynamo_expected_failures/HigherOrderOpTests.test_wrap_subgraph_name_is_valid
test/dynamo_expected_failures/HooksTests.test_functools_arg_vary
test/dynamo_expected_failures/HooksTests.test_post_acc_grad_hook
test/dynamo_expected_failures/HooksTests.test_tensor_register_global_hook
test/dynamo_expected_failures/HooksTests.test_tensor_register_hook_in_graph_local
test/dynamo_expected_failures/HooksTests.test_tensor_register_multiple_hooks
test/dynamo_expected_failures/HooksTests.test_tensor_register_multiple_hooks_handles_in_list
test/dynamo_expected_failures/InteropTests.test_vmap_in_graph
test/dynamo_expected_failures/LoggingTests.test_aot
test/dynamo_expected_failures/LoggingTests.test_aot_graphs
test/dynamo_expected_failures/LoggingTests.test_aot_joint_graph
test/dynamo_expected_failures/LoggingTests.test_bytecode
test/dynamo_expected_failures/LoggingTests.test_custom_format
test/dynamo_expected_failures/LoggingTests.test_custom_format_exc
test/dynamo_expected_failures/LoggingTests.test_dynamo_debug
test/dynamo_expected_failures/LoggingTests.test_dynamo_error
test/dynamo_expected_failures/LoggingTests.test_dynamo_info
test/dynamo_expected_failures/LoggingTests.test_graph
test/dynamo_expected_failures/LoggingTests.test_graph_breaks
test/dynamo_expected_failures/LoggingTests.test_graph_code
test/dynamo_expected_failures/LoggingTests.test_graph_sizes
test/dynamo_expected_failures/LoggingTests.test_graph_sizes_dynamic
test/dynamo_expected_failures/LoggingTests.test_guards_recompiles
test/dynamo_expected_failures/LoggingTests.test_inductor_debug
test/dynamo_expected_failures/LoggingTests.test_inductor_error
test/dynamo_expected_failures/LoggingTests.test_inductor_info
test/dynamo_expected_failures/LoggingTests.test_multiline_format
test/dynamo_expected_failures/LoggingTests.test_output_code
test/dynamo_expected_failures/LoggingTests.test_recompiles
test/dynamo_expected_failures/LoggingTests.test_trace_source_cond
test/dynamo_expected_failures/LoggingTests.test_trace_source_nested
test/dynamo_expected_failures/MiscTests.test_add_to_set
test/dynamo_expected_failures/MiscTests.test_any_all_symnode
test/dynamo_expected_failures/MiscTests.test_backend_match_guard
test/dynamo_expected_failures/MiscTests.test_boolarg
test/dynamo_expected_failures/MiscTests.test_callpacked
test/dynamo_expected_failures/MiscTests.test_closure_out_of_scope_cell
test/dynamo_expected_failures/MiscTests.test_compare_shapes_with_constant
test/dynamo_expected_failures/MiscTests.test_cond_nested
test/dynamo_expected_failures/MiscTests.test_cond_side_effects
test/dynamo_expected_failures/MiscTests.test_dataclass_fields
test/dynamo_expected_failures/MiscTests.test_deque_append_left
test/dynamo_expected_failures/MiscTests.test_deque_input
test/dynamo_expected_failures/MiscTests.test_deterministic_algorithms_mutated
test/dynamo_expected_failures/MiscTests.test_dict_order_keys
test/dynamo_expected_failures/MiscTests.test_dict_order_keys_modules
test/dynamo_expected_failures/MiscTests.test_dict_order_keys_tensors
test/dynamo_expected_failures/MiscTests.test_dictcomp
test/dynamo_expected_failures/MiscTests.test_dtypes_no_graphbreaks
test/dynamo_expected_failures/MiscTests.test_dunder_new_function_inlining
test/dynamo_expected_failures/MiscTests.test_frozenset_torch_func_contains
test/dynamo_expected_failures/MiscTests.test_get_cache_entry
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn2
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn_shape_control
test/dynamo_expected_failures/MiscTests.test_guard_failure_fn_tensor_iter
test/dynamo_expected_failures/MiscTests.test_inference_mode
test/dynamo_expected_failures/MiscTests.test_inline_closure_not_loaded_by_parent
test/dynamo_expected_failures/MiscTests.test_inplace_param_update
test/dynamo_expected_failures/MiscTests.test_inplace_view_on_graph_input
test/dynamo_expected_failures/MiscTests.test_intermediary_tensor_grad_access
test/dynamo_expected_failures/MiscTests.test_is_compiling
test/dynamo_expected_failures/MiscTests.test_iter_set
test/dynamo_expected_failures/MiscTests.test_itertools_accumulate_symint_default_sum
test/dynamo_expected_failures/MiscTests.test_itertools_accumulate_tensors_default_sum
test/dynamo_expected_failures/MiscTests.test_itertools_groupby_pure_python_default_identify_func
test/dynamo_expected_failures/MiscTests.test_itertools_groupby_pure_python_key_func
test/dynamo_expected_failures/MiscTests.test_itertools_infinite_cycle
test/dynamo_expected_failures/MiscTests.test_itertools_infinite_repeat
test/dynamo_expected_failures/MiscTests.test_itertools_infinite_repeat_mutation
test/dynamo_expected_failures/MiscTests.test_itertools_repeat
test/dynamo_expected_failures/MiscTests.test_listcomp
test/dynamo_expected_failures/MiscTests.test_mandelbrot_numpy
test/dynamo_expected_failures/MiscTests.test_mark_static
test/dynamo_expected_failures/MiscTests.test_namedtuple1
test/dynamo_expected_failures/MiscTests.test_namedtuple2
test/dynamo_expected_failures/MiscTests.test_nan
test/dynamo_expected_failures/MiscTests.test_nested_closure
test/dynamo_expected_failures/MiscTests.test_nested_closure_mutation
test/dynamo_expected_failures/MiscTests.test_nested_optimize
test/dynamo_expected_failures/MiscTests.test_nested_optimize_decorator
test/dynamo_expected_failures/MiscTests.test_nested_optimize_run
test/dynamo_expected_failures/MiscTests.test_nn_module_getattr
test/dynamo_expected_failures/MiscTests.test_no_raise_guard_partial_constraint
test/dynamo_expected_failures/MiscTests.test_no_raise_guard_partial_constraint_across_break
test/dynamo_expected_failures/MiscTests.test_numpy_array_of_arrays
test/dynamo_expected_failures/MiscTests.test_numpy_force
test/dynamo_expected_failures/MiscTests.test_numpy_int_constant
test/dynamo_expected_failures/MiscTests.test_numpy_iter
test/dynamo_expected_failures/MiscTests.test_numpy_non_torch_dtype
test/dynamo_expected_failures/MiscTests.test_numpy_readonly
test/dynamo_expected_failures/MiscTests.test_numpy_recompilation_scalar
test/dynamo_expected_failures/MiscTests.test_numpy_size_attr
test/dynamo_expected_failures/MiscTests.test_numpy_subdtype
test/dynamo_expected_failures/MiscTests.test_numpy_tolist
test/dynamo_expected_failures/MiscTests.test_numpy_torch_operators
test/dynamo_expected_failures/MiscTests.test_numpy_with_builtin_type
test/dynamo_expected_failures/MiscTests.test_out_variants_with_resizing_on_graph_inputs
test/dynamo_expected_failures/MiscTests.test_pure_python_accumulate
test/dynamo_expected_failures/MiscTests.test_py_guards_mark_dynamic
test/dynamo_expected_failures/MiscTests.test_raise_guard_full_constraint
test/dynamo_expected_failures/MiscTests.test_raise_guard_partial_constraint_no_graph_break
test/dynamo_expected_failures/MiscTests.test_raise_on_backend_error
test/dynamo_expected_failures/MiscTests.test_recompile_on_global_state_change
test/dynamo_expected_failures/MiscTests.test_release_input_memory
test/dynamo_expected_failures/MiscTests.test_release_module_memory
test/dynamo_expected_failures/MiscTests.test_release_scope_memory
test/dynamo_expected_failures/MiscTests.test_repeat_interleave_graphbreaks
test/dynamo_expected_failures/MiscTests.test_return_nested_function
test/dynamo_expected_failures/MiscTests.test_set_aliasing_recompiles
test/dynamo_expected_failures/MiscTests.test_setattr_mutation1
test/dynamo_expected_failures/MiscTests.test_simple_set_usage
test/dynamo_expected_failures/MiscTests.test_size_input
test/dynamo_expected_failures/MiscTests.test_str_format_assert2
test/dynamo_expected_failures/MiscTests.test_tensor_build_list_unpack
test/dynamo_expected_failures/MiscTests.test_tensor_dict1
test/dynamo_expected_failures/MiscTests.test_tensor_dict2
test/dynamo_expected_failures/MiscTests.test_tensor_dict3
test/dynamo_expected_failures/MiscTests.test_tensor_item_capture
test/dynamo_expected_failures/MiscTests.test_tolist_0d
test/dynamo_expected_failures/MiscTests.test_tolist_1d
test/dynamo_expected_failures/MiscTests.test_tolist_kd
test/dynamo_expected_failures/MiscTests.test_tolist_kd_dynamic
test/dynamo_expected_failures/MiscTests.test_tolist_scalar
test/dynamo_expected_failures/MiscTests.test_torch_seed
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_dicts
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_mixed_all
test/dynamo_expected_failures/MiscTests.test_tracing_nested_py_tree_tuples
test/dynamo_expected_failures/MiscTests.test_tracing_py_tree
test/dynamo_expected_failures/MiscTests.test_tracing_py_tree_tensor_subclass
test/dynamo_expected_failures/MiscTests.test_tracing_tree_map_only
test/dynamo_expected_failures/MiscTests.test_type_copy
test/dynamo_expected_failures/MiscTests.test_typing_typevar
test/dynamo_expected_failures/MiscTests.test_user_getattribute
test/dynamo_expected_failures/MiscTests.test_with_builtin_type
test/dynamo_expected_failures/MiscTests.test_yield_from
test/dynamo_expected_failures/MiscTests.test_yield_gen_and_from
test/dynamo_expected_failures/MiscTests.test_yield_send_to_subgenerator_graph_break
test/dynamo_expected_failures/NNModuleTests.test_lazy_module1
test/dynamo_expected_failures/NNModuleTests.test_lazy_module2
test/dynamo_expected_failures/NNModuleTests.test_lazy_module4
test/dynamo_expected_failures/NNModuleTests.test_lazy_module5
test/dynamo_expected_failures/NNModuleTests.test_lazy_module6
test/dynamo_expected_failures/NNModuleTests.test_lazy_module_no_cls_to_become
test/dynamo_expected_failures/NNModuleTests.test_self_mutating1
test/dynamo_expected_failures/NNModuleTests.test_unsupportedmethod
test/dynamo_expected_failures/NNModuleTests.test_unsupportedmodule
test/dynamo_expected_failures/NonStrictExportTestExport.test__scaled_dot_product_flash_attention_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_basic_non_strict_fake_tensor_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_basic_non_strict_real_tensor_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_buffer_util_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_cond_with_module_stack_export_with_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_export_decomps_dynamic_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_export_decomps_simple_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_export_with_wrong_inputs_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_external_call_non_strict_real_tensor_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_fqn_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_nn_module_stack_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_nn_module_stack_shared_submodule_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_non_strict_dynamic_shapes_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_param_util_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_raise_user_error_when_guard_on_data_dependent_operation_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_sym_sqrt_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_update_sub_later_non_strict
test/dynamo_expected_failures/NonStrictExportTestExport.test_to_module_with_mutated_buffer_non_strict
test/dynamo_expected_failures/NumpyTestsCPU.test_boolean_indexing_weirdness_cpu
test/dynamo_expected_failures/NumpyTestsCPU.test_boolean_shape_mismatch_cpu
test/dynamo_expected_failures/NumpyTestsCPU.test_empty_fancy_index_cpu
test/dynamo_expected_failures/NumpyTestsCPU.test_index_no_floats_cpu
test/dynamo_expected_failures/OptimizedModuleTest.test_backward_hooks
test/dynamo_expected_failures/OptimizedModuleTest.test_cache_size_limit_on_guarded_nn_modules
test/dynamo_expected_failures/OptimizedModuleTest.test_composition_with_opt_mod
test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_inner
test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_outer
test/dynamo_expected_failures/OptimizedModuleTest.test_hooks_skip_guards
test/dynamo_expected_failures/OptimizedModuleTest.test_module_dict_iter_name
test/dynamo_expected_failures/OptimizedModuleTest.test_nn_module
test/dynamo_expected_failures/OptimizedModuleTest.test_no_recompile_on_nn_guarded_modules
test/dynamo_expected_failures/OptimizedModuleTest.test_to
test/dynamo_expected_failures/OptimizerTests.test_adagrad
test/dynamo_expected_failures/OptimizerTests.test_adam
test/dynamo_expected_failures/OptimizerTests.test_adamax
test/dynamo_expected_failures/OptimizerTests.test_adamw
test/dynamo_expected_failures/OptimizerTests.test_asgd
test/dynamo_expected_failures/OptimizerTests.test_nadam
test/dynamo_expected_failures/OptimizerTests.test_rmsprop
test/dynamo_expected_failures/OptimizerTests.test_rprop
test/dynamo_expected_failures/OptimizerTests.test_sgd
test/dynamo_expected_failures/PackedSequenceTest.test_pack_sequence
test/dynamo_expected_failures/PackedSequenceTest.test_to
test/dynamo_expected_failures/PackedSequenceTest.test_total_length
test/dynamo_expected_failures/PackedSequenceTest.test_type_casts
test/dynamo_expected_failures/PackedSequenceTest.test_unpack_sequence
test/dynamo_expected_failures/RecompileTests.test_aliasing_guard_failures_with_globals
test/dynamo_expected_failures/RecompileTests.test_automatic_dynamic_reduce_recompiles
test/dynamo_expected_failures/RecompileTests.test_automatic_dynamic_tensor_scalar_change
test/dynamo_expected_failures/RecompileTests.test_dynamic_shape_parameter_recompile
test/dynamo_expected_failures/RecompileTests.test_recompiles_true_false_flop
test/dynamo_expected_failures/RecompileUxTests.test_mismatched_type
test/dynamo_expected_failures/RecompileUxTests.test_verbose_tensor_check
test/dynamo_expected_failures/ReproTests.test_add_sub_alpha_out
test/dynamo_expected_failures/ReproTests.test_addr_alpha_beta_out
test/dynamo_expected_failures/ReproTests.test_boxes_len
test/dynamo_expected_failures/ReproTests.test_chunk_reformer_ff
test/dynamo_expected_failures/ReproTests.test_convert_boxes_to_pooler_format
test/dynamo_expected_failures/ReproTests.test_create_rand_mask_from_inputs
test/dynamo_expected_failures/ReproTests.test_do_paste_mask
test/dynamo_expected_failures/ReproTests.test_dynamic_shapes_float_guard
test/dynamo_expected_failures/ReproTests.test_dynamic_shapes_implicit_guard
test/dynamo_expected_failures/ReproTests.test_empty_list_contains_with_jump
test/dynamo_expected_failures/ReproTests.test_function_in_skipfiles
test/dynamo_expected_failures/ReproTests.test_functools_wraps
test/dynamo_expected_failures/ReproTests.test_hf_t5_forward
test/dynamo_expected_failures/ReproTests.test_hf_xsoftmax_training
test/dynamo_expected_failures/ReproTests.test_issue175
test/dynamo_expected_failures/ReproTests.test_jit_trace_errors
test/dynamo_expected_failures/ReproTests.test_list_aliasing
test/dynamo_expected_failures/ReproTests.test_list_self_reference
test/dynamo_expected_failures/ReproTests.test_longformer_chunk
test/dynamo_expected_failures/ReproTests.test_merge_criteria_processor_list1
test/dynamo_expected_failures/ReproTests.test_merge_criteria_processor_list2
test/dynamo_expected_failures/ReproTests.test_module_in_skipfiles
test/dynamo_expected_failures/ReproTests.test_multi_import
test/dynamo_expected_failures/ReproTests.test_negative_shape_guard
test/dynamo_expected_failures/ReproTests.test_numpy_not_ndarray_recompiles
test/dynamo_expected_failures/ReproTests.test_recursive_map
test/dynamo_expected_failures/ReproTests.test_reformer_eval
test/dynamo_expected_failures/ReproTests.test_reformer_min_chunk_len
test/dynamo_expected_failures/ReproTests.test_reformer_sorting
test/dynamo_expected_failures/ReproTests.test_relative_import
test/dynamo_expected_failures/ReproTests.test_relative_import_no_modulename
test/dynamo_expected_failures/ReproTests.test_restricted_list_subclass1
test/dynamo_expected_failures/ReproTests.test_rewrite_assert_noop
test/dynamo_expected_failures/ReproTests.test_rewrite_assert_with_msg
test/dynamo_expected_failures/ReproTests.test_rewrite_assert_with_non_string_msg
test/dynamo_expected_failures/ReproTests.test_seq_append_list
test/dynamo_expected_failures/ReproTests.test_size_typematch
test/dynamo_expected_failures/ReproTests.test_tensor_data_kwarg
test/dynamo_expected_failures/ReproTests.test_threading_local
test/dynamo_expected_failures/ReproTests.test_validate_model_kwargs
test/dynamo_expected_failures/RetraceExportTestDynamismExpression.test_export_inline_constraints_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_cond_with_module_stack_export_with_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_in_eager_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_with_constrain_value_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_constrain_size_with_various_cases_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_nn_module_stack_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_nn_module_stack_shared_submodule_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_non_strict_dynamic_shapes_retraceability
test/dynamo_expected_failures/RetraceExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_retraceability
test/dynamo_expected_failures/SerDesExportTestDynamismExpression.test_export_inline_constraints_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_basic_non_strict_fake_tensor_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_basic_non_strict_real_tensor_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_cond_with_module_stack_export_with_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_in_eager_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_with_constrain_value_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_constrain_size_with_various_cases_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_external_call_non_strict_real_tensor_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_nn_module_stack_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_nn_module_stack_shared_submodule_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_non_strict_dynamic_shapes_serdes
test/dynamo_expected_failures/SerDesExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_serdes
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor1
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor2
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor_dict
test/dynamo_expected_failures/SkipNonTensorTests.test_add_tensor_list
test/dynamo_expected_failures/SkipNonTensorTests.test_do_not_skip_side_effects
test/dynamo_expected_failures/SkipNonTensorTests.test_recursive_list
test/dynamo_expected_failures/SubGraphTests.test_dynamic_duck_size
test/dynamo_expected_failures/SubGraphTests.test_dynamic_getitem
test/dynamo_expected_failures/SubGraphTests.test_dynamic_kwarg
test/dynamo_expected_failures/SubGraphTests.test_dynamic_order_dependence
test/dynamo_expected_failures/SubGraphTests.test_dynamic_zero_inference
test/dynamo_expected_failures/SubGraphTests.test_enumerate_not_break_graph
test/dynamo_expected_failures/SubGraphTests.test_no_graph_break_on_item
test/dynamo_expected_failures/SubclassTests.test_compile_higher_order_with_functionalization
test/dynamo_expected_failures/SubclassTests.test_compile_with_functionalization
test/dynamo_expected_failures/SubclassTests.test_torch_function_state_guards
test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_guards_on_inner_tensor
test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_with_differently_sized_inner_tensor
test/dynamo_expected_failures/SubclassTests.test_wrapper_subclass_with_same_sized_inner_tensor
test/dynamo_expected_failures/TestAOTAutograd.test_input_mutation_aliases_bases_out_of_order
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_input_mutation
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_input_mutation_and_output_alias
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_output_alias
test/dynamo_expected_failures/TestAOTDispatch.test_aot_dispatch_simple
test/dynamo_expected_failures/TestAOTModuleSimplified.test_aot_module_simplified_dynamic
test/dynamo_expected_failures/TestAOTModuleSimplified.test_aot_module_simplified_fake_tensor_gm_raises
test/dynamo_expected_failures/TestAnalyze.test_trace_dependencies
test/dynamo_expected_failures/TestApplyAlongAxis.test_0d_array
test/dynamo_expected_failures/TestApplyAlongAxis.test_axis_insertion
test/dynamo_expected_failures/TestApplyAlongAxis.test_scalar_array
test/dynamo_expected_failures/TestArange.test_infinite
test/dynamo_expected_failures/TestArange.test_nan_step
test/dynamo_expected_failures/TestArange.test_require_range
test/dynamo_expected_failures/TestArange.test_zero_step
test/dynamo_expected_failures/TestArgmax.test_combinations_data62
test/dynamo_expected_failures/TestArgmax.test_combinations_data63
test/dynamo_expected_failures/TestArgmax.test_combinations_data65
test/dynamo_expected_failures/TestArgmax.test_combinations_data66
test/dynamo_expected_failures/TestArrayAttributeDeletion.test_multiarray_not_writable_attributes_deletion
test/dynamo_expected_failures/TestArrayAttributeDeletion.test_multiarray_writable_attributes_deletion
test/dynamo_expected_failures/TestArrayCreationCopyArgument.test_scalars
test/dynamo_expected_failures/TestArrayCreationCopyArgument.test_striding_not_ok
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_byte_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_int__np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_intc_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_longlong_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_longlong_t26
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_np_short_np_longlong
test/dynamo_expected_failures/TestArrayFromScalar.test_integers_t15_np_longlong
test/dynamo_expected_failures/TestArraySplit.test_integer_0_split
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_bfloat16
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_bool
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_complex128
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_complex64
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_float16
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_float32
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_float64
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_int16
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_int32
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_int64
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_int8
test/dynamo_expected_failures/TestAsArrayCPU.test_copy_list_cpu_uint8
test/dynamo_expected_failures/TestAssignment.test_assignment_broadcasting
test/dynamo_expected_failures/TestAttributes.test_fill_max_uint64
test/dynamo_expected_failures/TestAttributes.test_fill_readonly
test/dynamo_expected_failures/TestAttributes.test_fill_struct_array
test/dynamo_expected_failures/TestAutograd.test_access_saved_tensor_twice_without_recomputation_works
test/dynamo_expected_failures/TestAutograd.test_anomaly_mode_no_check_nan
test/dynamo_expected_failures/TestAutograd.test_autograd_simple_views_python
test/dynamo_expected_failures/TestAutograd.test_autograd_views_codegen
test/dynamo_expected_failures/TestAutograd.test_backward_with_inputs
test/dynamo_expected_failures/TestAutograd.test_checkpoint_detects_non_determinism
test/dynamo_expected_failures/TestAutograd.test_checkpointing_non_reentrant_autocast_cpu
test/dynamo_expected_failures/TestAutograd.test_checkpointing_without_reentrant_custom_function_works
test/dynamo_expected_failures/TestAutograd.test_custom_function_forward_mode_inplace_checks
test/dynamo_expected_failures/TestAutograd.test_custom_function_forward_mode_view_checks
test/dynamo_expected_failures/TestAutograd.test_custom_function_saved_tensors
test/dynamo_expected_failures/TestAutograd.test_gradcheck_forward_ad
test/dynamo_expected_failures/TestAutograd.test_gradcheck_nondeterministic
test/dynamo_expected_failures/TestAutograd.test_hook_closure_cycle_use_custom_function_True_use_tensor_hook_False
test/dynamo_expected_failures/TestAutograd.test_nested_anomaly_detect_nan
test/dynamo_expected_failures/TestAutograd.test_nested_anomaly_printstack_cleanup
test/dynamo_expected_failures/TestAutograd.test_profiler
test/dynamo_expected_failures/TestAutograd.test_profiler_aggregation_table
test/dynamo_expected_failures/TestAutograd.test_profiler_propagation
test/dynamo_expected_failures/TestAutograd.test_profiler_seq_nr
test/dynamo_expected_failures/TestAutograd.test_profiler_shapes
test/dynamo_expected_failures/TestAutograd.test_record_function
test/dynamo_expected_failures/TestAutograd.test_record_function_callbacks
test/dynamo_expected_failures/TestAutograd.test_record_function_legacy
test/dynamo_expected_failures/TestAutograd.test_return_duplicate
test/dynamo_expected_failures/TestAutograd.test_return_duplicate_inplace
test/dynamo_expected_failures/TestAutograd.test_save_on_cpu_and_checkpoint
test/dynamo_expected_failures/TestAutograd.test_set_grad_coroutines
test/dynamo_expected_failures/TestAutograd.test_set_grad_coroutines_exit
test/dynamo_expected_failures/TestAutograd.test_set_grad_generator_functions
test/dynamo_expected_failures/TestAutograd.test_set_grad_generator_functions_recursive
test/dynamo_expected_failures/TestAutogradDeviceTypeCPU.test_inplace_on_view_modify_base_cpu
test/dynamo_expected_failures/TestAutogradDeviceTypeCPU.test_inplace_on_view_python_cpu
test/dynamo_expected_failures/TestAutogradForwardMode.test_create_new_zeros_with_same_meta
test/dynamo_expected_failures/TestAutogradForwardMode.test_detach_view_tracking
test/dynamo_expected_failures/TestAutogradForwardMode.test_forward_level_cleanup
test/dynamo_expected_failures/TestAutogradForwardMode.test_make_dual_inference_tensor_in_inference_mode
test/dynamo_expected_failures/TestAutogradInferenceMode.test_inference_mode_decorator
test/dynamo_expected_failures/TestAutogradInferenceMode.test_inference_mode_inf_tensor_in_inf_mode_inplace_op
test/dynamo_expected_failures/TestBaseMath.test_lower_align
test/dynamo_expected_failures/TestBaseSparsifier.test_state_dict
test/dynamo_expected_failures/TestBitsCPU.test_cat_cpu
test/dynamo_expected_failures/TestBool.test_sum_2
test/dynamo_expected_failures/TestBooleanIndexing.test_bool_as_int_argument_errors
test/dynamo_expected_failures/TestBooleanIndexing.test_boolean_indexing_weirdness
test/dynamo_expected_failures/TestBufferProtocolCPU.test_byte_to_int_cpu
test/dynamo_expected_failures/TestClip.test_clip_func_takes_out
test/dynamo_expected_failures/TestClip.test_simple_complex
test/dynamo_expected_failures/TestColumnStack.test_non_iterable
test/dynamo_expected_failures/TestComposabilityCPU.test_autograd_function_no_setup_context_transform_hessian_cpu
test/dynamo_expected_failures/TestComposabilityCPU.test_autograd_function_no_setup_context_transform_jacfwd_cpu
test/dynamo_expected_failures/TestComposabilityCPU.test_deprecation_transforms_transform_functionalize_cpu
test/dynamo_expected_failures/TestComposabilityCPU.test_requires_grad_inside_transform_cpu
test/dynamo_expected_failures/TestConcatenate.test_bad_out_shape
test/dynamo_expected_failures/TestConcatenate.test_concatenate
test/dynamo_expected_failures/TestConcatenate.test_exceptions
test/dynamo_expected_failures/TestConcatenate.test_large_concatenate_axis_None
test/dynamo_expected_failures/TestCond.test_empty_sq_cases
test/dynamo_expected_failures/TestCond.test_sq_cases
test/dynamo_expected_failures/TestContentStoreCPU.test_repeated_hash_cpu
test/dynamo_expected_failures/TestControlFlow.test_map_autograd_nested_list
test/dynamo_expected_failures/TestControlFlow.test_map_autograd_no_grad_output
test/dynamo_expected_failures/TestControlFlow.test_map_dict_in_out
test/dynamo_expected_failures/TestControlFlow.test_map_list_in_out
test/dynamo_expected_failures/TestControlFlowTraced.test_map_functionalized
test/dynamo_expected_failures/TestControlFlowTraced.test_map_functionalized_aot_func
test/dynamo_expected_failures/TestControlFlowTraced.test_nested_cond_map_cond_symbolic
test/dynamo_expected_failures/TestControlFlowTraced.test_nested_map_cond_real
test/dynamo_expected_failures/TestControlFlowTraced.test_nested_map_cond_symbolic
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_aot_functionalized
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_symbolic_dict
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_symbolic_list
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_autograd_symbolic_simple
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_real
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_symbolic_dict
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_symbolic_list
test/dynamo_expected_failures/TestControlFlowTraced.test_tracing_map_symbolic_simple
test/dynamo_expected_failures/TestConversion.test_to_int_scalar
test/dynamo_expected_failures/TestCov.test_aweights
test/dynamo_expected_failures/TestCov.test_fweights
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_same_output_as_python
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attribute
test/dynamo_expected_failures/TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attributes
test/dynamo_expected_failures/TestCppExtensionOpenRgistration.test_open_device_registration
test/dynamo_expected_failures/TestCross.test_broadcasting_shapes
test/dynamo_expected_failures/TestCustomBackendAPI.test_aot_autograd_api
test/dynamo_expected_failures/TestCustomBackendAPI.test_lookup_backend
test/dynamo_expected_failures/TestCustomBackendAPI.test_register_backend_api
test/dynamo_expected_failures/TestCustomOp.test_impl_device_cpu
test/dynamo_expected_failures/TestCustomOp.test_legacy_define
test/dynamo_expected_failures/TestDLPack.test_dlpack_device
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype0
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype1
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype2
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype3
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype4
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype5
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype6
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype7
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype8
test/dynamo_expected_failures/TestDLPack.test_dtype_passthrough_dtype9
test/dynamo_expected_failures/TestDLPack.test_dunder_dlpack_refcount
test/dynamo_expected_failures/TestDLPack.test_from_dlpack_refcount
test/dynamo_expected_failures/TestDLPack.test_from_torch
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_0
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_1
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_10
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_11
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_12
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_13
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_14
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_15
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_16
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_17
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_18
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_19
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_2
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_20
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_21
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_22
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_23
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_24
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_25
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_26
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_27
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_28
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_29
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_3
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_30
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_31
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_32
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_4
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_5
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_6
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_7
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_8
test/dynamo_expected_failures/TestDLPack.test_higher_dims_ndim_9
test/dynamo_expected_failures/TestDLPack.test_ndim0
test/dynamo_expected_failures/TestDelete.test_slices
test/dynamo_expected_failures/TestDeserialize.test_tensor_tensor_list
test/dynamo_expected_failures/TestDiag.test_failure
test/dynamo_expected_failures/TestDiff.test_append
test/dynamo_expected_failures/TestDiff.test_axis
test/dynamo_expected_failures/TestDiff.test_n
test/dynamo_expected_failures/TestDiff.test_prepend
test/dynamo_expected_failures/TestDropoutNN.test_invalid_dropout_p
test/dynamo_expected_failures/TestDsplit.test_0D_array
test/dynamo_expected_failures/TestDsplit.test_1D_array
test/dynamo_expected_failures/TestDsplit.test_2D_array
test/dynamo_expected_failures/TestDsplit.test_non_iterable
test/dynamo_expected_failures/TestDstack.test_non_iterable
test/dynamo_expected_failures/TestDynamicQuantizedOps.test_qlinear
test/dynamo_expected_failures/TestDynamismExpression.test_export_inline_constraints
test/dynamo_expected_failures/TestEigh.test_invalid
test/dynamo_expected_failures/TestEigvalsh.test_invalid
test/dynamo_expected_failures/TestExpandDims.test_axis_out_of_range
test/dynamo_expected_failures/TestExpandDims.test_repeated_axis
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv3d_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64
test/dynamo_expected_failures/TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64
test/dynamo_expected_failures/TestExperiment.test_with_buffer_as_submodule
test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_name_pattern
test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_optimizer_single_tensor_pattern
test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_pattern_match_helper
test/dynamo_expected_failures/TestExperimentalUtils.test_profiler_synchronized_dataloader_pattern
test/dynamo_expected_failures/TestExperimentalUtils.test_utils_compute_queue_depth_when_no_cuda_events
test/dynamo_expected_failures/TestExperimentalUtils.test_utils_compute_self_time
test/dynamo_expected_failures/TestExport.test_basic_non_strict_fake_tensor
test/dynamo_expected_failures/TestExport.test_basic_non_strict_real_tensor
test/dynamo_expected_failures/TestExport.test_cond_with_module_stack_export_with
test/dynamo_expected_failures/TestExport.test_constrain_size_in_eager
test/dynamo_expected_failures/TestExport.test_constrain_size_with_constrain_value
test/dynamo_expected_failures/TestExport.test_constrain_size_with_various_cases
test/dynamo_expected_failures/TestExport.test_external_call_non_strict_real_tensor
test/dynamo_expected_failures/TestExport.test_nn_module_stack
test/dynamo_expected_failures/TestExport.test_nn_module_stack_shared_submodule
test/dynamo_expected_failures/TestExport.test_non_strict_dynamic_shapes
test/dynamo_expected_failures/TestExport.test_non_strict_dynamic_shapes_suggested_fixes
test/dynamo_expected_failures/TestFakeQuantizeOps.test_backward_per_channel
test/dynamo_expected_failures/TestFakeQuantizeOps.test_backward_per_tensor
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_channel_cpu
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_channel_cuda
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_backward_per_tensor_cuda
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_channel_cuda
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_tensor_cpu
test/dynamo_expected_failures/TestFakeQuantizeOps.test_learnable_forward_per_tensor_cuda
test/dynamo_expected_failures/TestFlag.test_writeable_from_readonly
test/dynamo_expected_failures/TestFlip.test_axes
test/dynamo_expected_failures/TestFliplr.test_basic
test/dynamo_expected_failures/TestFloatNonIntegerArgument.test_non_integer_argument_errors
test/dynamo_expected_failures/TestFloatNonIntegerArgument.test_reduce_axis_float_index
test/dynamo_expected_failures/TestFromBuffer.test_empty
test/dynamo_expected_failures/TestFunctionalizeCPU.test_multioutput_view_cpu
test/dynamo_expected_failures/TestFunctionalizeCPU.test_simple_view_cpu
test/dynamo_expected_failures/TestFunctionalizeCPU.test_vmap_functionalize_jvp_cpu
test/dynamo_expected_failures/TestGenericCumSumProd.test_bad_axis_func0
test/dynamo_expected_failures/TestGenericCumSumProd.test_bad_axis_func1
test/dynamo_expected_failures/TestGenericPytree.test_flatten_unflatten_deque_cxx
test/dynamo_expected_failures/TestGenericPytree.test_flatten_unflatten_deque_py
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func0
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func1
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func10
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func11
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func2
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func3
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func4
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func5
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func6
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func7
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func8
test/dynamo_expected_failures/TestGenericReductions.test_bad_axis_func9
test/dynamo_expected_failures/TestGradNewOnesOverride.test_newones
test/dynamo_expected_failures/TestGradient.test_badargs
test/dynamo_expected_failures/TestGradient.test_second_order_accurate
test/dynamo_expected_failures/TestGradient.test_specific_axes
test/dynamo_expected_failures/TestGradient.test_values
test/dynamo_expected_failures/TestHessianCPU.test_jacfwd_different_levels_cpu
test/dynamo_expected_failures/TestHigherOrderOperatorInteractionCPU.test_grad_name_wrapping_cpu
test/dynamo_expected_failures/TestHistogram.test_error_binnum_type
test/dynamo_expected_failures/TestHistogram.test_finite_range
test/dynamo_expected_failures/TestHistogram.test_one_bin
test/dynamo_expected_failures/TestHistogram2d.test_binparameter_combination
test/dynamo_expected_failures/TestHistogramdd.test_bins_error_2
test/dynamo_expected_failures/TestHistogramdd.test_bins_errors
test/dynamo_expected_failures/TestHistogramdd.test_equal_edges
test/dynamo_expected_failures/TestHistogramdd.test_inf_edges
test/dynamo_expected_failures/TestHistogramdd.test_weights
test/dynamo_expected_failures/TestHsplit.test_0D_array
test/dynamo_expected_failures/TestHsplit.test_non_iterable
test/dynamo_expected_failures/TestHstack.test_empty_input
test/dynamo_expected_failures/TestHstack.test_non_iterable
test/dynamo_expected_failures/TestIndexing.test_index_no_floats
test/dynamo_expected_failures/TestIndexing.test_slicing_no_floats
test/dynamo_expected_failures/TestIndexingCPU.test_byte_mask_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_empty_ndim_index_bool_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_index_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_index_limits_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_out_of_bound_index_cpu
test/dynamo_expected_failures/TestIndexingCPU.test_zero_dim_index_cpu
test/dynamo_expected_failures/TestInputAttrTracking.test_complex_attr_access_without_graph_breaks
test/dynamo_expected_failures/TestInputAttrTracking.test_const_property_on_tensor
test/dynamo_expected_failures/TestInputAttrTracking.test_set_data_on_input_tensor
test/dynamo_expected_failures/TestInputAttrTracking.test_tensor_property_assigned_on_tensor
test/dynamo_expected_failures/TestInputAttrTracking.test_tensor_property_on_tensor
test/dynamo_expected_failures/TestIsScalar.test_is_not_scalar_value6
test/dynamo_expected_failures/TestIterator.test_iterator
test/dynamo_expected_failures/TestJacCPU.test_against_reference_correctness_different_devices_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_default_arg_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_multi_input_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_multi_input_multi_output_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_simple_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_unrelated_outputs_cpu
test/dynamo_expected_failures/TestJacCPU.test_against_reference_zero_dim_cpu
test/dynamo_expected_failures/TestJacCPU.test_argnums_defaults_to_zero_cpu
test/dynamo_expected_failures/TestJacCPU.test_aux_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_dimensionality_cpu
test/dynamo_expected_failures/TestJacCPU.test_empty_output_cpu
test/dynamo_expected_failures/TestJacCPU.test_inplace_cpu
test/dynamo_expected_failures/TestJacCPU.test_jac_with_non_tensor_args_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_inputs_outputs_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_inputs_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_outputs_multiple_argnums_cpu
test/dynamo_expected_failures/TestJacCPU.test_multiple_outputs_single_argnums_cpu
test/dynamo_expected_failures/TestJacCPU.test_outputs_can_any_pytree_cpu
test/dynamo_expected_failures/TestJacCPU.test_unrelated_input_cpu
test/dynamo_expected_failures/TestJacCPU.test_unrelated_output_cpu
test/dynamo_expected_failures/TestJit.test_batchnorm
test/dynamo_expected_failures/TestLazyModules.test_lazy_batchnorm_with_dict_input
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv1d
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv1d_pickle
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv2d
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv2d_pickle
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv3d
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv3d_pickle
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose1d_kwargs
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose1d_pickle
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose2d
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose2d_kwargs
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose2d_pickle
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose3d
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose3d_kwargs
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transpose3d_pickle
test/dynamo_expected_failures/TestLazyModules.test_lazy_conv_transposed1d
test/dynamo_expected_failures/TestLazyModules.test_lazy_linear_pickle
test/dynamo_expected_failures/TestLazyModules.test_linear
test/dynamo_expected_failures/TestLexsort.test_datetime
test/dynamo_expected_failures/TestLexsort.test_mixed
test/dynamo_expected_failures/TestLinalgCPU.test_addmm_sizes_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_addmm_sizes_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int16
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int32
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int64
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_int8
test/dynamo_expected_failures/TestLinalgCPU.test_addr_integral_cpu_uint8
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_geqrf_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_householder_product_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_pinv_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_solve_cpu_float64
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex128
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex64
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float32
test/dynamo_expected_failures/TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float64
test/dynamo_expected_failures/TestMatmul.test_exceptions
test/dynamo_expected_failures/TestMedian.test_extended_axis_invalid
test/dynamo_expected_failures/TestMeshgrid.test_indexing
test/dynamo_expected_failures/TestMetaKernel.test_addmm_invalid_dtype
test/dynamo_expected_failures/TestMin.test_adapt
test/dynamo_expected_failures/TestMin.test_attn
test/dynamo_expected_failures/TestMin.test_big_split
test/dynamo_expected_failures/TestMin.test_c
test/dynamo_expected_failures/TestMin.test_compare_dims
test/dynamo_expected_failures/TestMin.test_diag
test/dynamo_expected_failures/TestMin.test_dim_args
test/dynamo_expected_failures/TestMin.test_dims_with_size
test/dynamo_expected_failures/TestMin.test_dir
test/dynamo_expected_failures/TestMin.test_doc
test/dynamo_expected_failures/TestMin.test_embed
test/dynamo_expected_failures/TestMin.test_eq
test/dynamo_expected_failures/TestMin.test_expand
test/dynamo_expected_failures/TestMin.test_functorch
test/dynamo_expected_failures/TestMin.test_hello
test/dynamo_expected_failures/TestMin.test_index
test/dynamo_expected_failures/TestMin.test_index_placement
test/dynamo_expected_failures/TestMin.test_inplace
test/dynamo_expected_failures/TestMin.test_manual_stuff
test/dynamo_expected_failures/TestMin.test_mask
test/dynamo_expected_failures/TestMin.test_max
test/dynamo_expected_failures/TestMin.test_mm
test/dynamo_expected_failures/TestMin.test_mm_fuse
test/dynamo_expected_failures/TestMin.test_monkey
test/dynamo_expected_failures/TestMin.test_network
test/dynamo_expected_failures/TestMin.test_order
test/dynamo_expected_failures/TestMin.test_order_keyword
test/dynamo_expected_failures/TestMin.test_parse
test/dynamo_expected_failures/TestMin.test_permute_orig
test/dynamo_expected_failures/TestMin.test_seg
test/dynamo_expected_failures/TestMin.test_simple
test/dynamo_expected_failures/TestMin.test_softmax_split
test/dynamo_expected_failures/TestMin.test_stack
test/dynamo_expected_failures/TestMin.test_time_mm_fuse
test/dynamo_expected_failures/TestMin.test_with_dims_split
test/dynamo_expected_failures/TestMinFunctorchOnly.test_adapt
test/dynamo_expected_failures/TestMinFunctorchOnly.test_attn
test/dynamo_expected_failures/TestMinFunctorchOnly.test_big_split
test/dynamo_expected_failures/TestMinFunctorchOnly.test_c
test/dynamo_expected_failures/TestMinFunctorchOnly.test_compare_dims
test/dynamo_expected_failures/TestMinFunctorchOnly.test_diag
test/dynamo_expected_failures/TestMinFunctorchOnly.test_dim_args
test/dynamo_expected_failures/TestMinFunctorchOnly.test_dims_with_size
test/dynamo_expected_failures/TestMinFunctorchOnly.test_dir
test/dynamo_expected_failures/TestMinFunctorchOnly.test_doc
test/dynamo_expected_failures/TestMinFunctorchOnly.test_embed
test/dynamo_expected_failures/TestMinFunctorchOnly.test_eq
test/dynamo_expected_failures/TestMinFunctorchOnly.test_expand
test/dynamo_expected_failures/TestMinFunctorchOnly.test_functorch
test/dynamo_expected_failures/TestMinFunctorchOnly.test_hello
test/dynamo_expected_failures/TestMinFunctorchOnly.test_index
test/dynamo_expected_failures/TestMinFunctorchOnly.test_index_placement
test/dynamo_expected_failures/TestMinFunctorchOnly.test_inplace
test/dynamo_expected_failures/TestMinFunctorchOnly.test_manual_stuff
test/dynamo_expected_failures/TestMinFunctorchOnly.test_mask
test/dynamo_expected_failures/TestMinFunctorchOnly.test_max
test/dynamo_expected_failures/TestMinFunctorchOnly.test_mm
test/dynamo_expected_failures/TestMinFunctorchOnly.test_mm_fuse
test/dynamo_expected_failures/TestMinFunctorchOnly.test_monkey
test/dynamo_expected_failures/TestMinFunctorchOnly.test_network
test/dynamo_expected_failures/TestMinFunctorchOnly.test_order
test/dynamo_expected_failures/TestMinFunctorchOnly.test_order_keyword
test/dynamo_expected_failures/TestMinFunctorchOnly.test_parse
test/dynamo_expected_failures/TestMinFunctorchOnly.test_permute_orig
test/dynamo_expected_failures/TestMinFunctorchOnly.test_seg
test/dynamo_expected_failures/TestMinFunctorchOnly.test_simple
test/dynamo_expected_failures/TestMinFunctorchOnly.test_softmax_split
test/dynamo_expected_failures/TestMinFunctorchOnly.test_stack
test/dynamo_expected_failures/TestMinFunctorchOnly.test_with_dims_split
test/dynamo_expected_failures/TestMinMax.test_axis
test/dynamo_expected_failures/TestMinMax.test_scalar
test/dynamo_expected_failures/TestMisc.test_byteorder_check
test/dynamo_expected_failures/TestMisc.test_generalized_raise_multiloop
test/dynamo_expected_failures/TestMkldnnCPU.test_add_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_copy_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_mul_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_sigmoid_cpu
test/dynamo_expected_failures/TestMkldnnCPU.test_tanh_cpu
test/dynamo_expected_failures/TestModuleHookNN.test_hook_inplace
test/dynamo_expected_failures/TestMoveaxis.test_errors
test/dynamo_expected_failures/TestMultiDot.test_dynamic_programming_optimization_and_out
test/dynamo_expected_failures/TestMultiDot.test_three_arguments_and_out
test/dynamo_expected_failures/TestMultiDot.test_too_few_input_arrays
test/dynamo_expected_failures/TestMultiDot.test_two_arguments_and_out
test/dynamo_expected_failures/TestMultiprocessing.test_empty_shared
test/dynamo_expected_failures/TestMultiprocessing.test_fs_is_shared
test/dynamo_expected_failures/TestMultiprocessing.test_inherit_tensor
test/dynamo_expected_failures/TestMultiprocessing.test_is_shared
test/dynamo_expected_failures/TestNN.test_fb_fc_packed
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCOO
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCSC
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_bias_weightCSR
test/dynamo_expected_failures/TestNN.test_linear_autograd_device_cuda_nobias_weightCOO
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_invalid_reduction_strings_cpu
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_module_to_empty_cpu_float32
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_module_to_empty_cpu_float64
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_nll_loss_byte_target_matches_long_cpu
test/dynamo_expected_failures/TestNNDeviceTypeCPU.test_threshold_inplace_overlap_cpu
test/dynamo_expected_failures/TestNNDeviceTypeCUDA.test_nll_loss_byte_target_matches_long_cuda
test/dynamo_expected_failures/TestNNParametrization.test_deepcopy_after_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_errors_unparametrized_tensor_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_initialization_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_new_spectral_norm_forward_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_new_spectral_norm_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_buffer_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_nested_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_register_and_remove_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_serialization_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_transfer_parametrizations_and_params_right_inverse_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_transfer_parametrizations_and_params_swap_True
test/dynamo_expected_failures/TestNNParametrization.test_wrapper_subclass_parametrization_swap_True
test/dynamo_expected_failures/TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_False_cuda
test/dynamo_expected_failures/TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_True_cuda
test/dynamo_expected_failures/TestNamedTensor.test_flatten
test/dynamo_expected_failures/TestNamedTensor.test_reduction_fns
test/dynamo_expected_failures/TestNamedTensor.test_set_names_property
test/dynamo_expected_failures/TestNamedTensor.test_transpose_variants
test/dynamo_expected_failures/TestNamedTensor.test_unary_propagate_names_fns
test/dynamo_expected_failures/TestNamedTensor.test_unflatten
test/dynamo_expected_failures/TestNamedTensor.test_using_unseen_interned_string_bumps_refcount_permanently
test/dynamo_expected_failures/TestNamedTensor.test_using_unseen_uninterned_string_refcounts
test/dynamo_expected_failures/TestNamedTuple.test_max
test/dynamo_expected_failures/TestNegative.test_exceptions
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_early_stop_False
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_early_stop_True
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_kwargs_early_stop_True
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_non_tensor_inputs_and_outputs_early_stop_True
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_reentrant_backwards_early_stop_True
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_same_graph_early_stop_True
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_set_early_stop
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_False
test/dynamo_expected_failures/TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_True
test/dynamo_expected_failures/TestNestedTensor.test_binary_recompiles
test/dynamo_expected_failures/TestNestedTensor.test_unbind
test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-1
test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-10
test/dynamo_expected_failures/TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-9
test/dynamo_expected_failures/TestNonzeroAndCountNonzero.test_count_nonzero_axis
test/dynamo_expected_failures/TestNormDouble.test_axis
test/dynamo_expected_failures/TestNormDouble.test_bad_args
test/dynamo_expected_failures/TestNormDouble.test_matrix_2x2
test/dynamo_expected_failures/TestNormInt64.test_axis
test/dynamo_expected_failures/TestNormInt64.test_bad_args
test/dynamo_expected_failures/TestNormInt64.test_matrix_2x2
test/dynamo_expected_failures/TestNormSingle.test_axis
test/dynamo_expected_failures/TestNormSingle.test_bad_args
test/dynamo_expected_failures/TestNormSingle.test_matrix_2x2
test/dynamo_expected_failures/TestNumPyInteropCPU.test_numpy_non_writeable_cpu
test/dynamo_expected_failures/TestObserver.test_per_channel_observers
test/dynamo_expected_failures/TestObserver.test_per_tensor_observers
test/dynamo_expected_failures/TestOptimizations.test_example_inputs
test/dynamo_expected_failures/TestOptimizations.test_example_inputs_runtime_use
test/dynamo_expected_failures/TestOutDtypeOp.test_out_dtype_non_op_overload
test/dynamo_expected_failures/TestOutDtypeOp.test_out_dtype_wrong_output
test/dynamo_expected_failures/TestPadding.test_constant_padNd
test/dynamo_expected_failures/TestPasses.test_functionalize_inline_contraints
test/dynamo_expected_failures/TestPasses.test_views_op_having_view_copy
test/dynamo_expected_failures/TestPercentile.test_extended_axis_invalid
test/dynamo_expected_failures/TestPercentile.test_scalar_q
test/dynamo_expected_failures/TestPickle.test_pickle
test/dynamo_expected_failures/TestPoolingNN.test_MaxUnpool2d_output_size
test/dynamo_expected_failures/TestProfiler.test_concrete_inputs_profiling
test/dynamo_expected_failures/TestProfiler.test_export_stacks
test/dynamo_expected_failures/TestProfiler.test_flops
test/dynamo_expected_failures/TestProfiler.test_guarded_record_function_fast
test/dynamo_expected_failures/TestProfiler.test_high_level_trace
test/dynamo_expected_failures/TestProfiler.test_is_profiler_enabled
test/dynamo_expected_failures/TestProfiler.test_profiler_correlation_id
test/dynamo_expected_failures/TestProfiler.test_profiler_fwd_bwd_link
test/dynamo_expected_failures/TestProfiler.test_profiler_op_event_args
test/dynamo_expected_failures/TestProfiler.test_profiler_strides
test/dynamo_expected_failures/TestProfiler.test_profiler_tracing
test/dynamo_expected_failures/TestProfiler.test_source
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_basic_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_close_in_scope_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_complex_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_multiple_preexisting_work_in_main_thread_True
test/dynamo_expected_failures/TestProfiler.test_source_multithreaded_open_in_scope_work_in_main_thread_True
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_memory
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_memory_and_stack
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_record_function
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_dispatch
test/dynamo_expected_failures/TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_function
test/dynamo_expected_failures/TestPutAlongAxis.test_broadcast
test/dynamo_expected_failures/TestPutmask.test_byteorder_greater_False
test/dynamo_expected_failures/TestPutmask.test_byteorder_greater_True
test/dynamo_expected_failures/TestPutmask.test_record_array
test/dynamo_expected_failures/TestPythonAutograd.test_backwards2
test/dynamo_expected_failures/TestPythonAutograd.test_forwards1
test/dynamo_expected_failures/TestPythonAutograd.test_forwards2
test/dynamo_expected_failures/TestPythonAutograd.test_split
test/dynamo_expected_failures/TestPythonRegistration.test_finalizer
test/dynamo_expected_failures/TestQR.test_mode_raw
test/dynamo_expected_failures/TestQR.test_qr_empty_m_0_n_0
test/dynamo_expected_failures/TestQR.test_qr_empty_m_0_n_3
test/dynamo_expected_failures/TestQR.test_qr_empty_m_3_n_0
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_averaged_inverted_cdf
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_closest_observation
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_hazen
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_interpolated_inverted_cdf
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_inverted_cdf
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_median_unbiased
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_normal_unbiased
test/dynamo_expected_failures/TestQuantile.test_quantile_monotonic_method_weibull
test/dynamo_expected_failures/TestQuantizedEmbeddingOps.test_embedding_bag_2d_indices
test/dynamo_expected_failures/TestQuantizedOps.test_custom_module_lstm
test/dynamo_expected_failures/TestQuantizedOps.test_max_pool2d_cudnn
test/dynamo_expected_failures/TestQuantizedOps.test_qtanh
test/dynamo_expected_failures/TestQuantizedTensor.test_choose_qparams
test/dynamo_expected_failures/TestQuantizedTensor.test_choose_qparams_optimized
test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_dequantize_per_tensor
test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_quantize_per_tensor
test/dynamo_expected_failures/TestQuantizedTensor.test_decomposed_quantize_per_tensor_bfloat16_input
test/dynamo_expected_failures/TestQuantizedTensor.test_fp16_saturate_op
test/dynamo_expected_failures/TestQuantizedTensor.test_qtensor_cpu
test/dynamo_expected_failures/TestQuantizedTensor.test_quantize_per_channel_sub_byte
test/dynamo_expected_failures/TestRecordFunction.test_datapipe_with_record_function
test/dynamo_expected_failures/TestRecordFunction.test_datapipe_with_record_function_fork
test/dynamo_expected_failures/TestRecordFunction.test_record_function
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_complex128
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_complex64
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_float32
test/dynamo_expected_failures/TestReductionsCPU.test_std_vs_numpy_cpu_float64
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_complex128
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_complex64
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_float32
test/dynamo_expected_failures/TestReductionsCPU.test_var_vs_numpy_cpu_float64
test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_complex128
test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_complex64
test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_float32
test/dynamo_expected_failures/TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_float64
test/dynamo_expected_failures/TestRequire.test_C_and_F_simul
test/dynamo_expected_failures/TestRequire.test_require_each
test/dynamo_expected_failures/TestRequire.test_unknown_requirement
test/dynamo_expected_failures/TestRollaxis.test_exceptions
test/dynamo_expected_failures/TestRot90.test_basic
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_bfloat16_cpu_bfloat16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float16_cpu_float16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float32_cpu_float32
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float64_cpu_float64
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float16_cpu_float16
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float32_cpu_float32
test/dynamo_expected_failures/TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float64_cpu_float64
test/dynamo_expected_failures/TestScalarIndexing.test_invalid_newaxis
test/dynamo_expected_failures/TestScalarIndexing.test_invalid_subscript
test/dynamo_expected_failures/TestScalarIndexing.test_invalid_subscript_assignment
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t0
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t1
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t2
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t3
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t4
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t5
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t6
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t7
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t8
test/dynamo_expected_failures/TestScalarTypeNames.test_names_reflect_attributes_t9
test/dynamo_expected_failures/TestScript.test_conv_error
test/dynamo_expected_failures/TestScript.test_empty_tuple_str
test/dynamo_expected_failures/TestScript.test_error_stacktrace_interface
test/dynamo_expected_failures/TestScript.test_infer_size
test/dynamo_expected_failures/TestScript.test_is_scripting
test/dynamo_expected_failures/TestScript.test_isinstance_dynamic
test/dynamo_expected_failures/TestScript.test_method_overloading
test/dynamo_expected_failures/TestScript.test_namedtuple_default_values_using_factory_constructor
test/dynamo_expected_failures/TestScript.test_parse_nested_names
test/dynamo_expected_failures/TestScript.test_parse_tensor_constants
test/dynamo_expected_failures/TestScript.test_python_call
test/dynamo_expected_failures/TestScript.test_script_pack_padded_sequence
test/dynamo_expected_failures/TestScript.test_string_device_implicit_conversion
test/dynamo_expected_failures/TestScript.test_torch_functional_tensordot_int
test/dynamo_expected_failures/TestSerialization.test_serialization_dill
test/dynamo_expected_failures/TestShapeOpsCUDA.test_flip_cuda_float32
test/dynamo_expected_failures/TestSortComplex.test_sort_real_type_in_g_type_out_G
test/dynamo_expected_failures/TestSplit.test_unequal_split
test/dynamo_expected_failures/TestStackMisc.test_stack
test/dynamo_expected_failures/TestStats.test_dtype_from_dtype
test/dynamo_expected_failures/TestStats.test_out
test/dynamo_expected_failures/TestSubclassSerialization.test_allowlist_for_weights_only
test/dynamo_expected_failures/TestTEFuserDynamic.test_profiler
test/dynamo_expected_failures/TestTEFuserDynamic.test_remove_output_used_only_in_size
test/dynamo_expected_failures/TestTEFuserDynamic.test_to_dtype
test/dynamo_expected_failures/TestTEFuserDynamic.test_torch_to
test/dynamo_expected_failures/TestTEFuserStatic.test_inlined_optimized_graph
test/dynamo_expected_failures/TestTEFuserStatic.test_profiler
test/dynamo_expected_failures/TestTEFuserStatic.test_remove_output_used_only_in_size
test/dynamo_expected_failures/TestTEFuserStatic.test_skip_grad_in_check
test/dynamo_expected_failures/TestTEFuserStatic.test_to_dtype
test/dynamo_expected_failures/TestTEFuserStatic.test_torch_to
test/dynamo_expected_failures/TestTake.test_raise
test/dynamo_expected_failures/TestTakeAlongAxis.test_invalid
test/dynamo_expected_failures/TestTensorBoardUtils.test_numpy_vid_uint8
test/dynamo_expected_failures/TestTensorCreationCPU.test_block_diag_cpu
test/dynamo_expected_failures/TestTensorCreationCPU.test_constructor_dtypes_cpu
test/dynamo_expected_failures/TestTensorProtoSummary.test_half_tensor_proto_bfloat16_proto_type_14
test/dynamo_expected_failures/TestTensorProtoSummary.test_half_tensor_proto_float16_proto_type_19
test/dynamo_expected_failures/TestTorch.test_cuda_not_built
test/dynamo_expected_failures/TestTorch.test_map
test/dynamo_expected_failures/TestTorch.test_new
test/dynamo_expected_failures/TestTorch.test_parsing_intlist
test/dynamo_expected_failures/TestTorch.test_type
test/dynamo_expected_failures/TestTorch.test_upsample_nearest2d_meta
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_add_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_addcdiv_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_addcmul_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_atan2_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_div_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_eq_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_fmod_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_ge_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_gt_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_le_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_lerp_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_lt_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_masked_fill_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_masked_scatter_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_mul_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_ne_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_pow_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_remainder_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_broadcast_fn_sub_cpu
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_deterministic_empty_cpu_uint64
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float32
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float64
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float32
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float64
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float32
test/dynamo_expected_failures/TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float64
test/dynamo_expected_failures/TestTorchFunctionMode.test_mode_notimplemented_loop
test/dynamo_expected_failures/TestTorchFunctionMode.test_modes_return_notimplemented
test/dynamo_expected_failures/TestTorchFunctionMode.test_nested_modes_with_python_has_torch_function
test/dynamo_expected_failures/TestTorchFunctionOverride.test_Tensor___cuda_array_interface_____get__
test/dynamo_expected_failures/TestTorchTidyProfiler.test_allocation_id_uniqueness
test/dynamo_expected_failures/TestTorchTidyProfiler.test_allocation_ids
test/dynamo_expected_failures/TestTorchTidyProfiler.test_allocation_ids_with_other_ops
test/dynamo_expected_failures/TestTorchTidyProfiler.test_allocations
test/dynamo_expected_failures/TestTorchTidyProfiler.test_extra_fields
test/dynamo_expected_failures/TestTorchTidyProfiler.test_impl_reuse
test/dynamo_expected_failures/TestTorchTidyProfiler.test_mkldnn_tensors
test/dynamo_expected_failures/TestTorchTidyProfiler.test_module_and_optimizer_ids
test/dynamo_expected_failures/TestTorchTidyProfiler.test_nnmodule_params
test/dynamo_expected_failures/TestTorchTidyProfiler.test_pointers_and_ids
test/dynamo_expected_failures/TestTorchTidyProfiler.test_scalar_ins
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensor_lists
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensor_properties
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_full
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_keep_alive
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_scalar_args
test/dynamo_expected_failures/TestTorchTidyProfiler.test_tensorimpl_invalidation_set
test/dynamo_expected_failures/TestTorchbind.test_torchbind_inductor
test/dynamo_expected_failures/TestTrilIndicesFrom.test_exceptions
test/dynamo_expected_failures/TestTriuIndicesFrom.test_exceptions
test/dynamo_expected_failures/TestTypeHints.test_doc_examples
test/dynamo_expected_failures/TestTypePromotionCPU.test_alpha_mismatch_cpu
test/dynamo_expected_failures/TestTypePromotionCPU.test_alternate_result_cpu
test/dynamo_expected_failures/TestUnflatten.test_unflatten_container_type
test/dynamo_expected_failures/TestUnique.test_unique_axis
test/dynamo_expected_failures/TestUnique.test_unique_axis_errors
test/dynamo_expected_failures/TestUtils.test_get_fqn_to_example_inputs_complex_args
test/dynamo_expected_failures/TestUtils.test_get_fqn_to_example_inputs_default_kwargs
test/dynamo_expected_failures/TestUtils.test_get_fqn_to_example_inputs_simple
test/dynamo_expected_failures/TestVerifyCorrectness.test_incorrect_verify_true
test/dynamo_expected_failures/TestVerifyCorrectness.test_torchscript
test/dynamo_expected_failures/TestVmapAPI.test_fallback_does_not_warn_by_default
test/dynamo_expected_failures/TestVmapAPI.test_fallback_warns_when_warnings_are_enabled
test/dynamo_expected_failures/TestVmapAPI.test_out_dim_out_of_bounds_err_msg
test/dynamo_expected_failures/TestVmapOperators.test_new_empty_strided
test/dynamo_expected_failures/TestVsplit.test_0D_array
test/dynamo_expected_failures/TestVsplit.test_1D_array
test/dynamo_expected_failures/TestVsplit.test_non_iterable
test/dynamo_expected_failures/TestVstack.test_empty_input
test/dynamo_expected_failures/TestVstack.test_non_iterable
test/dynamo_expected_failures/TestWhere.test_error
test/dynamo_expected_failures/TraceRuleTests.test_skipfiles_inlinelist
test/dynamo_expected_failures/UnspecTests.test_builtin_max_min
test/dynamo_expected_failures/UnspecTests.test_conv1d_symint_padding
test/dynamo_expected_failures/UnspecTests.test_isinstance_symint
test/dynamo_expected_failures/UnspecTests.test_mark_01_dynamic
test/dynamo_expected_failures/UnspecTests.test_no_recompilations
test/dynamo_expected_failures/UnspecTests.test_no_recompiles
test/dynamo_expected_failures/UnspecTests.test_propagate_dynamic_dim
test/dynamo_expected_failures/UnspecTests.test_use_and_specialize
test/dynamo_skips/DecoratorTests.test_allow_in_graph
test/dynamo_skips/DynamicShapesAotAutogradFallbackTests.test_aot_sequence_nr_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_autograd_profiler_enabled_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_dynamic_shapes
test/dynamo_skips/DynamicShapesCtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_non_list_operands_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_non_tensor_operands_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_cond_raise_user_error_on_unsupported_pred_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_dynamic_dim_range_constraint_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_mark_dynamic_conflict_dynamic_dim_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_dict_values_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_and_class_method_multiarg_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_free_function_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_list_nonzero_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_list_nonzero_free_function_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_method_on_module_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_method_on_module_invoke_twice_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_none_control_flow_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_none_control_flow_free_func_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_free_func_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_none_control_flow_pos_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_not_return_const_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_constant_tuple_nonzero_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_export_with_map_cond_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_map_cond_param_buffer_lifted_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_retracibility_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_torch_inference_mode_ctx_dynamic_shapes
test/dynamo_skips/DynamicShapesExportTests.test_untracked_inputs_in_constraints_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_disable_capture_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_has_aux_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_non_tensor_input_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_pytree_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_with_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_grad_with_side_effect_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_disable_capture_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_free_const_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_free_tensor_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_illegal_op_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_pytree_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_side_effects_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_two_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesFuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_closure_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_default_dict_lambda_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_fstrings2_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_is_contiguous_frame_counts_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_math_radians_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_partials_as_input_partials_lambda_dynamic_shapes
test/dynamo_skips/DynamicShapesFunctionTests.test_partials_as_input_partials_mod_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_access_module_attr_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_capture_untracked_global_nested_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_capture_value_created_in_subgraph_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_branches_no_arguments_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_branches_no_arguments_no_closure_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_pytree_operands_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_source_fn_stack_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_cond_subgraph_name_is_valid_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_fallback_on_python_primitives_output_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_lowers_to_graph_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_multi_return_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_pytree_return_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_source_fn_stack_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_subgraph_name_is_valid_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_map_symint_input_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_modules_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_nested_tuple_output_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_output_with_dict_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_side_effect_in_body_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_vmap_source_fn_stack_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_wrap_kwarg_recompile_dynamic_shapes
test/dynamo_skips/DynamicShapesHigherOrderOpTests.test_wrap_subgraph_name_is_valid_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_add_to_set_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_any_all_symnode_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_backend_match_guard_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_boolarg_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_callpacked_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_closure_out_of_scope_cell_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_compare_shapes_with_constant_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_cond_nested_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_cond_side_effects_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dataclass_fields_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_deque_append_left_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_deque_input_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_deterministic_algorithms_mutated_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_modules_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dict_order_keys_tensors_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dictcomp_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dtypes_no_graphbreaks_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_dunder_new_function_inlining_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_frozenset_torch_func_contains_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_get_cache_entry_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_grad_state_mutated_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_guard_failure_fn_shape_control_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_guard_failure_fn_tensor_iter_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_inline_closure_not_loaded_by_parent_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_inplace_param_update_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_intermediary_tensor_grad_access_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_is_compiling_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_iter_set_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_symint_default_sum_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_builtins_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_default_sum_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_accumulate_tensors_user_defined_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_groupby_pure_python_default_identify_func_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_groupby_pure_python_key_func_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_count_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_cycle_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_repeat_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_infinite_repeat_mutation_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_itertools_repeat_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_linetable_311_writer1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_linetable_311_writer2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_list_slice_mul_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_listcomp_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_mandelbrot_numpy_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_mark_static_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_namedtuple1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_namedtuple2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nan_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_closure_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_closure_mutation_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_decorator_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nested_optimize_run_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_nn_module_getattr_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_no_raise_guard_partial_constraint_across_break_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_no_raise_guard_partial_constraint_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_array_of_arrays_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_force_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_int_constant_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_iter_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_non_torch_dtype_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_readonly_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_recompilation_scalar_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_size_attr_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_subdtype_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_tolist_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_numpy_with_builtin_type_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_out_variants_with_resizing_on_graph_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_pure_python_accumulate_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_py_guards_mark_dynamic_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_raise_guard_full_constraint_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_raise_guard_partial_constraint_no_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_raise_on_backend_error_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_recompile_on_global_state_change_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_release_input_memory_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_release_module_memory_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_release_scope_memory_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_repeat_interleave_graphbreaks_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_return_nested_function_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_set_aliasing_recompiles_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_setattr_mutation1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_simple_set_usage_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_size_input_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_slice_input_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_str_format_assert2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_build_list_unpack_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict1_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict2_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_dict3_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tensor_item_capture_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_0d_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_1d_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_kd_dynamic_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_kd_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tolist_scalar_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_torch_seed_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_dicts_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_mixed_all_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_nested_py_tree_tuples_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_py_tree_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_py_tree_tensor_subclass_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tracing_tree_map_only_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_tuple_mul_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_type_copy_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_typing_typevar_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_user_getattribute_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_with_builtin_type_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_yield_from_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_yield_gen_and_from_dynamic_shapes
test/dynamo_skips/DynamicShapesMiscTests.test_yield_send_to_subgenerator_graph_break_dynamic_shapes
test/dynamo_skips/DynamicShapesNNModuleTests.test_self_mutating1_dynamic_shapes
test/dynamo_skips/DynamicShapesNNModuleTests.test_unsupportedmethod_dynamic_shapes
test/dynamo_skips/DynamicShapesNNModuleTests.test_unsupportedmodule_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_add_sub_alpha_out_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_addr_alpha_beta_out_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_boxes_len_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_chunk_reformer_ff_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_convert_boxes_to_pooler_format_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_create_rand_mask_from_inputs_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_do_paste_mask_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_dynamic_shapes_implicit_guard_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_empty_list_contains_with_jump_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_function_in_skipfiles_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_hf_t5_forward_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_hf_xsoftmax_training_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_issue175_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_list_aliasing_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_list_self_reference_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_longformer_chunk_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_many_views_with_mutation_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_merge_criteria_processor_list1_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_merge_criteria_processor_list2_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_module_in_skipfiles_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_negative_shape_guard_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_numpy_not_ndarray_recompiles_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_optim_state_references_cleared_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_recursive_map_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_eval_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_min_chunk_len_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_sorting_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_reformer_train_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_relative_import_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_relative_import_no_modulename_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_restricted_list_subclass1_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_noop_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_with_msg_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_rewrite_assert_with_non_string_msg_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_seq_append_list_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_size_typematch_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_tensor_data_kwarg_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_threading_local_dynamic_shapes
test/dynamo_skips/DynamicShapesReproTests.test_validate_model_kwargs_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_duck_size_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_getitem_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_kwarg_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_order_dependence_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_dynamic_zero_inference_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_enumerate_not_break_graph_dynamic_shapes
test/dynamo_skips/DynamicShapesSubGraphTests.test_no_graph_break_on_item_dynamic_shapes
test/dynamo_skips/DynamoProfilerTests.test_dynamo_timed_profiling_backend_compile
test/dynamo_skips/ExportTests.test_predispatch_with_for_out_dtype
test/dynamo_skips/ExportTests.test_predispatch_with_for_out_dtype_nested
test/dynamo_skips/FrameInitTests.test_frame_init
test/dynamo_skips/HigherOrderOpTests.test_access_module_attr
test/dynamo_skips/InPlaceCompilationTests.test_compilation
test/dynamo_skips/InteropTests.test_fx_fn
test/dynamo_skips/LoggingTests.test_distributed_rank_logging
test/dynamo_skips/LoggingTests.test_logs_out
test/dynamo_skips/LoggingTests.test_trace_call
test/dynamo_skips/LoggingTests.test_trace_call_graph_break
test/dynamo_skips/LoggingTests.test_trace_call_inline_call
test/dynamo_skips/MiscTests.test_auto_functionalize_on_view
test/dynamo_skips/MiscTests.test_auto_functionalize_optional
test/dynamo_skips/MiscTests.test_exception_table_e2e
test/dynamo_skips/MiscTests.test_exception_table_e2e_2
test/dynamo_skips/MiscTests.test_exception_table_parsing
test/dynamo_skips/MiscTests.test_generate_trivial_abstract_impl
test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_builtins
test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_kwargs
test/dynamo_skips/MiscTests.test_itertools_accumulate_tensors_user_defined
test/dynamo_skips/MiscTests.test_itertools_infinite_count
test/dynamo_skips/MiscTests.test_linetable_311_writer1
test/dynamo_skips/MiscTests.test_linetable_311_writer2
test/dynamo_skips/MiscTests.test_py311_jump_offset
test/dynamo_skips/NopTests.test_extended_args
test/dynamo_skips/OptimizerTests.test_adadelta
test/dynamo_skips/RecompileTests.test_aliasing_guard_failures
test/dynamo_skips/RecompileUxTests.test_drop_cache_on_skip
test/dynamo_skips/ReproTests.test_optim_state_references_cleared
test/dynamo_skips/ReproTests.test_reformer_train
test/dynamo_skips/TestAOTAutograd.test_view_detach
test/dynamo_skips/TestArgmax.test_combinations_data58
test/dynamo_skips/TestArgmax.test_combinations_data61
test/dynamo_skips/TestAutograd.test_hook_closure_cycle_use_custom_function_True_use_tensor_hook_True
test/dynamo_skips/TestAutograd.test_post_accumulate_grad_hook_gets_cleaned_up
test/dynamo_skips/TestAwait.test_await_python
test/dynamo_skips/TestBackends.test_execution
test/dynamo_skips/TestBackends.test_save_load
test/dynamo_skips/TestBackendsWithCompiler.test_execution
test/dynamo_skips/TestBasicsCPU.test_invalid_sparse_coo_values_cpu
test/dynamo_skips/TestBasicsCPU.test_invalid_sparse_csr_values_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_add_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_int_tensor_pow_neg_ints_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_long_tensor_pow_floats_cpu
test/dynamo_skips/TestBinaryUfuncsCPU.test_shift_limits_cpu_uint8
test/dynamo_skips/TestCheckpoint.test_checkpoint_trigger
test/dynamo_skips/TestConstant.test_check_constant
test/dynamo_skips/TestConvolutionNN.test_Conv1d_module_same_padding
test/dynamo_skips/TestConvolutionNN.test_Conv2d_backward_twice
test/dynamo_skips/TestConvolutionNN.test_Conv2d_module_same_padding
test/dynamo_skips/TestConvolutionNN.test_Conv3d_module_same_padding
test/dynamo_skips/TestConvolutionNN.test_ConvTranspose2d_output_size_downsample_upsample
test/dynamo_skips/TestConvolutionNN.test_ConvTranspose3d_correct_output_size
test/dynamo_skips/TestConvolutionNNDeviceTypeCPU.test_conv2d_no_grad_cpu_float32
test/dynamo_skips/TestCustomOp.test_impl_device_function
test/dynamo_skips/TestCustomOpTestingCPU.test_opcheck_fails_basic_cpu
test/dynamo_skips/TestDLPack.test_non_contiguous
test/dynamo_skips/TestDtypeAnalysis.test_custom_rules
test/dynamo_skips/TestDtypeAnalysis.test_unary
test/dynamo_skips/TestExperiment.test_mark_strict_with_container_type
test/dynamo_skips/TestExperimentalUtils.test_profiler_for_loop_indexing_pattern
test/dynamo_skips/TestFFTShift.test_fft_n
test/dynamo_skips/TestFX.test_annotations_empty_tuple
test/dynamo_skips/TestFX.test_assert
test/dynamo_skips/TestFX.test_custom_traceback_raised_when_exception_source_is_graphmodule
test/dynamo_skips/TestFXExperimental.test_optimize_for_inference_cpu
test/dynamo_skips/TestFXExperimental.test_optimize_for_inference_cpu_torchvision
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8
test/dynamo_skips/TestForeachCPU.test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8
test/dynamo_skips/TestFreezing.test_freeze_module_with_fork2
test/dynamo_skips/TestFreezing.test_freeze_module_with_fork_calling_module_method
test/dynamo_skips/TestFrozenOptimizations.test_collapse_adjacent_conversions
test/dynamo_skips/TestFrozenOptimizations.test_conv_add_folding
test/dynamo_skips/TestFrozenOptimizations.test_conv_bn_folding
test/dynamo_skips/TestGenericProxyTensorFake.test_amp_cache
test/dynamo_skips/TestGenericProxyTensorFake.test_inplace_metadata
test/dynamo_skips/TestGenericProxyTensorReal.test_inplace_metadata
test/dynamo_skips/TestGenericProxyTensorSymbolic.test_amp_cache
test/dynamo_skips/TestGenericProxyTensorSymbolic.test_inplace_metadata
test/dynamo_skips/TestHistogramdd.test_bins_array
test/dynamo_skips/TestIndexingCPU.test_invalid_index_cpu
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_circular_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad1
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad1size1
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad2size1
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_same_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_pad_valid
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_reflect_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_replicate_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_stride
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_zero_batch
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv1d_zeros_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_circular_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_padded
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_strided
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_depthwise_with_multiplier
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_groups_thnn
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_same
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_same_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_pad_valid
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_padding
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_reflect_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_replicate_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_strided
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_zero_batch
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv2d_zeros_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_circular_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_dilated_strided
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_same
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_same_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_pad_valid
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_replicate_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_stride
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_stride_padding
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_zero_batch
test/dynamo_skips/TestJitGeneratedModule.test_nn_Conv3d_zeros_stride2_pad2
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_dilated
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose1d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose2d_groups
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose3d
test/dynamo_skips/TestJitGeneratedModule.test_nn_ConvTranspose3d_dilated
test/dynamo_skips/TestLazyDynamicOps.test_nonzero_dynamic
test/dynamo_skips/TestLazyReuseIr.testAdd
test/dynamo_skips/TestLazyReuseIr.testAddSub
test/dynamo_skips/TestLazyReuseIr.testAddSubFallback
test/dynamo_skips/TestLazyReuseIr.testBatchNorm
test/dynamo_skips/TestLazyTensor.test_tensor_ctr
test/dynamo_skips/TestLazyTensor.test_view_mark_step_preserved
test/dynamo_skips/TestLinalgCPU.test_lobpcg_torchscript_cpu_float64
test/dynamo_skips/TestList.test_comprehension_iterable
test/dynamo_skips/TestLoadStateDict.test_load_state_dict_BC_swap_True
test/dynamo_skips/TestLogging.test_trace_numeric_counter
test/dynamo_skips/TestMKLDNNReinplacing.test_always_alive_values
test/dynamo_skips/TestMatmulOperator.test_exceptions
test/dynamo_skips/TestMatmulOperator.test_matmul_raises
test/dynamo_skips/TestMethods.test_compress
test/dynamo_skips/TestMethods.test_dot_out_mem_overlap
test/dynamo_skips/TestMethods.test_matmul_out
test/dynamo_skips/TestMethods.test_partition_iterative
test/dynamo_skips/TestMethods.test_round
test/dynamo_skips/TestMethods.test_searchsorted_complex
test/dynamo_skips/TestMethods.test_searchsorted_type_specific_2
test/dynamo_skips/TestMethods.test_searchsorted_with_invalid_sorter
test/dynamo_skips/TestMethods.test_transpose
test/dynamo_skips/TestMisc.test_broadcasting_list
test/dynamo_skips/TestMisc.test_parse_ir_annotate
test/dynamo_skips/TestMisc.test_parse_ir_single_element_tensor_negative
test/dynamo_skips/TestMisc.test_parse_ir_single_element_tensor_positive
test/dynamo_skips/TestMkldnnFusion.test_single_conv
test/dynamo_skips/TestModels.test_snli_quantized
test/dynamo_skips/TestModels.test_time_sequence_prediction
test/dynamo_skips/TestModels.test_vae_quantized
test/dynamo_skips/TestNN.test_padding_list
test/dynamo_skips/TestNN.test_vector_to_parameters
test/dynamo_skips/TestNNDeviceTypeCPU.test_conv_empty_input_cpu_complex128
test/dynamo_skips/TestNNParametrization.test_new_spectral_norm_dim_swap_False
test/dynamo_skips/TestNNParametrization.test_new_spectral_norm_dim_swap_True
test/dynamo_skips/TestNativeFunctions.test_intlist_error_with_overload
test/dynamo_skips/TestNnapiBackend.test_avg_pool2d
test/dynamo_skips/TestNnapiBackend.test_cat
test/dynamo_skips/TestNnapiBackend.test_compile_spec_santiy
test/dynamo_skips/TestNnapiBackend.test_conv2d
test/dynamo_skips/TestNnapiBackend.test_conv2d_transpose
test/dynamo_skips/TestNnapiBackend.test_dequantize
test/dynamo_skips/TestNnapiBackend.test_detach
test/dynamo_skips/TestNnapiBackend.test_flatten
test/dynamo_skips/TestNnapiBackend.test_hardtanh
test/dynamo_skips/TestNnapiBackend.test_linear
test/dynamo_skips/TestNnapiBackend.test_log_softmax
test/dynamo_skips/TestNnapiBackend.test_max_pool2d
test/dynamo_skips/TestNnapiBackend.test_mean
test/dynamo_skips/TestNnapiBackend.test_multi_output
test/dynamo_skips/TestNnapiBackend.test_pointwise_binary
test/dynamo_skips/TestNnapiBackend.test_pointwise_binary_const
test/dynamo_skips/TestNnapiBackend.test_pointwise_unary
test/dynamo_skips/TestNnapiBackend.test_prelu
test/dynamo_skips/TestNnapiBackend.test_qadd
test/dynamo_skips/TestNnapiBackend.test_qlinear
test/dynamo_skips/TestNnapiBackend.test_quantize
test/dynamo_skips/TestNnapiBackend.test_reshape
test/dynamo_skips/TestNnapiBackend.test_seblock_mul
test/dynamo_skips/TestNnapiBackend.test_slice
test/dynamo_skips/TestNnapiBackend.test_softmax
test/dynamo_skips/TestNnapiBackend.test_tensor_input
test/dynamo_skips/TestNnapiBackend.test_to
test/dynamo_skips/TestNnapiBackend.test_unsqueeze
test/dynamo_skips/TestNnapiBackend.test_upsample_nearest2d
test/dynamo_skips/TestOpenMP_ParallelFor.test_one_thread
test/dynamo_skips/TestPackageScript.test_load_shared_tensors_repackaged
test/dynamo_skips/TestParametrization.test_traceable
test/dynamo_skips/TestPeephole.test_peephole_int
test/dynamo_skips/TestPeephole.test_peephole_optional_refine
test/dynamo_skips/TestProfiler.test_profiler_metadata
test/dynamo_skips/TestProfiler.test_tensorboard_trace_handler
test/dynamo_skips/TestProfilerTree.test_profiler_experimental_tree
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_MapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_TripleNestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_MapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_TripleNestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_fake_exhaustive_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_MapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_TripleNestedMapControlflowOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_inplace_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_H_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___getitem___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___radd___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rdiv___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmatmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmod___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rmul___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rpow___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out___rsub___cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__native_batch_norm_legit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__segment_reduce_lengths_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__segment_reduce_offsets_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__softmax_backward_data_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out__upsample_bilinear2d_aa_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_abs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_acos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_acosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addcdiv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addcmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmm_decomposed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addmv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_addr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_all_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_allclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_aminmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_angle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_any_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_arange_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argsort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_argwhere_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_partial_views_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_as_strided_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_asin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_asinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atan2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_atleast_3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_baddbmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_batch_norm_with_update_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bernoulli_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bfloat16_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_block_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bool_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_shapes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_broadcast_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_bucketize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_byte_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cartesian_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cauchy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cdouble_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ceil_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cfloat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_chalf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_char_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_inverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cholesky_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_max_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clamp_min_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_clone_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_column_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_combinations_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_conj_physical_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_constant_pad_nd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_contiguous_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_copysign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_corrcoef_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cos_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cosh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_count_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cov_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cummax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cummin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_cumulative_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_deg2rad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diag_embed_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagflat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diagonal_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_diff_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_digamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_floor_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_no_rounding_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_div_trunc_rounding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_double_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_dstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_einsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_permuted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_eq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_equal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erfc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_erfinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expand_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expand_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_expm1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_eye_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_fftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_hfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ifftshift_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_ihfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_irfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfft2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fft_rfftn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flip_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fliplr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_flipud_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_float_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_float_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_floor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_floor_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_fmod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_frac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_frexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_full_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gather_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ge_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_geometric_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_geqrf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gradient_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_grid_sampler_2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_gt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_half_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_heaviside_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histogram_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_histogramdd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_hypot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_igamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_igammac_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_index_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_inner_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_int_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isclose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isfinite_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isnan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isneginf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isposinf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_isreal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_item_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_2inputs_2outputs_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_4inputs_with_extra_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_binary_return_by_ref_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_jiterator_unary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_kron_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_kthvalue_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ldexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_le_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lerp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lgamma_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cholesky_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cholesky_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cond_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_cross_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_det_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_det_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_diagonal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eig_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_eigvalsh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_householder_product_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_inv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_inv_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_ldl_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lstsq_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lstsq_grad_oriented_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_factor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_factor_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_power_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_rank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_matrix_rank_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_multi_dot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_norm_subgradients_at_zero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_hermitian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_pinv_singular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_slogdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_ex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_solve_triangular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_svdvals_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_tensorinv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_tensorsolve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vander_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vecdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linalg_vector_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_linspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log10_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log1p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_log_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logaddexp2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logcumsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logdet_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_and_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_not_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_or_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logical_xor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logspace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logspace_tensor_overload_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_long_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_lu_unpack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mH_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mT_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_argmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_argmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_cumprod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_cumsum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_fill_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_log_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_logaddexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_logsumexp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_masked_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_matmul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_matrix_exp_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_pool2d_with_indices_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_max_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_maximum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_median_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_meshgrid_list_of_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_meshgrid_variadic_tensors_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_binary_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_reduction_no_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_min_reduction_with_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_minimum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mode_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_movedim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_msort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mul_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_multinomial_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mv_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_mvlgamma_mvlgamma_p_5_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nan_to_num_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanmean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanmedian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nanquantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nansum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_narrow_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_narrow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_dropout_backward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_native_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ne_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_empty_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_empty_strided_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_full_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_new_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nextafter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_adaptive_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_alpha_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_avg_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_batch_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_binary_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_celu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_conv_transpose3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cosine_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cosine_similarity_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_cross_entropy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_ctc_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_dropout_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_elu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_embedding_bag_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_embedding_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_fractional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_fractional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_gaussian_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_gelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_glu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_grid_sample_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_group_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardswish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hardtanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_hinge_embedding_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_huber_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_instance_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_area_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_bicubic_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_nearest-exact_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_interpolate_trilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_kl_div_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_layer_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_leaky_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_linear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_local_response_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_logsigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_margin_ranking_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_pool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool1d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool1d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool2d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool2d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool3d_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_max_unpool3d_grad_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_mish_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_mse_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multi_head_attention_forward_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multi_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multilabel_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_multilabel_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_normalize_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_circular_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_constant_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_reflect_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_replicate_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pad_replicate_negative_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pairwise_distance_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pdist_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pixel_shuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_pixel_unshuffle_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_poisson_nll_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_prelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_relu6_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_relu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_rrelu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_scaled_dot_product_attention_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_selu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_silu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_smooth_l1_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_soft_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softmin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softmin_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softplus_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_softsign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_tanhshrink_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_threshold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_triplet_margin_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_upsample_bilinear_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nn_functional_upsample_nearest_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nonzero_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_nonzero_static_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_fro_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_inf_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_norm_nuc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_in_place_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_normal_number_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ones_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ones_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ormqr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_out_zeros_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_outer_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_permute_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pinverse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polar_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_positive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_pow_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_put_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_qr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_quantile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rand_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randint_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randint_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_randn_like_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_ravel_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_real_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_remainder_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_renorm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_repeat_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_reshape_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resize__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resize_as__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_roll_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rot90_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_rsub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scalar_tensor_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_select_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sgn_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_short_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sign_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_bartlett_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_blackman_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_exponential_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_gaussian_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_general_cosine_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_general_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_hamming_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_hann_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_kaiser_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signal_windows_nuttall_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_signbit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sin_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sinc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sinh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_slice_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_softmax_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sort_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sparse_mm_reduce_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_entr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sqrt_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_square_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_squeeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_squeeze_multiple_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_stack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_std_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_stft_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sub_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sum_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_svd_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_take_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tan_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tanh_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tensordot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tile_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_to_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_topk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trace_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_transpose_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trapz_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_tril_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_triu_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_true_divide_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_trunc_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unbind_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unflatten_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unfold_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unfold_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_uniform_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unique_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsafe_chunk_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsafe_split_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_mean_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_mean_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_var_unbiased_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vdot_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_as_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_copy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_view_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vsplit_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_vstack_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_where_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_xlogy_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zero__cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zeros_cpu_float32
test/dynamo_skips/TestProxyTensorOpInfoCPU.test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32
test/dynamo_skips/TestPythonAutograd.test_backwards1
test/dynamo_skips/TestPythonBindings.test_cu_create_function
test/dynamo_skips/TestPythonBuiltinOP.test_stepped_tuple_slicing
test/dynamo_skips/TestPythonDispatch.test_list_ret
test/dynamo_skips/TestPythonRegistration.test_fallback
test/dynamo_skips/TestPythonRegistration.test_fallback_keyset
test/dynamo_skips/TestQuantizedEmbeddingOps.test_embedding_bag_byte
test/dynamo_skips/TestRecursiveScript.test_inner_traced_module
test/dynamo_skips/TestReductionsCPU.test_all_any_vs_numpy_cpu_bool
test/dynamo_skips/TestReductionsCPU.test_all_any_vs_numpy_cpu_uint8
test/dynamo_skips/TestReductionsCPU.test_histogram_cpu_float32
test/dynamo_skips/TestReductionsCPU.test_histogramdd_cpu_float32
test/dynamo_skips/TestReductionsCPU.test_logcumsumexp_complex_cpu_complex128
test/dynamo_skips/TestReductionsCPU.test_logcumsumexp_complex_cpu_complex64
test/dynamo_skips/TestReductionsCPU.test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu
test/dynamo_skips/TestReductionsCPU.test_tensor_compare_ops_empty_cpu
test/dynamo_skips/TestReductionsCPU.test_tensor_reduce_ops_empty_cpu
test/dynamo_skips/TestRepackage.test_repackage_import_indirectly_via_parent_module
test/dynamo_skips/TestSWAUtils.test_averaged_model_all_devices_ema_True
test/dynamo_skips/TestSWAUtils.test_averaged_model_exponential_use_multi_avg_fn_True_use_buffers_False
test/dynamo_skips/TestSWAUtils.test_averaged_model_exponential_use_multi_avg_fn_True_use_buffers_True
test/dynamo_skips/TestSaveLoadForOpVersion.test_versioned_div_tensor_inplace
test/dynamo_skips/TestSaveLoadForOpVersion.test_versioned_div_tensor_out
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_H_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_H_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_I_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_I_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_L_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_L_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_P_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_P_operation1
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_Q_operation0
test/dynamo_skips/TestScalarOpsMisc.test_scalar_integer_operation_divbyzero_dtype_Q_operation1
test/dynamo_skips/TestScript.test_function_overloading_isinstance
test/dynamo_skips/TestScript.test_function_overloads
test/dynamo_skips/TestScript.test_ignored_as_value
test/dynamo_skips/TestScript.test_namedtuple_python
test/dynamo_skips/TestScript.test_no_self_arg_ignore_function
test/dynamo_skips/TestScript.test_python_call_non_tensor_wrong
test/dynamo_skips/TestScript.test_python_op_builtins
test/dynamo_skips/TestScript.test_type_annotation_module
test/dynamo_skips/TestScript.test_unused_decorator
test/dynamo_skips/TestScript.test_wrong_return_type
test/dynamo_skips/TestScriptProfile.test_script
test/dynamo_skips/TestScriptProfile.test_section
test/dynamo_skips/TestSerializeCustomClass.test_custom_class
test/dynamo_skips/TestSetOps.test_in1d_table_timedelta_fails
test/dynamo_skips/TestSetOps.test_in1d_timedelta_kind0
test/dynamo_skips/TestSetOps.test_in1d_timedelta_kind_sort
test/dynamo_skips/TestSetOps.test_setdiff1d
test/dynamo_skips/TestSlice.test_tuple_slicing
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseBSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseBSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCOO_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_check_sparse_tensor_invariants_SparseCSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseBSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseBSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCOO_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCSC_cpu
test/dynamo_skips/TestSparseAnyCPU.test_constructor_autograd_SparseCSR_cpu
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_fast_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_fast_cpu_float64
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_slow_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_masked_slow_cpu_float64
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_fast_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_fast_cpu_float64
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_slow_cpu_complex128
test/dynamo_skips/TestSparseAnyCPU.test_gradcheck_mm_SparseCOO_sparse_slow_cpu_float64
test/dynamo_skips/TestSparseCPU.test_add_dense_sparse_mismatch_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_add_dense_sparse_mismatch_cpu_float64
test/dynamo_skips/TestSparseCPU.test_add_zeros_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_add_zeros_cpu_float64
test/dynamo_skips/TestSparseCPU.test_any_cpu
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_float32
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_float64
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int16
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int32
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int64
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_int8
test/dynamo_skips/TestSparseCPU.test_asin_arcsin_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_assign_cpu_float64
test/dynamo_skips/TestSparseCPU.test_basic_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_basic_cpu_float64
test/dynamo_skips/TestSparseCPU.test_basic_ops_cpu_float64
test/dynamo_skips/TestSparseCPU.test_bmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_cat_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_cat_cpu_float64
test/dynamo_skips/TestSparseCPU.test_change_tensor_metadata_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_change_tensor_metadata_cpu_float64
test/dynamo_skips/TestSparseCPU.test_clone_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_clone_cpu_float64
test/dynamo_skips/TestSparseCPU.test_coalesce_transpose_mm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_contig_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_contig_cpu_float64
test/dynamo_skips/TestSparseCPU.test_contig_hybrid_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_contig_hybrid_cpu_float64
test/dynamo_skips/TestSparseCPU.test_ctor_is_coalesced_with_gradcheck_cpu_float64
test/dynamo_skips/TestSparseCPU.test_div_rounding_mode_cpu_float32
test/dynamo_skips/TestSparseCPU.test_div_rounding_mode_cpu_float64
test/dynamo_skips/TestSparseCPU.test_dsmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_empty_like_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_empty_like_cpu_float64
test/dynamo_skips/TestSparseCPU.test_factory_copy_cpu
test/dynamo_skips/TestSparseCPU.test_factory_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_factory_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_factory_cpu_float16
test/dynamo_skips/TestSparseCPU.test_factory_cpu_float32
test/dynamo_skips/TestSparseCPU.test_factory_cpu_float64
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float16
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float32
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_float64
test/dynamo_skips/TestSparseCPU.test_factory_type_inference_cpu_int64
test/dynamo_skips/TestSparseCPU.test_hsmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_empty_and_non_contiguous_index_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_empty_and_non_contiguous_index_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_large_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_large_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_small_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_exhaustive_index_small_cpu_float64
test/dynamo_skips/TestSparseCPU.test_index_select_parallelization_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_index_select_parallelization_cpu_float64
test/dynamo_skips/TestSparseCPU.test_is_nonzero_cpu
test/dynamo_skips/TestSparseCPU.test_isnan_cpu
test/dynamo_skips/TestSparseCPU.test_legacy_new_cpu
test/dynamo_skips/TestSparseCPU.test_legacy_new_device_cpu
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_float32
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_float64
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int16
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int32
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int64
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_int8
test/dynamo_skips/TestSparseCPU.test_log1p_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_mm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_mm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_mv_cpu_float64
test/dynamo_skips/TestSparseCPU.test_neg_negative_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_neg_negative_cpu_float64
test/dynamo_skips/TestSparseCPU.test_new_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_new_cpu_float64
test/dynamo_skips/TestSparseCPU.test_norm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_norm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_permute_masked_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_permute_masked_cpu_float64
test/dynamo_skips/TestSparseCPU.test_permute_sparse_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_permute_sparse_cpu_float64
test/dynamo_skips/TestSparseCPU.test_pickle_cpu_float64
test/dynamo_skips/TestSparseCPU.test_print_coalesced_cpu_float64
test/dynamo_skips/TestSparseCPU.test_print_uncoalesced_cpu_float64
test/dynamo_skips/TestSparseCPU.test_resize_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_resize_cpu_float64
test/dynamo_skips/TestSparseCPU.test_saddmm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_saddmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_select_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_select_cpu_float64
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int16
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int32
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int64
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_int8
test/dynamo_skips/TestSparseCPU.test_select_no_type_promotion_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_shared_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_shared_cpu_float64
test/dynamo_skips/TestSparseCPU.test_small_nnz_coalesced_cpu
test/dynamo_skips/TestSparseCPU.test_spadd_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_add_coalesce_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_add_out_bfloat16_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_bfloat16
test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_addmm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_broadcast_to_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_broadcast_to_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_bool
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sparse_dense_mul_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_sparse_mask_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_mask_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_mask_hybrid_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_mask_hybrid_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_mm_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sparse_sparse_mul_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_bool
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sparse_spdiags_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_sparse_sum_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sparse_to_numpy_cpu
test/dynamo_skips/TestSparseCPU.test_sum_cpu_bool
test/dynamo_skips/TestSparseCPU.test_sum_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_sum_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_sum_cpu_float32
test/dynamo_skips/TestSparseCPU.test_sum_cpu_float64
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int16
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int32
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int64
test/dynamo_skips/TestSparseCPU.test_sum_cpu_int8
test/dynamo_skips/TestSparseCPU.test_sum_cpu_uint8
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_masked_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_masked_cpu_float64
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_sparse_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_hybrid_sparse_cpu_float64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_bfloat16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float32
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_masked_cpu_float64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_bfloat16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_complex64
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float16
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float32
test/dynamo_skips/TestSparseCPU.test_to_dense_with_gradcheck_sparse_cpu_float64
test/dynamo_skips/TestSparseCPU.test_transpose_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_transpose_cpu_float64
test/dynamo_skips/TestSparseCPU.test_unsqueeze_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_unsqueeze_cpu_float64
test/dynamo_skips/TestSparseCPU.test_zeros_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_zeros_cpu_float64
test/dynamo_skips/TestSparseCPU.test_zeros_like_cpu_complex128
test/dynamo_skips/TestSparseCPU.test_zeros_like_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_addmm_errors_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_2_cpu_float64_int32
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_2_cpu_float64_int64
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_4_cpu_float64_int32
test/dynamo_skips/TestSparseCSRCPU.test_csr_to_block_csr_blocksize_4_cpu_float64_int64
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu
test/dynamo_skips/TestSparseCSRCPU.test_mm_errors_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_bfloat16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_bool
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_int8
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csc_to_dense_cpu_uint8
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_bfloat16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_bool
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_complex128
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_complex64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_float64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int16
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int32
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int64
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_int8
test/dynamo_skips/TestSparseCSRCPU.test_sparse_csr_to_dense_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSC_int64_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseBSR_int64_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSC_int64_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int32_cpu_uint8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_bfloat16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_bool
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_complex128
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_complex64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_float64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int16
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int32
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int64
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_int8
test/dynamo_skips/TestSparseCompressedCPU.test_select_copy_SparseCSR_int64_cpu_uint8
test/dynamo_skips/TestSparseMeta.test_basic
test/dynamo_skips/TestSqueeze.test_squeeze_type
test/dynamo_skips/TestSubscripting.test_test_zero_rank
test/dynamo_skips/TestSymbolicShapeAnalysis.test_convolution_backward
test/dynamo_skips/TestSymbolicTracing.test_cpu_scalar_cuda
test/dynamo_skips/TestTEFuserDynamic.test_matmul
test/dynamo_skips/TestTEFuserDynamic.test_unary_ops
test/dynamo_skips/TestTEFuserStatic.test_unary_ops
test/dynamo_skips/TestTensorBuiltins.test_scalar_to_num_conversions
test/dynamo_skips/TestTensorExprPyBind.test_kernel_with_custom_lowering
test/dynamo_skips/TestTorchTidyProfiler.test_optimizer
test/dynamo_skips/TestTorchTidyProfiler.test_optimizer_parameters_adam
test/dynamo_skips/TestTorchTidyProfiler.test_optimizer_parameters_sgd
test/dynamo_skips/TestTorchbind.test_default_args
test/dynamo_skips/TestTorchbind.test_lambda_as_constructor
test/dynamo_skips/TestTorchbind.test_profiler_custom_op
test/dynamo_skips/TestTorchbind.test_staticmethod
test/dynamo_skips/TestTorchbind.test_torchbind
test/dynamo_skips/TestTorchbind.test_torchbind_attr_exception
test/dynamo_skips/TestTorchbind.test_torchbind_class_attr_recursive
test/dynamo_skips/TestTorchbind.test_torchbind_class_attribute
test/dynamo_skips/TestTorchbind.test_torchbind_deepcopy
test/dynamo_skips/TestTorchbind.test_torchbind_def_property_getter_setter
test/dynamo_skips/TestTorchbind.test_torchbind_def_property_just_getter
test/dynamo_skips/TestTorchbind.test_torchbind_def_property_readwrite
test/dynamo_skips/TestTorchbind.test_torchbind_getattr
test/dynamo_skips/TestTorchbind.test_torchbind_getstate
test/dynamo_skips/TestTorchbind.test_torchbind_instantiate_missing_class
test/dynamo_skips/TestTorchbind.test_torchbind_lambda_method
test/dynamo_skips/TestTorchbind.test_torchbind_no_init
test/dynamo_skips/TestTorchbind.test_torchbind_optional_explicit_attr
test/dynamo_skips/TestTorchbind.test_torchbind_pass_wrong_type
test/dynamo_skips/TestTorchbind.test_torchbind_pickle_serialization
test/dynamo_skips/TestTorchbind.test_torchbind_python_deepcopy
test/dynamo_skips/TestTorchbind.test_torchbind_return_instance
test/dynamo_skips/TestTorchbind.test_torchbind_return_instance_from_method
test/dynamo_skips/TestTorchbind.test_torchbind_return_tuple
test/dynamo_skips/TestTorchbind.test_torchbind_save_load
test/dynamo_skips/TestTorchbind.test_torchbind_take_as_arg
test/dynamo_skips/TestTorchbind.test_torchbind_take_instance_as_method_arg
test/dynamo_skips/TestTorchbind.test_torchbind_tracing
test/dynamo_skips/TestTorchbind.test_torchbind_tracing_nested
test/dynamo_skips/TestTransformersCPU.test_decoder_padding_and_src_mask_bool_cpu
test/dynamo_skips/TestTypesAndAnnotation.test_pep585_type
test/dynamo_skips/TestTyping.test_optional_conversion
test/dynamo_skips/TestUnaryUfuncsCPU.test_sinc_cpu_float64
test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_bfloat16
test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_float32
test/dynamo_skips/TestUnaryUfuncsCPU.test_special_i0_i1_vs_scipy_cpu_float64
test/dynamo_skips/TestVerifyCorrectness.test_example_inputs
test/dynamo_skips/TestVmapOperators.test_conv2d
test/dynamo_skips/TestVstack.test_generator
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_cat_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyCatCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyCubeCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyMulCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyNMSCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyNonzeroCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySortCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySplitCopyCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpySplitCopyWithIntCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyTakeCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_custom_NumpyViewCopyCustomOp_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_mul_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_native_batch_norm_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_split_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_split_list_args_cpu_float32
test/dynamo_skips/TestWrapperSubclassAliasingCPU.test_wrapper_subclass_aliasing_view_cpu_float32
test/dynamo_skips/TraceRuleTests.test_torch_name_rule_map_updated
test/edge/CMakeLists.txt
test/edge/Evalue.h
test/edge/custom_ops.cpp
test/edge/custom_ops.yaml
test/edge/event_tracer.h
test/edge/event_tracer_hooks.h
test/edge/kernel_runtime_context.h
test/edge/operator_registry.cpp
test/edge/operator_registry.h
test/edge/selected_operators.yaml
test/edge/test_main.cpp
test/edge/test_operator_registration.cpp
test/edge/templates/Functions.h
test/edge/templates/NativeFunctions.h
test/edge/templates/RegisterCodegenUnboxedKernels.cpp
test/edge/templates/RegisterDispatchKeyCustomOps.cpp
test/edge/templates/RegisterKernels.h
test/edge/templates/RegisterSchema.cpp
test/error_messages/storage.py
test/expect/HasDecompTest.test_aten_core_operators.expect
test/expect/HasDecompTest.test_has_decomposition.expect
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/TestSparseCUDA.test_print_coalesced_cuda_float64.expect
test/expect/TestSparseCUDA.test_print_uncoalesced_cuda_float64.expect
test/expect/TestSparseCompressedCPU.test_print_SparseBSC_cpu.expect
test/expect/TestSparseCompressedCPU.test_print_SparseBSR_cpu.expect
test/expect/TestSparseCompressedCPU.test_print_SparseCSC_cpu.expect
test/expect/TestSparseCompressedCPU.test_print_SparseCSR_cpu.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseBSC_cuda.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseBSR_cuda.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseCSC_cuda.expect
test/expect/TestSparseCompressedCUDA.test_print_SparseCSR_cuda.expect
test/expect/TestSparseMeta.test_print_meta_SparseBSC_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseBSR_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseCOO_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseCSC_float64.expect
test/expect/TestSparseMeta.test_print_meta_SparseCSR_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_nested_nn_squential.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/export/__init__.py
test/export/opinfo_schema.py
test/export/test_converter.py
test/export/test_db.py
test/export/test_experimental.py
test/export/test_export.py
test/export/test_export_nonstrict.py
test/export/test_export_training_ir_to_run_decomp.py
test/export/test_functionalized_assertions.py
test/export/test_hop.py
test/export/test_lift_unlift.py
test/export/test_pass_infra.py
test/export/test_passes.py
test/export/test_retraceability.py
test/export/test_schema.py
test/export/test_serdes.py
test/export/test_serialize.py
test/export/test_sparse.py
test/export/test_tools.py
test/export/test_torchbind.py
test/export/test_tree_utils.py
test/export/test_unflatten.py
test/export/test_verifier.py
test/export/testing.py
test/forward_backward_compatibility/check_forward_backward_compatibility.py
test/forward_backward_compatibility/dump_all_function_schemas.py
test/functorch/attn_ft.py
test/functorch/attn_positional.py
test/functorch/common_utils.py
test/functorch/discover_coverage.py
test/functorch/functorch_additional_op_db.py
test/functorch/test_ac.py
test/functorch/test_aotdispatch.py
test/functorch/test_control_flow.py
test/functorch/test_dims.py
test/functorch/test_eager_transforms.py
test/functorch/test_logging.py
test/functorch/test_memory_efficient_fusion.py
test/functorch/test_minifier.py
test/functorch/test_ops.py
test/functorch/test_parsing.py
test/functorch/test_rearrange.py
test/functorch/test_vmap.py
test/functorch/test_vmap_registrations.py
test/functorch/xfail_suggester.py
test/fx/named_tup.py
test/fx/quantization.py
test/fx/test_common_passes.py
test/fx/test_cse_pass.py
test/fx/test_dce_pass.py
test/fx/test_future.py
test/fx/test_fx_const_fold.py
test/fx/test_fx_node_hook.py
test/fx/test_fx_param_shape_control_flow.py
test/fx/test_fx_split.py
test/fx/test_fx_xform_observer.py
test/fx/test_gradual_type.py
test/fx/test_lazy_graph_module.py
test/fx/test_matcher_utils.py
test/fx/test_partitioner_order.py
test/fx/test_pass_infra.py
test/fx/test_shape_inference.py
test/fx/test_source_matcher_utils.py
test/fx/test_subgraph_rewriter.py
test/fx/test_z3_gradual_types.py
test/higher_order_ops/test_with_effects.py
test/inductor/CMakeLists.txt
test/inductor/__init__.py
test/inductor/custom_ops.cpp
test/inductor/indirect_assert_helper.py
test/inductor/minifier_smoke.py
test/inductor/mock_cache.py
test/inductor/opinfo_harness.py
test/inductor/s429861_repro.py
test/inductor/test_aot_inductor.py
test/inductor/test_aot_inductor_package.py
test/inductor/test_aot_inductor_utils.py
test/inductor/test_auto_functionalize.py
test/inductor/test_autoheuristic.py
test/inductor/test_b2b_gemm.py
test/inductor/test_benchmark_fusion.py
test/inductor/test_benchmarking.py
test/inductor/test_binary_folding.py
test/inductor/test_ck_backend.py
test/inductor/test_codecache.py
test/inductor/test_codegen_triton.py
test/inductor/test_combo_kernels.py
test/inductor/test_compile_worker.py
test/inductor/test_compiled_autograd.py
test/inductor/test_compiled_optimizers.py
test/inductor/test_config.py
test/inductor/test_control_flow.py
test/inductor/test_coordinate_descent_tuner.py
test/inductor/test_cpp_wrapper_hipify.py
test/inductor/test_cpu_cpp_wrapper.py
test/inductor/test_cpu_repro.py
test/inductor/test_cpu_select_algorithm.py
test/inductor/test_cuda_cpp_wrapper.py
test/inductor/test_cuda_repro.py
test/inductor/test_cudacodecache.py
test/inductor/test_cudagraph_trees.py
test/inductor/test_cudagraph_trees_expandable_segments.py
test/inductor/test_custom_lowering.py
test/inductor/test_custom_post_grad_passes.py
test/inductor/test_cutlass_backend.py
test/inductor/test_debug_trace.py
test/inductor/test_decompose_mem_bound_mm.py
test/inductor/test_dependencies.py
test/inductor/test_distributed_patterns.py
test/inductor/test_efficient_conv_bn_eval.py
test/inductor/test_extension_backend.py
test/inductor/test_flex_attention.py
test/inductor/test_flex_decoding.py
test/inductor/test_foreach.py
test/inductor/test_fp8.py
test/inductor/test_fused_attention.py
test/inductor/test_fx_fusion.py
test/inductor/test_graph_transform_observer.py
test/inductor/test_group_batch_fusion.py
test/inductor/test_halide.py
test/inductor/test_indexing.py
test/inductor/test_inductor_freezing.py
test/inductor/test_inductor_utils.py
test/inductor/test_inplacing_pass.py
test/inductor/test_kernel_benchmark.py
test/inductor/test_layout_optim.py
test/inductor/test_loop_ordering.py
test/inductor/test_max_autotune.py
test/inductor/test_memory_planning.py
test/inductor/test_metrics.py
test/inductor/test_minifier.py
test/inductor/test_minifier_isolate.py
test/inductor/test_mkldnn_pattern_matcher.py
test/inductor/test_mmdecomp.py
test/inductor/test_move_constructors_to_cuda.py
test/inductor/test_multi_kernel.py
test/inductor/test_ordered_set.py
test/inductor/test_pad_mm.py
test/inductor/test_padding.py
test/inductor/test_pattern_matcher.py
test/inductor/test_perf.py
test/inductor/test_profiler.py
test/inductor/test_scatter_optimization.py
test/inductor/test_select_algorithm.py
test/inductor/test_smoke.py
test/inductor/test_snode_runtime.py
test/inductor/test_split_cat_fx_passes.py
test/inductor/test_standalone_compile.py
test/inductor/test_torchbind.py
test/inductor/test_torchinductor.py
test/inductor/test_torchinductor_codegen_dynamic_shapes.py
test/inductor/test_torchinductor_dynamic_shapes.py
test/inductor/test_torchinductor_opinfo.py
test/inductor/test_torchinductor_strided_blocks.py
test/inductor/test_triton_extension_backend.py
test/inductor/test_triton_heuristics.py
test/inductor/test_triton_kernels.py
test/inductor/test_triton_wrapper.py
test/inductor/test_unbacked_symints.py
test/inductor/test_utils.py
test/inductor/test_xpu_basic.py
test/inductor/cpp/CMakeLists.txt
test/inductor/cpp/test.sh
test/inductor/cpp/test_cpp_prefix.cpp
test/inductor/extension_backends/cpp/extension_codegen_backend.py
test/inductor/extension_backends/cpp/extension_device.cpp
test/inductor/extension_backends/triton/device_interface.py
test/inductor/extension_backends/triton/extension_codegen_backend.py
test/jit/__init__.py
test/jit/mydecorator.py
test/jit/myexception.py
test/jit/myfunction_a.py
test/jit/myfunction_b.py
test/jit/test_alias_analysis.py
test/jit/test_async.py
test/jit/test_aten_pow.py
test/jit/test_attr.py
test/jit/test_autodiff.py
test/jit/test_autodiff_subgraph_slicing.py
test/jit/test_await.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_dataclasses.py
test/jit/test_dce.py
test/jit/test_decorator.py
test/jit/test_device_analysis.py
test/jit/test_dtype_analysis.py
test/jit/test_enum.py
test/jit/test_exception.py
test/jit/test_freezing.py
test/jit/test_functional_blocks.py
test/jit/test_fuser_common.py
test/jit/test_generator.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_op_decompositions.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_save_load_for_op_version.py
test/jit/test_script_profile.py
test/jit/test_scriptmod_ann.py
test/jit/test_slice.py
test/jit/test_sparse.py
test/jit/test_string_formatting.py
test/jit/test_symbolic_shape_analysis.py
test/jit/test_tensor_creation_ops.py
test/jit/test_tensor_methods.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_union_pep604.py
test/jit/test_unsupported_ops.py
test/jit/test_upgraders.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_example_v7.ptl
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/fixtures/test_versioned_gelu_out_v9.ptl
test/jit/fixtures/test_versioned_gelu_v9.ptl
test/jit/fixtures/test_versioned_linspace_out_v7.ptl
test/jit/fixtures/test_versioned_linspace_v7.ptl
test/jit/fixtures/test_versioned_logspace_out_v8.ptl
test/jit/fixtures/test_versioned_logspace_v8.ptl
test/jit/fixtures/test_versioned_random_func_v10.ptl
test/jit/fixtures/test_versioned_random_out_v10.ptl
test/jit/fixtures/test_versioned_random_v10.ptl
test/jit/fixtures_srcs/__init__.py
test/jit/fixtures_srcs/fixtures_src.py
test/jit/fixtures_srcs/generate_models.py
test/jit/fixtures_srcs/test_upgrader_models_generation.py
test/jit/xnnpack/test_xnnpack_delegate.py
test/jit_hooks/CMakeLists.txt
test/jit_hooks/model.py
test/jit_hooks/test_jit_hooks.cpp
test/lazy/__init__.py
test/lazy/test_bindings.py
test/lazy/test_debug_util.py
test/lazy/test_extract_compiled_graph.py
test/lazy/test_functionalization.py
test/lazy/test_generator.py
test/lazy/test_meta_kernel.py
test/lazy/test_reuse_ir.py
test/lazy/test_step_closures.py
test/lazy/test_ts_opinfo.py
test/mobile/test_bytecode.py
test/mobile/test_lite_script_module.py
test/mobile/test_lite_script_type.py
test/mobile/test_quantize_fx_lite_script_module.py
test/mobile/test_upgrader_bytecode_table_example.cpp
test/mobile/test_upgrader_codegen.py
test/mobile/test_upgraders.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/lightweight_dispatch/CMakeLists.txt
test/mobile/lightweight_dispatch/build.sh
test/mobile/lightweight_dispatch/lightweight_dispatch_ops.yaml
test/mobile/lightweight_dispatch/test_codegen_unboxing.cpp
test/mobile/lightweight_dispatch/test_lightweight_dispatch.cpp
test/mobile/lightweight_dispatch/tests_setup.py
test/mobile/model_test/README.md
test/mobile/model_test/android_api_module.py
test/mobile/model_test/builtin_ops.py
test/mobile/model_test/coverage.yaml
test/mobile/model_test/gen_test_model.py
test/mobile/model_test/math_ops.py
test/mobile/model_test/model_ops.yaml
test/mobile/model_test/nn_ops.py
test/mobile/model_test/quantization_ops.py
test/mobile/model_test/sampling_ops.py
test/mobile/model_test/tensor_ops.py
test/mobile/model_test/torchvision_models.py
test/mobile/model_test/update_production_ops.py
test/mobile/nnc/CMakeLists.txt
test/mobile/nnc/aot_test_model.py
test/mobile/nnc/test_aot_compile.sh
test/mobile/nnc/test_context.cpp
test/mobile/nnc/test_nnc_backend.cpp
test/mobile/nnc/test_registry.cpp
test/nn/test_convolution.py
test/nn/test_dropout.py
test/nn/test_embedding.py
test/nn/test_init.py
test/nn/test_lazy_modules.py
test/nn/test_load_state_dict.py
test/nn/test_module_hooks.py
test/nn/test_multihead_attention.py
test/nn/test_packed_sequence.py
test/nn/test_parametrization.py
test/nn/test_pooling.py
test/nn/test_pruning.py
test/onnx/autograd_helper.py
test/onnx/error_reproduction.py
test/onnx/onnx_test_common.py
test/onnx/pytorch_test_common.py
test/onnx/test_autograd_funs.py
test/onnx/test_custom_ops.py
test/onnx/test_fx_passes.py
test/onnx/test_fx_to_onnx.py
test/onnx/test_fx_to_onnx_decomp_skip.py
test/onnx/test_fx_to_onnx_with_onnxruntime.py
test/onnx/test_fx_type_promotion.py
test/onnx/test_lazy_import.py
test/onnx/test_models.py
test/onnx/test_models_onnxruntime.py
test/onnx/test_models_quantized_onnxruntime.py
test/onnx/test_onnx_opset.py
test/onnx/test_onnxscript_no_runtime.py
test/onnx/test_onnxscript_runtime.py
test/onnx/test_op_consistency.py
test/onnx/test_operators.py
test/onnx/test_pytorch_jit_onnx.py
test/onnx/test_pytorch_onnx_no_runtime.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_symbolic_helper.py
test/onnx/test_utility_funs.py
test/onnx/test_verification.py
test/onnx/verify.py
test/onnx/assets/grace_hopper_517x606.jpg
test/onnx/assets/rgb_pytorch.png
test/onnx/dynamo/test_dynamo_with_onnxruntime_backend.py
test/onnx/dynamo/test_exporter_api.py
test/onnx/dynamo/test_registry_dispatcher.py
test/onnx/expect/TestFindMismatch_ONNX.test_pretty_print_tree_visualizes_mismatch.expect
test/onnx/expect/TestFindMismatch_ONNX_RUNTIME_CPU.test_find_mismatch_prints_correct_info_when_no_mismatch.expect
test/onnx/expect/TestFindMismatch_ONNX_RUNTIME_CPU.test_pretty_print_tree_visualizes_mismatch.expect
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_bitwise_and.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_add_inputs_same_symbolic_shape.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_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_mean_dtype.expect
test/onnx/expect/TestOperators.test_meshgrid.expect
test/onnx/expect/TestOperators.test_meshgrid_indexing.expect
test/onnx/expect/TestOperators.test_min.expect
test/onnx/expect/TestOperators.test_mm.expect
test/onnx/expect/TestOperators.test_mul_bool.expect
test/onnx/expect/TestOperators.test_mul_fp_bool.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_prod_dtype.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_dtype.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_dtype.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_dtype.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_scatter_add_opset16.expect
test/onnx/expect/TestOperators.test_selu.expect
test/onnx/expect/TestOperators.test_shape_value_map.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_sum_dtype.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/exporter/README.md
test/onnx/exporter/test_api.py
test/onnx/exporter/test_core.py
test/onnx/exporter/test_tensors.py
test/onnx/internal/test_diagnostics.py
test/onnx/internal/test_registraion.py
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/onnx/torch_export/test_torch_export_with_onnxruntime.py
test/optim/test_lrscheduler.py
test/optim/test_optim.py
test/optim/test_swa_utils.py
test/package/__init__.py
test/package/common.py
test/package/generate_bc_packages.py
test/package/module_a.py
test/package/module_a_remapped_path.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_load_bc_packages.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_repackage.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/long_name.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/test_nn_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_bc/test_fx_module.pt
test/package/package_bc/test_nn_module.pt
test/package/package_bc/test_torchscript_module.pt
test/package/package_c/__init__.py
test/package/package_c/test_module.py
test/package/package_d/__init__.py
test/package/package_d/imports_directly.py
test/package/package_d/imports_indirectly.py
test/package/package_d/subpackage_0/__init__.py
test/package/package_d/subpackage_0/subsubpackage_0/__init__.py
test/package/package_e/test_nn_module.pt
test/package/test_trace_dep/__init__.py
test/profiler/profiler_utils_mock_events.json
test/profiler/test_cpp_thread.cpp
test/profiler/test_cpp_thread.py
test/profiler/test_execution_trace.py
test/profiler/test_memory_profiler.py
test/profiler/test_profiler.py
test/profiler/test_profiler_tree.py
test/profiler/test_record_function.py
test/profiler/test_torch_tidy.py
test/quantization/__init__.py
test/quantization/ao_migration/__init__.py
test/quantization/ao_migration/common.py
test/quantization/ao_migration/test_ao_migration.py
test/quantization/ao_migration/test_quantization.py
test/quantization/ao_migration/test_quantization_fx.py
test/quantization/bc/__init__.py
test/quantization/bc/test_backward_compatibility.py
test/quantization/core/__init__.py
test/quantization/core/test_backend_config.py
test/quantization/core/test_docs.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_top_level_apis.py
test/quantization/core/test_utils.py
test/quantization/core/test_workflow_module.py
test/quantization/core/test_workflow_ops.py
test/quantization/core/experimental/apot_fx_graph_mode_ptq.py
test/quantization/core/experimental/apot_fx_graph_mode_qat.py
test/quantization/core/experimental/quantization_util.py
test/quantization/core/experimental/test_adaround_eager.py
test/quantization/core/experimental/test_bits.py
test/quantization/core/experimental/test_fake_quantize.py
test/quantization/core/experimental/test_float8.py
test/quantization/core/experimental/test_linear.py
test/quantization/core/experimental/test_nonuniform_observer.py
test/quantization/core/experimental/test_quantized_tensor.py
test/quantization/core/experimental/test_quantizer.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_fuse_eager.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_model_report_fx.py
test/quantization/fx/test_numeric_suite_fx.py
test/quantization/fx/test_quantize_fx.py
test/quantization/fx/test_subgraph_rewriter.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_ondevice_quantization.py
test/quantization/jit/test_quantize_jit.py
test/quantization/pt2e/test_duplicate_dq.py
test/quantization/pt2e/test_graph_utils.py
test/quantization/pt2e/test_metadata_porting.py
test/quantization/pt2e/test_numeric_debugger.py
test/quantization/pt2e/test_quantize_pt2e.py
test/quantization/pt2e/test_quantize_pt2e_qat.py
test/quantization/pt2e/test_representation.py
test/quantization/pt2e/test_x86inductor_quantizer.py
test/quantization/pt2e/test_xnnpack_quantizer.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_linear_relu_package_quantization_transforms.expected.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.get_attr_targets.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.input.pt
test/quantization/serialized/TestSerialization.test_linear_relu_package_quantization_transforms.package.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/torch_np/__init__.py
test/torch_np/check_tests_conform.py
test/torch_np/conftest.py
test/torch_np/test_basic.py
test/torch_np/test_binary_ufuncs.py
test/torch_np/test_dtype.py
test/torch_np/test_function_base.py
test/torch_np/test_ndarray_methods.py
test/torch_np/test_nep50_examples.py
test/torch_np/test_random.py
test/torch_np/test_reductions.py
test/torch_np/test_scalars_0D_arrays.py
test/torch_np/test_ufuncs_basic.py
test/torch_np/test_unary_ufuncs.py
test/torch_np/numpy_tests/core/test_dlpack.py
test/torch_np/numpy_tests/core/test_dtype.py
test/torch_np/numpy_tests/core/test_einsum.py
test/torch_np/numpy_tests/core/test_getlimits.py
test/torch_np/numpy_tests/core/test_indexing.py
test/torch_np/numpy_tests/core/test_multiarray.py
test/torch_np/numpy_tests/core/test_numeric.py
test/torch_np/numpy_tests/core/test_numerictypes.py
test/torch_np/numpy_tests/core/test_scalar_ctors.py
test/torch_np/numpy_tests/core/test_scalar_methods.py
test/torch_np/numpy_tests/core/test_scalarinherit.py
test/torch_np/numpy_tests/core/test_scalarmath.py
test/torch_np/numpy_tests/core/test_shape_base.py
test/torch_np/numpy_tests/fft/test_helper.py
test/torch_np/numpy_tests/fft/test_pocketfft.py
test/torch_np/numpy_tests/lib/test_arraypad.py
test/torch_np/numpy_tests/lib/test_arraysetops.py
test/torch_np/numpy_tests/lib/test_function_base.py
test/torch_np/numpy_tests/lib/test_histograms.py
test/torch_np/numpy_tests/lib/test_index_tricks.py
test/torch_np/numpy_tests/lib/test_shape_base_.py
test/torch_np/numpy_tests/lib/test_twodim_base.py
test/torch_np/numpy_tests/lib/test_type_check.py
test/torch_np/numpy_tests/linalg/test_linalg.py
test/typing/fail/creation_ops.py
test/typing/fail/disabled_bitwise_ops.py
test/typing/fail/random.py
test/typing/pass/creation_ops.py
test/typing/pass/cuda_steam.py
test/typing/pass/disabled_jit.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
test/xpu/test_conv.py
test/xpu/test_gemm.py
third_party/build_bundled.py
third_party/cpp-httplib/.clang-format
third_party/cpp-httplib/CMakeLists.txt
third_party/cpp-httplib/LICENSE
third_party/cpp-httplib/README.md
third_party/cpp-httplib/httplib.h
third_party/cpp-httplib/meson.build
third_party/cpp-httplib/meson_options.txt
third_party/cpp-httplib/split.py
third_party/cpp-httplib/cmake/FindBrotli.cmake
third_party/cpp-httplib/cmake/httplibConfig.cmake.in
third_party/cpp-httplib/example/Dockerfile.hello
third_party/cpp-httplib/example/Makefile
third_party/cpp-httplib/example/benchmark.cc
third_party/cpp-httplib/example/ca-bundle.crt
third_party/cpp-httplib/example/client.cc
third_party/cpp-httplib/example/client.vcxproj
third_party/cpp-httplib/example/example.sln
third_party/cpp-httplib/example/hello.cc
third_party/cpp-httplib/example/redirect.cc
third_party/cpp-httplib/example/server.cc
third_party/cpp-httplib/example/server.vcxproj
third_party/cpp-httplib/example/simplecli.cc
third_party/cpp-httplib/example/simplesvr.cc
third_party/cpp-httplib/example/ssecli.cc
third_party/cpp-httplib/example/ssesvr.cc
third_party/cpp-httplib/example/upload.cc
third_party/cpp-httplib/example/uploader.sh
third_party/cpp-httplib/test/CMakeLists.txt
third_party/cpp-httplib/test/Makefile
third_party/cpp-httplib/test/ca-bundle.crt
third_party/cpp-httplib/test/image.jpg
third_party/cpp-httplib/test/include_httplib.cc
third_party/cpp-httplib/test/meson.build
third_party/cpp-httplib/test/test.cc
third_party/cpp-httplib/test/test.conf
third_party/cpp-httplib/test/test.rootCA.conf
third_party/cpp-httplib/test/test.sln
third_party/cpp-httplib/test/test.vcxproj
third_party/cpp-httplib/test/test_proxy.cc
third_party/cpp-httplib/test/fuzzing/CMakeLists.txt
third_party/cpp-httplib/test/fuzzing/Makefile
third_party/cpp-httplib/test/fuzzing/server_fuzzer.cc
third_party/cpp-httplib/test/fuzzing/server_fuzzer.dict
third_party/cpp-httplib/test/fuzzing/standalone_fuzz_target_runner.cpp
third_party/cpp-httplib/test/fuzzing/corpus/1
third_party/cpp-httplib/test/fuzzing/corpus/2
third_party/cpp-httplib/test/fuzzing/corpus/3
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5042094968537088
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5372331946541056
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5386708825800704
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5667822731132928
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5886572146327552
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-5942767436562432
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-6007379124158464
third_party/cpp-httplib/test/fuzzing/corpus/clusterfuzz-testcase-minimized-server_fuzzer-6508706672541696
third_party/cpp-httplib/test/fuzzing/corpus/issue1264
third_party/cpp-httplib/test/gtest/gtest-all.cc
third_party/cpp-httplib/test/gtest/gtest.h
third_party/cpp-httplib/test/gtest/gtest_main.cc
third_party/cpp-httplib/test/proxy/Dockerfile
third_party/cpp-httplib/test/proxy/basic_passwd
third_party/cpp-httplib/test/proxy/basic_squid.conf
third_party/cpp-httplib/test/proxy/digest_passwd
third_party/cpp-httplib/test/proxy/digest_squid.conf
third_party/cpp-httplib/test/proxy/docker-compose.yml
third_party/cpp-httplib/test/www/dir/1MB.txt
third_party/cpp-httplib/test/www/dir/index.html
third_party/cpp-httplib/test/www/dir/meson.build
third_party/cpp-httplib/test/www/dir/test.abcde
third_party/cpp-httplib/test/www/dir/test.html
third_party/cpp-httplib/test/www2/dir/index.html
third_party/cpp-httplib/test/www2/dir/meson.build
third_party/cpp-httplib/test/www2/dir/test.html
third_party/cpp-httplib/test/www3/dir/index.html
third_party/cpp-httplib/test/www3/dir/meson.build
third_party/cpp-httplib/test/www3/dir/test.html
third_party/flatbuffers/.clang-format
third_party/flatbuffers/.clang-tidy
third_party/flatbuffers/.editorconfig
third_party/flatbuffers/.eslintrc.js
third_party/flatbuffers/BUILD.bazel
third_party/flatbuffers/CHANGELOG.md
third_party/flatbuffers/CMakeLists.txt
third_party/flatbuffers/CONTRIBUTING.md
third_party/flatbuffers/FlatBuffers.podspec
third_party/flatbuffers/Formatters.md
third_party/flatbuffers/LICENSE
third_party/flatbuffers/Package.swift
third_party/flatbuffers/Package@swift-5.5.swift
third_party/flatbuffers/SECURITY.md
third_party/flatbuffers/WORKSPACE
third_party/flatbuffers/build_defs.bzl
third_party/flatbuffers/composer.json
third_party/flatbuffers/conanfile.py
third_party/flatbuffers/package.json
third_party/flatbuffers/readme.md
third_party/flatbuffers/swift.swiftformat
third_party/flatbuffers/tsconfig.json
third_party/flatbuffers/tsconfig.mjs.json
third_party/flatbuffers/typescript.bzl
third_party/flatbuffers/yarn.lock
third_party/flatbuffers/.bazelci/presubmit.yml
third_party/flatbuffers/CMake/BuildFlatBuffers.cmake
third_party/flatbuffers/CMake/DESCRIPTION.txt
third_party/flatbuffers/CMake/FindFlatBuffers.cmake
third_party/flatbuffers/CMake/PackageDebian.cmake
third_party/flatbuffers/CMake/PackageRedhat.cmake
third_party/flatbuffers/CMake/Version.cmake
third_party/flatbuffers/CMake/flatbuffers-config-version.cmake.in
third_party/flatbuffers/CMake/flatbuffers-config.cmake
third_party/flatbuffers/CMake/flatbuffers.pc.in
third_party/flatbuffers/android/.project
third_party/flatbuffers/android/AndroidManifest.xml
third_party/flatbuffers/android/build.gradle
third_party/flatbuffers/android/gradle.properties
third_party/flatbuffers/android/gradlew
third_party/flatbuffers/android/gradlew.bat
third_party/flatbuffers/android/settings.gradle
third_party/flatbuffers/android/app/.gitignore
third_party/flatbuffers/android/app/build.gradle
third_party/flatbuffers/android/app/proguard-rules.pro
third_party/flatbuffers/android/app/src/main/AndroidManifest.xml
third_party/flatbuffers/android/app/src/main/cpp/CMakeLists.txt
third_party/flatbuffers/android/app/src/main/cpp/animals.cpp
third_party/flatbuffers/android/app/src/main/cpp/flatbuffers/CMakeLists.txt
third_party/flatbuffers/android/app/src/main/cpp/generated/animal_generated.h
third_party/flatbuffers/android/app/src/main/fbs/animal.fbs
third_party/flatbuffers/android/app/src/main/java/com/flatbuffers/app/MainActivity.kt
third_party/flatbuffers/android/app/src/main/java/generated/com/fbs/app/Animal.kt
third_party/flatbuffers/android/app/src/main/res/drawable/ic_launcher_background.xml
third_party/flatbuffers/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
third_party/flatbuffers/android/app/src/main/res/layout/activity_main.xml
third_party/flatbuffers/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
third_party/flatbuffers/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
third_party/flatbuffers/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
third_party/flatbuffers/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
third_party/flatbuffers/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
third_party/flatbuffers/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
third_party/flatbuffers/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
third_party/flatbuffers/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
third_party/flatbuffers/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
third_party/flatbuffers/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
third_party/flatbuffers/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
third_party/flatbuffers/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
third_party/flatbuffers/android/app/src/main/res/values/colors.xml
third_party/flatbuffers/android/app/src/main/res/values/strings.xml
third_party/flatbuffers/android/app/src/main/res/values/styles.xml
third_party/flatbuffers/android/gradle/wrapper/gradle-wrapper.jar
third_party/flatbuffers/android/gradle/wrapper/gradle-wrapper.properties
third_party/flatbuffers/bazel/BUILD.bazel
third_party/flatbuffers/benchmarks/CMakeLists.txt
third_party/flatbuffers/benchmarks/cpp/bench.h
third_party/flatbuffers/benchmarks/cpp/benchmark_main.cpp
third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs
third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench_generated.h
third_party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.cpp
third_party/flatbuffers/benchmarks/cpp/flatbuffers/fb_bench.h
third_party/flatbuffers/benchmarks/cpp/raw/raw_bench.cpp
third_party/flatbuffers/benchmarks/cpp/raw/raw_bench.h
third_party/flatbuffers/conan/CMakeLists.txt
third_party/flatbuffers/conan/build.py
third_party/flatbuffers/conan/test_package/CMakeLists.txt
third_party/flatbuffers/conan/test_package/conanfile.py
third_party/flatbuffers/conan/test_package/test_package.cpp
third_party/flatbuffers/dart/CHANGELOG.md
third_party/flatbuffers/dart/LICENSE
third_party/flatbuffers/dart/README.md
third_party/flatbuffers/dart/analysis_options.yaml
third_party/flatbuffers/dart/publish.sh
third_party/flatbuffers/dart/pubspec.yaml
third_party/flatbuffers/dart/example/example.dart
third_party/flatbuffers/dart/example/monster_my_game.sample_generated.dart
third_party/flatbuffers/dart/lib/flat_buffers.dart
third_party/flatbuffers/dart/lib/flex_buffers.dart
third_party/flatbuffers/dart/lib/src/builder.dart
third_party/flatbuffers/dart/lib/src/reference.dart
third_party/flatbuffers/dart/lib/src/types.dart
third_party/flatbuffers/dart/test/bool_structs.fbs
third_party/flatbuffers/dart/test/bool_structs_generated.dart
third_party/flatbuffers/dart/test/flat_buffers_test.dart
third_party/flatbuffers/dart/test/flex_builder_test.dart
third_party/flatbuffers/dart/test/flex_reader_test.dart
third_party/flatbuffers/dart/test/flex_types_test.dart
third_party/flatbuffers/dart/test/include_test1_generated.dart
third_party/flatbuffers/dart/test/include_test2_my_game.other_name_space_generated.dart
third_party/flatbuffers/dart/test/keyword_test_keyword_test_generated.dart
third_party/flatbuffers/dart/test/list_of_enums.fbs
third_party/flatbuffers/dart/test/list_of_enums_generated.dart
third_party/flatbuffers/dart/test/monster_test.fbs
third_party/flatbuffers/dart/test/monster_test_my_game.example2_generated.dart
third_party/flatbuffers/dart/test/monster_test_my_game.example_generated.dart
third_party/flatbuffers/dart/test/monster_test_my_game_generated.dart
third_party/flatbuffers/dart/test/monsterdata_test.mon
third_party/flatbuffers/docs/footer.html
third_party/flatbuffers/docs/header.html
third_party/flatbuffers/docs/images/fpl_logo_small.png
third_party/flatbuffers/docs/images/ftv2mnode.png
third_party/flatbuffers/docs/images/ftv2pnode.png
third_party/flatbuffers/docs/source/Benchmarks.md
third_party/flatbuffers/docs/source/Building.md
third_party/flatbuffers/docs/source/CONTRIBUTING.md
third_party/flatbuffers/docs/source/CUsage.md
third_party/flatbuffers/docs/source/Compiler.md
third_party/flatbuffers/docs/source/CppUsage.md
third_party/flatbuffers/docs/source/CsharpUsage.md
third_party/flatbuffers/docs/source/DartUsage.md
third_party/flatbuffers/docs/source/FlatBuffers.md
third_party/flatbuffers/docs/source/FlexBuffers.md
third_party/flatbuffers/docs/source/GoApi.md
third_party/flatbuffers/docs/source/GoApi_generated.txt
third_party/flatbuffers/docs/source/GoUsage.md
third_party/flatbuffers/docs/source/Grammar.md
third_party/flatbuffers/docs/source/IntermediateRepresentation.md
third_party/flatbuffers/docs/source/Internals.md
third_party/flatbuffers/docs/source/JavaScriptUsage.md
third_party/flatbuffers/docs/source/JavaUsage.md
third_party/flatbuffers/docs/source/KotlinUsage.md
third_party/flatbuffers/docs/source/LobsterUsage.md
third_party/flatbuffers/docs/source/LuaUsage.md
third_party/flatbuffers/docs/source/PHPUsage.md
third_party/flatbuffers/docs/source/PythonUsage.md
third_party/flatbuffers/docs/source/README_TO_GENERATE_DOCS.md
third_party/flatbuffers/docs/source/RustUsage.md
third_party/flatbuffers/docs/source/Schemas.md
third_party/flatbuffers/docs/source/Support.md
third_party/flatbuffers/docs/source/SwiftUsage.md
third_party/flatbuffers/docs/source/Tutorial.md
third_party/flatbuffers/docs/source/TypeScriptUsage.md
third_party/flatbuffers/docs/source/WhitePaper.md
third_party/flatbuffers/docs/source/doxyfile
third_party/flatbuffers/docs/source/doxygen_layout.xml
third_party/flatbuffers/docs/source/groups
third_party/flatbuffers/docs/source/style.css
third_party/flatbuffers/docs/source/gRPC/CppUsage.md
third_party/flatbuffers/examples/go-echo/README.md
third_party/flatbuffers/examples/go-echo/go.mod
third_party/flatbuffers/examples/go-echo/hero.fbs
third_party/flatbuffers/examples/go-echo/net.fbs
third_party/flatbuffers/examples/go-echo/client/client.go
third_party/flatbuffers/examples/go-echo/hero/Warrior.go
third_party/flatbuffers/examples/go-echo/net/Request.go
third_party/flatbuffers/examples/go-echo/net/Response.go
third_party/flatbuffers/examples/go-echo/server/server.go
third_party/flatbuffers/go/BUILD.bazel
third_party/flatbuffers/go/builder.go
third_party/flatbuffers/go/doc.go
third_party/flatbuffers/go/encode.go
third_party/flatbuffers/go/grpc.go
third_party/flatbuffers/go/lib.go
third_party/flatbuffers/go/sizes.go
third_party/flatbuffers/go/struct.go
third_party/flatbuffers/go/table.go
third_party/flatbuffers/grpc/BUILD.bazel
third_party/flatbuffers/grpc/README.md
third_party/flatbuffers/grpc/boringssl.patch
third_party/flatbuffers/grpc/build_grpc.sh
third_party/flatbuffers/grpc/build_grpc_with_cxx14.patch
third_party/flatbuffers/grpc/pom.xml
third_party/flatbuffers/grpc/examples/README.md
third_party/flatbuffers/grpc/examples/greeter.fbs
third_party/flatbuffers/grpc/examples/go/format.sh
third_party/flatbuffers/grpc/examples/go/greeter/.gitignore
third_party/flatbuffers/grpc/examples/go/greeter/README.md
third_party/flatbuffers/grpc/examples/go/greeter/client/go.mod
third_party/flatbuffers/grpc/examples/go/greeter/client/main.go
third_party/flatbuffers/grpc/examples/go/greeter/models/Greeter_grpc.go
third_party/flatbuffers/grpc/examples/go/greeter/models/HelloReply.go
third_party/flatbuffers/grpc/examples/go/greeter/models/HelloRequest.go
third_party/flatbuffers/grpc/examples/go/greeter/models/go.mod
third_party/flatbuffers/grpc/examples/go/greeter/server/go.mod
third_party/flatbuffers/grpc/examples/go/greeter/server/main.go
third_party/flatbuffers/grpc/examples/python/greeter/README.md
third_party/flatbuffers/grpc/examples/python/greeter/client.py
third_party/flatbuffers/grpc/examples/python/greeter/server.py
third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py
third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py
third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py
third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py
third_party/flatbuffers/grpc/examples/swift/Greeter/Package.swift
third_party/flatbuffers/grpc/examples/swift/Greeter/README.md
third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/greeter.grpc.swift
third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/greeter_generated.swift
third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/client/main.swift
third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/server/main.swift
third_party/flatbuffers/grpc/examples/ts/greeter/README.md
third_party/flatbuffers/grpc/examples/ts/greeter/package.json
third_party/flatbuffers/grpc/examples/ts/greeter/tsconfig.json
third_party/flatbuffers/grpc/examples/ts/greeter/src/client.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/greeter.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/greeter_generated.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/greeter_grpc.d.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/greeter_grpc.js
third_party/flatbuffers/grpc/examples/ts/greeter/src/models.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/server.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/models/hello-reply.ts
third_party/flatbuffers/grpc/examples/ts/greeter/src/models/hello-request.ts
third_party/flatbuffers/grpc/flatbuffers-java-grpc/pom.xml
third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/FlatbuffersUtils.java
third_party/flatbuffers/grpc/samples/greeter/Makefile
third_party/flatbuffers/grpc/samples/greeter/client.cpp
third_party/flatbuffers/grpc/samples/greeter/greeter.fbs
third_party/flatbuffers/grpc/samples/greeter/server.cpp
third_party/flatbuffers/grpc/src/compiler/BUILD.bazel
third_party/flatbuffers/grpc/src/compiler/cpp_generator.cc
third_party/flatbuffers/grpc/src/compiler/cpp_generator.h
third_party/flatbuffers/grpc/src/compiler/go_generator.cc
third_party/flatbuffers/grpc/src/compiler/go_generator.h
third_party/flatbuffers/grpc/src/compiler/java_generator.cc
third_party/flatbuffers/grpc/src/compiler/java_generator.h
third_party/flatbuffers/grpc/src/compiler/python_generator.cc
third_party/flatbuffers/grpc/src/compiler/python_generator.h
third_party/flatbuffers/grpc/src/compiler/schema_interface.h
third_party/flatbuffers/grpc/src/compiler/swift_generator.cc
third_party/flatbuffers/grpc/src/compiler/swift_generator.h
third_party/flatbuffers/grpc/src/compiler/ts_generator.cc
third_party/flatbuffers/grpc/src/compiler/ts_generator.h
third_party/flatbuffers/grpc/tests/BUILD
third_party/flatbuffers/grpc/tests/GameFactory.java
third_party/flatbuffers/grpc/tests/JavaGrpcTest.java
third_party/flatbuffers/grpc/tests/go_test.go
third_party/flatbuffers/grpc/tests/grpctest.cpp
third_party/flatbuffers/grpc/tests/grpctest.py
third_party/flatbuffers/grpc/tests/java-grpc-test.sh
third_party/flatbuffers/grpc/tests/message_builder_test.cpp
third_party/flatbuffers/grpc/tests/pom.xml
third_party/flatbuffers/include/flatbuffers/allocator.h
third_party/flatbuffers/include/flatbuffers/array.h
third_party/flatbuffers/include/flatbuffers/base.h
third_party/flatbuffers/include/flatbuffers/buffer.h
third_party/flatbuffers/include/flatbuffers/buffer_ref.h
third_party/flatbuffers/include/flatbuffers/code_generator.h
third_party/flatbuffers/include/flatbuffers/code_generators.h
third_party/flatbuffers/include/flatbuffers/default_allocator.h
third_party/flatbuffers/include/flatbuffers/detached_buffer.h
third_party/flatbuffers/include/flatbuffers/flatbuffer_builder.h
third_party/flatbuffers/include/flatbuffers/flatbuffers.h
third_party/flatbuffers/include/flatbuffers/flatc.h
third_party/flatbuffers/include/flatbuffers/flex_flat_util.h
third_party/flatbuffers/include/flatbuffers/flexbuffers.h
third_party/flatbuffers/include/flatbuffers/grpc.h
third_party/flatbuffers/include/flatbuffers/hash.h
third_party/flatbuffers/include/flatbuffers/idl.h
third_party/flatbuffers/include/flatbuffers/minireflect.h
third_party/flatbuffers/include/flatbuffers/reflection.h
third_party/flatbuffers/include/flatbuffers/reflection_generated.h
third_party/flatbuffers/include/flatbuffers/registry.h
third_party/flatbuffers/include/flatbuffers/stl_emulation.h
third_party/flatbuffers/include/flatbuffers/string.h
third_party/flatbuffers/include/flatbuffers/struct.h
third_party/flatbuffers/include/flatbuffers/table.h
third_party/flatbuffers/include/flatbuffers/util.h
third_party/flatbuffers/include/flatbuffers/vector.h
third_party/flatbuffers/include/flatbuffers/vector_downward.h
third_party/flatbuffers/include/flatbuffers/verifier.h
third_party/flatbuffers/include/flatbuffers/pch/flatc_pch.h
third_party/flatbuffers/include/flatbuffers/pch/pch.h
third_party/flatbuffers/java/pom.xml
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ArrayReadWriteBuf.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/BaseVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/BooleanVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ByteBufferReadWriteBuf.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ByteBufferUtil.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ByteVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/Constants.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/DoubleVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/FlatBufferBuilder.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/FlexBuffers.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/FlexBuffersBuilder.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/FloatVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/IntVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/LongVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ReadBuf.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ReadWriteBuf.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ShortVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/StringVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/Struct.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/Table.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/UnionVector.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/Utf8.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/Utf8Old.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/Utf8Safe.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/AdvancedFeatures.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/BaseType.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Enum.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/EnumVal.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Field.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/KeyValue.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Object.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/RPCCall.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Schema.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/SchemaFile.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Service.java
third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/Type.java
third_party/flatbuffers/java/src/test/java/JavaTest.java
third_party/flatbuffers/java/src/test/java/DictionaryLookup/LongFloatEntry.java
third_party/flatbuffers/java/src/test/java/DictionaryLookup/LongFloatEntry.kt
third_party/flatbuffers/java/src/test/java/DictionaryLookup/LongFloatMap.java
third_party/flatbuffers/java/src/test/java/DictionaryLookup/LongFloatMap.kt
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.cs
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.go
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.java
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.kt
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.lua
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.nim
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.php
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py
third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespaceT.java
third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.cs
third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.java
third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.kt
third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py
third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtraT.java
third_party/flatbuffers/java/src/test/java/MyGame/__init__.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/AbilityT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliasesUnion.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUnion.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliasesUnion.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStructT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTableT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/MonsterStorageGrpc.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/MonsterStorage_grpc.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/MonsterT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStructT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/ReferrableT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/StatT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructsT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnumT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/TestT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliasesT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.go
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.php
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3T.java
third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py
third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.cs
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.go
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.java
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.kt
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.lua
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.nim
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.php
third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py
third_party/flatbuffers/java/src/test/java/MyGame/Example2/MonsterT.java
third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/FromInclude.lua
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/FromInclude.nim
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/TableB.lua
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/TableB.nim
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/TableBT.java
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/Unused.lua
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/Unused.nim
third_party/flatbuffers/java/src/test/java/MyGame/OtherNameSpace/UnusedT.java
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.go
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.java
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.kt
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.lua
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.php
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py
third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInAT.java
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.go
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.php
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.go
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.java
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.kt
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.lua
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.php
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py
third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNST.java
third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.go
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.kt
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.lua
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.php
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.go
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.kt
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.lua
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.php
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNST.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.go
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.kt
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.lua
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.php
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNST.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.cs
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.go
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.kt
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.lua
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.php
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNSUnion.java
third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.cs
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.go
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.java
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.kt
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.lua
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.php
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py
third_party/flatbuffers/java/src/test/java/NamespaceC/TableInCT.java
third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py
third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.cs
third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.go
third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.java
third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.kt
third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.nim
third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py
third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.cs
third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.go
third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.java
third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.kt
third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.nim
third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py
third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py
third_party/flatbuffers/java/src/test/java/optional_scalars/mod.rs
third_party/flatbuffers/java/src/test/java/optional_scalars/optional_scalars/optional_byte_generated.rs
third_party/flatbuffers/java/src/test/java/optional_scalars/optional_scalars/scalar_stuff_generated.rs
third_party/flatbuffers/java/src/test/java/union_vector/Attacker.cs
third_party/flatbuffers/java/src/test/java/union_vector/Attacker.java
third_party/flatbuffers/java/src/test/java/union_vector/Attacker.kt
third_party/flatbuffers/java/src/test/java/union_vector/Attacker.php
third_party/flatbuffers/java/src/test/java/union_vector/AttackerT.java
third_party/flatbuffers/java/src/test/java/union_vector/BookReader.cs
third_party/flatbuffers/java/src/test/java/union_vector/BookReader.java
third_party/flatbuffers/java/src/test/java/union_vector/BookReader.kt
third_party/flatbuffers/java/src/test/java/union_vector/BookReader.php
third_party/flatbuffers/java/src/test/java/union_vector/BookReaderT.java
third_party/flatbuffers/java/src/test/java/union_vector/Character.cs
third_party/flatbuffers/java/src/test/java/union_vector/Character.java
third_party/flatbuffers/java/src/test/java/union_vector/Character.kt
third_party/flatbuffers/java/src/test/java/union_vector/Character.php
third_party/flatbuffers/java/src/test/java/union_vector/CharacterUnion.java
third_party/flatbuffers/java/src/test/java/union_vector/FallingTub.cs
third_party/flatbuffers/java/src/test/java/union_vector/FallingTub.java
third_party/flatbuffers/java/src/test/java/union_vector/FallingTub.kt
third_party/flatbuffers/java/src/test/java/union_vector/FallingTub.php
third_party/flatbuffers/java/src/test/java/union_vector/FallingTubT.java
third_party/flatbuffers/java/src/test/java/union_vector/Gadget.cs
third_party/flatbuffers/java/src/test/java/union_vector/Gadget.java
third_party/flatbuffers/java/src/test/java/union_vector/Gadget.kt
third_party/flatbuffers/java/src/test/java/union_vector/Gadget.php
third_party/flatbuffers/java/src/test/java/union_vector/GadgetUnion.java
third_party/flatbuffers/java/src/test/java/union_vector/HandFan.cs
third_party/flatbuffers/java/src/test/java/union_vector/HandFan.java
third_party/flatbuffers/java/src/test/java/union_vector/HandFan.kt
third_party/flatbuffers/java/src/test/java/union_vector/HandFan.php
third_party/flatbuffers/java/src/test/java/union_vector/HandFanT.java
third_party/flatbuffers/java/src/test/java/union_vector/Movie.cs
third_party/flatbuffers/java/src/test/java/union_vector/Movie.java
third_party/flatbuffers/java/src/test/java/union_vector/Movie.kt
third_party/flatbuffers/java/src/test/java/union_vector/Movie.php
third_party/flatbuffers/java/src/test/java/union_vector/MovieT.java
third_party/flatbuffers/java/src/test/java/union_vector/Rapunzel.cs
third_party/flatbuffers/java/src/test/java/union_vector/Rapunzel.java
third_party/flatbuffers/java/src/test/java/union_vector/Rapunzel.kt
third_party/flatbuffers/java/src/test/java/union_vector/Rapunzel.php
third_party/flatbuffers/java/src/test/java/union_vector/RapunzelT.java
third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs
third_party/flatbuffers/java/src/test/java/union_vector/union_vector.json
third_party/flatbuffers/java/src/test/java/union_vector/union_vector_generated.h
third_party/flatbuffers/java/src/test/resources/monsterdata_test.mon
third_party/flatbuffers/js/README.md
third_party/flatbuffers/kotlin/build.gradle.kts
third_party/flatbuffers/kotlin/gradle.properties
third_party/flatbuffers/kotlin/gradlew
third_party/flatbuffers/kotlin/gradlew.bat
third_party/flatbuffers/kotlin/settings.gradle.kts
third_party/flatbuffers/kotlin/benchmark/build.gradle.kts
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ArrayReadWriteBuf.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/BaseVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/BooleanVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteBufferReadWriteBuf.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteBufferUtil.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ByteVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Constants.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/DoubleVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlatBufferBuilder.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlexBuffers.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FlexBuffersBuilder.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/FloatVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/IntVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/LongVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ReadBuf.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ReadWriteBuf.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/ShortVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/StringVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Struct.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Table.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/UnionVector.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8Old.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/Utf8Safe.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/AdvancedFeatures.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/BaseType.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/Enum.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/EnumVal.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/Field.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/KeyValue.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/Object.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/RPCCall.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/Schema.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/SchemaFile.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/Service.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/java/com/google/flatbuffers/reflection/Type.java
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/FlexBuffersBenchmark.kt
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/JsonBenchmark.kt
third_party/flatbuffers/kotlin/benchmark/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/benchmark/UTF8Benchmark.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/build.gradle.kts
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Buffers.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffers.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersBuilder.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/FlexBuffersInternals.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/JSON.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/Utf8.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ByteArrayTest.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/FlexBuffersTest.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/JSONTest.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/kotlin/com/google/flatbuffers/kotlin/Utf8Test.kt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/resources/utf8_sample.txt
third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ByteArray.kt
third_party/flatbuffers/kotlin/gradle/libs.versions.toml
third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.jar
third_party/flatbuffers/kotlin/gradle/wrapper/gradle-wrapper.properties
third_party/flatbuffers/kotlin/spotless/spotless.kt
third_party/flatbuffers/lobster/flatbuffers.lobster
third_party/flatbuffers/lua/flatbuffers.lua
third_party/flatbuffers/lua/flatbuffers/binaryarray.lua
third_party/flatbuffers/lua/flatbuffers/builder.lua
third_party/flatbuffers/lua/flatbuffers/compat.lua
third_party/flatbuffers/lua/flatbuffers/compat_5_1.lua
third_party/flatbuffers/lua/flatbuffers/compat_5_3.lua
third_party/flatbuffers/lua/flatbuffers/compat_luajit.lua
third_party/flatbuffers/lua/flatbuffers/numTypes.lua
third_party/flatbuffers/lua/flatbuffers/view.lua
third_party/flatbuffers/mjs/README.md
third_party/flatbuffers/net/FlatBuffers/ByteBuffer.cs
third_party/flatbuffers/net/FlatBuffers/ByteBufferUtil.cs
third_party/flatbuffers/net/FlatBuffers/FlatBufferBuilder.cs
third_party/flatbuffers/net/FlatBuffers/FlatBufferConstants.cs
third_party/flatbuffers/net/FlatBuffers/FlatBuffers.net35.csproj
third_party/flatbuffers/net/FlatBuffers/Google.FlatBuffers.csproj
third_party/flatbuffers/net/FlatBuffers/IFlatbufferObject.cs
third_party/flatbuffers/net/FlatBuffers/Offset.cs
third_party/flatbuffers/net/FlatBuffers/Struct.cs
third_party/flatbuffers/net/FlatBuffers/Table.cs
third_party/flatbuffers/net/FlatBuffers/flatbuffers.png
third_party/flatbuffers/net/FlatBuffers/flatbuffers.snk
third_party/flatbuffers/nim/flatbuffers.nimble
third_party/flatbuffers/nim/flatbuffers/flatbuffers.nim
third_party/flatbuffers/nim/flatbuffers/src/builder.nim
third_party/flatbuffers/nim/flatbuffers/src/endian.nim
third_party/flatbuffers/nim/flatbuffers/src/struct.nim
third_party/flatbuffers/nim/flatbuffers/src/table.nim
third_party/flatbuffers/php/ByteBuffer.php
third_party/flatbuffers/php/Constants.php
third_party/flatbuffers/php/FlatbufferBuilder.php
third_party/flatbuffers/php/Struct.php
third_party/flatbuffers/php/Table.php
third_party/flatbuffers/python/.gitignore
third_party/flatbuffers/python/__init__.py
third_party/flatbuffers/python/setup.cfg
third_party/flatbuffers/python/setup.py
third_party/flatbuffers/python/flatbuffers/__init__.py
third_party/flatbuffers/python/flatbuffers/_version.py
third_party/flatbuffers/python/flatbuffers/builder.py
third_party/flatbuffers/python/flatbuffers/compat.py
third_party/flatbuffers/python/flatbuffers/encode.py
third_party/flatbuffers/python/flatbuffers/flexbuffers.py
third_party/flatbuffers/python/flatbuffers/number_types.py
third_party/flatbuffers/python/flatbuffers/packer.py
third_party/flatbuffers/python/flatbuffers/table.py
third_party/flatbuffers/python/flatbuffers/util.py
third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py
third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py
third_party/flatbuffers/python/flatbuffers/reflection/Enum.py
third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py
third_party/flatbuffers/python/flatbuffers/reflection/Field.py
third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py
third_party/flatbuffers/python/flatbuffers/reflection/Object.py
third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py
third_party/flatbuffers/python/flatbuffers/reflection/Schema.py
third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py
third_party/flatbuffers/python/flatbuffers/reflection/Service.py
third_party/flatbuffers/python/flatbuffers/reflection/Type.py
third_party/flatbuffers/python/flatbuffers/reflection/__init__.py
third_party/flatbuffers/reflection/BUILD.bazel
third_party/flatbuffers/reflection/reflection.fbs
third_party/flatbuffers/reflection/ts/BUILD.bazel
third_party/flatbuffers/rust/flatbuffers/Cargo.toml
third_party/flatbuffers/rust/flatbuffers/README.md
third_party/flatbuffers/rust/flatbuffers/build.rs
third_party/flatbuffers/rust/flatbuffers/src/array.rs
third_party/flatbuffers/rust/flatbuffers/src/builder.rs
third_party/flatbuffers/rust/flatbuffers/src/endian_scalar.rs
third_party/flatbuffers/rust/flatbuffers/src/follow.rs
third_party/flatbuffers/rust/flatbuffers/src/get_root.rs
third_party/flatbuffers/rust/flatbuffers/src/lib.rs
third_party/flatbuffers/rust/flatbuffers/src/primitives.rs
third_party/flatbuffers/rust/flatbuffers/src/push.rs
third_party/flatbuffers/rust/flatbuffers/src/table.rs
third_party/flatbuffers/rust/flatbuffers/src/vector.rs
third_party/flatbuffers/rust/flatbuffers/src/verifier.rs
third_party/flatbuffers/rust/flatbuffers/src/vtable.rs
third_party/flatbuffers/rust/flatbuffers/src/vtable_writer.rs
third_party/flatbuffers/rust/flexbuffers/.gitignore
third_party/flatbuffers/rust/flexbuffers/Cargo.toml
third_party/flatbuffers/rust/flexbuffers/README.md
third_party/flatbuffers/rust/flexbuffers/src/bitwidth.rs
third_party/flatbuffers/rust/flexbuffers/src/buffer.rs
third_party/flatbuffers/rust/flexbuffers/src/flexbuffer_type.rs
third_party/flatbuffers/rust/flexbuffers/src/lib.rs
third_party/flatbuffers/rust/flexbuffers/src/builder/map.rs
third_party/flatbuffers/rust/flexbuffers/src/builder/mod.rs
third_party/flatbuffers/rust/flexbuffers/src/builder/push.rs
third_party/flatbuffers/rust/flexbuffers/src/builder/ser.rs
third_party/flatbuffers/rust/flexbuffers/src/builder/value.rs
third_party/flatbuffers/rust/flexbuffers/src/builder/vector.rs
third_party/flatbuffers/rust/flexbuffers/src/reader/de.rs
third_party/flatbuffers/rust/flexbuffers/src/reader/iter.rs
third_party/flatbuffers/rust/flexbuffers/src/reader/map.rs
third_party/flatbuffers/rust/flexbuffers/src/reader/mod.rs
third_party/flatbuffers/rust/flexbuffers/src/reader/serialize.rs
third_party/flatbuffers/rust/flexbuffers/src/reader/vector.rs
third_party/flatbuffers/samples/SampleBinary.cs
third_party/flatbuffers/samples/SampleBinary.java
third_party/flatbuffers/samples/SampleBinary.kt
third_party/flatbuffers/samples/SampleBinary.php
third_party/flatbuffers/samples/csharp_sample.sh
third_party/flatbuffers/samples/dart_sample.sh
third_party/flatbuffers/samples/go_sample.sh
third_party/flatbuffers/samples/java_sample.sh
third_party/flatbuffers/samples/javascript_sample.sh
third_party/flatbuffers/samples/kotlin_sample.sh
third_party/flatbuffers/samples/monster.bfbs
third_party/flatbuffers/samples/monster.fbs
third_party/flatbuffers/samples/monster_generated.h
third_party/flatbuffers/samples/monster_generated.lobster
third_party/flatbuffers/samples/monster_generated.swift
third_party/flatbuffers/samples/monsterdata.json
third_party/flatbuffers/samples/php_sample.sh
third_party/flatbuffers/samples/python_sample.sh
third_party/flatbuffers/samples/sample_bfbs.cpp
third_party/flatbuffers/samples/sample_binary.cpp
third_party/flatbuffers/samples/sample_binary.go
third_party/flatbuffers/samples/sample_binary.lobster
third_party/flatbuffers/samples/sample_binary.lua
third_party/flatbuffers/samples/sample_binary.py
third_party/flatbuffers/samples/sample_binary.rs
third_party/flatbuffers/samples/sample_binary.swift
third_party/flatbuffers/samples/sample_flexbuffers.rs
third_party/flatbuffers/samples/sample_flexbuffers_serde.rs
third_party/flatbuffers/samples/sample_text.cpp
third_party/flatbuffers/samples/sample_text.lobster
third_party/flatbuffers/samples/lua/MyGame/Sample/Color.lua
third_party/flatbuffers/samples/lua/MyGame/Sample/Equipment.lua
third_party/flatbuffers/samples/lua/MyGame/Sample/Monster.lua
third_party/flatbuffers/samples/lua/MyGame/Sample/Vec3.lua
third_party/flatbuffers/samples/lua/MyGame/Sample/Weapon.lua
third_party/flatbuffers/samples/rust_generated/mod.rs
third_party/flatbuffers/samples/rust_generated/my_game/sample/color_generated.rs
third_party/flatbuffers/samples/rust_generated/my_game/sample/equipment_generated.rs
third_party/flatbuffers/samples/rust_generated/my_game/sample/monster_generated.rs
third_party/flatbuffers/samples/rust_generated/my_game/sample/vec_3_generated.rs
third_party/flatbuffers/samples/rust_generated/my_game/sample/weapon_generated.rs
third_party/flatbuffers/scripts/check-grpc-generated-code.py
third_party/flatbuffers/scripts/check_generate_code.py
third_party/flatbuffers/scripts/clang-format-all.sh
third_party/flatbuffers/scripts/clang-format-git.sh
third_party/flatbuffers/scripts/clang-tidy-git.sh
third_party/flatbuffers/scripts/generate_code.py
third_party/flatbuffers/scripts/generate_grpc_examples.py
third_party/flatbuffers/scripts/release.sh
third_party/flatbuffers/scripts/util.py
third_party/flatbuffers/snap/snapcraft.yaml
third_party/flatbuffers/src/BUILD.bazel
third_party/flatbuffers/src/annotated_binary_text_gen.cpp
third_party/flatbuffers/src/annotated_binary_text_gen.h
third_party/flatbuffers/src/bfbs_gen.h
third_party/flatbuffers/src/bfbs_gen_lua.cpp
third_party/flatbuffers/src/bfbs_gen_lua.h
third_party/flatbuffers/src/bfbs_gen_nim.cpp
third_party/flatbuffers/src/bfbs_gen_nim.h
third_party/flatbuffers/src/bfbs_namer.h
third_party/flatbuffers/src/binary_annotator.cpp
third_party/flatbuffers/src/binary_annotator.h
third_party/flatbuffers/src/code_generators.cpp
third_party/flatbuffers/src/flatc.cpp
third_party/flatbuffers/src/flatc_main.cpp
third_party/flatbuffers/src/flathash.cpp
third_party/flatbuffers/src/idl_gen_binary.cpp
third_party/flatbuffers/src/idl_gen_binary.h
third_party/flatbuffers/src/idl_gen_cpp.cpp
third_party/flatbuffers/src/idl_gen_cpp.h
third_party/flatbuffers/src/idl_gen_csharp.cpp
third_party/flatbuffers/src/idl_gen_csharp.h
third_party/flatbuffers/src/idl_gen_dart.cpp
third_party/flatbuffers/src/idl_gen_dart.h
third_party/flatbuffers/src/idl_gen_fbs.cpp
third_party/flatbuffers/src/idl_gen_fbs.h
third_party/flatbuffers/src/idl_gen_go.cpp
third_party/flatbuffers/src/idl_gen_go.h
third_party/flatbuffers/src/idl_gen_grpc.cpp
third_party/flatbuffers/src/idl_gen_java.cpp
third_party/flatbuffers/src/idl_gen_java.h
third_party/flatbuffers/src/idl_gen_json_schema.cpp
third_party/flatbuffers/src/idl_gen_json_schema.h
third_party/flatbuffers/src/idl_gen_kotlin.cpp
third_party/flatbuffers/src/idl_gen_kotlin.h
third_party/flatbuffers/src/idl_gen_lobster.cpp
third_party/flatbuffers/src/idl_gen_lobster.h
third_party/flatbuffers/src/idl_gen_lua.cpp
third_party/flatbuffers/src/idl_gen_lua.h
third_party/flatbuffers/src/idl_gen_php.cpp
third_party/flatbuffers/src/idl_gen_php.h
third_party/flatbuffers/src/idl_gen_python.cpp
third_party/flatbuffers/src/idl_gen_python.h
third_party/flatbuffers/src/idl_gen_rust.cpp
third_party/flatbuffers/src/idl_gen_rust.h
third_party/flatbuffers/src/idl_gen_swift.cpp
third_party/flatbuffers/src/idl_gen_swift.h
third_party/flatbuffers/src/idl_gen_text.cpp
third_party/flatbuffers/src/idl_gen_text.h
third_party/flatbuffers/src/idl_gen_ts.cpp
third_party/flatbuffers/src/idl_gen_ts.h
third_party/flatbuffers/src/idl_namer.h
third_party/flatbuffers/src/idl_parser.cpp
third_party/flatbuffers/src/namer.h
third_party/flatbuffers/src/reflection.cpp
third_party/flatbuffers/src/util.cpp
third_party/flatbuffers/swift/BUILD.bazel
third_party/flatbuffers/swift/LICENSE
third_party/flatbuffers/swift/README.md
third_party/flatbuffers/swift/Sources/FlatBuffers/ByteBuffer.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Constants.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Enum.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferBuilder.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBufferObject.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/FlatBuffersUtils.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/FlatbuffersErrors.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Int+extension.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Message.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Mutable.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/NativeObject.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Offset.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Root.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/String+extension.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Struct.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Table.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/TableVerifier.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/VeriferOptions.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Verifiable.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Verifier.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Documentation.md
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_1.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_2.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_3.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_4.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_5.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_6.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/fbs/monster_step_7.fbs
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_1.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_10.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_11.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_12.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_13.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_2.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_3.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_4.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_5.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_6.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_7.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_8.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/swift_code_9.swift
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/images/tutorial_cover_image_1.png
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/Tutorial_Table_of_Contents.tutorial
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/create_your_first_buffer.tutorial
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/creating_flatbuffer_schema.tutorial
third_party/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Tutorials/reading_bytebuffer.tutorial
third_party/flatbuffers/tests/Abc.nim
third_party/flatbuffers/tests/BUILD.bazel
third_party/flatbuffers/tests/DartTest.sh
third_party/flatbuffers/tests/GoTest.sh
third_party/flatbuffers/tests/KotlinTest.kt
third_party/flatbuffers/tests/KotlinTest.sh
third_party/flatbuffers/tests/LuaTest.bat
third_party/flatbuffers/tests/LuaTest.sh
third_party/flatbuffers/tests/MoreDefaults.nim
third_party/flatbuffers/tests/MutatingBool.fbs
third_party/flatbuffers/tests/Pizza.go
third_party/flatbuffers/tests/Property.nim
third_party/flatbuffers/tests/PythonTest.sh
third_party/flatbuffers/tests/RustTest.bat
third_party/flatbuffers/tests/RustTest.sh
third_party/flatbuffers/tests/TableA.lua
third_party/flatbuffers/tests/TableA.nim
third_party/flatbuffers/tests/TableAT.java
third_party/flatbuffers/tests/TestAll.sh
third_party/flatbuffers/tests/TestMutatingBool.nim
third_party/flatbuffers/tests/alignment_test.cpp
third_party/flatbuffers/tests/alignment_test.fbs
third_party/flatbuffers/tests/alignment_test.h
third_party/flatbuffers/tests/alignment_test_generated.h
third_party/flatbuffers/tests/arrays_test.bfbs
third_party/flatbuffers/tests/arrays_test.fbs
third_party/flatbuffers/tests/arrays_test.golden
third_party/flatbuffers/tests/arrays_test.schema.json
third_party/flatbuffers/tests/arrays_test_generated.h
third_party/flatbuffers/tests/dictionary_lookup.fbs
third_party/flatbuffers/tests/evolution_test.cpp
third_party/flatbuffers/tests/evolution_test.h
third_party/flatbuffers/tests/flexbuffers_test.cpp
third_party/flatbuffers/tests/flexbuffers_test.h
third_party/flatbuffers/tests/fuzz_test.cpp
third_party/flatbuffers/tests/fuzz_test.h
third_party/flatbuffers/tests/go_test.go
third_party/flatbuffers/tests/gold_flexbuffer_example.bin
third_party/flatbuffers/tests/include_build_test.cc
third_party/flatbuffers/tests/include_test1_generated.dart
third_party/flatbuffers/tests/include_test2_my_game.other_name_space_generated.dart
third_party/flatbuffers/tests/included_test.fbs
third_party/flatbuffers/tests/includer_test.fbs
third_party/flatbuffers/tests/is_quiet_nan.h
third_party/flatbuffers/tests/javatest.bin
third_party/flatbuffers/tests/json_test.cpp
third_party/flatbuffers/tests/json_test.h
third_party/flatbuffers/tests/key_field_test.cpp
third_party/flatbuffers/tests/key_field_test.h
third_party/flatbuffers/tests/keyword_test.fbs
third_party/flatbuffers/tests/lobstertest.lobster
third_party/flatbuffers/tests/luatest.lua
third_party/flatbuffers/tests/monster_extra.fbs
third_party/flatbuffers/tests/monster_extra_generated.h
third_party/flatbuffers/tests/monster_extra_my_game_generated.dart
third_party/flatbuffers/tests/monster_test.afb
third_party/flatbuffers/tests/monster_test.bfbs
third_party/flatbuffers/tests/monster_test.cpp
third_party/flatbuffers/tests/monster_test.fbs
third_party/flatbuffers/tests/monster_test.grpc.fb.cc
third_party/flatbuffers/tests/monster_test.grpc.fb.h
third_party/flatbuffers/tests/monster_test.h
third_party/flatbuffers/tests/monster_test.schema.json
third_party/flatbuffers/tests/monster_test_bfbs_generated.h
third_party/flatbuffers/tests/monster_test_generated.grpc.fb.cc
third_party/flatbuffers/tests/monster_test_generated.grpc.fb.h
third_party/flatbuffers/tests/monster_test_generated.h
third_party/flatbuffers/tests/monster_test_generated.lobster
third_party/flatbuffers/tests/monster_test_generated.py
third_party/flatbuffers/tests/monster_test_generated.ts
third_party/flatbuffers/tests/monster_test_my_game.example2_generated.dart
third_party/flatbuffers/tests/monster_test_my_game.example_generated.dart
third_party/flatbuffers/tests/monster_test_my_game_generated.dart
third_party/flatbuffers/tests/monsterdata_extra.json
third_party/flatbuffers/tests/monsterdata_go_wire.mon.sp
third_party/flatbuffers/tests/monsterdata_python_wire.mon
third_party/flatbuffers/tests/monsterdata_test.afb
third_party/flatbuffers/tests/monsterdata_test.golden
third_party/flatbuffers/tests/monsterdata_test.json
third_party/flatbuffers/tests/monsterdata_test.mon
third_party/flatbuffers/tests/more_defaults.fbs
third_party/flatbuffers/tests/nan_inf_test.fbs
third_party/flatbuffers/tests/native_inline_table_test.fbs
third_party/flatbuffers/tests/native_inline_table_test_generated.h
third_party/flatbuffers/tests/native_type_test.fbs
third_party/flatbuffers/tests/native_type_test_generated.h
third_party/flatbuffers/tests/native_type_test_impl.cpp
third_party/flatbuffers/tests/native_type_test_impl.h
third_party/flatbuffers/tests/nested_union_test.fbs
third_party/flatbuffers/tests/optional_scalars.fbs
third_party/flatbuffers/tests/optional_scalars.json
third_party/flatbuffers/tests/optional_scalars_defaults.json
third_party/flatbuffers/tests/optional_scalars_generated.h
third_party/flatbuffers/tests/optional_scalars_generated.lobster
third_party/flatbuffers/tests/optional_scalars_generated.ts
third_party/flatbuffers/tests/optional_scalars_test.cpp
third_party/flatbuffers/tests/optional_scalars_test.h
third_party/flatbuffers/tests/parser_test.cpp
third_party/flatbuffers/tests/parser_test.h
third_party/flatbuffers/tests/phpTest.php
third_party/flatbuffers/tests/phpUnionVectorTest.php
third_party/flatbuffers/tests/phpUnionVectorTest.sh
third_party/flatbuffers/tests/private_annotation_test.fbs
third_party/flatbuffers/tests/proto_test.cpp
third_party/flatbuffers/tests/proto_test.h
third_party/flatbuffers/tests/py_flexbuffers_test.py
third_party/flatbuffers/tests/py_test.py
third_party/flatbuffers/tests/reflection_test.cpp
third_party/flatbuffers/tests/reflection_test.h
third_party/flatbuffers/tests/required_strings.fbs
third_party/flatbuffers/tests/test.cpp
third_party/flatbuffers/tests/test_assert.cpp
third_party/flatbuffers/tests/test_assert.h
third_party/flatbuffers/tests/test_builder.cpp
third_party/flatbuffers/tests/test_builder.h
third_party/flatbuffers/tests/type_field_collsion.fbs
third_party/flatbuffers/tests/unicode_test.json
third_party/flatbuffers/tests/unicode_test.mon
third_party/flatbuffers/tests/union_value_collision.fbs
third_party/flatbuffers/tests/util_test.cpp
third_party/flatbuffers/tests/util_test.h
third_party/flatbuffers/tests/vector_has_test.fbs
third_party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.java
third_party/flatbuffers/tests/DictionaryLookup/LongFloatEntry.kt
third_party/flatbuffers/tests/DictionaryLookup/LongFloatMap.java
third_party/flatbuffers/tests/DictionaryLookup/LongFloatMap.kt
third_party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBufferBuilderBenchmark.cs
third_party/flatbuffers/tests/FlatBuffers.Benchmarks/FlatBuffers.Benchmarks.csproj
third_party/flatbuffers/tests/FlatBuffers.Benchmarks/Program.cs
third_party/flatbuffers/tests/FlatBuffers.Test/.gitignore
third_party/flatbuffers/tests/FlatBuffers.Test/Assert.cs
third_party/flatbuffers/tests/FlatBuffers.Test/ByteBufferTests.cs
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBufferBuilderTests.cs
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBuffers.Core.Test.csproj
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBuffers.Test.csproj
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersExampleTests.cs
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersFuzzTests.cs
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestClassAttribute.cs
third_party/flatbuffers/tests/FlatBuffers.Test/FlatBuffersTestMethodAttribute.cs
third_party/flatbuffers/tests/FlatBuffers.Test/FuzzTestData.cs
third_party/flatbuffers/tests/FlatBuffers.Test/Lcg.cs
third_party/flatbuffers/tests/FlatBuffers.Test/NetTest.bat
third_party/flatbuffers/tests/FlatBuffers.Test/NetTest.sh
third_party/flatbuffers/tests/FlatBuffers.Test/Program.cs
third_party/flatbuffers/tests/FlatBuffers.Test/README.md
third_party/flatbuffers/tests/FlatBuffers.Test/TestTable.cs
third_party/flatbuffers/tests/FlatBuffers.Test/clean.sh
third_party/flatbuffers/tests/FlatBuffers.Test/packages.config
third_party/flatbuffers/tests/FlatBuffers.Test/Properties/AssemblyInfo.cs
third_party/flatbuffers/tests/KeywordTest/ABC.cs
third_party/flatbuffers/tests/KeywordTest/KeywordsInTable.cs
third_party/flatbuffers/tests/KeywordTest/KeywordsInUnion.cs
third_party/flatbuffers/tests/KeywordTest/Table2.cs
third_party/flatbuffers/tests/KeywordTest/public.cs
third_party/flatbuffers/tests/MyGame/InParentNamespace.cs
third_party/flatbuffers/tests/MyGame/InParentNamespace.go
third_party/flatbuffers/tests/MyGame/InParentNamespace.java
third_party/flatbuffers/tests/MyGame/InParentNamespace.kt
third_party/flatbuffers/tests/MyGame/InParentNamespace.lua
third_party/flatbuffers/tests/MyGame/InParentNamespace.nim
third_party/flatbuffers/tests/MyGame/InParentNamespace.php
third_party/flatbuffers/tests/MyGame/InParentNamespace.py
third_party/flatbuffers/tests/MyGame/InParentNamespaceT.java
third_party/flatbuffers/tests/MyGame/MonsterExtra.cs
third_party/flatbuffers/tests/MyGame/MonsterExtra.java
third_party/flatbuffers/tests/MyGame/MonsterExtra.kt
third_party/flatbuffers/tests/MyGame/MonsterExtra.py
third_party/flatbuffers/tests/MyGame/MonsterExtraT.java
third_party/flatbuffers/tests/MyGame/__init__.py
third_party/flatbuffers/tests/MyGame/Example/Ability.cs
third_party/flatbuffers/tests/MyGame/Example/Ability.go
third_party/flatbuffers/tests/MyGame/Example/Ability.java
third_party/flatbuffers/tests/MyGame/Example/Ability.kt
third_party/flatbuffers/tests/MyGame/Example/Ability.lua
third_party/flatbuffers/tests/MyGame/Example/Ability.nim
third_party/flatbuffers/tests/MyGame/Example/Ability.php
third_party/flatbuffers/tests/MyGame/Example/Ability.py
third_party/flatbuffers/tests/MyGame/Example/AbilityT.java
third_party/flatbuffers/tests/MyGame/Example/Any.cs
third_party/flatbuffers/tests/MyGame/Example/Any.go
third_party/flatbuffers/tests/MyGame/Example/Any.java
third_party/flatbuffers/tests/MyGame/Example/Any.kt
third_party/flatbuffers/tests/MyGame/Example/Any.lua
third_party/flatbuffers/tests/MyGame/Example/Any.nim
third_party/flatbuffers/tests/MyGame/Example/Any.php
third_party/flatbuffers/tests/MyGame/Example/Any.py
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.cs
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.go
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.java
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.kt
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.lua
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.nim
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.php
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py
third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliasesUnion.java
third_party/flatbuffers/tests/MyGame/Example/AnyUnion.java
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.cs
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.go
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.java
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.kt
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.lua
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.nim
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.php
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py
third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliasesUnion.java
third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.cs
third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.java
third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py
third_party/flatbuffers/tests/MyGame/Example/ArrayStructT.java
third_party/flatbuffers/tests/MyGame/Example/ArrayTable.cs
third_party/flatbuffers/tests/MyGame/Example/ArrayTable.java
third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py
third_party/flatbuffers/tests/MyGame/Example/ArrayTableT.java
third_party/flatbuffers/tests/MyGame/Example/Color.cs
third_party/flatbuffers/tests/MyGame/Example/Color.go
third_party/flatbuffers/tests/MyGame/Example/Color.java
third_party/flatbuffers/tests/MyGame/Example/Color.kt
third_party/flatbuffers/tests/MyGame/Example/Color.lua
third_party/flatbuffers/tests/MyGame/Example/Color.nim
third_party/flatbuffers/tests/MyGame/Example/Color.php
third_party/flatbuffers/tests/MyGame/Example/Color.py
third_party/flatbuffers/tests/MyGame/Example/LongEnum.cs
third_party/flatbuffers/tests/MyGame/Example/LongEnum.go
third_party/flatbuffers/tests/MyGame/Example/LongEnum.java
third_party/flatbuffers/tests/MyGame/Example/LongEnum.kt
third_party/flatbuffers/tests/MyGame/Example/LongEnum.lua
third_party/flatbuffers/tests/MyGame/Example/LongEnum.nim
third_party/flatbuffers/tests/MyGame/Example/LongEnum.php
third_party/flatbuffers/tests/MyGame/Example/LongEnum.py
third_party/flatbuffers/tests/MyGame/Example/Monster.cs
third_party/flatbuffers/tests/MyGame/Example/Monster.go
third_party/flatbuffers/tests/MyGame/Example/Monster.java
third_party/flatbuffers/tests/MyGame/Example/Monster.kt
third_party/flatbuffers/tests/MyGame/Example/Monster.lua
third_party/flatbuffers/tests/MyGame/Example/Monster.nim
third_party/flatbuffers/tests/MyGame/Example/Monster.php
third_party/flatbuffers/tests/MyGame/Example/Monster.py
third_party/flatbuffers/tests/MyGame/Example/MonsterStorageGrpc.java
third_party/flatbuffers/tests/MyGame/Example/MonsterStorage_grpc.go
third_party/flatbuffers/tests/MyGame/Example/MonsterT.java
third_party/flatbuffers/tests/MyGame/Example/NestedStruct.cs
third_party/flatbuffers/tests/MyGame/Example/NestedStruct.java
third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py
third_party/flatbuffers/tests/MyGame/Example/NestedStructT.java
third_party/flatbuffers/tests/MyGame/Example/Race.cs
third_party/flatbuffers/tests/MyGame/Example/Race.go
third_party/flatbuffers/tests/MyGame/Example/Race.java
third_party/flatbuffers/tests/MyGame/Example/Race.kt
third_party/flatbuffers/tests/MyGame/Example/Race.lua
third_party/flatbuffers/tests/MyGame/Example/Race.nim
third_party/flatbuffers/tests/MyGame/Example/Race.php
third_party/flatbuffers/tests/MyGame/Example/Race.py
third_party/flatbuffers/tests/MyGame/Example/Referrable.cs
third_party/flatbuffers/tests/MyGame/Example/Referrable.go
third_party/flatbuffers/tests/MyGame/Example/Referrable.java
third_party/flatbuffers/tests/MyGame/Example/Referrable.kt
third_party/flatbuffers/tests/MyGame/Example/Referrable.lua
third_party/flatbuffers/tests/MyGame/Example/Referrable.nim
third_party/flatbuffers/tests/MyGame/Example/Referrable.php
third_party/flatbuffers/tests/MyGame/Example/Referrable.py
third_party/flatbuffers/tests/MyGame/Example/ReferrableT.java
third_party/flatbuffers/tests/MyGame/Example/Stat.cs
third_party/flatbuffers/tests/MyGame/Example/Stat.go
third_party/flatbuffers/tests/MyGame/Example/Stat.java
third_party/flatbuffers/tests/MyGame/Example/Stat.kt
third_party/flatbuffers/tests/MyGame/Example/Stat.lua
third_party/flatbuffers/tests/MyGame/Example/Stat.nim
third_party/flatbuffers/tests/MyGame/Example/Stat.php
third_party/flatbuffers/tests/MyGame/Example/Stat.py
third_party/flatbuffers/tests/MyGame/Example/StatT.java
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.cs
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.go
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.java
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.kt
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.lua
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.nim
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.php
third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.cs
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.go
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.java
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.kt
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.lua
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.nim
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.php
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructsT.java
third_party/flatbuffers/tests/MyGame/Example/StructOfStructsT.java
third_party/flatbuffers/tests/MyGame/Example/Test.cs
third_party/flatbuffers/tests/MyGame/Example/Test.go
third_party/flatbuffers/tests/MyGame/Example/Test.java
third_party/flatbuffers/tests/MyGame/Example/Test.kt
third_party/flatbuffers/tests/MyGame/Example/Test.lua
third_party/flatbuffers/tests/MyGame/Example/Test.nim
third_party/flatbuffers/tests/MyGame/Example/Test.php
third_party/flatbuffers/tests/MyGame/Example/Test.py
third_party/flatbuffers/tests/MyGame/Example/TestEnum.cs
third_party/flatbuffers/tests/MyGame/Example/TestEnum.java
third_party/flatbuffers/tests/MyGame/Example/TestEnum.kt
third_party/flatbuffers/tests/MyGame/Example/TestEnum.py
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.cs
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.go
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.kt
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.lua
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.nim
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.php
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py
third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnumT.java
third_party/flatbuffers/tests/MyGame/Example/TestT.java
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.cs
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.go
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.java
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.kt
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.lua
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.nim
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.php
third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py
third_party/flatbuffers/tests/MyGame/Example/TypeAliasesT.java
third_party/flatbuffers/tests/MyGame/Example/Vec3.cs
third_party/flatbuffers/tests/MyGame/Example/Vec3.go
third_party/flatbuffers/tests/MyGame/Example/Vec3.java
third_party/flatbuffers/tests/MyGame/Example/Vec3.kt
third_party/flatbuffers/tests/MyGame/Example/Vec3.lua
third_party/flatbuffers/tests/MyGame/Example/Vec3.nim
third_party/flatbuffers/tests/MyGame/Example/Vec3.php
third_party/flatbuffers/tests/MyGame/Example/Vec3.py
third_party/flatbuffers/tests/MyGame/Example/Vec3T.java
third_party/flatbuffers/tests/MyGame/Example/__init__.py
third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py
third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py
third_party/flatbuffers/tests/MyGame/Example2/Monster.cs
third_party/flatbuffers/tests/MyGame/Example2/Monster.go
third_party/flatbuffers/tests/MyGame/Example2/Monster.java
third_party/flatbuffers/tests/MyGame/Example2/Monster.kt
third_party/flatbuffers/tests/MyGame/Example2/Monster.lua
third_party/flatbuffers/tests/MyGame/Example2/Monster.nim
third_party/flatbuffers/tests/MyGame/Example2/Monster.php
third_party/flatbuffers/tests/MyGame/Example2/Monster.py
third_party/flatbuffers/tests/MyGame/Example2/MonsterT.java
third_party/flatbuffers/tests/MyGame/Example2/__init__.py
third_party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.lua
third_party/flatbuffers/tests/MyGame/OtherNameSpace/FromInclude.nim
third_party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.lua
third_party/flatbuffers/tests/MyGame/OtherNameSpace/TableB.nim
third_party/flatbuffers/tests/MyGame/OtherNameSpace/TableBT.java
third_party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.lua
third_party/flatbuffers/tests/MyGame/OtherNameSpace/Unused.nim
third_party/flatbuffers/tests/MyGame/OtherNameSpace/UnusedT.java
third_party/flatbuffers/tests/annotated_binary/README.md
third_party/flatbuffers/tests/annotated_binary/annotated_binary.afb
third_party/flatbuffers/tests/annotated_binary/annotated_binary.bfbs
third_party/flatbuffers/tests/annotated_binary/annotated_binary.bin
third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs
third_party/flatbuffers/tests/annotated_binary/annotated_binary.json
third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.afb
third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs
third_party/flatbuffers/tests/annotated_binary/generate_annotations.py
third_party/flatbuffers/tests/annotated_binary/tests/README.md
third_party/flatbuffers/tests/annotated_binary/tests/invalid_root_offset.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_root_offset.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_too_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_too_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_vtable_offset.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_root_table_vtable_offset.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_string_length.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_string_length.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_string_length_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_string_length_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_struct_array_field_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_struct_array_field_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_struct_field_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_struct_field_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_offset.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_offset.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_size.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_table_field_size.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_union_type_value.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_union_type_value.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_length_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_length_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_scalars_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_scalars_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_strings_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_strings_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_structs_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_structs_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_tables_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_tables_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_union_type_value.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_union_type_value.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_unions_cut_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vector_unions_cut_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_field_offset.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_field_offset.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_ref_table_size_short.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size.bin
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size_short.afb
third_party/flatbuffers/tests/annotated_binary/tests/invalid_vtable_size_short.bin
third_party/flatbuffers/tests/arrays_test/mod.rs
third_party/flatbuffers/tests/arrays_test/my_game/example/array_struct_generated.rs
third_party/flatbuffers/tests/arrays_test/my_game/example/array_table_generated.rs
third_party/flatbuffers/tests/arrays_test/my_game/example/nested_struct_generated.rs
third_party/flatbuffers/tests/arrays_test/my_game/example/test_enum_generated.rs
third_party/flatbuffers/tests/cpp17/stringify_util.h
third_party/flatbuffers/tests/cpp17/test_cpp17.cpp
third_party/flatbuffers/tests/cpp17/generated_cpp17/monster_test_generated.h
third_party/flatbuffers/tests/cpp17/generated_cpp17/optional_scalars2_generated.h
third_party/flatbuffers/tests/cpp17/generated_cpp17/optional_scalars_generated.h
third_party/flatbuffers/tests/cpp17/generated_cpp17/union_vector_generated.h
third_party/flatbuffers/tests/docker/Dockerfile.testing.build_flatc_debian_stretch
third_party/flatbuffers/tests/docker/Dockerfile.testing.cpp.debian_buster
third_party/flatbuffers/tests/docker/TODO.Dockerfile.testing.php.hhvm_2019_01_16
third_party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.cpython_with_conda
third_party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.cpython_with_numpy
third_party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.pypy_6_0_0_py2
third_party/flatbuffers/tests/docker/TODO.Dockerfile.testing.python.pypy_6_0_0_py3
third_party/flatbuffers/tests/docker/build_flatc.run.sh
third_party/flatbuffers/tests/docker/cpp_test.run.sh
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.csharp.mono_5_18
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.golang.1_11
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.java.openjdk_10_0_2
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.java.openjdk_11_0_1
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.node.12_20_1
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.node.14_15_4
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.php.zend_7_3
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.cpython_2_7_15
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.cpython_3_7_1
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.numpy.cpython_2_7_15
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.python.numpy.cpython_3_7_1
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.rust.1_51_0
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.rust.big_endian.1_51_0
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.rust.nightly
third_party/flatbuffers/tests/docker/languages/Dockerfile.testing.swift_5_2
third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs
third_party/flatbuffers/tests/evolution_test/evolution_v1.json
third_party/flatbuffers/tests/evolution_test/evolution_v1_generated.h
third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs
third_party/flatbuffers/tests/evolution_test/evolution_v2.json
third_party/flatbuffers/tests/evolution_test/evolution_v2_generated.h
third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs
third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py
third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py
third_party/flatbuffers/tests/flatc/flatc_schema_tests.py
third_party/flatbuffers/tests/flatc/flatc_test.py
third_party/flatbuffers/tests/flatc/flatc_ts_tests.py
third_party/flatbuffers/tests/flatc/foo.fbs
third_party/flatbuffers/tests/flatc/foo_with_ns.fbs
third_party/flatbuffers/tests/flatc/main.py
third_party/flatbuffers/tests/flatc/bar/bar.fbs
third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs
third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs
third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs
third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs
third_party/flatbuffers/tests/fuzzer/.gitignore
third_party/flatbuffers/tests/fuzzer/CMakeLists.txt
third_party/flatbuffers/tests/fuzzer/flatbuffers_annotator_fuzzer.cc
third_party/flatbuffers/tests/fuzzer/flatbuffers_monster_fuzzer.cc
third_party/flatbuffers/tests/fuzzer/flatbuffers_parser_fuzzer.cc
third_party/flatbuffers/tests/fuzzer/flatbuffers_scalar_fuzzer.cc
third_party/flatbuffers/tests/fuzzer/flatbuffers_verifier_fuzzer.cc
third_party/flatbuffers/tests/fuzzer/flexbuffers_verifier_fuzzer.cc
third_party/flatbuffers/tests/fuzzer/fuzzer_assert.h
third_party/flatbuffers/tests/fuzzer/monster_debug.cpp
third_party/flatbuffers/tests/fuzzer/monster_fuzzer.dict
third_party/flatbuffers/tests/fuzzer/parser_fuzzer.dict
third_party/flatbuffers/tests/fuzzer/readme.md
third_party/flatbuffers/tests/fuzzer/scalar_debug.cpp
third_party/flatbuffers/tests/fuzzer/scalar_fuzzer.dict
third_party/flatbuffers/tests/fuzzer/test_init.h
third_party/flatbuffers/tests/include_test/include_test1.fbs
third_party/flatbuffers/tests/include_test/order.fbs
third_party/flatbuffers/tests/include_test/sub/include_test2.fbs
third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs
third_party/flatbuffers/tests/include_test1/mod.rs
third_party/flatbuffers/tests/include_test1/table_a_generated.rs
third_party/flatbuffers/tests/include_test1/my_game/other_name_space/from_include_generated.rs
third_party/flatbuffers/tests/include_test1/my_game/other_name_space/table_b_generated.rs
third_party/flatbuffers/tests/include_test1/my_game/other_name_space/unused_generated.rs
third_party/flatbuffers/tests/include_test2/mod.rs
third_party/flatbuffers/tests/include_test2/table_a_generated.rs
third_party/flatbuffers/tests/include_test2/my_game/other_name_space/from_include_generated.rs
third_party/flatbuffers/tests/include_test2/my_game/other_name_space/table_b_generated.rs
third_party/flatbuffers/tests/include_test2/my_game/other_name_space/unused_generated.rs
third_party/flatbuffers/tests/key_field/key_field_sample.fbs
third_party/flatbuffers/tests/key_field/key_field_sample_generated.h
third_party/flatbuffers/tests/keyword_test/mod.rs
third_party/flatbuffers/tests/keyword_test/keyword_test/abc_generated.rs
third_party/flatbuffers/tests/keyword_test/keyword_test/keywords_in_table_generated.rs
third_party/flatbuffers/tests/keyword_test/keyword_test/keywords_in_union_generated.rs
third_party/flatbuffers/tests/keyword_test/keyword_test/public_generated.rs
third_party/flatbuffers/tests/keyword_test/keyword_test/table_2_generated.rs
third_party/flatbuffers/tests/minified_enums/enums.fbs
third_party/flatbuffers/tests/minified_enums/enums_generated.h
third_party/flatbuffers/tests/monster_test/mod.rs
third_party/flatbuffers/tests/monster_test/table_a_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/in_parent_namespace_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/ability_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/any_ambiguous_aliases_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/any_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/any_unique_aliases_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/color_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/long_enum_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/monster_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/race_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/referrable_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/stat_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/struct_of_structs_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/struct_of_structs_of_structs_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/test_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/test_simple_table_with_enum_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/type_aliases_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example/vec_3_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/example_2/monster_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/other_name_space/from_include_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/other_name_space/table_b_generated.rs
third_party/flatbuffers/tests/monster_test/my_game/other_name_space/unused_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/mod.rs
third_party/flatbuffers/tests/monster_test_serialize/table_a_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/in_parent_namespace_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/ability_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/any_ambiguous_aliases_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/any_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/any_unique_aliases_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/color_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/long_enum_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/monster_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/race_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/referrable_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/stat_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/struct_of_structs_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/struct_of_structs_of_structs_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/test_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/test_simple_table_with_enum_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/type_aliases_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example/vec_3_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/example_2/monster_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/from_include_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/table_b_generated.rs
third_party/flatbuffers/tests/monster_test_serialize/my_game/other_name_space/unused_generated.rs
third_party/flatbuffers/tests/monster_test_suffix/monster_test.grpc.fb.cc
third_party/flatbuffers/tests/monster_test_suffix/monster_test.grpc.fb.h
third_party/flatbuffers/tests/monster_test_suffix/monster_test_suffix.hpp
third_party/flatbuffers/tests/monster_test_suffix/ext_only/monster_test.grpc.fb.cc
third_party/flatbuffers/tests/monster_test_suffix/ext_only/monster_test.grpc.fb.h
third_party/flatbuffers/tests/monster_test_suffix/ext_only/monster_test_generated.hpp
third_party/flatbuffers/tests/monster_test_suffix/filesuffix_only/monster_test.grpc.fb.cc
third_party/flatbuffers/tests/monster_test_suffix/filesuffix_only/monster_test.grpc.fb.h
third_party/flatbuffers/tests/monster_test_suffix/filesuffix_only/monster_test_suffix.h
third_party/flatbuffers/tests/more_defaults/abc_generated.rs
third_party/flatbuffers/tests/more_defaults/mod.rs
third_party/flatbuffers/tests/more_defaults/more_defaults_generated.rs
third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs
third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs
third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs
third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs
third_party/flatbuffers/tests/namespace_test/mod.rs
third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs
third_party/flatbuffers/tests/namespace_test/namespace_test1_generated.h
third_party/flatbuffers/tests/namespace_test/namespace_test1_generated.lobster
third_party/flatbuffers/tests/namespace_test/namespace_test1_namespace_a.namespace_b_generated.dart
third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs
third_party/flatbuffers/tests/namespace_test/namespace_test2_generated.h
third_party/flatbuffers/tests/namespace_test/namespace_test2_generated.lobster
third_party/flatbuffers/tests/namespace_test/namespace_test2_namespace_a_generated.dart
third_party/flatbuffers/tests/namespace_test/namespace_test2_namespace_c_generated.dart
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.kt
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.lua
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInAT.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.kt
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.lua
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNST.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.kt
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.lua
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.kt
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.lua
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNST.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.kt
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.lua
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNST.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.cs
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.go
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.kt
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.lua
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.php
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNSUnion.java
third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.cs
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.go
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.java
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.kt
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.lua
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.php
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py
third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInCT.java
third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py
third_party/flatbuffers/tests/namespace_test/namespace_a/second_table_in_a_generated.rs
third_party/flatbuffers/tests/namespace_test/namespace_a/table_in_first_ns_generated.rs
third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/enum_in_nested_ns_generated.rs
third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/struct_in_nested_ns_generated.rs
third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/table_in_nested_ns_generated.rs
third_party/flatbuffers/tests/namespace_test/namespace_a/namespace_b/union_in_nested_ns_generated.rs
third_party/flatbuffers/tests/namespace_test/namespace_c/table_in_c_generated.rs
third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs
third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1_generated.cs
third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs
third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2_generated.cs
third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs
third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3_generated.cs
third_party/flatbuffers/tests/nim/testnim.py
third_party/flatbuffers/tests/nim/tests/moredefaults/test.nim
third_party/flatbuffers/tests/nim/tests/mutatingbool/test.nim
third_party/flatbuffers/tests/nim/tests/mygame/test.nim
third_party/flatbuffers/tests/nim/tests/optional_scalars/test.nim
third_party/flatbuffers/tests/optional_scalars/OptionalByte.cs
third_party/flatbuffers/tests/optional_scalars/OptionalByte.go
third_party/flatbuffers/tests/optional_scalars/OptionalByte.java
third_party/flatbuffers/tests/optional_scalars/OptionalByte.kt
third_party/flatbuffers/tests/optional_scalars/OptionalByte.nim
third_party/flatbuffers/tests/optional_scalars/OptionalByte.py
third_party/flatbuffers/tests/optional_scalars/ScalarStuff.cs
third_party/flatbuffers/tests/optional_scalars/ScalarStuff.go
third_party/flatbuffers/tests/optional_scalars/ScalarStuff.java
third_party/flatbuffers/tests/optional_scalars/ScalarStuff.kt
third_party/flatbuffers/tests/optional_scalars/ScalarStuff.nim
third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py
third_party/flatbuffers/tests/optional_scalars/__init__.py
third_party/flatbuffers/tests/optional_scalars/mod.rs
third_party/flatbuffers/tests/optional_scalars/optional_scalars/optional_byte_generated.rs
third_party/flatbuffers/tests/optional_scalars/optional_scalars/scalar_stuff_generated.rs
third_party/flatbuffers/tests/order/Food.go
third_party/flatbuffers/tests/private_annotation_test/ab_generated.rs
third_party/flatbuffers/tests/private_annotation_test/annotations_generated.rs
third_party/flatbuffers/tests/private_annotation_test/any_generated.rs
third_party/flatbuffers/tests/private_annotation_test/game_generated.rs
third_party/flatbuffers/tests/private_annotation_test/mod.rs
third_party/flatbuffers/tests/private_annotation_test/object_generated.rs
third_party/flatbuffers/tests/prototest/GenerateProtoGoldens.sh
third_party/flatbuffers/tests/prototest/imported.proto
third_party/flatbuffers/tests/prototest/non-positive-id.proto
third_party/flatbuffers/tests/prototest/test.golden.fbs
third_party/flatbuffers/tests/prototest/test.proto
third_party/flatbuffers/tests/prototest/test_id.golden.fbs
third_party/flatbuffers/tests/prototest/test_include.golden.fbs
third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs
third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs
third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs
third_party/flatbuffers/tests/prototest/test_union.golden.fbs
third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs
third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs
third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs
third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs
third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs
third_party/flatbuffers/tests/prototest/twice-id.proto
third_party/flatbuffers/tests/prototest/use-reserved-id.proto
third_party/flatbuffers/tests/rust_no_std_compilation_test/Cargo.toml
third_party/flatbuffers/tests/rust_no_std_compilation_test/.cargo/config.toml
third_party/flatbuffers/tests/rust_no_std_compilation_test/src/main.rs
third_party/flatbuffers/tests/rust_serialize_test/Cargo.toml
third_party/flatbuffers/tests/rust_serialize_test/src/main.rs
third_party/flatbuffers/tests/rust_usage_test/Cargo.toml
third_party/flatbuffers/tests/rust_usage_test/benches/benchmarks.rs
third_party/flatbuffers/tests/rust_usage_test/benches/flatbuffers_benchmarks.rs
third_party/flatbuffers/tests/rust_usage_test/benches/flexbuffers_benchmarks.rs
third_party/flatbuffers/tests/rust_usage_test/bin/flatbuffers_alloc_check.rs
third_party/flatbuffers/tests/rust_usage_test/bin/flexbuffers_alloc_check.rs
third_party/flatbuffers/tests/rust_usage_test/bin/monster_example.rs
third_party/flatbuffers/tests/rust_usage_test/outdir/.gitignore
third_party/flatbuffers/tests/rust_usage_test/outdir/Cargo.toml
third_party/flatbuffers/tests/rust_usage_test/outdir/build.rs
third_party/flatbuffers/tests/rust_usage_test/outdir/src/main.rs
third_party/flatbuffers/tests/rust_usage_test/tests/arrays_test.rs
third_party/flatbuffers/tests/rust_usage_test/tests/integration_test.rs
third_party/flatbuffers/tests/rust_usage_test/tests/more_defaults_test.rs
third_party/flatbuffers/tests/rust_usage_test/tests/optional_scalars_test.rs
third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/binary_format.rs
third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/interop.rs
third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/mod.rs
third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/other_api.rs
third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/qc_serious.rs
third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/rwyw.rs
third_party/flatbuffers/tests/swift/Wasm.tests/.swift-version
third_party/flatbuffers/tests/swift/Wasm.tests/Package.swift
third_party/flatbuffers/tests/swift/Wasm.tests/Sources/Wasm/Wasm.swift
third_party/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/FlatBuffersMonsterWriterTests.swift
third_party/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/monster_test_generated.swift
third_party/flatbuffers/tests/swift/benchmarks/Package.swift
third_party/flatbuffers/tests/swift/benchmarks/Sources/benchmarks/main.swift
third_party/flatbuffers/tests/swift/tests/Package.swift
third_party/flatbuffers/tests/swift/tests/SwiftTest.sh
third_party/flatbuffers/tests/swift/tests/monsterdata_test.mon
third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs
third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import_generated.swift
third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs
third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include_generated.swift
third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs
third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer_generated.swift
third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/main.swift
third_party/flatbuffers/tests/swift/tests/Tests/LinuxMain.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersMonsterWriterTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersNanInfTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersStructsTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersUnionTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatBuffersVectorsTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersDoubleTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersMoreDefaults.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/FlatbuffersVerifierTests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/MutatingBool_generated.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/XCTestManifests.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/monster_test.grpc.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/monster_test_generated.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/more_defaults_generated.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/nan_inf_test_generated.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/optional_scalars_generated.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/union_vector_generated.swift
third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/vector_has_test_generated.swift
third_party/flatbuffers/tests/ts/BUILD.bazel
third_party/flatbuffers/tests/ts/JavaScriptComplexArraysTest.js
third_party/flatbuffers/tests/ts/JavaScriptFlexBuffersTest.js
third_party/flatbuffers/tests/ts/JavaScriptRequiredStringTest.js
third_party/flatbuffers/tests/ts/JavaScriptTest.js
third_party/flatbuffers/tests/ts/JavaScriptTestv1.cjs
third_party/flatbuffers/tests/ts/JavaScriptUnionVectorTest.js
third_party/flatbuffers/tests/ts/TypeScriptTest.py
third_party/flatbuffers/tests/ts/foobar.d.ts
third_party/flatbuffers/tests/ts/foobar.js
third_party/flatbuffers/tests/ts/foobar.ts
third_party/flatbuffers/tests/ts/monster_test.d.ts
third_party/flatbuffers/tests/ts/monster_test.js
third_party/flatbuffers/tests/ts/monster_test.ts
third_party/flatbuffers/tests/ts/monster_test_generated.cjs
third_party/flatbuffers/tests/ts/monsterdata_javascript_wire.mon
third_party/flatbuffers/tests/ts/my-game.d.ts
third_party/flatbuffers/tests/ts/my-game.js
third_party/flatbuffers/tests/ts/my-game.ts
third_party/flatbuffers/tests/ts/optional-scalars.ts
third_party/flatbuffers/tests/ts/optional_scalars.ts
third_party/flatbuffers/tests/ts/package.json
third_party/flatbuffers/tests/ts/reflection.d.ts
third_party/flatbuffers/tests/ts/reflection.js
third_party/flatbuffers/tests/ts/reflection.ts
third_party/flatbuffers/tests/ts/reflection_generated.cjs
third_party/flatbuffers/tests/ts/required_strings_generated.js
third_party/flatbuffers/tests/ts/required_strings_generated.ts
third_party/flatbuffers/tests/ts/table-a.d.ts
third_party/flatbuffers/tests/ts/table-a.js
third_party/flatbuffers/tests/ts/table-a.ts
third_party/flatbuffers/tests/ts/tsconfig.json
third_party/flatbuffers/tests/ts/tsconfig.node.json
third_party/flatbuffers/tests/ts/typescript.d.ts
third_party/flatbuffers/tests/ts/typescript.js
third_party/flatbuffers/tests/ts/typescript.ts
third_party/flatbuffers/tests/ts/typescript_include.ts
third_party/flatbuffers/tests/ts/typescript_include_generated.cjs
third_party/flatbuffers/tests/ts/typescript_keywords.d.ts
third_party/flatbuffers/tests/ts/typescript_keywords.fbs
third_party/flatbuffers/tests/ts/typescript_keywords.js
third_party/flatbuffers/tests/ts/typescript_keywords.ts
third_party/flatbuffers/tests/ts/typescript_keywords_generated.cjs
third_party/flatbuffers/tests/ts/typescript_transitive_include.ts
third_party/flatbuffers/tests/ts/typescript_transitive_include_generated.cjs
third_party/flatbuffers/tests/ts/unicode_test.mon
third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs
third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex_generated.cjs
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-struct.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-struct.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-struct.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-table.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-table.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/array-table.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/inner-struct.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/inner-struct.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/inner-struct.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/nested-struct.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/nested-struct.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/nested-struct.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/outer-struct.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/outer-struct.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/outer-struct.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.d.ts
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.js
third_party/flatbuffers/tests/ts/arrays_test_complex/my-game/example/test-enum.ts
third_party/flatbuffers/tests/ts/foobar/abc.d.ts
third_party/flatbuffers/tests/ts/foobar/abc.js
third_party/flatbuffers/tests/ts/foobar/abc.ts
third_party/flatbuffers/tests/ts/foobar/class.d.ts
third_party/flatbuffers/tests/ts/foobar/class.js
third_party/flatbuffers/tests/ts/foobar/class.ts
third_party/flatbuffers/tests/ts/my-game/example.d.ts
third_party/flatbuffers/tests/ts/my-game/example.js
third_party/flatbuffers/tests/ts/my-game/example.ts
third_party/flatbuffers/tests/ts/my-game/example2.d.ts
third_party/flatbuffers/tests/ts/my-game/example2.js
third_party/flatbuffers/tests/ts/my-game/example2.ts
third_party/flatbuffers/tests/ts/my-game/in-parent-namespace.d.ts
third_party/flatbuffers/tests/ts/my-game/in-parent-namespace.js
third_party/flatbuffers/tests/ts/my-game/in-parent-namespace.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space.d.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space.js
third_party/flatbuffers/tests/ts/my-game/other-name-space.ts
third_party/flatbuffers/tests/ts/my-game/example/ability.d.ts
third_party/flatbuffers/tests/ts/my-game/example/ability.js
third_party/flatbuffers/tests/ts/my-game/example/ability.ts
third_party/flatbuffers/tests/ts/my-game/example/any-ambiguous-aliases.d.ts
third_party/flatbuffers/tests/ts/my-game/example/any-ambiguous-aliases.js
third_party/flatbuffers/tests/ts/my-game/example/any-ambiguous-aliases.ts
third_party/flatbuffers/tests/ts/my-game/example/any-unique-aliases.d.ts
third_party/flatbuffers/tests/ts/my-game/example/any-unique-aliases.js
third_party/flatbuffers/tests/ts/my-game/example/any-unique-aliases.ts
third_party/flatbuffers/tests/ts/my-game/example/any.d.ts
third_party/flatbuffers/tests/ts/my-game/example/any.js
third_party/flatbuffers/tests/ts/my-game/example/any.ts
third_party/flatbuffers/tests/ts/my-game/example/color.d.ts
third_party/flatbuffers/tests/ts/my-game/example/color.js
third_party/flatbuffers/tests/ts/my-game/example/color.ts
third_party/flatbuffers/tests/ts/my-game/example/long-enum.d.ts
third_party/flatbuffers/tests/ts/my-game/example/long-enum.js
third_party/flatbuffers/tests/ts/my-game/example/long-enum.ts
third_party/flatbuffers/tests/ts/my-game/example/monster.d.ts
third_party/flatbuffers/tests/ts/my-game/example/monster.js
third_party/flatbuffers/tests/ts/my-game/example/monster.ts
third_party/flatbuffers/tests/ts/my-game/example/race.d.ts
third_party/flatbuffers/tests/ts/my-game/example/race.js
third_party/flatbuffers/tests/ts/my-game/example/race.ts
third_party/flatbuffers/tests/ts/my-game/example/referrable.d.ts
third_party/flatbuffers/tests/ts/my-game/example/referrable.js
third_party/flatbuffers/tests/ts/my-game/example/referrable.ts
third_party/flatbuffers/tests/ts/my-game/example/stat.d.ts
third_party/flatbuffers/tests/ts/my-game/example/stat.js
third_party/flatbuffers/tests/ts/my-game/example/stat.ts
third_party/flatbuffers/tests/ts/my-game/example/struct-of-structs-of-structs.d.ts
third_party/flatbuffers/tests/ts/my-game/example/struct-of-structs-of-structs.js
third_party/flatbuffers/tests/ts/my-game/example/struct-of-structs-of-structs.ts
third_party/flatbuffers/tests/ts/my-game/example/struct-of-structs.d.ts
third_party/flatbuffers/tests/ts/my-game/example/struct-of-structs.js
third_party/flatbuffers/tests/ts/my-game/example/struct-of-structs.ts
third_party/flatbuffers/tests/ts/my-game/example/test-simple-table-with-enum.d.ts
third_party/flatbuffers/tests/ts/my-game/example/test-simple-table-with-enum.js
third_party/flatbuffers/tests/ts/my-game/example/test-simple-table-with-enum.ts
third_party/flatbuffers/tests/ts/my-game/example/test.d.ts
third_party/flatbuffers/tests/ts/my-game/example/test.js
third_party/flatbuffers/tests/ts/my-game/example/test.ts
third_party/flatbuffers/tests/ts/my-game/example/type-aliases.d.ts
third_party/flatbuffers/tests/ts/my-game/example/type-aliases.js
third_party/flatbuffers/tests/ts/my-game/example/type-aliases.ts
third_party/flatbuffers/tests/ts/my-game/example/vec3.d.ts
third_party/flatbuffers/tests/ts/my-game/example/vec3.js
third_party/flatbuffers/tests/ts/my-game/example/vec3.ts
third_party/flatbuffers/tests/ts/my-game/example2/monster.d.ts
third_party/flatbuffers/tests/ts/my-game/example2/monster.js
third_party/flatbuffers/tests/ts/my-game/example2/monster.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space/from-include.d.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space/from-include.js
third_party/flatbuffers/tests/ts/my-game/other-name-space/from-include.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space/table-b.d.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space/table-b.js
third_party/flatbuffers/tests/ts/my-game/other-name-space/table-b.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space/unused.d.ts
third_party/flatbuffers/tests/ts/my-game/other-name-space/unused.js
third_party/flatbuffers/tests/ts/my-game/other-name-space/unused.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars.d.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars.js
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional_scalars.d.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional_scalars.js
third_party/flatbuffers/tests/ts/no_import_ext/optional_scalars.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.d.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.js
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars/optional-byte.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars/scalar-stuff.d.ts
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars/scalar-stuff.js
third_party/flatbuffers/tests/ts/no_import_ext/optional-scalars/scalar-stuff.ts
third_party/flatbuffers/tests/ts/optional-scalars/optional-byte.ts
third_party/flatbuffers/tests/ts/optional-scalars/scalar-stuff.ts
third_party/flatbuffers/tests/ts/reflection/advanced-features.d.ts
third_party/flatbuffers/tests/ts/reflection/advanced-features.js
third_party/flatbuffers/tests/ts/reflection/advanced-features.ts
third_party/flatbuffers/tests/ts/reflection/base-type.d.ts
third_party/flatbuffers/tests/ts/reflection/base-type.js
third_party/flatbuffers/tests/ts/reflection/base-type.ts
third_party/flatbuffers/tests/ts/reflection/enum-val.d.ts
third_party/flatbuffers/tests/ts/reflection/enum-val.js
third_party/flatbuffers/tests/ts/reflection/enum-val.ts
third_party/flatbuffers/tests/ts/reflection/enum.d.ts
third_party/flatbuffers/tests/ts/reflection/enum.js
third_party/flatbuffers/tests/ts/reflection/enum.ts
third_party/flatbuffers/tests/ts/reflection/field.d.ts
third_party/flatbuffers/tests/ts/reflection/field.js
third_party/flatbuffers/tests/ts/reflection/field.ts
third_party/flatbuffers/tests/ts/reflection/key-value.d.ts
third_party/flatbuffers/tests/ts/reflection/key-value.js
third_party/flatbuffers/tests/ts/reflection/key-value.ts
third_party/flatbuffers/tests/ts/reflection/object.d.ts
third_party/flatbuffers/tests/ts/reflection/object.js
third_party/flatbuffers/tests/ts/reflection/object.ts
third_party/flatbuffers/tests/ts/reflection/rpccall.d.ts
third_party/flatbuffers/tests/ts/reflection/rpccall.js
third_party/flatbuffers/tests/ts/reflection/rpccall.ts
third_party/flatbuffers/tests/ts/reflection/schema-file.d.ts
third_party/flatbuffers/tests/ts/reflection/schema-file.js
third_party/flatbuffers/tests/ts/reflection/schema-file.ts
third_party/flatbuffers/tests/ts/reflection/schema.d.ts
third_party/flatbuffers/tests/ts/reflection/schema.js
third_party/flatbuffers/tests/ts/reflection/schema.ts
third_party/flatbuffers/tests/ts/reflection/service.d.ts
third_party/flatbuffers/tests/ts/reflection/service.js
third_party/flatbuffers/tests/ts/reflection/service.ts
third_party/flatbuffers/tests/ts/reflection/type.d.ts
third_party/flatbuffers/tests/ts/reflection/type.js
third_party/flatbuffers/tests/ts/reflection/type.ts
third_party/flatbuffers/tests/ts/required-strings/foo.js
third_party/flatbuffers/tests/ts/required-strings/foo.ts
third_party/flatbuffers/tests/ts/test_dir/BUILD.bazel
third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs
third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs
third_party/flatbuffers/tests/ts/typescript/class.d.ts
third_party/flatbuffers/tests/ts/typescript/class.js
third_party/flatbuffers/tests/ts/typescript/class.ts
third_party/flatbuffers/tests/ts/typescript/object.d.ts
third_party/flatbuffers/tests/ts/typescript/object.js
third_party/flatbuffers/tests/ts/typescript/object.ts
third_party/flatbuffers/tests/ts/union_vector/attacker.d.ts
third_party/flatbuffers/tests/ts/union_vector/attacker.js
third_party/flatbuffers/tests/ts/union_vector/attacker.ts
third_party/flatbuffers/tests/ts/union_vector/book-reader.d.ts
third_party/flatbuffers/tests/ts/union_vector/book-reader.js
third_party/flatbuffers/tests/ts/union_vector/book-reader.ts
third_party/flatbuffers/tests/ts/union_vector/character.d.ts
third_party/flatbuffers/tests/ts/union_vector/character.js
third_party/flatbuffers/tests/ts/union_vector/character.ts
third_party/flatbuffers/tests/ts/union_vector/falling-tub.d.ts
third_party/flatbuffers/tests/ts/union_vector/falling-tub.js
third_party/flatbuffers/tests/ts/union_vector/falling-tub.ts
third_party/flatbuffers/tests/ts/union_vector/gadget.d.ts
third_party/flatbuffers/tests/ts/union_vector/gadget.js
third_party/flatbuffers/tests/ts/union_vector/gadget.ts
third_party/flatbuffers/tests/ts/union_vector/hand-fan.d.ts
third_party/flatbuffers/tests/ts/union_vector/hand-fan.js
third_party/flatbuffers/tests/ts/union_vector/hand-fan.ts
third_party/flatbuffers/tests/ts/union_vector/movie.d.ts
third_party/flatbuffers/tests/ts/union_vector/movie.js
third_party/flatbuffers/tests/ts/union_vector/movie.ts
third_party/flatbuffers/tests/ts/union_vector/rapunzel.d.ts
third_party/flatbuffers/tests/ts/union_vector/rapunzel.js
third_party/flatbuffers/tests/ts/union_vector/rapunzel.ts
third_party/flatbuffers/tests/ts/union_vector/union_vector.d.ts
third_party/flatbuffers/tests/ts/union_vector/union_vector.js
third_party/flatbuffers/tests/ts/union_vector/union_vector.ts
third_party/flatbuffers/tests/ts/union_vector/union_vector_generated.cjs
third_party/flatbuffers/tests/type_field_collsion/Collision.cs
third_party/flatbuffers/tests/union_value_collsion/union_value_collision_generated.cs
third_party/flatbuffers/tests/union_vector/Attacker.cs
third_party/flatbuffers/tests/union_vector/Attacker.java
third_party/flatbuffers/tests/union_vector/Attacker.kt
third_party/flatbuffers/tests/union_vector/Attacker.php
third_party/flatbuffers/tests/union_vector/AttackerT.java
third_party/flatbuffers/tests/union_vector/BookReader.cs
third_party/flatbuffers/tests/union_vector/BookReader.java
third_party/flatbuffers/tests/union_vector/BookReader.kt
third_party/flatbuffers/tests/union_vector/BookReader.php
third_party/flatbuffers/tests/union_vector/BookReaderT.java
third_party/flatbuffers/tests/union_vector/Character.cs
third_party/flatbuffers/tests/union_vector/Character.java
third_party/flatbuffers/tests/union_vector/Character.kt
third_party/flatbuffers/tests/union_vector/Character.php
third_party/flatbuffers/tests/union_vector/CharacterUnion.java
third_party/flatbuffers/tests/union_vector/FallingTub.cs
third_party/flatbuffers/tests/union_vector/FallingTub.java
third_party/flatbuffers/tests/union_vector/FallingTub.kt
third_party/flatbuffers/tests/union_vector/FallingTub.php
third_party/flatbuffers/tests/union_vector/FallingTubT.java
third_party/flatbuffers/tests/union_vector/Gadget.cs
third_party/flatbuffers/tests/union_vector/Gadget.java
third_party/flatbuffers/tests/union_vector/Gadget.kt
third_party/flatbuffers/tests/union_vector/Gadget.php
third_party/flatbuffers/tests/union_vector/GadgetUnion.java
third_party/flatbuffers/tests/union_vector/HandFan.cs
third_party/flatbuffers/tests/union_vector/HandFan.java
third_party/flatbuffers/tests/union_vector/HandFan.kt
third_party/flatbuffers/tests/union_vector/HandFan.php
third_party/flatbuffers/tests/union_vector/HandFanT.java
third_party/flatbuffers/tests/union_vector/Movie.cs
third_party/flatbuffers/tests/union_vector/Movie.java
third_party/flatbuffers/tests/union_vector/Movie.kt
third_party/flatbuffers/tests/union_vector/Movie.php
third_party/flatbuffers/tests/union_vector/MovieT.java
third_party/flatbuffers/tests/union_vector/Rapunzel.cs
third_party/flatbuffers/tests/union_vector/Rapunzel.java
third_party/flatbuffers/tests/union_vector/Rapunzel.kt
third_party/flatbuffers/tests/union_vector/Rapunzel.php
third_party/flatbuffers/tests/union_vector/RapunzelT.java
third_party/flatbuffers/tests/union_vector/union_vector.fbs
third_party/flatbuffers/tests/union_vector/union_vector.json
third_party/flatbuffers/tests/union_vector/union_vector_generated.h
third_party/flatbuffers/ts/BUILD.bazel
third_party/flatbuffers/ts/builder.ts
third_party/flatbuffers/ts/byte-buffer.ts
third_party/flatbuffers/ts/compile_flat_file.sh
third_party/flatbuffers/ts/constants.ts
third_party/flatbuffers/ts/encoding.ts
third_party/flatbuffers/ts/flatbuffers.ts
third_party/flatbuffers/ts/flexbuffers.ts
third_party/flatbuffers/ts/types.ts
third_party/flatbuffers/ts/utils.ts
third_party/flatbuffers/ts/flexbuffers/bit-width-util.ts
third_party/flatbuffers/ts/flexbuffers/bit-width.ts
third_party/flatbuffers/ts/flexbuffers/builder.ts
third_party/flatbuffers/ts/flexbuffers/flexbuffers-util.ts
third_party/flatbuffers/ts/flexbuffers/reference-util.ts
third_party/flatbuffers/ts/flexbuffers/reference.ts
third_party/flatbuffers/ts/flexbuffers/stack-value.ts
third_party/flatbuffers/ts/flexbuffers/value-type-util.ts
third_party/flatbuffers/ts/flexbuffers/value-type.ts
third_party/kineto/CODE_OF_CONDUCT.md
third_party/kineto/CONTRIBUTING.md
third_party/kineto/LICENSE
third_party/kineto/README.md
third_party/kineto/libkineto/CMakeLists.txt
third_party/kineto/libkineto/README.md
third_party/kineto/libkineto/libkineto_defs.bzl
third_party/kineto/libkineto/include/AbstractConfig.h
third_party/kineto/libkineto/include/ActivityProfilerInterface.h
third_party/kineto/libkineto/include/ActivityTraceInterface.h
third_party/kineto/libkineto/include/ActivityType.h
third_party/kineto/libkineto/include/ClientInterface.h
third_party/kineto/libkineto/include/Config.h
third_party/kineto/libkineto/include/GenericTraceActivity.h
third_party/kineto/libkineto/include/IActivityProfiler.h
third_party/kineto/libkineto/include/ILoggerObserver.h
third_party/kineto/libkineto/include/ITraceActivity.h
third_party/kineto/libkineto/include/LoggingAPI.h
third_party/kineto/libkineto/include/ThreadUtil.h
third_party/kineto/libkineto/include/TraceSpan.h
third_party/kineto/libkineto/include/libkineto.h
third_party/kineto/libkineto/include/output_base.h
third_party/kineto/libkineto/include/time_since_epoch.h
third_party/kineto/libkineto/sample_programs/README.md
third_party/kineto/libkineto/sample_programs/build-cu.sh
third_party/kineto/libkineto/sample_programs/build.sh
third_party/kineto/libkineto/sample_programs/kineto_cupti_profiler.cpp
third_party/kineto/libkineto/sample_programs/kineto_playground.cpp
third_party/kineto/libkineto/sample_programs/kineto_playground.cu
third_party/kineto/libkineto/sample_programs/kineto_playground.cuh
third_party/kineto/libkineto/src/AbstractConfig.cpp
third_party/kineto/libkineto/src/ActivityBuffers.h
third_party/kineto/libkineto/src/ActivityLoggerFactory.h
third_party/kineto/libkineto/src/ActivityProfilerController.cpp
third_party/kineto/libkineto/src/ActivityProfilerController.h
third_party/kineto/libkineto/src/ActivityProfilerProxy.cpp
third_party/kineto/libkineto/src/ActivityProfilerProxy.h
third_party/kineto/libkineto/src/ActivityTrace.h
third_party/kineto/libkineto/src/ActivityType.cpp
third_party/kineto/libkineto/src/ApproximateClock.h
third_party/kineto/libkineto/src/Config.cpp
third_party/kineto/libkineto/src/ConfigLoader.cpp
third_party/kineto/libkineto/src/ConfigLoader.h
third_party/kineto/libkineto/src/CuptiActivity.cpp
third_party/kineto/libkineto/src/CuptiActivity.h
third_party/kineto/libkineto/src/CuptiActivityApi.cpp
third_party/kineto/libkineto/src/CuptiActivityApi.h
third_party/kineto/libkineto/src/CuptiActivityBuffer.h
third_party/kineto/libkineto/src/CuptiActivityProfiler.cpp
third_party/kineto/libkineto/src/CuptiActivityProfiler.h
third_party/kineto/libkineto/src/CuptiCallbackApi.cpp
third_party/kineto/libkineto/src/CuptiCallbackApi.h
third_party/kineto/libkineto/src/CuptiCallbackApiMock.h
third_party/kineto/libkineto/src/CuptiEventApi.cpp
third_party/kineto/libkineto/src/CuptiEventApi.h
third_party/kineto/libkineto/src/CuptiMetricApi.cpp
third_party/kineto/libkineto/src/CuptiMetricApi.h
third_party/kineto/libkineto/src/CuptiNvPerfMetric.cpp
third_party/kineto/libkineto/src/CuptiNvPerfMetric.h
third_party/kineto/libkineto/src/CuptiRangeProfiler.cpp
third_party/kineto/libkineto/src/CuptiRangeProfiler.h
third_party/kineto/libkineto/src/CuptiRangeProfilerApi.cpp
third_party/kineto/libkineto/src/CuptiRangeProfilerApi.h
third_party/kineto/libkineto/src/CuptiRangeProfilerConfig.cpp
third_party/kineto/libkineto/src/CuptiRangeProfilerConfig.h
third_party/kineto/libkineto/src/DaemonConfigLoader.cpp
third_party/kineto/libkineto/src/DaemonConfigLoader.h
third_party/kineto/libkineto/src/Demangle.cpp
third_party/kineto/libkineto/src/Demangle.h
third_party/kineto/libkineto/src/DeviceProperties.cpp
third_party/kineto/libkineto/src/DeviceProperties.h
third_party/kineto/libkineto/src/DeviceUtil.cpp
third_party/kineto/libkineto/src/DeviceUtil.h
third_party/kineto/libkineto/src/EventProfiler.cpp
third_party/kineto/libkineto/src/EventProfiler.h
third_party/kineto/libkineto/src/EventProfilerController.cpp
third_party/kineto/libkineto/src/EventProfilerController.h
third_party/kineto/libkineto/src/GenericTraceActivity.cpp
third_party/kineto/libkineto/src/ILoggerObserver.cpp
third_party/kineto/libkineto/src/InvariantViolations.h
third_party/kineto/libkineto/src/IpcFabricConfigClient.cpp
third_party/kineto/libkineto/src/IpcFabricConfigClient.h
third_party/kineto/libkineto/src/Logger.cpp
third_party/kineto/libkineto/src/Logger.h
third_party/kineto/libkineto/src/LoggerCollector.h
third_party/kineto/libkineto/src/LoggingAPI.cpp
third_party/kineto/libkineto/src/RoctracerActivity.h
third_party/kineto/libkineto/src/RoctracerActivityApi.cpp
third_party/kineto/libkineto/src/RoctracerActivityApi.h
third_party/kineto/libkineto/src/RoctracerActivity_inl.h
third_party/kineto/libkineto/src/RoctracerLogger.cpp
third_party/kineto/libkineto/src/RoctracerLogger.h
third_party/kineto/libkineto/src/SampleListener.h
third_party/kineto/libkineto/src/ScopeExit.h
third_party/kineto/libkineto/src/ThreadUtil.cpp
third_party/kineto/libkineto/src/WeakSymbols.cpp
third_party/kineto/libkineto/src/cupti_strings.cpp
third_party/kineto/libkineto/src/cupti_strings.h
third_party/kineto/libkineto/src/init.cpp
third_party/kineto/libkineto/src/libkineto_api.cpp
third_party/kineto/libkineto/src/output_csv.cpp
third_party/kineto/libkineto/src/output_csv.h
third_party/kineto/libkineto/src/output_json.cpp
third_party/kineto/libkineto/src/output_json.h
third_party/kineto/libkineto/src/output_membuf.h
third_party/kineto/libkineto/stress_test/kineto_stress_test.cpp
third_party/kineto/libkineto/stress_test/random_ops_stress_test.cu
third_party/kineto/libkineto/stress_test/random_ops_stress_test.cuh
third_party/kineto/libkineto/stress_test/run_multiproc_stress_test.sh
third_party/kineto/libkineto/stress_test/stress_test_dense.json
third_party/kineto/libkineto/stress_test/stress_test_uvm_nccl.json
third_party/kineto/libkineto/stress_test/tensor_cache.cu
third_party/kineto/libkineto/stress_test/tensor_cache.cuh
third_party/kineto/libkineto/stress_test/utils.h
third_party/kineto/libkineto/test/CMakeLists.txt
third_party/kineto/libkineto/test/ConfigTest.cpp
third_party/kineto/libkineto/test/CuptiActivityProfilerTest.cpp
third_party/kineto/libkineto/test/CuptiCallbackApiTest.cpp
third_party/kineto/libkineto/test/CuptiProfilerApiTest.cu
third_party/kineto/libkineto/test/CuptiRangeProfilerApiTest.cpp
third_party/kineto/libkineto/test/CuptiRangeProfilerConfigTest.cpp
third_party/kineto/libkineto/test/CuptiRangeProfilerTest.cpp
third_party/kineto/libkineto/test/CuptiRangeProfilerTestUtil.h
third_party/kineto/libkineto/test/CuptiStringsTest.cpp
third_party/kineto/libkineto/test/EventProfilerTest.cpp
third_party/kineto/libkineto/test/LoggerObserverTest.cpp
third_party/kineto/libkineto/test/MockActivitySubProfiler.cpp
third_party/kineto/libkineto/test/MockActivitySubProfiler.h
third_party/kineto/libkineto/test/PidInfoTest.cpp
third_party/kineto/tb_plugin/.flake8
third_party/kineto/tb_plugin/.gitignore
third_party/kineto/tb_plugin/.pre-commit-config.yaml
third_party/kineto/tb_plugin/LICENSE
third_party/kineto/tb_plugin/README.md
third_party/kineto/tb_plugin/setup.py
third_party/kineto/tb_plugin/ci_scripts/install_env.sh
third_party/kineto/tb_plugin/docs/gpu_utilization.md
third_party/kineto/tb_plugin/docs/images/control_panel.PNG
third_party/kineto/tb_plugin/docs/images/diff_view.png
third_party/kineto/tb_plugin/docs/images/distributed_view.PNG
third_party/kineto/tb_plugin/docs/images/kernel_view.PNG
third_party/kineto/tb_plugin/docs/images/kernel_view_group_by_properties_and_op.PNG
third_party/kineto/tb_plugin/docs/images/lightning_view.png
third_party/kineto/tb_plugin/docs/images/memory_view.PNG
third_party/kineto/tb_plugin/docs/images/module_view.png
third_party/kineto/tb_plugin/docs/images/operator_view.PNG
third_party/kineto/tb_plugin/docs/images/operator_view_group_by_inputshape.PNG
third_party/kineto/tb_plugin/docs/images/overall_view.PNG
third_party/kineto/tb_plugin/docs/images/time_breakdown_priority.PNG
third_party/kineto/tb_plugin/docs/images/trace_view.PNG
third_party/kineto/tb_plugin/docs/images/trace_view_fwd_bwd_correlation.PNG
third_party/kineto/tb_plugin/docs/images/trace_view_gpu_utilization.PNG
third_party/kineto/tb_plugin/docs/images/trace_view_launch.PNG
third_party/kineto/tb_plugin/docs/images/trace_view_one_step.PNG
third_party/kineto/tb_plugin/docs/images/vscode_stack.PNG
third_party/kineto/tb_plugin/examples/resnet50_autograd_api.py
third_party/kineto/tb_plugin/examples/resnet50_ddp_profiler.py
third_party/kineto/tb_plugin/examples/resnet50_profiler_api.py
third_party/kineto/tb_plugin/fe/.gitignore
third_party/kineto/tb_plugin/fe/README.md
third_party/kineto/tb_plugin/fe/index.html
third_party/kineto/tb_plugin/fe/package.json
third_party/kineto/tb_plugin/fe/prettier.json
third_party/kineto/tb_plugin/fe/tsconfig.json
third_party/kineto/tb_plugin/fe/update-static.js
third_party/kineto/tb_plugin/fe/webpack.config.js
third_party/kineto/tb_plugin/fe/yarn.lock
third_party/kineto/tb_plugin/fe/scripts/add_header.py
third_party/kineto/tb_plugin/fe/scripts/build.sh
third_party/kineto/tb_plugin/fe/scripts/setup.sh
third_party/kineto/tb_plugin/fe/src/app.tsx
third_party/kineto/tb_plugin/fe/src/gstatic.d.ts
third_party/kineto/tb_plugin/fe/src/index.tsx
third_party/kineto/tb_plugin/fe/src/setup.tsx
third_party/kineto/tb_plugin/fe/src/styles.css
third_party/kineto/tb_plugin/fe/src/api/README.md
third_party/kineto/tb_plugin/fe/src/api/index.ts
third_party/kineto/tb_plugin/fe/src/api/mock.ts
third_party/kineto/tb_plugin/fe/src/api/openapi.yaml
third_party/kineto/tb_plugin/fe/src/api/generated/api.ts
third_party/kineto/tb_plugin/fe/src/api/generated/configuration.ts
third_party/kineto/tb_plugin/fe/src/api/generated/custom.d.ts
third_party/kineto/tb_plugin/fe/src/api/generated/index.ts
third_party/kineto/tb_plugin/fe/src/components/DataLoading.tsx
third_party/kineto/tb_plugin/fe/src/components/DiffOverview.tsx
third_party/kineto/tb_plugin/fe/src/components/DistributedView.tsx
third_party/kineto/tb_plugin/fe/src/components/FullCircularProgress.tsx
third_party/kineto/tb_plugin/fe/src/components/GpuInfoTable.tsx
third_party/kineto/tb_plugin/fe/src/components/Kernel.tsx
third_party/kineto/tb_plugin/fe/src/components/MemoryView.tsx
third_party/kineto/tb_plugin/fe/src/components/ModuleView.tsx
third_party/kineto/tb_plugin/fe/src/components/Operator.tsx
third_party/kineto/tb_plugin/fe/src/components/Overview.tsx
third_party/kineto/tb_plugin/fe/src/components/TextListItem.tsx
third_party/kineto/tb_plugin/fe/src/components/TooltipDescriptions.ts
third_party/kineto/tb_plugin/fe/src/components/TraceView.tsx
third_party/kineto/tb_plugin/fe/src/components/helpers.tsx
third_party/kineto/tb_plugin/fe/src/components/transform.ts
third_party/kineto/tb_plugin/fe/src/components/charts/AntTableChart.tsx
third_party/kineto/tb_plugin/fe/src/components/charts/AreaChart.tsx
third_party/kineto/tb_plugin/fe/src/components/charts/ColumnChart.tsx
third_party/kineto/tb_plugin/fe/src/components/charts/LineChart.tsx
third_party/kineto/tb_plugin/fe/src/components/charts/PieChart.tsx
third_party/kineto/tb_plugin/fe/src/components/charts/SteppedAreaChart.tsx
third_party/kineto/tb_plugin/fe/src/components/charts/TableChart.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/CallFrameList.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/CallStackTable.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/ExpandIcon.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/MemoryStatsTable.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/NavToCodeButton.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/OperationTable.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/common.tsx
third_party/kineto/tb_plugin/fe/src/components/tables/transform.ts
third_party/kineto/tb_plugin/fe/src/constants/groupBy.ts
third_party/kineto/tb_plugin/fe/src/utils/binarysearch.ts
third_party/kineto/tb_plugin/fe/src/utils/debounce.ts
third_party/kineto/tb_plugin/fe/src/utils/def.ts
third_party/kineto/tb_plugin/fe/src/utils/hooks.ts
third_party/kineto/tb_plugin/fe/src/utils/index.ts
third_party/kineto/tb_plugin/fe/src/utils/resize.ts
third_party/kineto/tb_plugin/fe/src/utils/search.ts
third_party/kineto/tb_plugin/fe/src/utils/top.ts
third_party/kineto/tb_plugin/fe/src/utils/type.ts
third_party/kineto/tb_plugin/fe/src/utils/vscode.ts
third_party/kineto/tb_plugin/packaging/torch_tb_profiler/meta.yaml
third_party/kineto/tb_plugin/samples/resnet50_num_workers_0/worker0.1623143089861.pt.trace.json.gz
third_party/kineto/tb_plugin/samples/resnet50_num_workers_0/worker0.1623143566756.pt.trace.json.gz
third_party/kineto/tb_plugin/samples/resnet50_num_workers_4/worker0.1623212756351.pt.trace.json.gz
third_party/kineto/tb_plugin/samples/resnet50_num_workers_4/worker0.1623213129365.pt.trace.json.gz
third_party/kineto/tb_plugin/test/gpu_metrics_expected.json
third_party/kineto/tb_plugin/test/gpu_metrics_input.json
third_party/kineto/tb_plugin/test/result_check_file.txt
third_party/kineto/tb_plugin/test/test_compare_with_autograd.py
third_party/kineto/tb_plugin/test/test_diffrun.py
third_party/kineto/tb_plugin/test/test_profiler.py
third_party/kineto/tb_plugin/test/test_ranges.py
third_party/kineto/tb_plugin/test/test_tensorboard_end2end.py
third_party/kineto/tb_plugin/torch_tb_profiler/__init__.py
third_party/kineto/tb_plugin/torch_tb_profiler/consts.py
third_party/kineto/tb_plugin/torch_tb_profiler/multiprocessing.py
third_party/kineto/tb_plugin/torch_tb_profiler/plugin.py
third_party/kineto/tb_plugin/torch_tb_profiler/run.py
third_party/kineto/tb_plugin/torch_tb_profiler/utils.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/__init__.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/azureblob.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/base.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/cache.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/file.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/gs.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/hdfs.py
third_party/kineto/tb_plugin/torch_tb_profiler/io/utils.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/__init__.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/communication.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/data.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/event_parser.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/gpu_metrics_parser.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/kernel_parser.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/loader.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/memory_parser.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/module_op.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/node.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/op_agg.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/op_tree.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/overall_parser.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/range_utils.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/run_generator.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/tensor_core.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/tensor_cores_parser.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/trace.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/diffrun/__init__.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/diffrun/contract.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/diffrun/operator.py
third_party/kineto/tb_plugin/torch_tb_profiler/profiler/diffrun/tree.py
third_party/kineto/tb_plugin/torch_tb_profiler/static/index.html
third_party/kineto/tb_plugin/torch_tb_profiler/static/index.js
third_party/kineto/tb_plugin/torch_tb_profiler/static/trace_embedding.html
third_party/kineto/tb_plugin/torch_tb_profiler/static/trace_viewer_full.html
third_party/miniz-2.1.0/BUILD.bazel
third_party/miniz-2.1.0/ChangeLog.md
third_party/miniz-2.1.0/LICENSE
third_party/miniz-2.1.0/miniz.c
third_party/miniz-2.1.0/miniz.h
third_party/miniz-2.1.0/readme.md
third_party/miniz-2.1.0/examples/example1.c
third_party/miniz-2.1.0/examples/example2.c
third_party/miniz-2.1.0/examples/example3.c
third_party/miniz-2.1.0/examples/example4.c
third_party/miniz-2.1.0/examples/example5.c
third_party/miniz-2.1.0/examples/example6.c
third_party/opentelemetry-cpp/.bazelignore
third_party/opentelemetry-cpp/.bazelrc
third_party/opentelemetry-cpp/.bazelversion
third_party/opentelemetry-cpp/.clang-format
third_party/opentelemetry-cpp/.cmake-format.py
third_party/opentelemetry-cpp/.copyright-ignore
third_party/opentelemetry-cpp/.markdownlint.json
third_party/opentelemetry-cpp/.markdownlintignore
third_party/opentelemetry-cpp/CHANGELOG.md
third_party/opentelemetry-cpp/CMakeLists.txt
third_party/opentelemetry-cpp/CMakeSettings.json
third_party/opentelemetry-cpp/CODE_OF_CONDUCT.md
third_party/opentelemetry-cpp/CONTRIBUTING.md
third_party/opentelemetry-cpp/DEPRECATED.md
third_party/opentelemetry-cpp/INSTALL.md
third_party/opentelemetry-cpp/LICENSE
third_party/opentelemetry-cpp/README.md
third_party/opentelemetry-cpp/RELEASING.md
third_party/opentelemetry-cpp/Versioning.md
third_party/opentelemetry-cpp/WORKSPACE
third_party/opentelemetry-cpp/third_party_release
third_party/opentelemetry-cpp/.vscode/launch.json
third_party/opentelemetry-cpp/api/BUILD
third_party/opentelemetry-cpp/api/CMakeLists.txt
third_party/opentelemetry-cpp/api/include/opentelemetry/config.h
third_party/opentelemetry-cpp/api/include/opentelemetry/version.h
third_party/opentelemetry-cpp/api/include/opentelemetry/baggage/baggage.h
third_party/opentelemetry-cpp/api/include/opentelemetry/baggage/baggage_context.h
third_party/opentelemetry-cpp/api/include/opentelemetry/baggage/propagation/baggage_propagator.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/attribute_value.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/key_value_iterable.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/key_value_iterable_view.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/kv_properties.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/macros.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/spin_lock_mutex.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/string_util.h
third_party/opentelemetry-cpp/api/include/opentelemetry/common/timestamp.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/context.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/context_value.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/runtime_context.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/propagation/composite_propagator.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/propagation/global_propagator.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/propagation/noop_propagator.h
third_party/opentelemetry-cpp/api/include/opentelemetry/context/propagation/text_map_propagator.h
third_party/opentelemetry-cpp/api/include/opentelemetry/detail/preprocessor.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/event_id.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/event_logger.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/event_logger_provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/log_record.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/logger.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/logger_provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/logger_type_traits.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/noop.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/logs/severity.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/async_instruments.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/meter.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/meter_provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/noop.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/observer_result.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/metrics/sync_instruments.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/function_ref.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/shared_ptr.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/span.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/string_view.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/type_traits.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/unique_ptr.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/utility.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/variant.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/all.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/decay.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/dependent_type.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/functional.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/invoke.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/trait.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/type_pack_element.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/valueless.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/variant_alternative.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/variant_fwd.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/variant_size.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/detail/void.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/.clang-format
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/README.md
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/attributes.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/config.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/macros.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/optimization.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/options.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/policy_checks.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/port.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/internal/identity.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/internal/inline_variable.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/base/internal/invoke.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/meta/type_traits.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/types/bad_variant_access.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/types/variant.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/types/internal/variant.h
third_party/opentelemetry-cpp/api/include/opentelemetry/nostd/internal/absl/utility/utility.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/dynamic_load.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/factory.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/hook.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/tracer.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/detail/dynamic_library_handle.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/detail/dynamic_load_unix.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/detail/dynamic_load_windows.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/detail/loader_info.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/detail/tracer_handle.h
third_party/opentelemetry-cpp/api/include/opentelemetry/plugin/detail/utility.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/shared_ptr.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/span.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/string_view.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/type_traits.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/unique_ptr.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/utility.h
third_party/opentelemetry-cpp/api/include/opentelemetry/std/variant.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/context.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/default_span.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/noop.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/scope.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/semantic_conventions.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span_context.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span_context_kv_iterable.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span_context_kv_iterable_view.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span_id.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span_metadata.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/span_startoptions.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/trace_flags.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/trace_id.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/trace_state.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/tracer.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/tracer_provider.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/propagation/b3_propagator.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/propagation/http_trace_context.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/propagation/jaeger.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/propagation/detail/hex.h
third_party/opentelemetry-cpp/api/include/opentelemetry/trace/propagation/detail/string.h
third_party/opentelemetry-cpp/api/test/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/baggage/BUILD
third_party/opentelemetry-cpp/api/test/baggage/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/baggage/baggage_benchmark.cc
third_party/opentelemetry-cpp/api/test/baggage/baggage_test.cc
third_party/opentelemetry-cpp/api/test/baggage/propagation/BUILD
third_party/opentelemetry-cpp/api/test/baggage/propagation/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/baggage/propagation/baggage_propagator_test.cc
third_party/opentelemetry-cpp/api/test/common/BUILD
third_party/opentelemetry-cpp/api/test/common/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/common/kv_properties_test.cc
third_party/opentelemetry-cpp/api/test/common/spinlock_benchmark.cc
third_party/opentelemetry-cpp/api/test/common/string_util_test.cc
third_party/opentelemetry-cpp/api/test/context/BUILD
third_party/opentelemetry-cpp/api/test/context/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/context/context_test.cc
third_party/opentelemetry-cpp/api/test/context/runtime_context_test.cc
third_party/opentelemetry-cpp/api/test/context/propagation/BUILD
third_party/opentelemetry-cpp/api/test/context/propagation/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/context/propagation/composite_propagator_test.cc
third_party/opentelemetry-cpp/api/test/core/BUILD
third_party/opentelemetry-cpp/api/test/core/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/core/timestamp_test.cc
third_party/opentelemetry-cpp/api/test/core/version_test.cc
third_party/opentelemetry-cpp/api/test/logs/BUILD
third_party/opentelemetry-cpp/api/test/logs/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/logs/logger_benchmark.cc
third_party/opentelemetry-cpp/api/test/logs/logger_test.cc
third_party/opentelemetry-cpp/api/test/logs/provider_test.cc
third_party/opentelemetry-cpp/api/test/metrics/BUILD
third_party/opentelemetry-cpp/api/test/metrics/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/metrics/meter_provider_test.cc
third_party/opentelemetry-cpp/api/test/metrics/noop_sync_instrument_test.cc
third_party/opentelemetry-cpp/api/test/nostd/BUILD
third_party/opentelemetry-cpp/api/test/nostd/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/nostd/function_ref_test.cc
third_party/opentelemetry-cpp/api/test/nostd/shared_ptr_test.cc
third_party/opentelemetry-cpp/api/test/nostd/span_test.cc
third_party/opentelemetry-cpp/api/test/nostd/string_view_test.cc
third_party/opentelemetry-cpp/api/test/nostd/unique_ptr_test.cc
third_party/opentelemetry-cpp/api/test/nostd/utility_test.cc
third_party/opentelemetry-cpp/api/test/nostd/variant_test.cc
third_party/opentelemetry-cpp/api/test/plugin/BUILD
third_party/opentelemetry-cpp/api/test/plugin/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/plugin/dynamic_load_test.cc
third_party/opentelemetry-cpp/api/test/singleton/BUILD
third_party/opentelemetry-cpp/api/test/singleton/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/singleton/component_a.cc
third_party/opentelemetry-cpp/api/test/singleton/component_a.h
third_party/opentelemetry-cpp/api/test/singleton/component_b.cc
third_party/opentelemetry-cpp/api/test/singleton/component_b.h
third_party/opentelemetry-cpp/api/test/singleton/component_c.cc
third_party/opentelemetry-cpp/api/test/singleton/component_c.h
third_party/opentelemetry-cpp/api/test/singleton/component_d.cc
third_party/opentelemetry-cpp/api/test/singleton/component_d.h
third_party/opentelemetry-cpp/api/test/singleton/component_e.cc
third_party/opentelemetry-cpp/api/test/singleton/component_e.h
third_party/opentelemetry-cpp/api/test/singleton/component_f.cc
third_party/opentelemetry-cpp/api/test/singleton/component_f.h
third_party/opentelemetry-cpp/api/test/singleton/component_g.cc
third_party/opentelemetry-cpp/api/test/singleton/component_h.cc
third_party/opentelemetry-cpp/api/test/singleton/singleton_test.cc
third_party/opentelemetry-cpp/api/test/trace/BUILD
third_party/opentelemetry-cpp/api/test/trace/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/trace/default_span_test.cc
third_party/opentelemetry-cpp/api/test/trace/key_value_iterable_view_test.cc
third_party/opentelemetry-cpp/api/test/trace/noop_test.cc
third_party/opentelemetry-cpp/api/test/trace/provider_test.cc
third_party/opentelemetry-cpp/api/test/trace/scope_test.cc
third_party/opentelemetry-cpp/api/test/trace/span_benchmark.cc
third_party/opentelemetry-cpp/api/test/trace/span_context_test.cc
third_party/opentelemetry-cpp/api/test/trace/span_id_benchmark.cc
third_party/opentelemetry-cpp/api/test/trace/span_id_test.cc
third_party/opentelemetry-cpp/api/test/trace/trace_flags_test.cc
third_party/opentelemetry-cpp/api/test/trace/trace_id_test.cc
third_party/opentelemetry-cpp/api/test/trace/trace_state_test.cc
third_party/opentelemetry-cpp/api/test/trace/tracer_test.cc
third_party/opentelemetry-cpp/api/test/trace/propagation/BUILD
third_party/opentelemetry-cpp/api/test/trace/propagation/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/trace/propagation/b3_propagation_test.cc
third_party/opentelemetry-cpp/api/test/trace/propagation/http_text_format_test.cc
third_party/opentelemetry-cpp/api/test/trace/propagation/jaeger_propagation_test.cc
third_party/opentelemetry-cpp/api/test/trace/propagation/util.h
third_party/opentelemetry-cpp/api/test/trace/propagation/detail/BUILD
third_party/opentelemetry-cpp/api/test/trace/propagation/detail/CMakeLists.txt
third_party/opentelemetry-cpp/api/test/trace/propagation/detail/hex_test.cc
third_party/opentelemetry-cpp/bazel/BUILD
third_party/opentelemetry-cpp/bazel/curl.BUILD
third_party/opentelemetry-cpp/bazel/curl.bzl
third_party/opentelemetry-cpp/bazel/extra_deps.bzl
third_party/opentelemetry-cpp/bazel/nlohmann_json.BUILD
third_party/opentelemetry-cpp/bazel/opentelemetry_proto.BUILD
third_party/opentelemetry-cpp/bazel/otel_cc_benchmark.bzl
third_party/opentelemetry-cpp/bazel/repository.bzl
third_party/opentelemetry-cpp/buildscripts/pre-commit
third_party/opentelemetry-cpp/buildscripts/pre-merge-commit
third_party/opentelemetry-cpp/buildscripts/pre_release.sh
third_party/opentelemetry-cpp/buildscripts/semantic-convention/generate.sh
third_party/opentelemetry-cpp/buildscripts/semantic-convention/templates/SemanticAttributes.h.j2
third_party/opentelemetry-cpp/ci/Dockerfile
third_party/opentelemetry-cpp/ci/README.md
third_party/opentelemetry-cpp/ci/do_ci.ps1
third_party/opentelemetry-cpp/ci/do_ci.sh
third_party/opentelemetry-cpp/ci/docfx.cmd
third_party/opentelemetry-cpp/ci/docfx.json
third_party/opentelemetry-cpp/ci/install_abseil.sh
third_party/opentelemetry-cpp/ci/install_bazelisk.sh
third_party/opentelemetry-cpp/ci/install_format_tools.sh
third_party/opentelemetry-cpp/ci/install_gcc48.sh
third_party/opentelemetry-cpp/ci/install_osx_bazelisk.sh
third_party/opentelemetry-cpp/ci/install_protobuf.sh
third_party/opentelemetry-cpp/ci/install_windows_bazelisk.ps1
third_party/opentelemetry-cpp/ci/install_windows_protobuf.ps1
third_party/opentelemetry-cpp/ci/run_docker.sh
third_party/opentelemetry-cpp/ci/setup_ci_environment.sh
third_party/opentelemetry-cpp/ci/setup_cmake.sh
third_party/opentelemetry-cpp/ci/setup_grpc.sh
third_party/opentelemetry-cpp/ci/setup_windows_ci_environment.ps1
third_party/opentelemetry-cpp/ci/setup_windows_cmake.ps1
third_party/opentelemetry-cpp/ci/toc.yml
third_party/opentelemetry-cpp/ci/valgrind-suppressions
third_party/opentelemetry-cpp/ci/verify_packages.sh
third_party/opentelemetry-cpp/ci/ports/benchmark/portfile.cmake
third_party/opentelemetry-cpp/ci/ports/benchmark/vcpkg.json
third_party/opentelemetry-cpp/ci/ports/protobuf/CONTROL
third_party/opentelemetry-cpp/ci/ports/protobuf/fix-android-log.patch
third_party/opentelemetry-cpp/ci/ports/protobuf/fix-static-build.patch
third_party/opentelemetry-cpp/ci/ports/protobuf/fix-uwp.patch
third_party/opentelemetry-cpp/ci/ports/protobuf/portfile.cmake
third_party/opentelemetry-cpp/cmake/ParseOsRelease.cmake
third_party/opentelemetry-cpp/cmake/nlohmann-json.cmake
third_party/opentelemetry-cpp/cmake/opentelemetry-build-external-component.cmake
third_party/opentelemetry-cpp/cmake/opentelemetry-cpp-config.cmake.in
third_party/opentelemetry-cpp/cmake/opentelemetry-proto.cmake
third_party/opentelemetry-cpp/cmake/package.cmake
third_party/opentelemetry-cpp/cmake/patch-imported-config.cmake
third_party/opentelemetry-cpp/cmake/pkgconfig.cmake
third_party/opentelemetry-cpp/cmake/tools.cmake
third_party/opentelemetry-cpp/cmake/templates/config.pc.in
third_party/opentelemetry-cpp/docker/.gitignore
third_party/opentelemetry-cpp/docker/Dockerfile
third_party/opentelemetry-cpp/docker/Dockerfile.alpine.base
third_party/opentelemetry-cpp/docker/Dockerfile.centos
third_party/opentelemetry-cpp/docker/Dockerfile.debian.deps
third_party/opentelemetry-cpp/docker/README.md
third_party/opentelemetry-cpp/docker/build.sh
third_party/opentelemetry-cpp/docker/grpc/CMakeLists.txt
third_party/opentelemetry-cpp/docker/grpc/Dockerfile
third_party/opentelemetry-cpp/docker/ubuntuLatest/Dockerfile
third_party/opentelemetry-cpp/docs/abi-compatibility.md
third_party/opentelemetry-cpp/docs/abi-policy.md
third_party/opentelemetry-cpp/docs/abi-version-policy.md
third_party/opentelemetry-cpp/docs/build-as-dll.md
third_party/opentelemetry-cpp/docs/building-with-stdlib.md
third_party/opentelemetry-cpp/docs/building-with-vcpkg.md
third_party/opentelemetry-cpp/docs/building-with-vs2019.md
third_party/opentelemetry-cpp/docs/cpp-ostream-exporter-design.md
third_party/opentelemetry-cpp/docs/cpp-sdk-factory-design.md
third_party/opentelemetry-cpp/docs/dependencies.md
third_party/opentelemetry-cpp/docs/deprecation-process.md
third_party/opentelemetry-cpp/docs/google-test.md
third_party/opentelemetry-cpp/docs/library-distribution.md
third_party/opentelemetry-cpp/docs/requirements.md
third_party/opentelemetry-cpp/docs/semantic-conventions.md
third_party/opentelemetry-cpp/docs/testing-with-ssl.md
third_party/opentelemetry-cpp/docs/using-clang-format.md
third_party/opentelemetry-cpp/docs/public/Doxyfile
third_party/opentelemetry-cpp/docs/public/GettingHelp.rst
third_party/opentelemetry-cpp/docs/public/Makefile
third_party/opentelemetry-cpp/docs/public/conf.py
third_party/opentelemetry-cpp/docs/public/index.rst
third_party/opentelemetry-cpp/docs/public/requirements.txt
third_party/opentelemetry-cpp/docs/public/_static/opentelemetry_logo.png
third_party/opentelemetry-cpp/docs/public/_templates/sidebar/brand.html
third_party/opentelemetry-cpp/docs/public/api/GettingStarted.rst
third_party/opentelemetry-cpp/docs/public/api/Overview.rst
third_party/opentelemetry-cpp/docs/public/api/api.rst
third_party/opentelemetry-cpp/docs/public/performance/benchmarks.rst
third_party/opentelemetry-cpp/docs/public/resources/footer.html
third_party/opentelemetry-cpp/docs/public/resources/header.html
third_party/opentelemetry-cpp/docs/public/resources/stylesheet.css
third_party/opentelemetry-cpp/docs/public/sdk/GettingStarted.rst
third_party/opentelemetry-cpp/docs/public/sdk/sdk.rst
third_party/opentelemetry-cpp/examples/CMakeLists.txt
third_party/opentelemetry-cpp/examples/batch/BUILD
third_party/opentelemetry-cpp/examples/batch/CMakeLists.txt
third_party/opentelemetry-cpp/examples/batch/main.cc
third_party/opentelemetry-cpp/examples/common/CMakeLists.txt
third_party/opentelemetry-cpp/examples/common/foo_library/BUILD
third_party/opentelemetry-cpp/examples/common/foo_library/CMakeLists.txt
third_party/opentelemetry-cpp/examples/common/foo_library/foo_library.cc
third_party/opentelemetry-cpp/examples/common/foo_library/foo_library.h
third_party/opentelemetry-cpp/examples/common/logs_foo_library/BUILD
third_party/opentelemetry-cpp/examples/common/logs_foo_library/CMakeLists.txt
third_party/opentelemetry-cpp/examples/common/logs_foo_library/foo_library.cc
third_party/opentelemetry-cpp/examples/common/logs_foo_library/foo_library.h
third_party/opentelemetry-cpp/examples/common/metrics_foo_library/BUILD
third_party/opentelemetry-cpp/examples/common/metrics_foo_library/CMakeLists.txt
third_party/opentelemetry-cpp/examples/common/metrics_foo_library/foo_library.cc
third_party/opentelemetry-cpp/examples/common/metrics_foo_library/foo_library.h
third_party/opentelemetry-cpp/examples/etw_threads/CMakeLists.txt
third_party/opentelemetry-cpp/examples/etw_threads/README.md
third_party/opentelemetry-cpp/examples/etw_threads/main.cc
third_party/opentelemetry-cpp/examples/grpc/BUILD
third_party/opentelemetry-cpp/examples/grpc/CMakeLists.txt
third_party/opentelemetry-cpp/examples/grpc/README.md
third_party/opentelemetry-cpp/examples/grpc/client.cc
third_party/opentelemetry-cpp/examples/grpc/server.cc
third_party/opentelemetry-cpp/examples/grpc/tracer_common.h
third_party/opentelemetry-cpp/examples/grpc/protos/messages.proto
third_party/opentelemetry-cpp/examples/http/BUILD
third_party/opentelemetry-cpp/examples/http/CMakeLists.txt
third_party/opentelemetry-cpp/examples/http/README.md
third_party/opentelemetry-cpp/examples/http/client.cc
third_party/opentelemetry-cpp/examples/http/server.cc
third_party/opentelemetry-cpp/examples/http/server.h
third_party/opentelemetry-cpp/examples/http/tracer_common.h
third_party/opentelemetry-cpp/examples/logs_simple/BUILD
third_party/opentelemetry-cpp/examples/logs_simple/CMakeLists.txt
third_party/opentelemetry-cpp/examples/logs_simple/README.md
third_party/opentelemetry-cpp/examples/logs_simple/main.cc
third_party/opentelemetry-cpp/examples/metrics_simple/BUILD
third_party/opentelemetry-cpp/examples/metrics_simple/CMakeLists.txt
third_party/opentelemetry-cpp/examples/metrics_simple/README.md
third_party/opentelemetry-cpp/examples/metrics_simple/metrics_ostream.cc
third_party/opentelemetry-cpp/examples/multi_processor/BUILD
third_party/opentelemetry-cpp/examples/multi_processor/CMakeLists.txt
third_party/opentelemetry-cpp/examples/multi_processor/README.md
third_party/opentelemetry-cpp/examples/multi_processor/main.cc
third_party/opentelemetry-cpp/examples/multithreaded/BUILD
third_party/opentelemetry-cpp/examples/multithreaded/CMakeLists.txt
third_party/opentelemetry-cpp/examples/multithreaded/main.cc
third_party/opentelemetry-cpp/examples/otlp/BUILD
third_party/opentelemetry-cpp/examples/otlp/CMakeLists.txt
third_party/opentelemetry-cpp/examples/otlp/README.md
third_party/opentelemetry-cpp/examples/otlp/grpc_log_main.cc
third_party/opentelemetry-cpp/examples/otlp/grpc_main.cc
third_party/opentelemetry-cpp/examples/otlp/grpc_metric_main.cc
third_party/opentelemetry-cpp/examples/otlp/http_log_main.cc
third_party/opentelemetry-cpp/examples/otlp/http_main.cc
third_party/opentelemetry-cpp/examples/otlp/http_metric_main.cc
third_party/opentelemetry-cpp/examples/otlp/opentelemetry-collector-config/config.dev.yaml
third_party/opentelemetry-cpp/examples/plugin/CMakeLists.txt
third_party/opentelemetry-cpp/examples/plugin/load/BUILD
third_party/opentelemetry-cpp/examples/plugin/load/CMakeLists.txt
third_party/opentelemetry-cpp/examples/plugin/load/main.cc
third_party/opentelemetry-cpp/examples/plugin/plugin/BUILD
third_party/opentelemetry-cpp/examples/plugin/plugin/CMakeLists.txt
third_party/opentelemetry-cpp/examples/plugin/plugin/factory_impl.cc
third_party/opentelemetry-cpp/examples/plugin/plugin/tracer.cc
third_party/opentelemetry-cpp/examples/plugin/plugin/tracer.h
third_party/opentelemetry-cpp/examples/prometheus/BUILD
third_party/opentelemetry-cpp/examples/prometheus/CMakeLists.txt
third_party/opentelemetry-cpp/examples/prometheus/README.md
third_party/opentelemetry-cpp/examples/prometheus/main.cc
third_party/opentelemetry-cpp/examples/prometheus/prometheus.yml
third_party/opentelemetry-cpp/examples/prometheus/run.sh
third_party/opentelemetry-cpp/examples/simple/BUILD
third_party/opentelemetry-cpp/examples/simple/CMakeLists.txt
third_party/opentelemetry-cpp/examples/simple/README.md
third_party/opentelemetry-cpp/examples/simple/main.cc
third_party/opentelemetry-cpp/examples/zipkin/CMakeLists.txt
third_party/opentelemetry-cpp/examples/zipkin/README.md
third_party/opentelemetry-cpp/examples/zipkin/main.cc
third_party/opentelemetry-cpp/exporters/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/elasticsearch/BUILD
third_party/opentelemetry-cpp/exporters/elasticsearch/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/elasticsearch/include/opentelemetry/exporters/elasticsearch/es_log_record_exporter.h
third_party/opentelemetry-cpp/exporters/elasticsearch/include/opentelemetry/exporters/elasticsearch/es_log_recordable.h
third_party/opentelemetry-cpp/exporters/elasticsearch/src/es_log_record_exporter.cc
third_party/opentelemetry-cpp/exporters/elasticsearch/src/es_log_recordable.cc
third_party/opentelemetry-cpp/exporters/elasticsearch/test/es_log_record_exporter_test.cc
third_party/opentelemetry-cpp/exporters/etw/BUILD
third_party/opentelemetry-cpp/exporters/etw/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/etw/README.md
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/LICENSE
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/TraceLoggingDynamic.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_config.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_fields.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_logger.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_logger_exporter.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_properties.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_provider.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_random_id_generator.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_tail_sampler.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_traceloggingdynamic.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_tracer.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/etw_tracer_exporter.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/utils.h
third_party/opentelemetry-cpp/exporters/etw/include/opentelemetry/exporters/etw/uuid.h
third_party/opentelemetry-cpp/exporters/etw/test/etw_logger_test.cc
third_party/opentelemetry-cpp/exporters/etw/test/etw_perf_test.cc
third_party/opentelemetry-cpp/exporters/etw/test/etw_provider_test.cc
third_party/opentelemetry-cpp/exporters/etw/test/etw_tracer_test.cc
third_party/opentelemetry-cpp/exporters/memory/BUILD
third_party/opentelemetry-cpp/exporters/memory/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/memory/include/opentelemetry/exporters/memory/in_memory_data.h
third_party/opentelemetry-cpp/exporters/memory/include/opentelemetry/exporters/memory/in_memory_span_data.h
third_party/opentelemetry-cpp/exporters/memory/include/opentelemetry/exporters/memory/in_memory_span_exporter.h
third_party/opentelemetry-cpp/exporters/memory/include/opentelemetry/exporters/memory/in_memory_span_exporter_factory.h
third_party/opentelemetry-cpp/exporters/memory/src/in_memory_span_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/memory/test/in_memory_span_data_test.cc
third_party/opentelemetry-cpp/exporters/memory/test/in_memory_span_exporter_test.cc
third_party/opentelemetry-cpp/exporters/ostream/BUILD
third_party/opentelemetry-cpp/exporters/ostream/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/common_utils.h
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/log_record_exporter.h
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/log_record_exporter_factory.h
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/metric_exporter.h
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/metric_exporter_factory.h
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/span_exporter.h
third_party/opentelemetry-cpp/exporters/ostream/include/opentelemetry/exporters/ostream/span_exporter_factory.h
third_party/opentelemetry-cpp/exporters/ostream/src/log_record_exporter.cc
third_party/opentelemetry-cpp/exporters/ostream/src/log_record_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/ostream/src/metric_exporter.cc
third_party/opentelemetry-cpp/exporters/ostream/src/metric_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/ostream/src/span_exporter.cc
third_party/opentelemetry-cpp/exporters/ostream/src/span_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/ostream/test/ostream_capture.h
third_party/opentelemetry-cpp/exporters/ostream/test/ostream_log_test.cc
third_party/opentelemetry-cpp/exporters/ostream/test/ostream_metric_test.cc
third_party/opentelemetry-cpp/exporters/ostream/test/ostream_span_test.cc
third_party/opentelemetry-cpp/exporters/otlp/BUILD
third_party/opentelemetry-cpp/exporters/otlp/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/otlp/README.md
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_environment.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_client.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_client_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_exporter.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_exporter_factory.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_exporter_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_log_record_exporter.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_log_record_exporter_factory.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_log_record_exporter_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_metric_exporter.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_metric_exporter_factory.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_metric_exporter_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_grpc_utils.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_client.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_exporter.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_exporter_factory.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_exporter_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_factory.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_log_record_exporter_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_factory.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter_options.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_log_recordable.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_metric_utils.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_populate_attribute_utils.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_preferred_temporality.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_recordable.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/otlp_recordable_utils.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/protobuf_include_prefix.h
third_party/opentelemetry-cpp/exporters/otlp/include/opentelemetry/exporters/otlp/protobuf_include_suffix.h
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_environment.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_client.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_exporter.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_exporter_options.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_log_record_exporter.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_log_record_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_log_record_exporter_options.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_metric_exporter.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_metric_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_metric_exporter_options.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_utils.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_client.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_exporter.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_exporter_options.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_log_record_exporter.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_log_record_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_log_record_exporter_options.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_metric_exporter.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_metric_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_http_metric_exporter_options.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_log_recordable.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_metric_utils.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_populate_attribute_utils.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_recordable.cc
third_party/opentelemetry-cpp/exporters/otlp/src/otlp_recordable_utils.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_exporter_benchmark.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_exporter_factory_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_exporter_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_log_record_exporter_factory_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_log_record_exporter_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_metric_exporter_factory_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_grpc_metric_exporter_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_http_exporter_factory_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_http_exporter_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_http_log_record_exporter_factory_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_http_log_record_exporter_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_http_metric_exporter_factory_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_http_metric_exporter_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_log_recordable_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_metrics_serialization_test.cc
third_party/opentelemetry-cpp/exporters/otlp/test/otlp_recordable_test.cc
third_party/opentelemetry-cpp/exporters/prometheus/BUILD
third_party/opentelemetry-cpp/exporters/prometheus/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/prometheus/include/opentelemetry/exporters/prometheus/collector.h
third_party/opentelemetry-cpp/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter.h
third_party/opentelemetry-cpp/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_factory.h
third_party/opentelemetry-cpp/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_options.h
third_party/opentelemetry-cpp/exporters/prometheus/include/opentelemetry/exporters/prometheus/exporter_utils.h
third_party/opentelemetry-cpp/exporters/prometheus/src/collector.cc
third_party/opentelemetry-cpp/exporters/prometheus/src/exporter.cc
third_party/opentelemetry-cpp/exporters/prometheus/src/exporter_factory.cc
third_party/opentelemetry-cpp/exporters/prometheus/src/exporter_options.cc
third_party/opentelemetry-cpp/exporters/prometheus/src/exporter_utils.cc
third_party/opentelemetry-cpp/exporters/prometheus/test/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/prometheus/test/collector_test.cc
third_party/opentelemetry-cpp/exporters/prometheus/test/exporter_test.cc
third_party/opentelemetry-cpp/exporters/prometheus/test/exporter_utils_test.cc
third_party/opentelemetry-cpp/exporters/prometheus/test/prometheus_test_helper.h
third_party/opentelemetry-cpp/exporters/zipkin/BUILD
third_party/opentelemetry-cpp/exporters/zipkin/CMakeLists.txt
third_party/opentelemetry-cpp/exporters/zipkin/README.md
third_party/opentelemetry-cpp/exporters/zipkin/include/opentelemetry/exporters/zipkin/recordable.h
third_party/opentelemetry-cpp/exporters/zipkin/include/opentelemetry/exporters/zipkin/zipkin_exporter.h
third_party/opentelemetry-cpp/exporters/zipkin/include/opentelemetry/exporters/zipkin/zipkin_exporter_factory.h
third_party/opentelemetry-cpp/exporters/zipkin/include/opentelemetry/exporters/zipkin/zipkin_exporter_options.h
third_party/opentelemetry-cpp/exporters/zipkin/src/recordable.cc
third_party/opentelemetry-cpp/exporters/zipkin/src/zipkin_exporter.cc
third_party/opentelemetry-cpp/exporters/zipkin/src/zipkin_exporter_factory.cc
third_party/opentelemetry-cpp/exporters/zipkin/test/zipkin_exporter_test.cc
third_party/opentelemetry-cpp/exporters/zipkin/test/zipkin_recordable_test.cc
third_party/opentelemetry-cpp/ext/BUILD
third_party/opentelemetry-cpp/ext/CMakeLists.txt
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/client/http_client.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/client/http_client_factory.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/client/curl/http_client_curl.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/client/curl/http_operation_curl.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/common/url_parser.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/server/file_http_server.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/server/http_server.h
third_party/opentelemetry-cpp/ext/include/opentelemetry/ext/http/server/socket_tools.h
third_party/opentelemetry-cpp/ext/src/CMakeLists.txt
third_party/opentelemetry-cpp/ext/src/dll/CMakeLists.txt
third_party/opentelemetry-cpp/ext/src/dll/dllmain.cc
third_party/opentelemetry-cpp/ext/src/dll/input.src
third_party/opentelemetry-cpp/ext/src/dll/make_def.ps1
third_party/opentelemetry-cpp/ext/src/dll/opentelemetry_cpp.src
third_party/opentelemetry-cpp/ext/src/http/client/curl/BUILD
third_party/opentelemetry-cpp/ext/src/http/client/curl/CMakeLists.txt
third_party/opentelemetry-cpp/ext/src/http/client/curl/http_client_curl.cc
third_party/opentelemetry-cpp/ext/src/http/client/curl/http_client_factory_curl.cc
third_party/opentelemetry-cpp/ext/src/http/client/curl/http_operation_curl.cc
third_party/opentelemetry-cpp/ext/test/CMakeLists.txt
third_party/opentelemetry-cpp/ext/test/http/BUILD
third_party/opentelemetry-cpp/ext/test/http/CMakeLists.txt
third_party/opentelemetry-cpp/ext/test/http/curl_http_test.cc
third_party/opentelemetry-cpp/ext/test/http/url_parser_test.cc
third_party/opentelemetry-cpp/ext/test/w3c_tracecontext_test/BUILD
third_party/opentelemetry-cpp/ext/test/w3c_tracecontext_test/CMakeLists.txt
third_party/opentelemetry-cpp/ext/test/w3c_tracecontext_test/Dockerfile
third_party/opentelemetry-cpp/ext/test/w3c_tracecontext_test/README.md
third_party/opentelemetry-cpp/ext/test/w3c_tracecontext_test/main.cc
third_party/opentelemetry-cpp/functional/CMakeLists.txt
third_party/opentelemetry-cpp/functional/cert/ca_csr.json
third_party/opentelemetry-cpp/functional/cert/ca_csr_b.json
third_party/opentelemetry-cpp/functional/cert/client_csr.json
third_party/opentelemetry-cpp/functional/cert/client_csr_b.json
third_party/opentelemetry-cpp/functional/cert/garbage.pem
third_party/opentelemetry-cpp/functional/cert/generate_cert.sh
third_party/opentelemetry-cpp/functional/cert/server_csr.json
third_party/opentelemetry-cpp/functional/cert/server_csr_b.json
third_party/opentelemetry-cpp/functional/otlp/CMakeLists.txt
third_party/opentelemetry-cpp/functional/otlp/Dockerfile
third_party/opentelemetry-cpp/functional/otlp/func_http_main.cc
third_party/opentelemetry-cpp/functional/otlp/otel-config-http.yaml
third_party/opentelemetry-cpp/functional/otlp/otel-config-https.yaml
third_party/opentelemetry-cpp/functional/otlp/otel-docker-config-http.yaml
third_party/opentelemetry-cpp/functional/otlp/otel-docker-config-https.yaml
third_party/opentelemetry-cpp/functional/otlp/run_test.sh
third_party/opentelemetry-cpp/functional/otlp/run_test_mode.sh
third_party/opentelemetry-cpp/opentracing-shim/BUILD
third_party/opentelemetry-cpp/opentracing-shim/CMakeLists.txt
third_party/opentelemetry-cpp/opentracing-shim/README.md
third_party/opentelemetry-cpp/opentracing-shim/include/opentelemetry/opentracingshim/propagation.h
third_party/opentelemetry-cpp/opentracing-shim/include/opentelemetry/opentracingshim/shim_utils.h
third_party/opentelemetry-cpp/opentracing-shim/include/opentelemetry/opentracingshim/span_context_shim.h
third_party/opentelemetry-cpp/opentracing-shim/include/opentelemetry/opentracingshim/span_shim.h
third_party/opentelemetry-cpp/opentracing-shim/include/opentelemetry/opentracingshim/tracer_shim.h
third_party/opentelemetry-cpp/opentracing-shim/src/shim_utils.cc
third_party/opentelemetry-cpp/opentracing-shim/src/span_context_shim.cc
third_party/opentelemetry-cpp/opentracing-shim/src/span_shim.cc
third_party/opentelemetry-cpp/opentracing-shim/src/tracer_shim.cc
third_party/opentelemetry-cpp/opentracing-shim/test/propagation_test.cc
third_party/opentelemetry-cpp/opentracing-shim/test/shim_mocks.h
third_party/opentelemetry-cpp/opentracing-shim/test/shim_utils_test.cc
third_party/opentelemetry-cpp/opentracing-shim/test/span_context_shim_test.cc
third_party/opentelemetry-cpp/opentracing-shim/test/span_shim_test.cc
third_party/opentelemetry-cpp/opentracing-shim/test/tracer_shim_test.cc
third_party/opentelemetry-cpp/sdk/BUILD
third_party/opentelemetry-cpp/sdk/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk_config.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/atomic_shared_ptr.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/atomic_unique_ptr.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/attribute_utils.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/attributemap_hash.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/base64.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/circular_buffer.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/circular_buffer_range.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/empty_attributes.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/env_variables.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/exporter_utils.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/common/global_log_handler.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/instrumentationlibrary/instrumentation_library.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/instrumentationscope/instrumentation_scope.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/batch_log_record_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/batch_log_record_processor_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/batch_log_record_processor_options.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/event_logger.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/event_logger_provider.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/event_logger_provider_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/exporter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/logger.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/logger_context.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/logger_context_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/logger_provider.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/logger_provider_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/multi_log_record_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/multi_log_record_processor_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/multi_recordable.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/read_write_log_record.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/readable_log_record.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/recordable.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/simple_log_record_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/logs/simple_log_record_processor_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/async_instruments.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/instrument_metadata_validator.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/instruments.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/meter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/meter_context.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/meter_context_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/meter_provider.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/meter_provider_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/metric_reader.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/observer_result.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/push_metric_exporter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/sync_instruments.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/aggregation.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/aggregation_config.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/base2_exponential_histogram_indexer.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/default_aggregation.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/drop_aggregation.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/histogram_aggregation.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/lastvalue_aggregation.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/aggregation/sum_aggregation.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/data/circular_buffer.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/data/exemplar_data.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/data/metric_data.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/data/point_data.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/always_sample_filter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/filter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/filtered_exemplar_reservoir.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/fixed_size_exemplar_reservoir.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/histogram_exemplar_reservoir.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/never_sample_filter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/no_exemplar_reservoir.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/reservoir.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/reservoir_cell.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/reservoir_cell_selector.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/exemplar/with_trace_sample_filter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/export/metric_producer.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/export/periodic_exporting_metric_reader_options.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/async_metric_storage.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/filtered_ordered_attribute_map.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/metric_collector.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/metric_storage.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/multi_metric_storage.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/observable_registry.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/sync_metric_storage.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/state/temporal_metric_storage.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/attributes_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/instrument_selector.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/instrument_selector_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/meter_selector.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/meter_selector_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/predicate.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/predicate_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/view.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/view_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/view_registry.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/metrics/view/view_registry_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/resource/resource.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/resource/resource_detector.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/resource/semantic_conventions.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/batch_span_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/batch_span_processor_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/batch_span_processor_options.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/exporter.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/id_generator.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/multi_recordable.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/multi_span_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/random_id_generator.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/random_id_generator_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/recordable.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/sampler.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/simple_processor.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/simple_processor_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/span_data.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/tracer.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/tracer_context.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/tracer_context_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/tracer_provider.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/tracer_provider_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/always_off.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/always_off_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/always_on.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/always_on_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/parent.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/parent_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/trace_id_ratio.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/trace/samplers/trace_id_ratio_factory.h
third_party/opentelemetry-cpp/sdk/include/opentelemetry/sdk/version/version.h
third_party/opentelemetry-cpp/sdk/src/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/common/BUILD
third_party/opentelemetry-cpp/sdk/src/common/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/common/base64.cc
third_party/opentelemetry-cpp/sdk/src/common/core.cc
third_party/opentelemetry-cpp/sdk/src/common/env_variables.cc
third_party/opentelemetry-cpp/sdk/src/common/fast_random_number_generator.h
third_party/opentelemetry-cpp/sdk/src/common/global_log_handler.cc
third_party/opentelemetry-cpp/sdk/src/common/random.cc
third_party/opentelemetry-cpp/sdk/src/common/random.h
third_party/opentelemetry-cpp/sdk/src/common/platform/BUILD
third_party/opentelemetry-cpp/sdk/src/common/platform/fork.h
third_party/opentelemetry-cpp/sdk/src/common/platform/fork_unix.cc
third_party/opentelemetry-cpp/sdk/src/common/platform/fork_windows.cc
third_party/opentelemetry-cpp/sdk/src/logs/BUILD
third_party/opentelemetry-cpp/sdk/src/logs/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/logs/batch_log_record_processor.cc
third_party/opentelemetry-cpp/sdk/src/logs/batch_log_record_processor_factory.cc
third_party/opentelemetry-cpp/sdk/src/logs/event_logger.cc
third_party/opentelemetry-cpp/sdk/src/logs/event_logger_provider.cc
third_party/opentelemetry-cpp/sdk/src/logs/event_logger_provider_factory.cc
third_party/opentelemetry-cpp/sdk/src/logs/exporter.cc
third_party/opentelemetry-cpp/sdk/src/logs/logger.cc
third_party/opentelemetry-cpp/sdk/src/logs/logger_context.cc
third_party/opentelemetry-cpp/sdk/src/logs/logger_context_factory.cc
third_party/opentelemetry-cpp/sdk/src/logs/logger_provider.cc
third_party/opentelemetry-cpp/sdk/src/logs/logger_provider_factory.cc
third_party/opentelemetry-cpp/sdk/src/logs/multi_log_record_processor.cc
third_party/opentelemetry-cpp/sdk/src/logs/multi_log_record_processor_factory.cc
third_party/opentelemetry-cpp/sdk/src/logs/multi_recordable.cc
third_party/opentelemetry-cpp/sdk/src/logs/read_write_log_record.cc
third_party/opentelemetry-cpp/sdk/src/logs/readable_log_record.cc
third_party/opentelemetry-cpp/sdk/src/logs/simple_log_record_processor.cc
third_party/opentelemetry-cpp/sdk/src/logs/simple_log_record_processor_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/BUILD
third_party/opentelemetry-cpp/sdk/src/metrics/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/metrics/async_instruments.cc
third_party/opentelemetry-cpp/sdk/src/metrics/instrument_metadata_validator.cc
third_party/opentelemetry-cpp/sdk/src/metrics/meter.cc
third_party/opentelemetry-cpp/sdk/src/metrics/meter_context.cc
third_party/opentelemetry-cpp/sdk/src/metrics/meter_context_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/meter_provider.cc
third_party/opentelemetry-cpp/sdk/src/metrics/meter_provider_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/metric_reader.cc
third_party/opentelemetry-cpp/sdk/src/metrics/sync_instruments.cc
third_party/opentelemetry-cpp/sdk/src/metrics/aggregation/base2_exponential_histogram_indexer.cc
third_party/opentelemetry-cpp/sdk/src/metrics/aggregation/histogram_aggregation.cc
third_party/opentelemetry-cpp/sdk/src/metrics/aggregation/lastvalue_aggregation.cc
third_party/opentelemetry-cpp/sdk/src/metrics/aggregation/sum_aggregation.cc
third_party/opentelemetry-cpp/sdk/src/metrics/data/circular_buffer.cc
third_party/opentelemetry-cpp/sdk/src/metrics/exemplar/filter.cc
third_party/opentelemetry-cpp/sdk/src/metrics/exemplar/reservoir.cc
third_party/opentelemetry-cpp/sdk/src/metrics/export/periodic_exporting_metric_reader.cc
third_party/opentelemetry-cpp/sdk/src/metrics/export/periodic_exporting_metric_reader_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/state/filtered_ordered_attribute_map.cc
third_party/opentelemetry-cpp/sdk/src/metrics/state/metric_collector.cc
third_party/opentelemetry-cpp/sdk/src/metrics/state/observable_registry.cc
third_party/opentelemetry-cpp/sdk/src/metrics/state/sync_metric_storage.cc
third_party/opentelemetry-cpp/sdk/src/metrics/state/temporal_metric_storage.cc
third_party/opentelemetry-cpp/sdk/src/metrics/view/instrument_selector_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/view/meter_selector_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/view/view_factory.cc
third_party/opentelemetry-cpp/sdk/src/metrics/view/view_registry_factory.cc
third_party/opentelemetry-cpp/sdk/src/resource/BUILD
third_party/opentelemetry-cpp/sdk/src/resource/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/resource/resource.cc
third_party/opentelemetry-cpp/sdk/src/resource/resource_detector.cc
third_party/opentelemetry-cpp/sdk/src/trace/BUILD
third_party/opentelemetry-cpp/sdk/src/trace/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/trace/batch_span_processor.cc
third_party/opentelemetry-cpp/sdk/src/trace/batch_span_processor_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/exporter.cc
third_party/opentelemetry-cpp/sdk/src/trace/random_id_generator.cc
third_party/opentelemetry-cpp/sdk/src/trace/random_id_generator_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/simple_processor_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/span.cc
third_party/opentelemetry-cpp/sdk/src/trace/span.h
third_party/opentelemetry-cpp/sdk/src/trace/tracer.cc
third_party/opentelemetry-cpp/sdk/src/trace/tracer_context.cc
third_party/opentelemetry-cpp/sdk/src/trace/tracer_context_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/tracer_provider.cc
third_party/opentelemetry-cpp/sdk/src/trace/tracer_provider_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/samplers/always_off_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/samplers/always_on_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/samplers/parent.cc
third_party/opentelemetry-cpp/sdk/src/trace/samplers/parent_factory.cc
third_party/opentelemetry-cpp/sdk/src/trace/samplers/trace_id_ratio.cc
third_party/opentelemetry-cpp/sdk/src/trace/samplers/trace_id_ratio_factory.cc
third_party/opentelemetry-cpp/sdk/src/version/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/src/version/version.cc
third_party/opentelemetry-cpp/sdk/test/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/common/BUILD
third_party/opentelemetry-cpp/sdk/test/common/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/common/atomic_unique_ptr_test.cc
third_party/opentelemetry-cpp/sdk/test/common/attribute_utils_test.cc
third_party/opentelemetry-cpp/sdk/test/common/attributemap_hash_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/common/attributemap_hash_test.cc
third_party/opentelemetry-cpp/sdk/test/common/base64_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/common/base64_test.cc
third_party/opentelemetry-cpp/sdk/test/common/baseline_circular_buffer.h
third_party/opentelemetry-cpp/sdk/test/common/circular_buffer_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/common/circular_buffer_range_test.cc
third_party/opentelemetry-cpp/sdk/test/common/circular_buffer_test.cc
third_party/opentelemetry-cpp/sdk/test/common/empty_attributes_test.cc
third_party/opentelemetry-cpp/sdk/test/common/env_var_test.cc
third_party/opentelemetry-cpp/sdk/test/common/fast_random_number_generator_test.cc
third_party/opentelemetry-cpp/sdk/test/common/global_log_handle_test.cc
third_party/opentelemetry-cpp/sdk/test/common/random_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/common/random_fork_test.cc
third_party/opentelemetry-cpp/sdk/test/common/random_test.cc
third_party/opentelemetry-cpp/sdk/test/instrumentationscope/BUILD
third_party/opentelemetry-cpp/sdk/test/instrumentationscope/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/instrumentationscope/instrumentationscope_test.cc
third_party/opentelemetry-cpp/sdk/test/logs/BUILD
third_party/opentelemetry-cpp/sdk/test/logs/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/logs/batch_log_record_processor_test.cc
third_party/opentelemetry-cpp/sdk/test/logs/log_record_test.cc
third_party/opentelemetry-cpp/sdk/test/logs/logger_provider_sdk_test.cc
third_party/opentelemetry-cpp/sdk/test/logs/logger_sdk_test.cc
third_party/opentelemetry-cpp/sdk/test/logs/simple_log_record_processor_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/BUILD
third_party/opentelemetry-cpp/sdk/test/metrics/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/metrics/aggregation_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/async_instruments_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/async_metric_storage_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/attributes_hashmap_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/metrics/attributes_hashmap_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/attributes_processor_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/metrics/attributes_processor_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/base2_exponential_histogram_indexer_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/metrics/base2_exponential_histogram_indexer_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/cardinality_limit_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/circular_buffer_counter_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/common.cc
third_party/opentelemetry-cpp/sdk/test/metrics/common.h
third_party/opentelemetry-cpp/sdk/test/metrics/histogram_aggregation_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/metrics/histogram_aggregation_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/histogram_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/instrument_metadata_validator_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/measurements_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/metrics/meter_provider_sdk_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/meter_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/metric_reader_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/multi_metric_storage_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/observable_registry_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/observer_result_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/periodic_exporting_metric_reader_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/sum_aggregation_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/metrics/sum_aggregation_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/sync_instruments_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/sync_metric_storage_counter_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/sync_metric_storage_histogram_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/sync_metric_storage_up_down_counter_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/view_registry_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/BUILD
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/always_sample_filter_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/histogram_exemplar_reservoir_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/never_sample_filter_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/no_exemplar_reservoir_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/reservoir_cell_test.cc
third_party/opentelemetry-cpp/sdk/test/metrics/exemplar/with_trace_sample_filter_test.cc
third_party/opentelemetry-cpp/sdk/test/resource/BUILD
third_party/opentelemetry-cpp/sdk/test/resource/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/resource/resource_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/BUILD
third_party/opentelemetry-cpp/sdk/test/trace/CMakeLists.txt
third_party/opentelemetry-cpp/sdk/test/trace/always_off_sampler_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/always_on_sampler_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/batch_span_processor_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/parent_sampler_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/sampler_benchmark.cc
third_party/opentelemetry-cpp/sdk/test/trace/simple_processor_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/span_data_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/trace_id_ratio_sampler_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/tracer_provider_test.cc
third_party/opentelemetry-cpp/sdk/test/trace/tracer_test.cc
third_party/opentelemetry-cpp/test_common/BUILD
third_party/opentelemetry-cpp/test_common/CMakeLists.txt
third_party/opentelemetry-cpp/test_common/include/opentelemetry/test_common/ext/http/client/http_client_test_factory.h
third_party/opentelemetry-cpp/test_common/include/opentelemetry/test_common/ext/http/client/nosend/http_client_nosend.h
third_party/opentelemetry-cpp/test_common/src/CMakeLists.txt
third_party/opentelemetry-cpp/test_common/src/http/client/nosend/BUILD
third_party/opentelemetry-cpp/test_common/src/http/client/nosend/CMakeLists.txt
third_party/opentelemetry-cpp/test_common/src/http/client/nosend/http_client_nosend.cc
third_party/opentelemetry-cpp/test_common/src/http/client/nosend/http_client_test_factory.cc
third_party/opentelemetry-cpp/third_party/BUILD
third_party/opentelemetry-cpp/tools/WORKSPACE
third_party/opentelemetry-cpp/tools/build-bazel.cmd
third_party/opentelemetry-cpp/tools/build-benchmark.cmd
third_party/opentelemetry-cpp/tools/build-benchmark.sh
third_party/opentelemetry-cpp/tools/build-clang-12.cmd
third_party/opentelemetry-cpp/tools/build-clang.cmd
third_party/opentelemetry-cpp/tools/build-docker.cmd
third_party/opentelemetry-cpp/tools/build-gtest.sh
third_party/opentelemetry-cpp/tools/build-nuget.cmd
third_party/opentelemetry-cpp/tools/build-nuget.ps1
third_party/opentelemetry-cpp/tools/build-vcpkg.sh
third_party/opentelemetry-cpp/tools/build-vs2015.cmd
third_party/opentelemetry-cpp/tools/build-vs2017.cmd
third_party/opentelemetry-cpp/tools/build-vs2019.cmd
third_party/opentelemetry-cpp/tools/build-vs2022.cmd
third_party/opentelemetry-cpp/tools/build.cmd
third_party/opentelemetry-cpp/tools/build.sh
third_party/opentelemetry-cpp/tools/check_copyright.sh
third_party/opentelemetry-cpp/tools/download.cmd
third_party/opentelemetry-cpp/tools/download.ps1
third_party/opentelemetry-cpp/tools/format.sh
third_party/opentelemetry-cpp/tools/git-cl.cmd
third_party/opentelemetry-cpp/tools/git-cl.sh
third_party/opentelemetry-cpp/tools/install-vs-addons.cmd
third_party/opentelemetry-cpp/tools/install.sh
third_party/opentelemetry-cpp/tools/install_llvm-win32.ps1
third_party/opentelemetry-cpp/tools/install_llvm-win64.ps1
third_party/opentelemetry-cpp/tools/setup-buildtools-mac.sh
third_party/opentelemetry-cpp/tools/setup-buildtools.cmd
third_party/opentelemetry-cpp/tools/setup-buildtools.sh
third_party/opentelemetry-cpp/tools/setup-cfssl.sh
third_party/opentelemetry-cpp/tools/setup-cmake.sh
third_party/opentelemetry-cpp/tools/setup-devenv.cmd
third_party/opentelemetry-cpp/tools/setup-devenv.sh
third_party/opentelemetry-cpp/tools/setup-ninja.sh
third_party/opentelemetry-cpp/tools/setup-protobuf.sh
third_party/opentelemetry-cpp/tools/vcvars.cmd
third_party/opentelemetry-cpp/tools/nuget/OpenTelemetry.Cpp.Dev.nuspec
third_party/opentelemetry-cpp/tools/nuget/README.md
third_party/opentelemetry-cpp/tools/nuget/opentelemetry-icon-color.png
third_party/opentelemetry-cpp/tools/ports/benchmark/CONTROL
third_party/opentelemetry-cpp/tools/ports/benchmark/portfile.cmake
third_party/opentelemetry-cpp/tools/ports/benchmark/version.patch
third_party/opentelemetry-cpp/tools/ports/opentelemetry/CONTROL
third_party/opentelemetry-cpp/tools/ports/opentelemetry/TODO.md
third_party/opentelemetry-cpp/tools/ports/opentelemetry/get_repo_name.sh
third_party/opentelemetry-cpp/tools/ports/opentelemetry/portfile.cmake
third_party/opentelemetry-cpp/tools/ports/opentelemetry/response_file_linux.txt
third_party/opentelemetry-cpp/tools/ports/opentelemetry/response_file_mac.txt
third_party/opentelemetry-cpp/tools/ports/protobuf/fix-default-proto-file-path.patch
third_party/opentelemetry-cpp/tools/ports/protobuf/fix-static-build.patch
third_party/opentelemetry-cpp/tools/ports/protobuf/port_def.patch
third_party/opentelemetry-cpp/tools/ports/protobuf/portfile.cmake
third_party/opentelemetry-cpp/tools/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
third_party/opentelemetry-cpp/tools/ports/protobuf/vcpkg-cmake-wrapper.cmake
third_party/opentelemetry-cpp/tools/ports/protobuf/vcpkg.json
third_party/pybind11/.appveyor.yml
third_party/pybind11/.clang-format
third_party/pybind11/.clang-tidy
third_party/pybind11/.cmake-format.yaml
third_party/pybind11/.codespell-ignore-lines
third_party/pybind11/.pre-commit-config.yaml
third_party/pybind11/.readthedocs.yml
third_party/pybind11/CMakeLists.txt
third_party/pybind11/LICENSE
third_party/pybind11/MANIFEST.in
third_party/pybind11/README.rst
third_party/pybind11/SECURITY.md
third_party/pybind11/noxfile.py
third_party/pybind11/pyproject.toml
third_party/pybind11/setup.cfg
third_party/pybind11/setup.py
third_party/pybind11/docs/Doxyfile
third_party/pybind11/docs/Makefile
third_party/pybind11/docs/basics.rst
third_party/pybind11/docs/benchmark.py
third_party/pybind11/docs/benchmark.rst
third_party/pybind11/docs/changelog.rst
third_party/pybind11/docs/classes.rst
third_party/pybind11/docs/compiling.rst
third_party/pybind11/docs/conf.py
third_party/pybind11/docs/faq.rst
third_party/pybind11/docs/index.rst
third_party/pybind11/docs/installing.rst
third_party/pybind11/docs/limitations.rst
third_party/pybind11/docs/pybind11-logo.png
third_party/pybind11/docs/pybind11_vs_boost_python1.png
third_party/pybind11/docs/pybind11_vs_boost_python1.svg
third_party/pybind11/docs/pybind11_vs_boost_python2.png
third_party/pybind11/docs/pybind11_vs_boost_python2.svg
third_party/pybind11/docs/reference.rst
third_party/pybind11/docs/release.rst
third_party/pybind11/docs/requirements.txt
third_party/pybind11/docs/upgrade.rst
third_party/pybind11/docs/_static/css/custom.css
third_party/pybind11/docs/advanced/classes.rst
third_party/pybind11/docs/advanced/embedding.rst
third_party/pybind11/docs/advanced/exceptions.rst
third_party/pybind11/docs/advanced/functions.rst
third_party/pybind11/docs/advanced/misc.rst
third_party/pybind11/docs/advanced/smart_ptrs.rst
third_party/pybind11/docs/advanced/cast/chrono.rst
third_party/pybind11/docs/advanced/cast/custom.rst
third_party/pybind11/docs/advanced/cast/eigen.rst
third_party/pybind11/docs/advanced/cast/functional.rst
third_party/pybind11/docs/advanced/cast/index.rst
third_party/pybind11/docs/advanced/cast/overview.rst
third_party/pybind11/docs/advanced/cast/stl.rst
third_party/pybind11/docs/advanced/cast/strings.rst
third_party/pybind11/docs/advanced/pycpp/index.rst
third_party/pybind11/docs/advanced/pycpp/numpy.rst
third_party/pybind11/docs/advanced/pycpp/object.rst
third_party/pybind11/docs/advanced/pycpp/utilities.rst
third_party/pybind11/docs/cmake/index.rst
third_party/pybind11/include/pybind11/attr.h
third_party/pybind11/include/pybind11/buffer_info.h
third_party/pybind11/include/pybind11/cast.h
third_party/pybind11/include/pybind11/chrono.h
third_party/pybind11/include/pybind11/common.h
third_party/pybind11/include/pybind11/complex.h
third_party/pybind11/include/pybind11/eigen.h
third_party/pybind11/include/pybind11/embed.h
third_party/pybind11/include/pybind11/eval.h
third_party/pybind11/include/pybind11/functional.h
third_party/pybind11/include/pybind11/gil.h
third_party/pybind11/include/pybind11/iostream.h
third_party/pybind11/include/pybind11/numpy.h
third_party/pybind11/include/pybind11/operators.h
third_party/pybind11/include/pybind11/options.h
third_party/pybind11/include/pybind11/pybind11.h
third_party/pybind11/include/pybind11/pytypes.h
third_party/pybind11/include/pybind11/stl.h
third_party/pybind11/include/pybind11/stl_bind.h
third_party/pybind11/include/pybind11/type_caster_pyobject_ptr.h
third_party/pybind11/include/pybind11/detail/class.h
third_party/pybind11/include/pybind11/detail/common.h
third_party/pybind11/include/pybind11/detail/descr.h
third_party/pybind11/include/pybind11/detail/init.h
third_party/pybind11/include/pybind11/detail/internals.h
third_party/pybind11/include/pybind11/detail/type_caster_base.h
third_party/pybind11/include/pybind11/detail/typeid.h
third_party/pybind11/include/pybind11/eigen/common.h
third_party/pybind11/include/pybind11/eigen/matrix.h
third_party/pybind11/include/pybind11/eigen/tensor.h
third_party/pybind11/include/pybind11/stl/filesystem.h
third_party/pybind11/pybind11/__init__.py
third_party/pybind11/pybind11/__main__.py
third_party/pybind11/pybind11/_version.py
third_party/pybind11/pybind11/commands.py
third_party/pybind11/pybind11/py.typed
third_party/pybind11/pybind11/setup_helpers.py
third_party/pybind11/tests/CMakeLists.txt
third_party/pybind11/tests/conftest.py
third_party/pybind11/tests/constructor_stats.h
third_party/pybind11/tests/cross_module_gil_utils.cpp
third_party/pybind11/tests/cross_module_interleaved_error_already_set.cpp
third_party/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
third_party/pybind11/tests/env.py
third_party/pybind11/tests/local_bindings.h
third_party/pybind11/tests/object.h
third_party/pybind11/tests/pybind11_cross_module_tests.cpp
third_party/pybind11/tests/pybind11_tests.cpp
third_party/pybind11/tests/pybind11_tests.h
third_party/pybind11/tests/pytest.ini
third_party/pybind11/tests/requirements.txt
third_party/pybind11/tests/test_async.cpp
third_party/pybind11/tests/test_async.py
third_party/pybind11/tests/test_buffers.cpp
third_party/pybind11/tests/test_buffers.py
third_party/pybind11/tests/test_builtin_casters.cpp
third_party/pybind11/tests/test_builtin_casters.py
third_party/pybind11/tests/test_call_policies.cpp
third_party/pybind11/tests/test_call_policies.py
third_party/pybind11/tests/test_callbacks.cpp
third_party/pybind11/tests/test_callbacks.py
third_party/pybind11/tests/test_chrono.cpp
third_party/pybind11/tests/test_chrono.py
third_party/pybind11/tests/test_class.cpp
third_party/pybind11/tests/test_class.py
third_party/pybind11/tests/test_const_name.cpp
third_party/pybind11/tests/test_const_name.py
third_party/pybind11/tests/test_constants_and_functions.cpp
third_party/pybind11/tests/test_constants_and_functions.py
third_party/pybind11/tests/test_copy_move.cpp
third_party/pybind11/tests/test_copy_move.py
third_party/pybind11/tests/test_custom_type_casters.cpp
third_party/pybind11/tests/test_custom_type_casters.py
third_party/pybind11/tests/test_custom_type_setup.cpp
third_party/pybind11/tests/test_custom_type_setup.py
third_party/pybind11/tests/test_docstring_options.cpp
third_party/pybind11/tests/test_docstring_options.py
third_party/pybind11/tests/test_eigen_matrix.cpp
third_party/pybind11/tests/test_eigen_matrix.py
third_party/pybind11/tests/test_eigen_tensor.cpp
third_party/pybind11/tests/test_eigen_tensor.inl
third_party/pybind11/tests/test_eigen_tensor.py
third_party/pybind11/tests/test_enum.cpp
third_party/pybind11/tests/test_enum.py
third_party/pybind11/tests/test_eval.cpp
third_party/pybind11/tests/test_eval.py
third_party/pybind11/tests/test_eval_call.py
third_party/pybind11/tests/test_exceptions.cpp
third_party/pybind11/tests/test_exceptions.h
third_party/pybind11/tests/test_exceptions.py
third_party/pybind11/tests/test_factory_constructors.cpp
third_party/pybind11/tests/test_factory_constructors.py
third_party/pybind11/tests/test_gil_scoped.cpp
third_party/pybind11/tests/test_gil_scoped.py
third_party/pybind11/tests/test_iostream.cpp
third_party/pybind11/tests/test_iostream.py
third_party/pybind11/tests/test_kwargs_and_defaults.cpp
third_party/pybind11/tests/test_kwargs_and_defaults.py
third_party/pybind11/tests/test_local_bindings.cpp
third_party/pybind11/tests/test_local_bindings.py
third_party/pybind11/tests/test_methods_and_attributes.cpp
third_party/pybind11/tests/test_methods_and_attributes.py
third_party/pybind11/tests/test_modules.cpp
third_party/pybind11/tests/test_modules.py
third_party/pybind11/tests/test_multiple_inheritance.cpp
third_party/pybind11/tests/test_multiple_inheritance.py
third_party/pybind11/tests/test_numpy_array.cpp
third_party/pybind11/tests/test_numpy_array.py
third_party/pybind11/tests/test_numpy_dtypes.cpp
third_party/pybind11/tests/test_numpy_dtypes.py
third_party/pybind11/tests/test_numpy_vectorize.cpp
third_party/pybind11/tests/test_numpy_vectorize.py
third_party/pybind11/tests/test_opaque_types.cpp
third_party/pybind11/tests/test_opaque_types.py
third_party/pybind11/tests/test_operator_overloading.cpp
third_party/pybind11/tests/test_operator_overloading.py
third_party/pybind11/tests/test_pickling.cpp
third_party/pybind11/tests/test_pickling.py
third_party/pybind11/tests/test_pytypes.cpp
third_party/pybind11/tests/test_pytypes.py
third_party/pybind11/tests/test_sequences_and_iterators.cpp
third_party/pybind11/tests/test_sequences_and_iterators.py
third_party/pybind11/tests/test_smart_ptr.cpp
third_party/pybind11/tests/test_smart_ptr.py
third_party/pybind11/tests/test_stl.cpp
third_party/pybind11/tests/test_stl.py
third_party/pybind11/tests/test_stl_binders.cpp
third_party/pybind11/tests/test_stl_binders.py
third_party/pybind11/tests/test_tagbased_polymorphic.cpp
third_party/pybind11/tests/test_tagbased_polymorphic.py
third_party/pybind11/tests/test_thread.cpp
third_party/pybind11/tests/test_thread.py
third_party/pybind11/tests/test_type_caster_pyobject_ptr.cpp
third_party/pybind11/tests/test_type_caster_pyobject_ptr.py
third_party/pybind11/tests/test_union.cpp
third_party/pybind11/tests/test_union.py
third_party/pybind11/tests/test_unnamed_namespace_a.cpp
third_party/pybind11/tests/test_unnamed_namespace_a.py
third_party/pybind11/tests/test_unnamed_namespace_b.cpp
third_party/pybind11/tests/test_unnamed_namespace_b.py
third_party/pybind11/tests/test_vector_unique_ptr_member.cpp
third_party/pybind11/tests/test_vector_unique_ptr_member.py
third_party/pybind11/tests/test_virtual_functions.cpp
third_party/pybind11/tests/test_virtual_functions.py
third_party/pybind11/tests/valgrind-numpy-scipy.supp
third_party/pybind11/tests/valgrind-python.supp
third_party/pybind11/tests/extra_python_package/pytest.ini
third_party/pybind11/tests/extra_python_package/test_files.py
third_party/pybind11/tests/extra_setuptools/pytest.ini
third_party/pybind11/tests/extra_setuptools/test_setuphelper.py
third_party/pybind11/tests/test_cmake_build/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/embed.cpp
third_party/pybind11/tests/test_cmake_build/main.cpp
third_party/pybind11/tests/test_cmake_build/test.py
third_party/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
third_party/pybind11/tests/test_embed/CMakeLists.txt
third_party/pybind11/tests/test_embed/catch.cpp
third_party/pybind11/tests/test_embed/external_module.cpp
third_party/pybind11/tests/test_embed/test_interpreter.cpp
third_party/pybind11/tests/test_embed/test_interpreter.py
third_party/pybind11/tests/test_embed/test_trampoline.py
third_party/pybind11/tools/FindCatch.cmake
third_party/pybind11/tools/FindEigen3.cmake
third_party/pybind11/tools/FindPythonLibsNew.cmake
third_party/pybind11/tools/JoinPaths.cmake
third_party/pybind11/tools/check-style.sh
third_party/pybind11/tools/cmake_uninstall.cmake.in
third_party/pybind11/tools/codespell_ignore_lines_from_errors.py
third_party/pybind11/tools/libsize.py
third_party/pybind11/tools/make_changelog.py
third_party/pybind11/tools/pybind11.pc.in
third_party/pybind11/tools/pybind11Common.cmake
third_party/pybind11/tools/pybind11Config.cmake.in
third_party/pybind11/tools/pybind11NewTools.cmake
third_party/pybind11/tools/pybind11Tools.cmake
third_party/pybind11/tools/pyproject.toml
third_party/pybind11/tools/setup_global.py.in
third_party/pybind11/tools/setup_main.py.in
third_party/tensorpipe/CMakeLists.txt
third_party/tensorpipe/CODE_OF_CONDUCT.md
third_party/tensorpipe/CONTRIBUTING.md
third_party/tensorpipe/LICENSE.txt
third_party/tensorpipe/README.md
third_party/tensorpipe/setup.py
third_party/tensorpipe/.circleci/Dockerfile.cuda10.1
third_party/tensorpipe/.circleci/Dockerfile.cuda10.2
third_party/tensorpipe/.circleci/Dockerfile.cuda11.0
third_party/tensorpipe/.circleci/Dockerfile.cuda11.1
third_party/tensorpipe/.circleci/Dockerfile.cuda9.2
third_party/tensorpipe/.circleci/config.yml
third_party/tensorpipe/cmake/FindPackageHandleStandardArgs.cmake
third_party/tensorpipe/cmake/FindPackageMessage.cmake
third_party/tensorpipe/cmake/Finduv.cmake
third_party/tensorpipe/cmake/MiscCheck.cmake
third_party/tensorpipe/cmake/Options.cmake
third_party/tensorpipe/cmake/Sanitize.cmake
third_party/tensorpipe/docs/cuda_gotchas.md
third_party/tensorpipe/docs/development.md
third_party/tensorpipe/docs/linux_support.md
third_party/tensorpipe/docs/shm.md
third_party/tensorpipe/docs/thread_model.md
third_party/tensorpipe/tensorpipe/.clang-format
third_party/tensorpipe/tensorpipe/.clang-tidy
third_party/tensorpipe/tensorpipe/CMakeLists.txt
third_party/tensorpipe/tensorpipe/config.h.in
third_party/tensorpipe/tensorpipe/config_cuda.h.in
third_party/tensorpipe/tensorpipe/tensorpipe.h
third_party/tensorpipe/tensorpipe/tensorpipe_cuda.h
third_party/tensorpipe/tensorpipe/benchmark/CMakeLists.txt
third_party/tensorpipe/tensorpipe/benchmark/benchmark_pipe.cc
third_party/tensorpipe/tensorpipe/benchmark/benchmark_transport.cc
third_party/tensorpipe/tensorpipe/benchmark/channel_registry.cc
third_party/tensorpipe/tensorpipe/benchmark/channel_registry.h
third_party/tensorpipe/tensorpipe/benchmark/measurements.h
third_party/tensorpipe/tensorpipe/benchmark/options.cc
third_party/tensorpipe/tensorpipe/benchmark/options.h
third_party/tensorpipe/tensorpipe/benchmark/registry.h
third_party/tensorpipe/tensorpipe/benchmark/transport_registry.cc
third_party/tensorpipe/tensorpipe/benchmark/transport_registry.h
third_party/tensorpipe/tensorpipe/channel/channel.h
third_party/tensorpipe/tensorpipe/channel/channel_boilerplate.h
third_party/tensorpipe/tensorpipe/channel/channel_impl_boilerplate.h
third_party/tensorpipe/tensorpipe/channel/context.h
third_party/tensorpipe/tensorpipe/channel/context_boilerplate.h
third_party/tensorpipe/tensorpipe/channel/context_impl_boilerplate.h
third_party/tensorpipe/tensorpipe/channel/error.cc
third_party/tensorpipe/tensorpipe/channel/error.h
third_party/tensorpipe/tensorpipe/channel/helpers.cc
third_party/tensorpipe/tensorpipe/channel/helpers.h
third_party/tensorpipe/tensorpipe/channel/basic/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/basic/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/basic/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/basic/context_impl.h
third_party/tensorpipe/tensorpipe/channel/basic/factory.cc
third_party/tensorpipe/tensorpipe/channel/basic/factory.h
third_party/tensorpipe/tensorpipe/channel/cma/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/cma/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/cma/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/cma/context_impl.h
third_party/tensorpipe/tensorpipe/channel/cma/factory.cc
third_party/tensorpipe/tensorpipe/channel/cma/factory.h
third_party/tensorpipe/tensorpipe/channel/cuda_basic/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_basic/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_basic/constants.h
third_party/tensorpipe/tensorpipe/channel/cuda_basic/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_basic/context_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_basic/factory.cc
third_party/tensorpipe/tensorpipe/channel/cuda_basic/factory.h
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/constants.h
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/context_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/error.h
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/factory.cc
third_party/tensorpipe/tensorpipe/channel/cuda_gdr/factory.h
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/constants.h
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/context_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/factory.cc
third_party/tensorpipe/tensorpipe/channel/cuda_ipc/factory.h
third_party/tensorpipe/tensorpipe/channel/cuda_xth/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_xth/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_xth/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/cuda_xth/context_impl.h
third_party/tensorpipe/tensorpipe/channel/cuda_xth/factory.cc
third_party/tensorpipe/tensorpipe/channel/cuda_xth/factory.h
third_party/tensorpipe/tensorpipe/channel/mpt/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/mpt/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/mpt/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/mpt/context_impl.h
third_party/tensorpipe/tensorpipe/channel/mpt/factory.cc
third_party/tensorpipe/tensorpipe/channel/mpt/factory.h
third_party/tensorpipe/tensorpipe/channel/mpt/nop_types.h
third_party/tensorpipe/tensorpipe/channel/xth/channel_impl.cc
third_party/tensorpipe/tensorpipe/channel/xth/channel_impl.h
third_party/tensorpipe/tensorpipe/channel/xth/context_impl.cc
third_party/tensorpipe/tensorpipe/channel/xth/context_impl.h
third_party/tensorpipe/tensorpipe/channel/xth/factory.cc
third_party/tensorpipe/tensorpipe/channel/xth/factory.h
third_party/tensorpipe/tensorpipe/common/address.cc
third_party/tensorpipe/tensorpipe/common/address.h
third_party/tensorpipe/tensorpipe/common/allocator.cc
third_party/tensorpipe/tensorpipe/common/allocator.h
third_party/tensorpipe/tensorpipe/common/buffer.h
third_party/tensorpipe/tensorpipe/common/busy_polling_loop.h
third_party/tensorpipe/tensorpipe/common/callback.h
third_party/tensorpipe/tensorpipe/common/cpu_buffer.h
third_party/tensorpipe/tensorpipe/common/cuda.h
third_party/tensorpipe/tensorpipe/common/cuda_buffer.cc
third_party/tensorpipe/tensorpipe/common/cuda_buffer.h
third_party/tensorpipe/tensorpipe/common/cuda_lib.h
third_party/tensorpipe/tensorpipe/common/cuda_loop.cc
third_party/tensorpipe/tensorpipe/common/cuda_loop.h
third_party/tensorpipe/tensorpipe/common/deferred_executor.h
third_party/tensorpipe/tensorpipe/common/defs.h
third_party/tensorpipe/tensorpipe/common/device.h
third_party/tensorpipe/tensorpipe/common/dl.h
third_party/tensorpipe/tensorpipe/common/epoll_loop.cc
third_party/tensorpipe/tensorpipe/common/epoll_loop.h
third_party/tensorpipe/tensorpipe/common/error.cc
third_party/tensorpipe/tensorpipe/common/error.h
third_party/tensorpipe/tensorpipe/common/error_macros.h
third_party/tensorpipe/tensorpipe/common/fd.cc
third_party/tensorpipe/tensorpipe/common/fd.h
third_party/tensorpipe/tensorpipe/common/ibv.cc
third_party/tensorpipe/tensorpipe/common/ibv.h
third_party/tensorpipe/tensorpipe/common/ibv_lib.h
third_party/tensorpipe/tensorpipe/common/memory.h
third_party/tensorpipe/tensorpipe/common/nop.h
third_party/tensorpipe/tensorpipe/common/nvml_lib.h
third_party/tensorpipe/tensorpipe/common/optional.h
third_party/tensorpipe/tensorpipe/common/queue.h
third_party/tensorpipe/tensorpipe/common/ringbuffer.h
third_party/tensorpipe/tensorpipe/common/ringbuffer_read_write_ops.h
third_party/tensorpipe/tensorpipe/common/ringbuffer_role.h
third_party/tensorpipe/tensorpipe/common/shm_ringbuffer.h
third_party/tensorpipe/tensorpipe/common/shm_segment.cc
third_party/tensorpipe/tensorpipe/common/shm_segment.h
third_party/tensorpipe/tensorpipe/common/socket.cc
third_party/tensorpipe/tensorpipe/common/socket.h
third_party/tensorpipe/tensorpipe/common/state_machine.h
third_party/tensorpipe/tensorpipe/common/stream_read_write_ops.h
third_party/tensorpipe/tensorpipe/common/strings.h
third_party/tensorpipe/tensorpipe/common/system.cc
third_party/tensorpipe/tensorpipe/common/system.h
third_party/tensorpipe/tensorpipe/core/context.cc
third_party/tensorpipe/tensorpipe/core/context.h
third_party/tensorpipe/tensorpipe/core/context_impl.cc
third_party/tensorpipe/tensorpipe/core/context_impl.h
third_party/tensorpipe/tensorpipe/core/error.cc
third_party/tensorpipe/tensorpipe/core/error.h
third_party/tensorpipe/tensorpipe/core/listener.cc
third_party/tensorpipe/tensorpipe/core/listener.h
third_party/tensorpipe/tensorpipe/core/listener_impl.cc
third_party/tensorpipe/tensorpipe/core/listener_impl.h
third_party/tensorpipe/tensorpipe/core/message.h
third_party/tensorpipe/tensorpipe/core/nop_types.h
third_party/tensorpipe/tensorpipe/core/pipe.cc
third_party/tensorpipe/tensorpipe/core/pipe.h
third_party/tensorpipe/tensorpipe/core/pipe_impl.cc
third_party/tensorpipe/tensorpipe/core/pipe_impl.h
third_party/tensorpipe/tensorpipe/misc/CMakeLists.txt
third_party/tensorpipe/tensorpipe/misc/dump_state_machine.cc
third_party/tensorpipe/tensorpipe/python/CMakeLists.txt
third_party/tensorpipe/tensorpipe/python/tensorpipe.cc
third_party/tensorpipe/tensorpipe/test/CMakeLists.txt
third_party/tensorpipe/tensorpipe/test/peer_group.h
third_party/tensorpipe/tensorpipe/test/test.cc
third_party/tensorpipe/tensorpipe/test/test_environment.cc
third_party/tensorpipe/tensorpipe/test/test_environment.h
third_party/tensorpipe/tensorpipe/test/channel/channel_test.cc
third_party/tensorpipe/tensorpipe/test/channel/channel_test.h
third_party/tensorpipe/tensorpipe/test/channel/channel_test_cpu.cc
third_party/tensorpipe/tensorpipe/test/channel/channel_test_cpu.h
third_party/tensorpipe/tensorpipe/test/channel/channel_test_cuda.cc
third_party/tensorpipe/tensorpipe/test/channel/channel_test_cuda.h
third_party/tensorpipe/tensorpipe/test/channel/channel_test_cuda_multi_gpu.cc
third_party/tensorpipe/tensorpipe/test/channel/channel_test_cuda_xdtt.cc
third_party/tensorpipe/tensorpipe/test/channel/cuda_helpers.h
third_party/tensorpipe/tensorpipe/test/channel/kernel.cu
third_party/tensorpipe/tensorpipe/test/channel/kernel.cuh
third_party/tensorpipe/tensorpipe/test/channel/basic/basic_test.cc
third_party/tensorpipe/tensorpipe/test/channel/cma/CMakeLists.txt
third_party/tensorpipe/tensorpipe/test/channel/cma/cma_test.cc
third_party/tensorpipe/tensorpipe/test/channel/cma/docker_tests.sh
third_party/tensorpipe/tensorpipe/test/channel/cma/probe.cc
third_party/tensorpipe/tensorpipe/test/channel/cma/probe_report_checker.py
third_party/tensorpipe/tensorpipe/test/channel/cuda_basic/cuda_basic_test.cc
third_party/tensorpipe/tensorpipe/test/channel/cuda_gdr/cuda_gdr_test.cc
third_party/tensorpipe/tensorpipe/test/channel/cuda_ipc/cuda_ipc_test.cc
third_party/tensorpipe/tensorpipe/test/channel/cuda_xth/cuda_xth_test.cc
third_party/tensorpipe/tensorpipe/test/channel/mpt/mpt_test.cc
third_party/tensorpipe/tensorpipe/test/channel/xth/xth_test.cc
third_party/tensorpipe/tensorpipe/test/common/cuda_test.cc
third_party/tensorpipe/tensorpipe/test/common/defs_test.cc
third_party/tensorpipe/tensorpipe/test/common/epoll_loop_test.cc
third_party/tensorpipe/tensorpipe/test/common/ringbuffer_test.cc
third_party/tensorpipe/tensorpipe/test/common/shm_ringbuffer_test.cc
third_party/tensorpipe/tensorpipe/test/common/shm_segment_test.cc
third_party/tensorpipe/tensorpipe/test/common/system_test.cc
third_party/tensorpipe/tensorpipe/test/core/context_test.cc
third_party/tensorpipe/tensorpipe/test/core/listener_test.cc
third_party/tensorpipe/tensorpipe/test/core/pipe_cuda_test.cc
third_party/tensorpipe/tensorpipe/test/core/pipe_test.cc
third_party/tensorpipe/tensorpipe/test/core/pipe_test.h
third_party/tensorpipe/tensorpipe/test/python/tensorpipe.py
third_party/tensorpipe/tensorpipe/test/transport/connection_test.cc
third_party/tensorpipe/tensorpipe/test/transport/context_test.cc
third_party/tensorpipe/tensorpipe/test/transport/listener_test.cc
third_party/tensorpipe/tensorpipe/test/transport/transport_test.h
third_party/tensorpipe/tensorpipe/test/transport/ibv/connection_test.cc
third_party/tensorpipe/tensorpipe/test/transport/ibv/context_test.cc
third_party/tensorpipe/tensorpipe/test/transport/ibv/ibv_test.cc
third_party/tensorpipe/tensorpipe/test/transport/ibv/ibv_test.h
third_party/tensorpipe/tensorpipe/test/transport/ibv/sockaddr_test.cc
third_party/tensorpipe/tensorpipe/test/transport/shm/connection_test.cc
third_party/tensorpipe/tensorpipe/test/transport/shm/listener_test.cc
third_party/tensorpipe/tensorpipe/test/transport/shm/reactor_test.cc
third_party/tensorpipe/tensorpipe/test/transport/shm/shm_test.cc
third_party/tensorpipe/tensorpipe/test/transport/shm/shm_test.h
third_party/tensorpipe/tensorpipe/test/transport/shm/sockaddr_test.cc
third_party/tensorpipe/tensorpipe/test/transport/uv/connection_test.cc
third_party/tensorpipe/tensorpipe/test/transport/uv/context_test.cc
third_party/tensorpipe/tensorpipe/test/transport/uv/loop_test.cc
third_party/tensorpipe/tensorpipe/test/transport/uv/sockaddr_test.cc
third_party/tensorpipe/tensorpipe/test/transport/uv/uv_test.cc
third_party/tensorpipe/tensorpipe/test/transport/uv/uv_test.h
third_party/tensorpipe/tensorpipe/transport/connection.h
third_party/tensorpipe/tensorpipe/transport/connection_boilerplate.h
third_party/tensorpipe/tensorpipe/transport/connection_impl_boilerplate.h
third_party/tensorpipe/tensorpipe/transport/context.h
third_party/tensorpipe/tensorpipe/transport/context_boilerplate.h
third_party/tensorpipe/tensorpipe/transport/context_impl_boilerplate.h
third_party/tensorpipe/tensorpipe/transport/error.cc
third_party/tensorpipe/tensorpipe/transport/error.h
third_party/tensorpipe/tensorpipe/transport/listener.h
third_party/tensorpipe/tensorpipe/transport/listener_boilerplate.h
third_party/tensorpipe/tensorpipe/transport/listener_impl_boilerplate.h
third_party/tensorpipe/tensorpipe/transport/ibv/connection_impl.cc
third_party/tensorpipe/tensorpipe/transport/ibv/connection_impl.h
third_party/tensorpipe/tensorpipe/transport/ibv/constants.h
third_party/tensorpipe/tensorpipe/transport/ibv/context_impl.cc
third_party/tensorpipe/tensorpipe/transport/ibv/context_impl.h
third_party/tensorpipe/tensorpipe/transport/ibv/error.cc
third_party/tensorpipe/tensorpipe/transport/ibv/error.h
third_party/tensorpipe/tensorpipe/transport/ibv/factory.cc
third_party/tensorpipe/tensorpipe/transport/ibv/factory.h
third_party/tensorpipe/tensorpipe/transport/ibv/listener_impl.cc
third_party/tensorpipe/tensorpipe/transport/ibv/listener_impl.h
third_party/tensorpipe/tensorpipe/transport/ibv/reactor.cc
third_party/tensorpipe/tensorpipe/transport/ibv/reactor.h
third_party/tensorpipe/tensorpipe/transport/ibv/sockaddr.cc
third_party/tensorpipe/tensorpipe/transport/ibv/sockaddr.h
third_party/tensorpipe/tensorpipe/transport/ibv/utility.cc
third_party/tensorpipe/tensorpipe/transport/ibv/utility.h
third_party/tensorpipe/tensorpipe/transport/shm/connection_impl.cc
third_party/tensorpipe/tensorpipe/transport/shm/connection_impl.h
third_party/tensorpipe/tensorpipe/transport/shm/context_impl.cc
third_party/tensorpipe/tensorpipe/transport/shm/context_impl.h
third_party/tensorpipe/tensorpipe/transport/shm/factory.cc
third_party/tensorpipe/tensorpipe/transport/shm/factory.h
third_party/tensorpipe/tensorpipe/transport/shm/listener_impl.cc
third_party/tensorpipe/tensorpipe/transport/shm/listener_impl.h
third_party/tensorpipe/tensorpipe/transport/shm/reactor.cc
third_party/tensorpipe/tensorpipe/transport/shm/reactor.h
third_party/tensorpipe/tensorpipe/transport/shm/sockaddr.cc
third_party/tensorpipe/tensorpipe/transport/shm/sockaddr.h
third_party/tensorpipe/tensorpipe/transport/uv/connection_impl.cc
third_party/tensorpipe/tensorpipe/transport/uv/connection_impl.h
third_party/tensorpipe/tensorpipe/transport/uv/context_impl.cc
third_party/tensorpipe/tensorpipe/transport/uv/context_impl.h
third_party/tensorpipe/tensorpipe/transport/uv/error.cc
third_party/tensorpipe/tensorpipe/transport/uv/error.h
third_party/tensorpipe/tensorpipe/transport/uv/factory.cc
third_party/tensorpipe/tensorpipe/transport/uv/factory.h
third_party/tensorpipe/tensorpipe/transport/uv/listener_impl.cc
third_party/tensorpipe/tensorpipe/transport/uv/listener_impl.h
third_party/tensorpipe/tensorpipe/transport/uv/loop.cc
third_party/tensorpipe/tensorpipe/transport/uv/loop.h
third_party/tensorpipe/tensorpipe/transport/uv/sockaddr.cc
third_party/tensorpipe/tensorpipe/transport/uv/sockaddr.h
third_party/tensorpipe/tensorpipe/transport/uv/utility.cc
third_party/tensorpipe/tensorpipe/transport/uv/utility.h
third_party/tensorpipe/tensorpipe/transport/uv/uv.h
third_party/tensorpipe/third_party/README.md
third_party/tensorpipe/third_party/libnop/AUTHORS
third_party/tensorpipe/third_party/libnop/CONTRIBUTING.md
third_party/tensorpipe/third_party/libnop/LICENSE
third_party/tensorpipe/third_party/libnop/Makefile
third_party/tensorpipe/third_party/libnop/README.md
third_party/tensorpipe/third_party/libnop/build/host-executable.mk
third_party/tensorpipe/third_party/libnop/build/rules.mk
third_party/tensorpipe/third_party/libnop/docs/format.md
third_party/tensorpipe/third_party/libnop/docs/getting-started.md
third_party/tensorpipe/third_party/libnop/examples/interface.cpp
third_party/tensorpipe/third_party/libnop/examples/pipe.cpp
third_party/tensorpipe/third_party/libnop/examples/shared.cpp
third_party/tensorpipe/third_party/libnop/examples/shared.py
third_party/tensorpipe/third_party/libnop/examples/simple_protocol.cpp
third_party/tensorpipe/third_party/libnop/examples/stream.cpp
third_party/tensorpipe/third_party/libnop/examples/stream_utilities.h
third_party/tensorpipe/third_party/libnop/examples/string_to_hex.h
third_party/tensorpipe/third_party/libnop/examples/table.cpp
third_party/tensorpipe/third_party/libnop/examples/variant.cpp
third_party/tensorpipe/third_party/libnop/include/nop/protocol.h
third_party/tensorpipe/third_party/libnop/include/nop/serializer.h
third_party/tensorpipe/third_party/libnop/include/nop/status.h
third_party/tensorpipe/third_party/libnop/include/nop/structure.h
third_party/tensorpipe/third_party/libnop/include/nop/table.h
third_party/tensorpipe/third_party/libnop/include/nop/value.h
third_party/tensorpipe/third_party/libnop/include/nop/base/array.h
third_party/tensorpipe/third_party/libnop/include/nop/base/encoding.h
third_party/tensorpipe/third_party/libnop/include/nop/base/encoding_byte.h
third_party/tensorpipe/third_party/libnop/include/nop/base/enum.h
third_party/tensorpipe/third_party/libnop/include/nop/base/handle.h
third_party/tensorpipe/third_party/libnop/include/nop/base/logical_buffer.h
third_party/tensorpipe/third_party/libnop/include/nop/base/macros.h
third_party/tensorpipe/third_party/libnop/include/nop/base/map.h
third_party/tensorpipe/third_party/libnop/include/nop/base/members.h
third_party/tensorpipe/third_party/libnop/include/nop/base/optional.h
third_party/tensorpipe/third_party/libnop/include/nop/base/pair.h
third_party/tensorpipe/third_party/libnop/include/nop/base/reference_wrapper.h
third_party/tensorpipe/third_party/libnop/include/nop/base/result.h
third_party/tensorpipe/third_party/libnop/include/nop/base/serializer.h
third_party/tensorpipe/third_party/libnop/include/nop/base/string.h
third_party/tensorpipe/third_party/libnop/include/nop/base/table.h
third_party/tensorpipe/third_party/libnop/include/nop/base/tuple.h
third_party/tensorpipe/third_party/libnop/include/nop/base/utility.h
third_party/tensorpipe/third_party/libnop/include/nop/base/value.h
third_party/tensorpipe/third_party/libnop/include/nop/base/variant.h
third_party/tensorpipe/third_party/libnop/include/nop/base/vector.h
third_party/tensorpipe/third_party/libnop/include/nop/rpc/interface.h
third_party/tensorpipe/third_party/libnop/include/nop/rpc/simple_method_receiver.h
third_party/tensorpipe/third_party/libnop/include/nop/rpc/simple_method_sender.h
third_party/tensorpipe/third_party/libnop/include/nop/traits/function_traits.h
third_party/tensorpipe/third_party/libnop/include/nop/traits/is_comparable.h
third_party/tensorpipe/third_party/libnop/include/nop/traits/is_detected.h
third_party/tensorpipe/third_party/libnop/include/nop/traits/is_fungible.h
third_party/tensorpipe/third_party/libnop/include/nop/traits/is_template_base_of.h
third_party/tensorpipe/third_party/libnop/include/nop/traits/void.h
third_party/tensorpipe/third_party/libnop/include/nop/types/enum_flags.h
third_party/tensorpipe/third_party/libnop/include/nop/types/file_handle.h
third_party/tensorpipe/third_party/libnop/include/nop/types/handle.h
third_party/tensorpipe/third_party/libnop/include/nop/types/optional.h
third_party/tensorpipe/third_party/libnop/include/nop/types/result.h
third_party/tensorpipe/third_party/libnop/include/nop/types/thread_local.h
third_party/tensorpipe/third_party/libnop/include/nop/types/variant.h
third_party/tensorpipe/third_party/libnop/include/nop/types/detail/logical_buffer.h
third_party/tensorpipe/third_party/libnop/include/nop/types/detail/member_pointer.h
third_party/tensorpipe/third_party/libnop/include/nop/types/detail/variant.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/backtrace.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/bounded_reader.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/bounded_writer.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/buffer_reader.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/buffer_writer.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/compiler.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/constexpr_buffer_writer.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/die.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/endian.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/fd_reader.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/fd_writer.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/pedantic_buffer_reader.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/pedantic_buffer_writer.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/sip_hash.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/stream_reader.h
third_party/tensorpipe/third_party/libnop/include/nop/utility/stream_writer.h
third_party/tensorpipe/third_party/libnop/test/constexpr_tests.cpp
third_party/tensorpipe/third_party/libnop/test/encoding_tests.cpp
third_party/tensorpipe/third_party/libnop/test/endian_tests.cpp
third_party/tensorpipe/third_party/libnop/test/enum_flags_tests.cpp
third_party/tensorpipe/third_party/libnop/test/fungible_tests.cpp
third_party/tensorpipe/third_party/libnop/test/handle_tests.cpp
third_party/tensorpipe/third_party/libnop/test/interface_tests.cpp
third_party/tensorpipe/third_party/libnop/test/mock_reader.h
third_party/tensorpipe/third_party/libnop/test/mock_writer.h
third_party/tensorpipe/third_party/libnop/test/nop_tests.cpp
third_party/tensorpipe/third_party/libnop/test/optional_tests.cpp
third_party/tensorpipe/third_party/libnop/test/result_tests.cpp
third_party/tensorpipe/third_party/libnop/test/serializer_tests.cpp
third_party/tensorpipe/third_party/libnop/test/sip_hash_tests.cpp
third_party/tensorpipe/third_party/libnop/test/test_reader.h
third_party/tensorpipe/third_party/libnop/test/test_utilities.h
third_party/tensorpipe/third_party/libnop/test/test_writer.h
third_party/tensorpipe/third_party/libnop/test/thread_local_tests.cpp
third_party/tensorpipe/third_party/libnop/test/utility_tests.cpp
third_party/tensorpipe/third_party/libnop/test/variant_tests.cpp
third_party/tensorpipe/third_party/libuv/AUTHORS
third_party/tensorpipe/third_party/libuv/CMakeLists.txt
third_party/tensorpipe/third_party/libuv/CONTRIBUTING.md
third_party/tensorpipe/third_party/libuv/ChangeLog
third_party/tensorpipe/third_party/libuv/LICENSE
third_party/tensorpipe/third_party/libuv/LICENSE-docs
third_party/tensorpipe/third_party/libuv/MAINTAINERS.md
third_party/tensorpipe/third_party/libuv/Makefile.am
third_party/tensorpipe/third_party/libuv/README.md
third_party/tensorpipe/third_party/libuv/SUPPORTED_PLATFORMS.md
third_party/tensorpipe/third_party/libuv/autogen.sh
third_party/tensorpipe/third_party/libuv/configure.ac
third_party/tensorpipe/third_party/libuv/libuv-static.pc.in
third_party/tensorpipe/third_party/libuv/libuv.pc.in
third_party/tensorpipe/third_party/libuv/uv_win_longpath.manifest
third_party/tensorpipe/third_party/libuv/docs/Makefile
third_party/tensorpipe/third_party/libuv/docs/make.bat
third_party/tensorpipe/third_party/libuv/docs/code/cgi/main.c
third_party/tensorpipe/third_party/libuv/docs/code/cgi/tick.c
third_party/tensorpipe/third_party/libuv/docs/code/detach/main.c
third_party/tensorpipe/third_party/libuv/docs/code/dns/main.c
third_party/tensorpipe/third_party/libuv/docs/code/helloworld/main.c
third_party/tensorpipe/third_party/libuv/docs/code/idle-basic/main.c
third_party/tensorpipe/third_party/libuv/docs/code/idle-compute/main.c
third_party/tensorpipe/third_party/libuv/docs/code/interfaces/main.c
third_party/tensorpipe/third_party/libuv/docs/code/locks/main.c
third_party/tensorpipe/third_party/libuv/docs/code/multi-echo-server/hammer.js
third_party/tensorpipe/third_party/libuv/docs/code/multi-echo-server/main.c
third_party/tensorpipe/third_party/libuv/docs/code/multi-echo-server/worker.c
third_party/tensorpipe/third_party/libuv/docs/code/onchange/main.c
third_party/tensorpipe/third_party/libuv/docs/code/pipe-echo-server/main.c
third_party/tensorpipe/third_party/libuv/docs/code/plugin/hello.c
third_party/tensorpipe/third_party/libuv/docs/code/plugin/main.c
third_party/tensorpipe/third_party/libuv/docs/code/plugin/plugin.h
third_party/tensorpipe/third_party/libuv/docs/code/proc-streams/main.c
third_party/tensorpipe/third_party/libuv/docs/code/proc-streams/test.c
third_party/tensorpipe/third_party/libuv/docs/code/progress/main.c
third_party/tensorpipe/third_party/libuv/docs/code/queue-cancel/main.c
third_party/tensorpipe/third_party/libuv/docs/code/queue-work/main.c
third_party/tensorpipe/third_party/libuv/docs/code/ref-timer/main.c
third_party/tensorpipe/third_party/libuv/docs/code/signal/main.c
third_party/tensorpipe/third_party/libuv/docs/code/spawn/main.c
third_party/tensorpipe/third_party/libuv/docs/code/tcp-echo-server/main.c
third_party/tensorpipe/third_party/libuv/docs/code/thread-create/main.c
third_party/tensorpipe/third_party/libuv/docs/code/tty/main.c
third_party/tensorpipe/third_party/libuv/docs/code/tty-gravity/main.c
third_party/tensorpipe/third_party/libuv/docs/code/udp-dhcp/main.c
third_party/tensorpipe/third_party/libuv/docs/code/uvcat/main.c
third_party/tensorpipe/third_party/libuv/docs/code/uvstop/main.c
third_party/tensorpipe/third_party/libuv/docs/code/uvtee/main.c
third_party/tensorpipe/third_party/libuv/docs/code/uvwget/main.c
third_party/tensorpipe/third_party/libuv/docs/src/api.rst
third_party/tensorpipe/third_party/libuv/docs/src/async.rst
third_party/tensorpipe/third_party/libuv/docs/src/check.rst
third_party/tensorpipe/third_party/libuv/docs/src/conf.py
third_party/tensorpipe/third_party/libuv/docs/src/design.rst
third_party/tensorpipe/third_party/libuv/docs/src/dll.rst
third_party/tensorpipe/third_party/libuv/docs/src/dns.rst
third_party/tensorpipe/third_party/libuv/docs/src/errors.rst
third_party/tensorpipe/third_party/libuv/docs/src/fs.rst
third_party/tensorpipe/third_party/libuv/docs/src/fs_event.rst
third_party/tensorpipe/third_party/libuv/docs/src/fs_poll.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide.rst
third_party/tensorpipe/third_party/libuv/docs/src/handle.rst
third_party/tensorpipe/third_party/libuv/docs/src/idle.rst
third_party/tensorpipe/third_party/libuv/docs/src/index.rst
third_party/tensorpipe/third_party/libuv/docs/src/loop.rst
third_party/tensorpipe/third_party/libuv/docs/src/metrics.rst
third_party/tensorpipe/third_party/libuv/docs/src/migration_010_100.rst
third_party/tensorpipe/third_party/libuv/docs/src/misc.rst
third_party/tensorpipe/third_party/libuv/docs/src/pipe.rst
third_party/tensorpipe/third_party/libuv/docs/src/poll.rst
third_party/tensorpipe/third_party/libuv/docs/src/prepare.rst
third_party/tensorpipe/third_party/libuv/docs/src/process.rst
third_party/tensorpipe/third_party/libuv/docs/src/request.rst
third_party/tensorpipe/third_party/libuv/docs/src/signal.rst
third_party/tensorpipe/third_party/libuv/docs/src/stream.rst
third_party/tensorpipe/third_party/libuv/docs/src/tcp.rst
third_party/tensorpipe/third_party/libuv/docs/src/threading.rst
third_party/tensorpipe/third_party/libuv/docs/src/threadpool.rst
third_party/tensorpipe/third_party/libuv/docs/src/timer.rst
third_party/tensorpipe/third_party/libuv/docs/src/tty.rst
third_party/tensorpipe/third_party/libuv/docs/src/udp.rst
third_party/tensorpipe/third_party/libuv/docs/src/upgrading.rst
third_party/tensorpipe/third_party/libuv/docs/src/version.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/about.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/basics.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/eventloops.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/filesystem.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/introduction.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/networking.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/processes.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/threads.rst
third_party/tensorpipe/third_party/libuv/docs/src/guide/utilities.rst
third_party/tensorpipe/third_party/libuv/docs/src/sphinx-plugins/manpage.py
third_party/tensorpipe/third_party/libuv/docs/src/static/architecture.png
third_party/tensorpipe/third_party/libuv/docs/src/static/favicon.ico
third_party/tensorpipe/third_party/libuv/docs/src/static/logo.png
third_party/tensorpipe/third_party/libuv/docs/src/static/loop_iteration.png
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/Index.zip
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/preview-micro.jpg
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/preview-web.jpg
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/preview.jpg
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/Data/st0-311.jpg
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/Data/st1-475.jpg
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/Metadata/BuildVersionHistory.plist
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/Metadata/DocumentIdentifier
third_party/tensorpipe/third_party/libuv/docs/src/static/diagrams.key/Metadata/Properties.plist
third_party/tensorpipe/third_party/libuv/img/banner.png
third_party/tensorpipe/third_party/libuv/img/logos.svg
third_party/tensorpipe/third_party/libuv/include/uv.h
third_party/tensorpipe/third_party/libuv/include/uv/aix.h
third_party/tensorpipe/third_party/libuv/include/uv/android-ifaddrs.h
third_party/tensorpipe/third_party/libuv/include/uv/bsd.h
third_party/tensorpipe/third_party/libuv/include/uv/darwin.h
third_party/tensorpipe/third_party/libuv/include/uv/errno.h
third_party/tensorpipe/third_party/libuv/include/uv/linux.h
third_party/tensorpipe/third_party/libuv/include/uv/os390.h
third_party/tensorpipe/third_party/libuv/include/uv/posix.h
third_party/tensorpipe/third_party/libuv/include/uv/stdint-msvc2008.h
third_party/tensorpipe/third_party/libuv/include/uv/sunos.h
third_party/tensorpipe/third_party/libuv/include/uv/threadpool.h
third_party/tensorpipe/third_party/libuv/include/uv/tree.h
third_party/tensorpipe/third_party/libuv/include/uv/unix.h
third_party/tensorpipe/third_party/libuv/include/uv/version.h
third_party/tensorpipe/third_party/libuv/include/uv/win.h
third_party/tensorpipe/third_party/libuv/m4/.gitignore
third_party/tensorpipe/third_party/libuv/m4/as_case.m4
third_party/tensorpipe/third_party/libuv/m4/ax_pthread.m4
third_party/tensorpipe/third_party/libuv/m4/libuv-check-flags.m4
third_party/tensorpipe/third_party/libuv/src/fs-poll.c
third_party/tensorpipe/third_party/libuv/src/heap-inl.h
third_party/tensorpipe/third_party/libuv/src/idna.c
third_party/tensorpipe/third_party/libuv/src/idna.h
third_party/tensorpipe/third_party/libuv/src/inet.c
third_party/tensorpipe/third_party/libuv/src/queue.h
third_party/tensorpipe/third_party/libuv/src/random.c
third_party/tensorpipe/third_party/libuv/src/strscpy.c
third_party/tensorpipe/third_party/libuv/src/strscpy.h
third_party/tensorpipe/third_party/libuv/src/threadpool.c
third_party/tensorpipe/third_party/libuv/src/timer.c
third_party/tensorpipe/third_party/libuv/src/uv-common.c
third_party/tensorpipe/third_party/libuv/src/uv-common.h
third_party/tensorpipe/third_party/libuv/src/uv-data-getter-setters.c
third_party/tensorpipe/third_party/libuv/src/version.c
third_party/tensorpipe/third_party/libuv/src/unix/aix-common.c
third_party/tensorpipe/third_party/libuv/src/unix/aix.c
third_party/tensorpipe/third_party/libuv/src/unix/android-ifaddrs.c
third_party/tensorpipe/third_party/libuv/src/unix/async.c
third_party/tensorpipe/third_party/libuv/src/unix/atomic-ops.h
third_party/tensorpipe/third_party/libuv/src/unix/bsd-ifaddrs.c
third_party/tensorpipe/third_party/libuv/src/unix/bsd-proctitle.c
third_party/tensorpipe/third_party/libuv/src/unix/core.c
third_party/tensorpipe/third_party/libuv/src/unix/cygwin.c
third_party/tensorpipe/third_party/libuv/src/unix/darwin-proctitle.c
third_party/tensorpipe/third_party/libuv/src/unix/darwin-stub.h
third_party/tensorpipe/third_party/libuv/src/unix/darwin.c
third_party/tensorpipe/third_party/libuv/src/unix/dl.c
third_party/tensorpipe/third_party/libuv/src/unix/freebsd.c
third_party/tensorpipe/third_party/libuv/src/unix/fs.c
third_party/tensorpipe/third_party/libuv/src/unix/fsevents.c
third_party/tensorpipe/third_party/libuv/src/unix/getaddrinfo.c
third_party/tensorpipe/third_party/libuv/src/unix/getnameinfo.c
third_party/tensorpipe/third_party/libuv/src/unix/haiku.c
third_party/tensorpipe/third_party/libuv/src/unix/ibmi.c
third_party/tensorpipe/third_party/libuv/src/unix/internal.h
third_party/tensorpipe/third_party/libuv/src/unix/kqueue.c
third_party/tensorpipe/third_party/libuv/src/unix/linux-core.c
third_party/tensorpipe/third_party/libuv/src/unix/linux-inotify.c
third_party/tensorpipe/third_party/libuv/src/unix/linux-syscalls.c
third_party/tensorpipe/third_party/libuv/src/unix/linux-syscalls.h
third_party/tensorpipe/third_party/libuv/src/unix/loop-watcher.c
third_party/tensorpipe/third_party/libuv/src/unix/loop.c
third_party/tensorpipe/third_party/libuv/src/unix/netbsd.c
third_party/tensorpipe/third_party/libuv/src/unix/no-fsevents.c
third_party/tensorpipe/third_party/libuv/src/unix/no-proctitle.c
third_party/tensorpipe/third_party/libuv/src/unix/openbsd.c
third_party/tensorpipe/third_party/libuv/src/unix/os390-syscalls.c
third_party/tensorpipe/third_party/libuv/src/unix/os390-syscalls.h
third_party/tensorpipe/third_party/libuv/src/unix/os390.c
third_party/tensorpipe/third_party/libuv/src/unix/pipe.c
third_party/tensorpipe/third_party/libuv/src/unix/poll.c
third_party/tensorpipe/third_party/libuv/src/unix/posix-hrtime.c
third_party/tensorpipe/third_party/libuv/src/unix/posix-poll.c
third_party/tensorpipe/third_party/libuv/src/unix/process.c
third_party/tensorpipe/third_party/libuv/src/unix/procfs-exepath.c
third_party/tensorpipe/third_party/libuv/src/unix/proctitle.c
third_party/tensorpipe/third_party/libuv/src/unix/pthread-fixes.c
third_party/tensorpipe/third_party/libuv/src/unix/qnx.c
third_party/tensorpipe/third_party/libuv/src/unix/random-devurandom.c
third_party/tensorpipe/third_party/libuv/src/unix/random-getentropy.c
third_party/tensorpipe/third_party/libuv/src/unix/random-getrandom.c
third_party/tensorpipe/third_party/libuv/src/unix/random-sysctl-linux.c
third_party/tensorpipe/third_party/libuv/src/unix/signal.c
third_party/tensorpipe/third_party/libuv/src/unix/spinlock.h
third_party/tensorpipe/third_party/libuv/src/unix/stream.c
third_party/tensorpipe/third_party/libuv/src/unix/sunos.c
third_party/tensorpipe/third_party/libuv/src/unix/sysinfo-loadavg.c
third_party/tensorpipe/third_party/libuv/src/unix/sysinfo-memory.c
third_party/tensorpipe/third_party/libuv/src/unix/tcp.c
third_party/tensorpipe/third_party/libuv/src/unix/thread.c
third_party/tensorpipe/third_party/libuv/src/unix/tty.c
third_party/tensorpipe/third_party/libuv/src/unix/udp.c
third_party/tensorpipe/third_party/libuv/src/win/async.c
third_party/tensorpipe/third_party/libuv/src/win/atomicops-inl.h
third_party/tensorpipe/third_party/libuv/src/win/core.c
third_party/tensorpipe/third_party/libuv/src/win/detect-wakeup.c
third_party/tensorpipe/third_party/libuv/src/win/dl.c
third_party/tensorpipe/third_party/libuv/src/win/error.c
third_party/tensorpipe/third_party/libuv/src/win/fs-event.c
third_party/tensorpipe/third_party/libuv/src/win/fs-fd-hash-inl.h
third_party/tensorpipe/third_party/libuv/src/win/fs.c
third_party/tensorpipe/third_party/libuv/src/win/getaddrinfo.c
third_party/tensorpipe/third_party/libuv/src/win/getnameinfo.c
third_party/tensorpipe/third_party/libuv/src/win/handle-inl.h
third_party/tensorpipe/third_party/libuv/src/win/handle.c
third_party/tensorpipe/third_party/libuv/src/win/internal.h
third_party/tensorpipe/third_party/libuv/src/win/loop-watcher.c
third_party/tensorpipe/third_party/libuv/src/win/pipe.c
third_party/tensorpipe/third_party/libuv/src/win/poll.c
third_party/tensorpipe/third_party/libuv/src/win/process-stdio.c
third_party/tensorpipe/third_party/libuv/src/win/process.c
third_party/tensorpipe/third_party/libuv/src/win/req-inl.h
third_party/tensorpipe/third_party/libuv/src/win/signal.c
third_party/tensorpipe/third_party/libuv/src/win/snprintf.c
third_party/tensorpipe/third_party/libuv/src/win/stream-inl.h
third_party/tensorpipe/third_party/libuv/src/win/stream.c
third_party/tensorpipe/third_party/libuv/src/win/tcp.c
third_party/tensorpipe/third_party/libuv/src/win/thread.c
third_party/tensorpipe/third_party/libuv/src/win/tty.c
third_party/tensorpipe/third_party/libuv/src/win/udp.c
third_party/tensorpipe/third_party/libuv/src/win/util.c
third_party/tensorpipe/third_party/libuv/src/win/winapi.c
third_party/tensorpipe/third_party/libuv/src/win/winapi.h
third_party/tensorpipe/third_party/libuv/src/win/winsock.c
third_party/tensorpipe/third_party/libuv/src/win/winsock.h
third_party/tensorpipe/third_party/libuv/test/benchmark-async-pummel.c
third_party/tensorpipe/third_party/libuv/test/benchmark-async.c
third_party/tensorpipe/third_party/libuv/test/benchmark-fs-stat.c
third_party/tensorpipe/third_party/libuv/test/benchmark-getaddrinfo.c
third_party/tensorpipe/third_party/libuv/test/benchmark-list.h
third_party/tensorpipe/third_party/libuv/test/benchmark-loop-count.c
third_party/tensorpipe/third_party/libuv/test/benchmark-million-async.c
third_party/tensorpipe/third_party/libuv/test/benchmark-million-timers.c
third_party/tensorpipe/third_party/libuv/test/benchmark-multi-accept.c
third_party/tensorpipe/third_party/libuv/test/benchmark-ping-pongs.c
third_party/tensorpipe/third_party/libuv/test/benchmark-ping-udp.c
third_party/tensorpipe/third_party/libuv/test/benchmark-pound.c
third_party/tensorpipe/third_party/libuv/test/benchmark-pump.c
third_party/tensorpipe/third_party/libuv/test/benchmark-sizes.c
third_party/tensorpipe/third_party/libuv/test/benchmark-spawn.c
third_party/tensorpipe/third_party/libuv/test/benchmark-tcp-write-batch.c
third_party/tensorpipe/third_party/libuv/test/benchmark-thread.c
third_party/tensorpipe/third_party/libuv/test/benchmark-udp-pummel.c
third_party/tensorpipe/third_party/libuv/test/blackhole-server.c
third_party/tensorpipe/third_party/libuv/test/dns-server.c
third_party/tensorpipe/third_party/libuv/test/echo-server.c
third_party/tensorpipe/third_party/libuv/test/run-benchmarks.c
third_party/tensorpipe/third_party/libuv/test/run-tests.c
third_party/tensorpipe/third_party/libuv/test/runner-unix.c
third_party/tensorpipe/third_party/libuv/test/runner-unix.h
third_party/tensorpipe/third_party/libuv/test/runner-win.c
third_party/tensorpipe/third_party/libuv/test/runner-win.h
third_party/tensorpipe/third_party/libuv/test/runner.c
third_party/tensorpipe/third_party/libuv/test/runner.h
third_party/tensorpipe/third_party/libuv/test/task.h
third_party/tensorpipe/third_party/libuv/test/test-active.c
third_party/tensorpipe/third_party/libuv/test/test-async-null-cb.c
third_party/tensorpipe/third_party/libuv/test/test-async.c
third_party/tensorpipe/third_party/libuv/test/test-barrier.c
third_party/tensorpipe/third_party/libuv/test/test-callback-order.c
third_party/tensorpipe/third_party/libuv/test/test-callback-stack.c
third_party/tensorpipe/third_party/libuv/test/test-close-fd.c
third_party/tensorpipe/third_party/libuv/test/test-close-order.c
third_party/tensorpipe/third_party/libuv/test/test-condvar.c
third_party/tensorpipe/third_party/libuv/test/test-connect-unspecified.c
third_party/tensorpipe/third_party/libuv/test/test-connection-fail.c
third_party/tensorpipe/third_party/libuv/test/test-cwd-and-chdir.c
third_party/tensorpipe/third_party/libuv/test/test-default-loop-close.c
third_party/tensorpipe/third_party/libuv/test/test-delayed-accept.c
third_party/tensorpipe/third_party/libuv/test/test-dlerror.c
third_party/tensorpipe/third_party/libuv/test/test-eintr-handling.c
third_party/tensorpipe/third_party/libuv/test/test-embed.c
third_party/tensorpipe/third_party/libuv/test/test-emfile.c
third_party/tensorpipe/third_party/libuv/test/test-env-vars.c
third_party/tensorpipe/third_party/libuv/test/test-error.c
third_party/tensorpipe/third_party/libuv/test/test-fail-always.c
third_party/tensorpipe/third_party/libuv/test/test-fork.c
third_party/tensorpipe/third_party/libuv/test/test-fs-copyfile.c
third_party/tensorpipe/third_party/libuv/test/test-fs-event.c
third_party/tensorpipe/third_party/libuv/test/test-fs-fd-hash.c
third_party/tensorpipe/third_party/libuv/test/test-fs-open-flags.c
third_party/tensorpipe/third_party/libuv/test/test-fs-poll.c
third_party/tensorpipe/third_party/libuv/test/test-fs-readdir.c
third_party/tensorpipe/third_party/libuv/test/test-fs.c
third_party/tensorpipe/third_party/libuv/test/test-get-currentexe.c
third_party/tensorpipe/third_party/libuv/test/test-get-loadavg.c
third_party/tensorpipe/third_party/libuv/test/test-get-memory.c
third_party/tensorpipe/third_party/libuv/test/test-get-passwd.c
third_party/tensorpipe/third_party/libuv/test/test-getaddrinfo.c
third_party/tensorpipe/third_party/libuv/test/test-gethostname.c
third_party/tensorpipe/third_party/libuv/test/test-getnameinfo.c
third_party/tensorpipe/third_party/libuv/test/test-getsockname.c
third_party/tensorpipe/third_party/libuv/test/test-getters-setters.c
third_party/tensorpipe/third_party/libuv/test/test-gettimeofday.c
third_party/tensorpipe/third_party/libuv/test/test-handle-fileno.c
third_party/tensorpipe/third_party/libuv/test/test-homedir.c
third_party/tensorpipe/third_party/libuv/test/test-hrtime.c
third_party/tensorpipe/third_party/libuv/test/test-idle.c
third_party/tensorpipe/third_party/libuv/test/test-idna.c
third_party/tensorpipe/third_party/libuv/test/test-ip4-addr.c
third_party/tensorpipe/third_party/libuv/test/test-ip6-addr.c
third_party/tensorpipe/third_party/libuv/test/test-ipc-heavy-traffic-deadlock-bug.c
third_party/tensorpipe/third_party/libuv/test/test-ipc-send-recv.c
third_party/tensorpipe/third_party/libuv/test/test-ipc.c
third_party/tensorpipe/third_party/libuv/test/test-list.h
third_party/tensorpipe/third_party/libuv/test/test-loop-alive.c
third_party/tensorpipe/third_party/libuv/test/test-loop-close.c
third_party/tensorpipe/third_party/libuv/test/test-loop-configure.c
third_party/tensorpipe/third_party/libuv/test/test-loop-handles.c
third_party/tensorpipe/third_party/libuv/test/test-loop-stop.c
third_party/tensorpipe/third_party/libuv/test/test-loop-time.c
third_party/tensorpipe/third_party/libuv/test/test-metrics.c
third_party/tensorpipe/third_party/libuv/test/test-multiple-listen.c
third_party/tensorpipe/third_party/libuv/test/test-mutexes.c
third_party/tensorpipe/third_party/libuv/test/test-osx-select.c
third_party/tensorpipe/third_party/libuv/test/test-pass-always.c
third_party/tensorpipe/third_party/libuv/test/test-ping-pong.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-bind-error.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-close-stdout-read-stdin.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-connect-error.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-connect-multiple.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-connect-prepare.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-getsockname.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-pending-instances.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-sendmsg.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-server-close.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-set-fchmod.c
third_party/tensorpipe/third_party/libuv/test/test-pipe-set-non-blocking.c
third_party/tensorpipe/third_party/libuv/test/test-platform-output.c
third_party/tensorpipe/third_party/libuv/test/test-poll-close-doesnt-corrupt-stack.c
third_party/tensorpipe/third_party/libuv/test/test-poll-close.c
third_party/tensorpipe/third_party/libuv/test/test-poll-closesocket.c
third_party/tensorpipe/third_party/libuv/test/test-poll-multiple-handles.c
third_party/tensorpipe/third_party/libuv/test/test-poll-oob.c
third_party/tensorpipe/third_party/libuv/test/test-poll.c
third_party/tensorpipe/third_party/libuv/test/test-process-priority.c
third_party/tensorpipe/third_party/libuv/test/test-process-title-threadsafe.c
third_party/tensorpipe/third_party/libuv/test/test-process-title.c
third_party/tensorpipe/third_party/libuv/test/test-queue-foreach-delete.c
third_party/tensorpipe/third_party/libuv/test/test-random.c
third_party/tensorpipe/third_party/libuv/test/test-ref.c
third_party/tensorpipe/third_party/libuv/test/test-run-nowait.c
third_party/tensorpipe/third_party/libuv/test/test-run-once.c
third_party/tensorpipe/third_party/libuv/test/test-semaphore.c
third_party/tensorpipe/third_party/libuv/test/test-shutdown-close.c
third_party/tensorpipe/third_party/libuv/test/test-shutdown-eof.c
third_party/tensorpipe/third_party/libuv/test/test-shutdown-twice.c
third_party/tensorpipe/third_party/libuv/test/test-signal-multiple-loops.c
third_party/tensorpipe/third_party/libuv/test/test-signal-pending-on-close.c
third_party/tensorpipe/third_party/libuv/test/test-signal.c
third_party/tensorpipe/third_party/libuv/test/test-socket-buffer-size.c
third_party/tensorpipe/third_party/libuv/test/test-spawn.c
third_party/tensorpipe/third_party/libuv/test/test-stdio-over-pipes.c
third_party/tensorpipe/third_party/libuv/test/test-strscpy.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-alloc-cb-fail.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-bind-error.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-bind6-error.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-close-accept.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-close-reset.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-close-while-connecting.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-close.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-connect-error-after-write.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-connect-error.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-connect-timeout.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-connect6-error.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-create-socket-early.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-flags.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-oob.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-open.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-read-stop-start.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-read-stop.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-shutdown-after-write.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-try-write-error.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-try-write.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-unexpected-read.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-write-after-connect.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-write-fail.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-write-queue-order.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-write-to-half-open-connection.c
third_party/tensorpipe/third_party/libuv/test/test-tcp-writealot.c
third_party/tensorpipe/third_party/libuv/test/test-test-macros.c
third_party/tensorpipe/third_party/libuv/test/test-thread-equal.c
third_party/tensorpipe/third_party/libuv/test/test-thread.c
third_party/tensorpipe/third_party/libuv/test/test-threadpool-cancel.c
third_party/tensorpipe/third_party/libuv/test/test-threadpool.c
third_party/tensorpipe/third_party/libuv/test/test-timer-again.c
third_party/tensorpipe/third_party/libuv/test/test-timer-from-check.c
third_party/tensorpipe/third_party/libuv/test/test-timer.c
third_party/tensorpipe/third_party/libuv/test/test-tmpdir.c
third_party/tensorpipe/third_party/libuv/test/test-tty-duplicate-key.c
third_party/tensorpipe/third_party/libuv/test/test-tty-escape-sequence-processing.c
third_party/tensorpipe/third_party/libuv/test/test-tty.c
third_party/tensorpipe/third_party/libuv/test/test-udp-alloc-cb-fail.c
third_party/tensorpipe/third_party/libuv/test/test-udp-bind.c
third_party/tensorpipe/third_party/libuv/test/test-udp-connect.c
third_party/tensorpipe/third_party/libuv/test/test-udp-create-socket-early.c
third_party/tensorpipe/third_party/libuv/test/test-udp-dgram-too-big.c
third_party/tensorpipe/third_party/libuv/test/test-udp-ipv6.c
third_party/tensorpipe/third_party/libuv/test/test-udp-mmsg.c
third_party/tensorpipe/third_party/libuv/test/test-udp-multicast-interface.c
third_party/tensorpipe/third_party/libuv/test/test-udp-multicast-interface6.c
third_party/tensorpipe/third_party/libuv/test/test-udp-multicast-join.c
third_party/tensorpipe/third_party/libuv/test/test-udp-multicast-join6.c
third_party/tensorpipe/third_party/libuv/test/test-udp-multicast-ttl.c
third_party/tensorpipe/third_party/libuv/test/test-udp-open.c
third_party/tensorpipe/third_party/libuv/test/test-udp-options.c
third_party/tensorpipe/third_party/libuv/test/test-udp-send-and-recv.c
third_party/tensorpipe/third_party/libuv/test/test-udp-send-hang-loop.c
third_party/tensorpipe/third_party/libuv/test/test-udp-send-immediate.c
third_party/tensorpipe/third_party/libuv/test/test-udp-send-unreachable.c
third_party/tensorpipe/third_party/libuv/test/test-udp-sendmmsg-error.c
third_party/tensorpipe/third_party/libuv/test/test-udp-try-send.c
third_party/tensorpipe/third_party/libuv/test/test-uname.c
third_party/tensorpipe/third_party/libuv/test/test-walk-handles.c
third_party/tensorpipe/third_party/libuv/test/test-watcher-cross-stop.c
third_party/tensorpipe/third_party/libuv/test/fixtures/empty_file
third_party/tensorpipe/third_party/libuv/test/fixtures/load_error.node
third_party/tensorpipe/third_party/libuv/test/fixtures/lorem_ipsum.txt
third_party/tensorpipe/third_party/libuv/tools/make_dist_html.py
third_party/tensorpipe/third_party/libuv/tools/vswhere_usability_wrapper.cmd
third_party/valgrind-headers/cachegrind.h
third_party/valgrind-headers/callgrind.h
third_party/valgrind-headers/dhat.h
third_party/valgrind-headers/drd.h
third_party/valgrind-headers/helgrind.h
third_party/valgrind-headers/memcheck.h
third_party/valgrind-headers/valgrind.h
tools/BUCK.bzl
tools/BUCK.oss
tools/README.md
tools/__init__.py
tools/bazel.bzl
tools/build_libtorch.py
tools/build_pytorch_libs.py
tools/build_with_debinfo.py
tools/download_mnist.py
tools/extract_scripts.py
tools/gen_flatbuffers.sh
tools/gen_vulkan_spv.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/nvcc_fix_deps.py
tools/render_junit.py
tools/substitute.py
tools/update_masked_docs.py
tools/vscode_settings.py
tools/alerts/__init__.py
tools/alerts/create_alerts.py
tools/amd_build/build_amd.py
tools/autograd/BUILD.bazel
tools/autograd/README.md
tools/autograd/__init__.py
tools/autograd/build.bzl
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/gen_view_funcs.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/ViewFuncs.cpp
tools/autograd/templates/ViewFuncs.h
tools/autograd/templates/annotated_fn_args.py.in
tools/autograd/templates/python_enum_tag.cpp
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_nested_functions.cpp
tools/autograd/templates/python_nn_functions.cpp
tools/autograd/templates/python_return_types.cpp
tools/autograd/templates/python_return_types.h
tools/autograd/templates/python_sparse_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/bazel_tools/BUILD.bazel
tools/bazel_tools/shellwrap.sh
tools/build/bazel/requirements.in
tools/build/bazel/requirements.txt
tools/build_defs/buck_helpers.bzl
tools/build_defs/default_platform_defs.bzl
tools/build_defs/expect.bzl
tools/build_defs/fb_native_wrapper.bzl
tools/build_defs/fb_xplat_cxx_library.bzl
tools/build_defs/fb_xplat_cxx_test.bzl
tools/build_defs/fb_xplat_genrule.bzl
tools/build_defs/fbsource_utils.bzl
tools/build_defs/glob_defs.bzl
tools/build_defs/platform_defs.bzl
tools/build_defs/select.bzl
tools/build_defs/type_defs.bzl
tools/build_defs/android/build_mode_defs.bzl
tools/build_defs/apple/build_mode_defs.bzl
tools/build_defs/windows/windows_flag_map.bzl
tools/code_analyzer/gen_op_registration_allowlist.py
tools/code_analyzer/gen_operators_yaml.py
tools/code_analyzer/gen_oplist.py
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/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/dynamo/verify_dynamo.py
tools/flight_recorder/fr_trace.py
tools/flight_recorder/components/builder.py
tools/flight_recorder/components/config_manager.py
tools/flight_recorder/components/loader.py
tools/flight_recorder/components/types.py
tools/flight_recorder/components/utils.py
tools/gdb/pytorch-gdb.py
tools/github/__init__.py
tools/github/github_utils.py
tools/iwyu/all.imp
tools/iwyu/aten.imp
tools/iwyu/c10.imp
tools/iwyu/fixup.py
tools/iwyu/gtest.imp
tools/iwyu/run.sh
tools/iwyu/system.imp
tools/iwyu/torch.imp
tools/jit/__init__.py
tools/jit/gen_unboxing.py
tools/jit/templates/aten_schema_declarations.cpp
tools/jit/templates/external_functions_codegen_template.cpp
tools/jit/test/__init__.py
tools/jit/test/test_gen_unboxing.py
tools/linter/__init__.py
tools/linter/adapters/README.md
tools/linter/adapters/actionlint_linter.py
tools/linter/adapters/bazel_linter.py
tools/linter/adapters/black_linter.py
tools/linter/adapters/clangformat_linter.py
tools/linter/adapters/clangtidy_linter.py
tools/linter/adapters/cmake_linter.py
tools/linter/adapters/constexpr_linter.py
tools/linter/adapters/exec_linter.py
tools/linter/adapters/flake8_linter.py
tools/linter/adapters/grep_linter.py
tools/linter/adapters/lintrunner_version_linter.py
tools/linter/adapters/mypy_linter.py
tools/linter/adapters/nativefunctions_linter.py
tools/linter/adapters/newlines_linter.py
tools/linter/adapters/no_merge_conflict_csv_linter.py
tools/linter/adapters/pip_init.py
tools/linter/adapters/pyfmt_linter.py
tools/linter/adapters/ruff_linter.py
tools/linter/adapters/s3_init.py
tools/linter/adapters/s3_init_config.json
tools/linter/adapters/shellcheck_linter.py
tools/linter/adapters/test_has_main_linter.py
tools/linter/adapters/testowners_linter.py
tools/linter/adapters/update_s3.py
tools/linter/adapters/workflow_consistency_linter.py
tools/linter/clang_tidy/__init__.py
tools/linter/clang_tidy/generate_build_files.py
tools/lite_interpreter/__init__.py
tools/lite_interpreter/gen_selected_mobile_ops_header.py
tools/lldb/deploy_debugger.py
tools/lldb/pytorch_lldb.py
tools/onnx/gen_diagnostics.py
tools/onnx/gen_diagnostics.sh
tools/onnx/update_default_opset_version.py
tools/onnx/sarif/code-gen-hints.json
tools/onnx/sarif/gen_sarif.sh
tools/onnx/templates/rules.h.in
tools/onnx/templates/rules.py.in
tools/pyi/__init__.py
tools/pyi/gen_pyi.py
tools/rules/METADATA.bzl
tools/rules/cu.bzl
tools/rules/workspace.bzl
tools/rules_cc/cuda_support.patch
tools/setup_helpers/BUILD.bazel
tools/setup_helpers/__init__.py
tools/setup_helpers/build.bzl
tools/setup_helpers/cmake.py
tools/setup_helpers/cmake_utils.py
tools/setup_helpers/env.py
tools/setup_helpers/gen.py
tools/setup_helpers/gen_unboxing.py
tools/setup_helpers/gen_version_header.py
tools/setup_helpers/generate_code.py
tools/setup_helpers/generate_linker_script.py
tools/shared/__init__.py
tools/shared/_utils_internal.py
tools/shared/logging_utils.py
tools/shared/module_loader.py
tools/stats/README.md
tools/stats/__init__.py
tools/stats/check_disabled_tests.py
tools/stats/export_test_times.py
tools/stats/import_test_stats.py
tools/stats/monitor.py
tools/stats/test_dashboard.py
tools/stats/upload_artifacts.py
tools/stats/upload_dynamo_perf_stats.py
tools/stats/upload_external_contrib_stats.py
tools/stats/upload_metrics.py
tools/stats/upload_sccache_stats.py
tools/stats/upload_stats_lib.py
tools/stats/upload_test_stat_aggregates.py
tools/stats/upload_test_stats.py
tools/stats/upload_test_stats_intermediate.py
tools/test/gen_operators_yaml_test.py
tools/test/gen_oplist_test.py
tools/test/test_cmake.py
tools/test/test_codegen.py
tools/test/test_codegen_model.py
tools/test/test_create_alerts.py
tools/test/test_executorch_custom_ops.py
tools/test/test_executorch_gen.py
tools/test/test_executorch_signatures.py
tools/test/test_executorch_types.py
tools/test/test_executorch_unboxing.py
tools/test/test_gen_backend_stubs.py
tools/test/test_selective_build.py
tools/test/test_test_run.py
tools/test/test_test_selections.py
tools/test/test_upload_stats_lib.py
tools/test/test_upload_test_stats.py
tools/test/test_utils.py
tools/test/test_vulkan_codegen.py
tools/test/heuristics/__init__.py
tools/test/heuristics/test_heuristics.py
tools/test/heuristics/test_interface.py
tools/test/heuristics/test_utils.py
tools/testing/__init__.py
tools/testing/discover_tests.py
tools/testing/do_target_determination_for_s3.py
tools/testing/explicit_ci_jobs.py
tools/testing/modulefinder_determinator.py
tools/testing/test_run.py
tools/testing/test_selections.py
tools/testing/update_slow_tests.py
tools/testing/target_determination/determinator.py
tools/testing/target_determination/gen_artifact.py
tools/testing/target_determination/heuristics/__init__.py
tools/testing/target_determination/heuristics/correlated_with_historical_failures.py
tools/testing/target_determination/heuristics/edited_by_pr.py
tools/testing/target_determination/heuristics/filepath.py
tools/testing/target_determination/heuristics/historical_class_failure_correlation.py
tools/testing/target_determination/heuristics/historical_edited_files.py
tools/testing/target_determination/heuristics/interface.py
tools/testing/target_determination/heuristics/llm.py
tools/testing/target_determination/heuristics/mentioned_in_pr.py
tools/testing/target_determination/heuristics/previously_failed_in_pr.py
tools/testing/target_determination/heuristics/profiling.py
tools/testing/target_determination/heuristics/public_bindings.py
tools/testing/target_determination/heuristics/utils.py
torch/CMakeLists.txt
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/_compile.py
torch/_custom_ops.py
torch/_deploy.py
torch/_guards.py
torch/_jit_internal.py
torch/_linalg_utils.py
torch/_lobpcg.py
torch/_lowrank.py
torch/_meta_registrations.py
torch/_namedtensor_internals.py
torch/_ops.py
torch/_python_dispatcher.py
torch/_size_docs.py
torch/_sources.py
torch/_storage_docs.py
torch/_streambase.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/_weights_only_unpickler.py
torch/abi-check.cpp
torch/custom_class.h
torch/custom_class_detail.h
torch/extension.h
torch/functional.py
torch/hub.py
torch/library.h
torch/library.py
torch/overrides.py
torch/py.typed
torch/quasirandom.py
torch/random.py
torch/return_types.py
torch/return_types.pyi
torch/script.h
torch/serialization.py
torch/storage.py
torch/torch_version.py
torch/types.py
torch/version.py
torch/version.py.tpl
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/_aoti.pyi
torch/_C/_autograd.pyi
torch/_C/_cpu.pyi
torch/_C/_cudnn.pyi
torch/_C/_cusparselt.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/_functorch.pyi
torch/_C/_instruction_counter.pyi
torch/_C/_itt.pyi
torch/_C/_lazy.pyi
torch/_C/_lazy_ts_backend.pyi
torch/_C/_monitor.pyi
torch/_C/_nn.pyi
torch/_C/_nn.pyi.in
torch/_C/_nvtx.pyi
torch/_C/_onnx.pyi
torch/_C/_profiler.pyi
torch/_C/_verbose.pyi
torch/_C/build.bzl
torch/_C/return_types.pyi.in
torch/_C/_dynamo/__init__.pyi
torch/_C/_dynamo/compiled_autograd.pyi
torch/_C/_dynamo/eval_frame.pyi
torch/_C/_dynamo/guards.pyi
torch/_C_flatbuffer/__init__.pyi
torch/_awaits/__init__.py
torch/_custom_op/__init__.py
torch/_custom_op/autograd.py
torch/_custom_op/functional.py
torch/_custom_op/impl.py
torch/_decomp/__init__.py
torch/_decomp/decompositions.py
torch/_decomp/decompositions_for_jvp.py
torch/_decomp/decompositions_for_rng.py
torch/_dispatch/__init__.py
torch/_dispatch/python.py
torch/_dynamo/__init__.py
torch/_dynamo/_trace_wrapped_higher_order_op.py
torch/_dynamo/bytecode_analysis.py
torch/_dynamo/bytecode_transformation.py
torch/_dynamo/cache_size.py
torch/_dynamo/callback.py
torch/_dynamo/code_context.py
torch/_dynamo/codegen.py
torch/_dynamo/compiled_autograd.py
torch/_dynamo/comptime.py
torch/_dynamo/config.py
torch/_dynamo/convert_frame.py
torch/_dynamo/create_parameter_op.py
torch/_dynamo/current_scope_id.py
torch/_dynamo/debug_utils.py
torch/_dynamo/decorators.py
torch/_dynamo/device_interface.py
torch/_dynamo/distributed.py
torch/_dynamo/eval_frame.py
torch/_dynamo/exc.py
torch/_dynamo/external_utils.py
torch/_dynamo/funcname_cache.py
torch/_dynamo/guards.py
torch/_dynamo/hooks.py
torch/_dynamo/logging.py
torch/_dynamo/mutation_guard.py
torch/_dynamo/output_graph.py
torch/_dynamo/profiler.py
torch/_dynamo/replay_record.py
torch/_dynamo/resume_execution.py
torch/_dynamo/side_effects.py
torch/_dynamo/source.py
torch/_dynamo/symbolic_convert.py
torch/_dynamo/tensor_version_op.py
torch/_dynamo/test_case.py
torch/_dynamo/test_minifier_common.py
torch/_dynamo/testing.py
torch/_dynamo/trace_rules.py
torch/_dynamo/types.py
torch/_dynamo/utils.py
torch/_dynamo/backends/__init__.py
torch/_dynamo/backends/common.py
torch/_dynamo/backends/cudagraphs.py
torch/_dynamo/backends/debugging.py
torch/_dynamo/backends/distributed.py
torch/_dynamo/backends/inductor.py
torch/_dynamo/backends/onnxrt.py
torch/_dynamo/backends/registry.py
torch/_dynamo/backends/tensorrt.py
torch/_dynamo/backends/torchxla.py
torch/_dynamo/backends/tvm.py
torch/_dynamo/polyfills/__init__.py
torch/_dynamo/polyfills/builtins.py
torch/_dynamo/polyfills/functools.py
torch/_dynamo/polyfills/itertools.py
torch/_dynamo/polyfills/loader.py
torch/_dynamo/polyfills/os.py
torch/_dynamo/polyfills/sys.py
torch/_dynamo/repro/__init__.py
torch/_dynamo/repro/after_aot.py
torch/_dynamo/repro/after_dynamo.py
torch/_dynamo/variables/__init__.py
torch/_dynamo/variables/base.py
torch/_dynamo/variables/builder.py
torch/_dynamo/variables/builtin.py
torch/_dynamo/variables/constant.py
torch/_dynamo/variables/ctx_manager.py
torch/_dynamo/variables/dicts.py
torch/_dynamo/variables/distributed.py
torch/_dynamo/variables/functions.py
torch/_dynamo/variables/higher_order_ops.py
torch/_dynamo/variables/iter.py
torch/_dynamo/variables/lazy.py
torch/_dynamo/variables/lists.py
torch/_dynamo/variables/misc.py
torch/_dynamo/variables/nn_module.py
torch/_dynamo/variables/optimizer.py
torch/_dynamo/variables/script_object.py
torch/_dynamo/variables/sdpa.py
torch/_dynamo/variables/tensor.py
torch/_dynamo/variables/torch.py
torch/_dynamo/variables/torch_function.py
torch/_dynamo/variables/user_defined.py
torch/_export/__init__.py
torch/_export/converter.py
torch/_export/error.py
torch/_export/non_strict_utils.py
torch/_export/pass_base.py
torch/_export/tools.py
torch/_export/utils.py
torch/_export/verifier.py
torch/_export/wrappers.py
torch/_export/db/__init__.py
torch/_export/db/case.py
torch/_export/db/gen_example.py
torch/_export/db/logging.py
torch/_export/db/examples/__init__.py
torch/_export/db/examples/assume_constant_result.py
torch/_export/db/examples/autograd_function.py
torch/_export/db/examples/class_method.py
torch/_export/db/examples/cond_branch_class_method.py
torch/_export/db/examples/cond_branch_nested_function.py
torch/_export/db/examples/cond_branch_nonlocal_variables.py
torch/_export/db/examples/cond_closed_over_variable.py
torch/_export/db/examples/cond_operands.py
torch/_export/db/examples/cond_predicate.py
torch/_export/db/examples/constrain_as_size_example.py
torch/_export/db/examples/constrain_as_value_example.py
torch/_export/db/examples/decorator.py
torch/_export/db/examples/dictionary.py
torch/_export/db/examples/dynamic_shape_assert.py
torch/_export/db/examples/dynamic_shape_constructor.py
torch/_export/db/examples/dynamic_shape_if_guard.py
torch/_export/db/examples/dynamic_shape_map.py
torch/_export/db/examples/dynamic_shape_round.py
torch/_export/db/examples/dynamic_shape_slicing.py
torch/_export/db/examples/dynamic_shape_view.py
torch/_export/db/examples/fn_with_kwargs.py
torch/_export/db/examples/list_contains.py
torch/_export/db/examples/list_unpack.py
torch/_export/db/examples/model_attr_mutation.py
torch/_export/db/examples/nested_function.py
torch/_export/db/examples/null_context_manager.py
torch/_export/db/examples/optional_input.py
torch/_export/db/examples/pytree_flatten.py
torch/_export/db/examples/scalar_output.py
torch/_export/db/examples/specialized_attribute.py
torch/_export/db/examples/static_for_loop.py
torch/_export/db/examples/static_if.py
torch/_export/db/examples/tensor_setattr.py
torch/_export/db/examples/type_reflection_method.py
torch/_export/db/examples/unsupported_operator.py
torch/_export/db/examples/user_input_mutation.py
torch/_export/pass_infra/__init__.py
torch/_export/pass_infra/node_metadata.py
torch/_export/pass_infra/proxy_value.py
torch/_export/passes/__init__.py
torch/_export/passes/_node_metadata_hook.py
torch/_export/passes/add_runtime_assertions_for_constraints_pass.py
torch/_export/passes/collect_tracepoints_pass.py
torch/_export/passes/constant_folding.py
torch/_export/passes/functionalize_side_effectful_ops_pass.py
torch/_export/passes/lift_constants_pass.py
torch/_export/passes/remove_runtime_assertions.py
torch/_export/passes/replace_autocast_with_hop_pass.py
torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py
torch/_export/passes/replace_set_grad_with_hop_pass.py
torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py
torch/_export/passes/replace_with_hop_pass_util.py
torch/_export/serde/__init__.py
torch/_export/serde/aoti_schema.py
torch/_export/serde/dynamic_shapes.py
torch/_export/serde/schema.py
torch/_export/serde/schema.yaml
torch/_export/serde/schema_check.py
torch/_export/serde/serialize.py
torch/_export/serde/union.py
torch/_functorch/__init__.py
torch/_functorch/aot_autograd.py
torch/_functorch/apis.py
torch/_functorch/autograd_function.py
torch/_functorch/batch_norm_replacement.py
torch/_functorch/benchmark_utils.py
torch/_functorch/compile_utils.py
torch/_functorch/compilers.py
torch/_functorch/config.py
torch/_functorch/deprecated.py
torch/_functorch/eager_transforms.py
torch/_functorch/functional_call.py
torch/_functorch/fx_minifier.py
torch/_functorch/make_functional.py
torch/_functorch/partitioners.py
torch/_functorch/pyfunctorch.py
torch/_functorch/python_key.py
torch/_functorch/pytree_hacks.py
torch/_functorch/top_operators_github_usage.py
torch/_functorch/utils.py
torch/_functorch/vmap.py
torch/_functorch/_aot_autograd/__init__.py
torch/_functorch/_aot_autograd/autograd_cache.py
torch/_functorch/_aot_autograd/collect_metadata_analysis.py
torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py
torch/_functorch/_aot_autograd/functional_utils.py
torch/_functorch/_aot_autograd/input_output_analysis.py
torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py
torch/_functorch/_aot_autograd/logging_utils.py
torch/_functorch/_aot_autograd/runtime_wrappers.py
torch/_functorch/_aot_autograd/schemas.py
torch/_functorch/_aot_autograd/subclass_utils.py
torch/_functorch/_aot_autograd/traced_function_transforms.py
torch/_functorch/_aot_autograd/utils.py
torch/_higher_order_ops/__init__.py
torch/_higher_order_ops/associative_scan.py
torch/_higher_order_ops/auto_functionalize.py
torch/_higher_order_ops/cond.py
torch/_higher_order_ops/effects.py
torch/_higher_order_ops/executorch_call_delegate.py
torch/_higher_order_ops/flex_attention.py
torch/_higher_order_ops/hints_wrap.py
torch/_higher_order_ops/map.py
torch/_higher_order_ops/out_dtype.py
torch/_higher_order_ops/run_const_graph.py
torch/_higher_order_ops/strict_mode.py
torch/_higher_order_ops/torchbind.py
torch/_higher_order_ops/triton_kernel_wrap.py
torch/_higher_order_ops/utils.py
torch/_higher_order_ops/while_loop.py
torch/_higher_order_ops/wrap.py
torch/_inductor/__init__.py
torch/_inductor/aoti_eager.py
torch/_inductor/async_compile.py
torch/_inductor/autotune_process.py
torch/_inductor/bounds.py
torch/_inductor/codecache.py
torch/_inductor/comm_analysis.py
torch/_inductor/comms.py
torch/_inductor/compile_fx.py
torch/_inductor/config.py
torch/_inductor/constant_folding.py
torch/_inductor/cpp_builder.py
torch/_inductor/cpu_vec_isa.py
torch/_inductor/cudagraph_trees.py
torch/_inductor/cudagraph_utils.py
torch/_inductor/debug.py
torch/_inductor/decomposition.py
torch/_inductor/dependencies.py
torch/_inductor/exc.py
torch/_inductor/extern_node_serializer.py
torch/_inductor/freezing.py
torch/_inductor/fx_utils.py
torch/_inductor/graph.py
torch/_inductor/hooks.py
torch/_inductor/index_propagation.py
torch/_inductor/inductor_prims.py
torch/_inductor/ir.py
torch/_inductor/jagged_lowerings.py
torch/_inductor/loop_body.py
torch/_inductor/lowering.py
torch/_inductor/metrics.py
torch/_inductor/mkldnn_ir.py
torch/_inductor/mkldnn_lowerings.py
torch/_inductor/ops_handler.py
torch/_inductor/optimize_indexing.py
torch/_inductor/pattern_matcher.py
torch/_inductor/quantized_lowerings.py
torch/_inductor/remote_cache.py
torch/_inductor/scheduler.py
torch/_inductor/script.ld
torch/_inductor/select_algorithm.py
torch/_inductor/sizevars.py
torch/_inductor/subgraph_lowering.py
torch/_inductor/test_case.py
torch/_inductor/test_operators.py
torch/_inductor/utils.py
torch/_inductor/virtualized.py
torch/_inductor/wrapper_benchmark.py
torch/_inductor/autoheuristic/__init__.py
torch/_inductor/autoheuristic/autoheuristic.py
torch/_inductor/autoheuristic/autoheuristic_utils.py
torch/_inductor/autoheuristic/learned_heuristic_controller.py
torch/_inductor/autoheuristic/learnedheuristic_interface.py
torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py
torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py
torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py
torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py
torch/_inductor/autoheuristic/artifacts/_PadMMA100.py
torch/_inductor/autoheuristic/artifacts/__init__.py
torch/_inductor/codegen/__init__.py
torch/_inductor/codegen/aoti_hipify_utils.py
torch/_inductor/codegen/codegen_device_driver.py
torch/_inductor/codegen/common.py
torch/_inductor/codegen/cpp.py
torch/_inductor/codegen/cpp_gemm_template.py
torch/_inductor/codegen/cpp_micro_gemm.py
torch/_inductor/codegen/cpp_prefix.h
torch/_inductor/codegen/cpp_template.py
torch/_inductor/codegen/cpp_template_kernel.py
torch/_inductor/codegen/cpp_utils.py
torch/_inductor/codegen/cpp_wrapper_cpu.py
torch/_inductor/codegen/cpp_wrapper_cuda.py
torch/_inductor/codegen/cuda_combined_scheduling.py
torch/_inductor/codegen/debug_utils.py
torch/_inductor/codegen/halide.py
torch/_inductor/codegen/memory_planning.py
torch/_inductor/codegen/multi_kernel.py
torch/_inductor/codegen/simd.py
torch/_inductor/codegen/triton.py
torch/_inductor/codegen/triton_combo_kernel.py
torch/_inductor/codegen/triton_split_scan.py
torch/_inductor/codegen/triton_utils.py
torch/_inductor/codegen/wrapper.py
torch/_inductor/codegen/aoti_runtime/implementation.cpp
torch/_inductor/codegen/aoti_runtime/interface.cpp
torch/_inductor/codegen/cuda/__init__.py
torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py
torch/_inductor/codegen/cuda/cuda_env.py
torch/_inductor/codegen/cuda/cuda_kernel.py
torch/_inductor/codegen/cuda/cuda_template.py
torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py
torch/_inductor/codegen/cuda/cutlass_utils.py
torch/_inductor/codegen/cuda/device_op_overrides.py
torch/_inductor/codegen/cuda/gemm_template.py
torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py
torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py
torch/_inductor/codegen/rocm/__init__.py
torch/_inductor/codegen/rocm/ck_template.py
torch/_inductor/codegen/rocm/ck_universal_gemm_template.py
torch/_inductor/codegen/rocm/compile_command.py
torch/_inductor/codegen/rocm/rocm_benchmark_request.py
torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py
torch/_inductor/codegen/rocm/rocm_kernel.py
torch/_inductor/codegen/rocm/rocm_template.py
torch/_inductor/codegen/rocm/rocm_template_buffer.py
torch/_inductor/codegen/xpu/__init__.py
torch/_inductor/codegen/xpu/device_op_overrides.py
torch/_inductor/compile_worker/__init__.py
torch/_inductor/compile_worker/__main__.py
torch/_inductor/compile_worker/subproc_pool.py
torch/_inductor/compile_worker/watchdog.py
torch/_inductor/fx_passes/README.md
torch/_inductor/fx_passes/__init__.py
torch/_inductor/fx_passes/b2b_gemm.py
torch/_inductor/fx_passes/binary_folding.py
torch/_inductor/fx_passes/ddp_fusion.py
torch/_inductor/fx_passes/decompose_mem_bound_mm.py
torch/_inductor/fx_passes/dedupe_symint_uses.py
torch/_inductor/fx_passes/efficient_conv_bn_eval.py
torch/_inductor/fx_passes/freezing_patterns.py
torch/_inductor/fx_passes/fuse_attention.py
torch/_inductor/fx_passes/group_batch_fusion.py
torch/_inductor/fx_passes/joint_graph.py
torch/_inductor/fx_passes/micro_pipeline_tp.py
torch/_inductor/fx_passes/misc_patterns.py
torch/_inductor/fx_passes/mkldnn_fusion.py
torch/_inductor/fx_passes/numeric_utils.py
torch/_inductor/fx_passes/pad_mm.py
torch/_inductor/fx_passes/post_grad.py
torch/_inductor/fx_passes/pre_grad.py
torch/_inductor/fx_passes/quantization.py
torch/_inductor/fx_passes/reinplace.py
torch/_inductor/fx_passes/replace_random.py
torch/_inductor/fx_passes/split_cat.py
torch/_inductor/fx_passes/serialized_patterns/__init__.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py
torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py
torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py
torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py
torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py
torch/_inductor/kernel/__init__.py
torch/_inductor/kernel/bmm.py
torch/_inductor/kernel/conv.py
torch/_inductor/kernel/flex_attention.py
torch/_inductor/kernel/flex_decoding.py
torch/_inductor/kernel/mm.py
torch/_inductor/kernel/mm_common.py
torch/_inductor/kernel/mm_plus_mm.py
torch/_inductor/kernel/mm_scaled.py
torch/_inductor/kernel/unpack_mixed_mm.py
torch/_inductor/package/__init__.py
torch/_inductor/package/build_package.py
torch/_inductor/package/package.py
torch/_inductor/package/pt2_archive_constants.py
torch/_inductor/runtime/__init__.py
torch/_inductor/runtime/autotune_cache.py
torch/_inductor/runtime/benchmarking.py
torch/_inductor/runtime/compile_tasks.py
torch/_inductor/runtime/coordinate_descent_tuner.py
torch/_inductor/runtime/halide_helpers.py
torch/_inductor/runtime/hints.py
torch/_inductor/runtime/runtime_utils.py
torch/_inductor/runtime/triton_helpers.py
torch/_inductor/runtime/triton_heuristics.py
torch/_lazy/__init__.py
torch/_lazy/closure.py
torch/_lazy/computation.py
torch/_lazy/config.py
torch/_lazy/debug.py
torch/_lazy/device_context.py
torch/_lazy/extract_compiled_graph.py
torch/_lazy/ir_cache.py
torch/_lazy/metrics.py
torch/_lazy/tensor_factory_functions.py
torch/_lazy/ts_backend.py
torch/_library/__init__.py
torch/_library/autograd.py
torch/_library/custom_ops.py
torch/_library/fake_class_registry.py
torch/_library/fake_impl.py
torch/_library/infer_schema.py
torch/_library/simple_registry.py
torch/_library/triton.py
torch/_library/utils.py
torch/_logging/__init__.py
torch/_logging/_internal.py
torch/_logging/_registrations.py
torch/_logging/scribe.py
torch/_logging/structured.py
torch/_numpy/README.md
torch/_numpy/__init__.py
torch/_numpy/_binary_ufuncs_impl.py
torch/_numpy/_casting_dicts.py
torch/_numpy/_dtypes.py
torch/_numpy/_dtypes_impl.py
torch/_numpy/_funcs.py
torch/_numpy/_funcs_impl.py
torch/_numpy/_getlimits.py
torch/_numpy/_ndarray.py
torch/_numpy/_normalizations.py
torch/_numpy/_reductions_impl.py
torch/_numpy/_ufuncs.py
torch/_numpy/_unary_ufuncs_impl.py
torch/_numpy/_util.py
torch/_numpy/fft.py
torch/_numpy/linalg.py
torch/_numpy/random.py
torch/_numpy/testing/__init__.py
torch/_numpy/testing/utils.py
torch/_prims/__init__.py
torch/_prims/context.py
torch/_prims/debug_prims.py
torch/_prims/executor.py
torch/_prims/rng_prims.py
torch/_prims_common/__init__.py
torch/_prims_common/wrappers.py
torch/_refs/__init__.py
torch/_refs/_conversions.py
torch/_refs/fft.py
torch/_refs/linalg/__init__.py
torch/_refs/nn/__init__.py
torch/_refs/nn/functional/__init__.py
torch/_refs/special/__init__.py
torch/_strobelight/__init__.py
torch/_strobelight/cli_function_profiler.py
torch/_strobelight/compile_time_profiler.py
torch/_strobelight/examples/cli_function_profiler_example.py
torch/_strobelight/examples/compile_time_profile_example.py
torch/_subclasses/__init__.py
torch/_subclasses/_fake_tensor_utils.py
torch/_subclasses/fake_impls.py
torch/_subclasses/fake_tensor.py
torch/_subclasses/fake_utils.py
torch/_subclasses/functional_tensor.py
torch/_subclasses/meta_utils.py
torch/_subclasses/schema_check_mode.py
torch/_vendor/README.md
torch/_vendor/__init__.py
torch/_vendor/packaging/LICENSE.APACHE
torch/_vendor/packaging/LICENSE.BSD
torch/_vendor/packaging/__init__.py
torch/_vendor/packaging/_structures.py
torch/_vendor/packaging/version.py
torch/amp/__init__.py
torch/amp/autocast_mode.py
torch/amp/grad_scaler.py
torch/ao/__init__.py
torch/ao/nn/__init__.py
torch/ao/nn/intrinsic/__init__.py
torch/ao/nn/intrinsic/modules/__init__.py
torch/ao/nn/intrinsic/modules/fused.py
torch/ao/nn/intrinsic/qat/__init__.py
torch/ao/nn/intrinsic/qat/modules/__init__.py
torch/ao/nn/intrinsic/qat/modules/conv_fused.py
torch/ao/nn/intrinsic/qat/modules/linear_fused.py
torch/ao/nn/intrinsic/qat/modules/linear_relu.py
torch/ao/nn/intrinsic/quantized/__init__.py
torch/ao/nn/intrinsic/quantized/dynamic/__init__.py
torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py
torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py
torch/ao/nn/intrinsic/quantized/modules/__init__.py
torch/ao/nn/intrinsic/quantized/modules/bn_relu.py
torch/ao/nn/intrinsic/quantized/modules/conv_add.py
torch/ao/nn/intrinsic/quantized/modules/conv_relu.py
torch/ao/nn/intrinsic/quantized/modules/linear_relu.py
torch/ao/nn/qat/__init__.py
torch/ao/nn/qat/dynamic/__init__.py
torch/ao/nn/qat/dynamic/modules/__init__.py
torch/ao/nn/qat/dynamic/modules/linear.py
torch/ao/nn/qat/modules/__init__.py
torch/ao/nn/qat/modules/conv.py
torch/ao/nn/qat/modules/embedding_ops.py
torch/ao/nn/qat/modules/linear.py
torch/ao/nn/quantizable/__init__.py
torch/ao/nn/quantizable/modules/__init__.py
torch/ao/nn/quantizable/modules/activation.py
torch/ao/nn/quantizable/modules/rnn.py
torch/ao/nn/quantized/__init__.py
torch/ao/nn/quantized/functional.py
torch/ao/nn/quantized/dynamic/__init__.py
torch/ao/nn/quantized/dynamic/modules/__init__.py
torch/ao/nn/quantized/dynamic/modules/conv.py
torch/ao/nn/quantized/dynamic/modules/linear.py
torch/ao/nn/quantized/dynamic/modules/rnn.py
torch/ao/nn/quantized/modules/__init__.py
torch/ao/nn/quantized/modules/activation.py
torch/ao/nn/quantized/modules/batchnorm.py
torch/ao/nn/quantized/modules/conv.py
torch/ao/nn/quantized/modules/dropout.py
torch/ao/nn/quantized/modules/embedding_ops.py
torch/ao/nn/quantized/modules/functional_modules.py
torch/ao/nn/quantized/modules/linear.py
torch/ao/nn/quantized/modules/normalization.py
torch/ao/nn/quantized/modules/rnn.py
torch/ao/nn/quantized/modules/utils.py
torch/ao/nn/quantized/reference/__init__.py
torch/ao/nn/quantized/reference/modules/__init__.py
torch/ao/nn/quantized/reference/modules/conv.py
torch/ao/nn/quantized/reference/modules/linear.py
torch/ao/nn/quantized/reference/modules/rnn.py
torch/ao/nn/quantized/reference/modules/sparse.py
torch/ao/nn/quantized/reference/modules/utils.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/n_shadows_utils.py
torch/ao/ns/fx/ns_types.py
torch/ao/ns/fx/pattern_utils.py
torch/ao/ns/fx/qconfig_multi_mapping.py
torch/ao/ns/fx/utils.py
torch/ao/ns/fx/weight_utils.py
torch/ao/pruning/__init__.py
torch/ao/pruning/_mappings.py
torch/ao/pruning/_experimental/__init__.py
torch/ao/pruning/_experimental/activation_sparsifier/README.md
torch/ao/pruning/_experimental/activation_sparsifier/__init__.py
torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py
torch/ao/pruning/_experimental/data_scheduler/README.md
torch/ao/pruning/_experimental/data_scheduler/__init__.py
torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py
torch/ao/pruning/_experimental/data_sparsifier/README.md
torch/ao/pruning/_experimental/data_sparsifier/__init__.py
torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py
torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py
torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/README.md
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/dlrm_utils.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_disk_savings.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_forward_time.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/evaluate_model_metrics.py
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/accuracy.png
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/disk_savings.png
torch/ao/pruning/_experimental/data_sparsifier/benchmarks/images/forward_time.png
torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/README.md
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py
torch/ao/pruning/_experimental/data_sparsifier/lightning/tests/test_callbacks.py
torch/ao/pruning/_experimental/pruner/FPGM_pruner.py
torch/ao/pruning/_experimental/pruner/README.md
torch/ao/pruning/_experimental/pruner/__init__.py
torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py
torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py
torch/ao/pruning/_experimental/pruner/match_utils.py
torch/ao/pruning/_experimental/pruner/parametrization.py
torch/ao/pruning/_experimental/pruner/prune_functions.py
torch/ao/pruning/_experimental/pruner/saliency_pruner.py
torch/ao/pruning/_experimental/pruner/images/prune_1.png
torch/ao/pruning/_experimental/pruner/images/prune_2.png
torch/ao/pruning/_experimental/pruner/images/prune_3.png
torch/ao/pruning/_experimental/pruner/images/prune_4.png
torch/ao/pruning/_experimental/pruner/images/prune_5.png
torch/ao/pruning/_experimental/pruner/images/prune_6.png
torch/ao/pruning/scheduler/__init__.py
torch/ao/pruning/scheduler/base_scheduler.py
torch/ao/pruning/scheduler/cubic_scheduler.py
torch/ao/pruning/scheduler/lambda_scheduler.py
torch/ao/pruning/sparsifier/__init__.py
torch/ao/pruning/sparsifier/base_sparsifier.py
torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py
torch/ao/pruning/sparsifier/utils.py
torch/ao/pruning/sparsifier/weight_norm_sparsifier.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/pattern.md
torch/ao/quantization/qconfig.py
torch/ao/quantization/qconfig_mapping.py
torch/ao/quantization/quant_type.py
torch/ao/quantization/quantization_mappings.py
torch/ao/quantization/quantize.py
torch/ao/quantization/quantize_fx.py
torch/ao/quantization/quantize_jit.py
torch/ao/quantization/quantize_pt2e.py
torch/ao/quantization/stubs.py
torch/ao/quantization/utils.py
torch/ao/quantization/backend_config/README.md
torch/ao/quantization/backend_config/__init__.py
torch/ao/quantization/backend_config/_common_operator_config_utils.py
torch/ao/quantization/backend_config/_qnnpack_pt2e.py
torch/ao/quantization/backend_config/backend_config.py
torch/ao/quantization/backend_config/executorch.py
torch/ao/quantization/backend_config/fbgemm.py
torch/ao/quantization/backend_config/native.py
torch/ao/quantization/backend_config/observation_type.py
torch/ao/quantization/backend_config/onednn.py
torch/ao/quantization/backend_config/qnnpack.py
torch/ao/quantization/backend_config/tensorrt.py
torch/ao/quantization/backend_config/utils.py
torch/ao/quantization/backend_config/x86.py
torch/ao/quantization/experimental/APoT_tensor.py
torch/ao/quantization/experimental/adaround_fake_quantize.py
torch/ao/quantization/experimental/adaround_loss.py
torch/ao/quantization/experimental/adaround_optimization.py
torch/ao/quantization/experimental/apot_utils.py
torch/ao/quantization/experimental/fake_quantize.py
torch/ao/quantization/experimental/fake_quantize_function.py
torch/ao/quantization/experimental/linear.py
torch/ao/quantization/experimental/observer.py
torch/ao/quantization/experimental/qconfig.py
torch/ao/quantization/experimental/quantizer.py
torch/ao/quantization/fx/README.md
torch/ao/quantization/fx/__init__.py
torch/ao/quantization/fx/_decomposed.py
torch/ao/quantization/fx/_equalize.py
torch/ao/quantization/fx/_lower_to_native_backend.py
torch/ao/quantization/fx/convert.py
torch/ao/quantization/fx/custom_config.py
torch/ao/quantization/fx/fuse.py
torch/ao/quantization/fx/fuse_handler.py
torch/ao/quantization/fx/graph_module.py
torch/ao/quantization/fx/lower_to_fbgemm.py
torch/ao/quantization/fx/lower_to_qnnpack.py
torch/ao/quantization/fx/lstm_utils.py
torch/ao/quantization/fx/match_utils.py
torch/ao/quantization/fx/pattern_utils.py
torch/ao/quantization/fx/prepare.py
torch/ao/quantization/fx/qconfig_mapping_utils.py
torch/ao/quantization/fx/quantize_handler.py
torch/ao/quantization/fx/tracer.py
torch/ao/quantization/fx/utils.py
torch/ao/quantization/fx/_model_report/README.md
torch/ao/quantization/fx/_model_report/__init__.py
torch/ao/quantization/fx/_model_report/detector.py
torch/ao/quantization/fx/_model_report/model_report.py
torch/ao/quantization/fx/_model_report/model_report_observer.py
torch/ao/quantization/fx/_model_report/model_report_visualizer.py
torch/ao/quantization/pt2e/__init__.py
torch/ao/quantization/pt2e/_numeric_debugger.py
torch/ao/quantization/pt2e/duplicate_dq_pass.py
torch/ao/quantization/pt2e/export_utils.py
torch/ao/quantization/pt2e/graph_utils.py
torch/ao/quantization/pt2e/port_metadata_pass.py
torch/ao/quantization/pt2e/prepare.py
torch/ao/quantization/pt2e/qat_utils.py
torch/ao/quantization/pt2e/utils.py
torch/ao/quantization/pt2e/representation/__init__.py
torch/ao/quantization/pt2e/representation/rewrite.py
torch/ao/quantization/quantizer/__init__.py
torch/ao/quantization/quantizer/composable_quantizer.py
torch/ao/quantization/quantizer/embedding_quantizer.py
torch/ao/quantization/quantizer/quantizer.py
torch/ao/quantization/quantizer/utils.py
torch/ao/quantization/quantizer/x86_inductor_quantizer.py
torch/ao/quantization/quantizer/xnnpack_quantizer.py
torch/ao/quantization/quantizer/xnnpack_quantizer_utils.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/cpu/__init__.py
torch/backends/cuda/__init__.py
torch/backends/cudnn/__init__.py
torch/backends/cudnn/rnn.py
torch/backends/cusparselt/__init__.py
torch/backends/mha/__init__.py
torch/backends/mkl/__init__.py
torch/backends/mkldnn/__init__.py
torch/backends/mps/__init__.py
torch/backends/nnpack/__init__.py
torch/backends/openmp/__init__.py
torch/backends/opt_einsum/__init__.py
torch/backends/quantized/__init__.py
torch/backends/xeon/__init__.py
torch/backends/xeon/run_cpu.py
torch/backends/xnnpack/__init__.py
torch/bin/torch_shm_manager
torch/compiler/__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/cpu/amp/grad_scaler.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/Event.cpp
torch/csrc/Event.h
torch/csrc/Exceptions.cpp
torch/csrc/Exceptions.h
torch/csrc/Export.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/PyInterpreter.cpp
torch/csrc/PyInterpreter.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/StorageMethods.cpp
torch/csrc/StorageMethods.h
torch/csrc/StorageSharing.cpp
torch/csrc/StorageSharing.h
torch/csrc/Stream.cpp
torch/csrc/Stream.h
torch/csrc/THConcat.h
torch/csrc/THP.h
torch/csrc/TypeInfo.cpp
torch/csrc/TypeInfo.h
torch/csrc/Types.h
torch/csrc/copy_utils.h
torch/csrc/empty.c
torch/csrc/itt.cpp
torch/csrc/itt_wrapper.cpp
torch/csrc/itt_wrapper.h
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/mps.h
torch/csrc/api/include/torch/nested.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/sparse.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/xpu.h
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/reduce_on_plateau_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/mps.cpp
torch/csrc/api/src/serialize.cpp
torch/csrc/api/src/xpu.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/reduce_on_plateau_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.h
torch/csrc/autograd/grad_mode.h
torch/csrc/autograd/graph_task.h
torch/csrc/autograd/init.cpp
torch/csrc/autograd/input_buffer.cpp
torch/csrc/autograd/input_buffer.h
torch/csrc/autograd/input_metadata.cpp
torch/csrc/autograd/input_metadata.h
torch/csrc/autograd/jit_decomp_interface.cpp
torch/csrc/autograd/jit_decomp_interface.h
torch/csrc/autograd/profiler.h
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_python.cpp
torch/csrc/autograd/profiler_python.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_enum_tag.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_nested_functions.h
torch/csrc/autograd/python_nested_functions_manual.cpp
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_sparse_functions.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/variable_info.cpp
torch/csrc/autograd/variable_info.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/ViewFuncs.cpp
torch/csrc/autograd/generated/ViewFuncs.h
torch/csrc/autograd/generated/python_enum_tag.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_nested_functions.cpp
torch/csrc/autograd/generated/python_nn_functions.cpp
torch/csrc/autograd/generated/python_return_types.cpp
torch/csrc/autograd/generated/python_return_types.h
torch/csrc/autograd/generated/python_sparse_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/generated/templates/VariableType.cpp
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/warnings.cpp
torch/csrc/autograd/utils/warnings.h
torch/csrc/autograd/utils/wrap_outputs.h
torch/csrc/cpu/Module.cpp
torch/csrc/cpu/Module.h
torch/csrc/cuda/CUDAPluggableAllocator.cpp
torch/csrc/cuda/CUDAPluggableAllocator.h
torch/csrc/cuda/Event.cpp
torch/csrc/cuda/Event.h
torch/csrc/cuda/GdsFile.cpp
torch/csrc/cuda/GdsFile.h
torch/csrc/cuda/Graph.cpp
torch/csrc/cuda/MemPool.cpp
torch/csrc/cuda/Module.cpp
torch/csrc/cuda/Module.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/memory_snapshot.cpp
torch/csrc/cuda/memory_snapshot.h
torch/csrc/cuda/nccl.cpp
torch/csrc/cuda/nccl.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/utils.cpp
torch/csrc/cuda/shared/cudart.cpp
torch/csrc/cuda/shared/cudnn.cpp
torch/csrc/cuda/shared/cusparselt.cpp
torch/csrc/cuda/shared/nvtx.cpp
torch/csrc/deploy/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/Backend.cpp
torch/csrc/distributed/c10d/Backend.hpp
torch/csrc/distributed/c10d/Backoff.cpp
torch/csrc/distributed/c10d/Backoff.hpp
torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h
torch/csrc/distributed/c10d/CUDASymmetricMemory.cu
torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp
torch/csrc/distributed/c10d/CUDASymmetricMemoryOps.cu
torch/csrc/distributed/c10d/CudaDMAConnectivity.cpp
torch/csrc/distributed/c10d/DMAConnectivity.cpp
torch/csrc/distributed/c10d/DMAConnectivity.hpp
torch/csrc/distributed/c10d/FakeProcessGroup.hpp
torch/csrc/distributed/c10d/FileStore.cpp
torch/csrc/distributed/c10d/FileStore.hpp
torch/csrc/distributed/c10d/Functional.cpp
torch/csrc/distributed/c10d/Functional.hpp
torch/csrc/distributed/c10d/GlooDeviceFactory.cpp
torch/csrc/distributed/c10d/GlooDeviceFactory.hpp
torch/csrc/distributed/c10d/GroupRegistry.cpp
torch/csrc/distributed/c10d/GroupRegistry.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/NanCheck.cu
torch/csrc/distributed/c10d/NanCheck.hpp
torch/csrc/distributed/c10d/Ops.cpp
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/ProcessGroupUCC.cpp
torch/csrc/distributed/c10d/ProcessGroupUCC.hpp
torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp
torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp
torch/csrc/distributed/c10d/PyProcessGroup.hpp
torch/csrc/distributed/c10d/RankLocal.hpp
torch/csrc/distributed/c10d/Store.cpp
torch/csrc/distributed/c10d/Store.hpp
torch/csrc/distributed/c10d/SymmetricMemory.cpp
torch/csrc/distributed/c10d/SymmetricMemory.hpp
torch/csrc/distributed/c10d/TCPStore.cpp
torch/csrc/distributed/c10d/TCPStore.hpp
torch/csrc/distributed/c10d/TCPStoreBackend.cpp
torch/csrc/distributed/c10d/TCPStoreBackend.hpp
torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp
torch/csrc/distributed/c10d/TraceUtils.h
torch/csrc/distributed/c10d/Types.hpp
torch/csrc/distributed/c10d/UCCTracing.cpp
torch/csrc/distributed/c10d/UCCTracing.hpp
torch/csrc/distributed/c10d/UCCUtils.cpp
torch/csrc/distributed/c10d/UCCUtils.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/Work.cpp
torch/csrc/distributed/c10d/Work.hpp
torch/csrc/distributed/c10d/c10d.h
torch/csrc/distributed/c10d/comm.cpp
torch/csrc/distributed/c10d/comm.hpp
torch/csrc/distributed/c10d/debug.cpp
torch/csrc/distributed/c10d/debug.h
torch/csrc/distributed/c10d/default_comm_hooks.cpp
torch/csrc/distributed/c10d/default_comm_hooks.hpp
torch/csrc/distributed/c10d/error.h
torch/csrc/distributed/c10d/exception.h
torch/csrc/distributed/c10d/init.cpp
torch/csrc/distributed/c10d/intra_node_comm.cpp
torch/csrc/distributed/c10d/intra_node_comm.cu
torch/csrc/distributed/c10d/intra_node_comm.hpp
torch/csrc/distributed/c10d/logger.cpp
torch/csrc/distributed/c10d/logger.hpp
torch/csrc/distributed/c10d/logging.cpp
torch/csrc/distributed/c10d/logging.h
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/reducer_timer.hpp
torch/csrc/distributed/c10d/sequence_num.cpp
torch/csrc/distributed/c10d/sequence_num.hpp
torch/csrc/distributed/c10d/socket.cpp
torch/csrc/distributed/c10d/socket.h
torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp
torch/csrc/distributed/c10d/control_collectives/StoreCollectives.cpp
torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp
torch/csrc/distributed/c10d/control_plane/Handlers.cpp
torch/csrc/distributed/c10d/control_plane/Handlers.hpp
torch/csrc/distributed/c10d/control_plane/PythonHandlers.cpp
torch/csrc/distributed/c10d/control_plane/WorkerServer.cpp
torch/csrc/distributed/c10d/control_plane/WorkerServer.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/dynamo/cache_entry.cpp
torch/csrc/dynamo/cache_entry.h
torch/csrc/dynamo/compiled_autograd.h
torch/csrc/dynamo/cpp_shim.cpp
torch/csrc/dynamo/cpp_shim.h
torch/csrc/dynamo/cpython_defs.c
torch/csrc/dynamo/cpython_defs.h
torch/csrc/dynamo/cpython_includes.h
torch/csrc/dynamo/debug_macros.h
torch/csrc/dynamo/eval_frame.c
torch/csrc/dynamo/eval_frame.h
torch/csrc/dynamo/extra_state.cpp
torch/csrc/dynamo/extra_state.h
torch/csrc/dynamo/framelocals_mapping.cpp
torch/csrc/dynamo/framelocals_mapping.h
torch/csrc/dynamo/guards.cpp
torch/csrc/dynamo/guards.h
torch/csrc/dynamo/init.cpp
torch/csrc/dynamo/init.h
torch/csrc/dynamo/python_compiled_autograd.cpp
torch/csrc/dynamo/python_compiled_autograd.h
torch/csrc/dynamo/utils.cpp
torch/csrc/dynamo/utils.h
torch/csrc/functorch/init.cpp
torch/csrc/functorch/init.h
torch/csrc/fx/node.cpp
torch/csrc/fx/node.h
torch/csrc/inductor/inductor_ops.cpp
torch/csrc/inductor/inductor_ops.h
torch/csrc/inductor/resize_storage_bytes.cpp
torch/csrc/inductor/aoti_eager/kernel_holder.cpp
torch/csrc/inductor/aoti_eager/kernel_holder.h
torch/csrc/inductor/aoti_eager/kernel_meta_info.cpp
torch/csrc/inductor/aoti_eager/kernel_meta_info.h
torch/csrc/inductor/aoti_runner/model_container_runner.cpp
torch/csrc/inductor/aoti_runner/model_container_runner.h
torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp
torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h
torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp
torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h
torch/csrc/inductor/aoti_runner/pybind.cpp
torch/csrc/inductor/aoti_runner/pybind.h
torch/csrc/inductor/aoti_runtime/arrayref_tensor.h
torch/csrc/inductor/aoti_runtime/device_utils.h
torch/csrc/inductor/aoti_runtime/interface.h
torch/csrc/inductor/aoti_runtime/model.h
torch/csrc/inductor/aoti_runtime/model_container.h
torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h
torch/csrc/inductor/aoti_runtime/thread_local.h
torch/csrc/inductor/aoti_runtime/utils.h
torch/csrc/inductor/aoti_runtime/utils_cuda.h
torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp
torch/csrc/inductor/aoti_torch/mkldnn_tensor.h
torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp
torch/csrc/inductor/aoti_torch/oss_proxy_executor.h
torch/csrc/inductor/aoti_torch/proxy_executor.h
torch/csrc/inductor/aoti_torch/shim_common.cpp
torch/csrc/inductor/aoti_torch/shim_cuda.cpp
torch/csrc/inductor/aoti_torch/tensor_converter.cpp
torch/csrc/inductor/aoti_torch/tensor_converter.h
torch/csrc/inductor/aoti_torch/utils.h
torch/csrc/inductor/aoti_torch/c/shim.h
torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp
torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h
torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp
torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h
torch/csrc/instruction_counter/Module.cpp
torch/csrc/instruction_counter/Module.h
torch/csrc/jit/JIT-AUTOCAST.md
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/context.cpp
torch/csrc/jit/backends/coreml/cpp/context.h
torch/csrc/jit/backends/coreml/cpp/preprocess.cpp
torch/csrc/jit/backends/coreml/objc/PTMCoreMLBackend.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.mm
torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h
torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h
torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp
torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp
torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h
torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp
torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h
torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h
torch/csrc/jit/backends/xnnpack/serialization/schema.fbs
torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp
torch/csrc/jit/backends/xnnpack/serialization/serializer.h
torch/csrc/jit/codegen/cuda/README.md
torch/csrc/jit/codegen/cuda/interface.cpp
torch/csrc/jit/codegen/cuda/interface.h
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/codegen/onednn/LlgaTensorImpl.cpp
torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h
torch/csrc/jit/codegen/onednn/README.md
torch/csrc/jit/codegen/onednn/decompose_silu.cpp
torch/csrc/jit/codegen/onednn/decompose_silu.h
torch/csrc/jit/codegen/onednn/defer_size_check.cpp
torch/csrc/jit/codegen/onednn/defer_size_check.h
torch/csrc/jit/codegen/onednn/graph_fuser.cpp
torch/csrc/jit/codegen/onednn/graph_fuser.h
torch/csrc/jit/codegen/onednn/graph_helper.cpp
torch/csrc/jit/codegen/onednn/graph_helper.h
torch/csrc/jit/codegen/onednn/graph_rewriter.cpp
torch/csrc/jit/codegen/onednn/guard_shape.cpp
torch/csrc/jit/codegen/onednn/guard_shape.h
torch/csrc/jit/codegen/onednn/interface.cpp
torch/csrc/jit/codegen/onednn/interface.h
torch/csrc/jit/codegen/onednn/kernel.cpp
torch/csrc/jit/codegen/onednn/kernel.h
torch/csrc/jit/codegen/onednn/layout_propagation.cpp
torch/csrc/jit/codegen/onednn/layout_propagation.h
torch/csrc/jit/codegen/onednn/operator.h
torch/csrc/jit/codegen/onednn/prepare_binary.cpp
torch/csrc/jit/codegen/onednn/prepare_binary.h
torch/csrc/jit/codegen/onednn/register_interface.cpp
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/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/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/graph_utils.cpp
torch/csrc/jit/ir/graph_utils.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/code.h
torch/csrc/jit/mobile/debug_info.cpp
torch/csrc/jit/mobile/debug_info.h
torch/csrc/jit/mobile/file_format.h
torch/csrc/jit/mobile/flatbuffer_loader.cpp
torch/csrc/jit/mobile/flatbuffer_loader.h
torch/csrc/jit/mobile/frame.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/import_export_common.h
torch/csrc/jit/mobile/interpreter.cpp
torch/csrc/jit/mobile/interpreter.h
torch/csrc/jit/mobile/method.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/quantization.cpp
torch/csrc/jit/mobile/quantization.h
torch/csrc/jit/mobile/register_ops_common_utils.cpp
torch/csrc/jit/mobile/register_ops_common_utils.h
torch/csrc/jit/mobile/type_parser.cpp
torch/csrc/jit/mobile/type_parser.h
torch/csrc/jit/mobile/upgrader_mobile.cpp
torch/csrc/jit/mobile/upgrader_mobile.h
torch/csrc/jit/mobile/compatibility/backport.cpp
torch/csrc/jit/mobile/compatibility/backport.h
torch/csrc/jit/mobile/compatibility/backport_manager.cpp
torch/csrc/jit/mobile/compatibility/backport_manager.h
torch/csrc/jit/mobile/compatibility/model_compatibility.cpp
torch/csrc/jit/mobile/compatibility/model_compatibility.h
torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp
torch/csrc/jit/mobile/compatibility/runtime_compatibility.h
torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp
torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h
torch/csrc/jit/mobile/model_tracer/CMakeLists.txt
torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp
torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h
torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp
torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h
torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp
torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h
torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp
torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h
torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp
torch/csrc/jit/mobile/model_tracer/TensorUtils.h
torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp
torch/csrc/jit/mobile/model_tracer/TracerRunner.h
torch/csrc/jit/mobile/model_tracer/tracer.cpp
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/operator_upgraders/README.md
torch/csrc/jit/operator_upgraders/upgraders.cpp
torch/csrc/jit/operator_upgraders/upgraders.h
torch/csrc/jit/operator_upgraders/upgraders_entry.cpp
torch/csrc/jit/operator_upgraders/upgraders_entry.h
torch/csrc/jit/operator_upgraders/utils.cpp
torch/csrc/jit/operator_upgraders/utils.h
torch/csrc/jit/operator_upgraders/version_map.cpp
torch/csrc/jit/operator_upgraders/version_map.h
torch/csrc/jit/passes/add_if_then_else.cpp
torch/csrc/jit/passes/add_if_then_else.h
torch/csrc/jit/passes/annotate_warns.cpp
torch/csrc/jit/passes/annotate_warns.h
torch/csrc/jit/passes/autocast.cpp
torch/csrc/jit/passes/autocast.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/check_strict_fusion.cpp
torch/csrc/jit/passes/check_strict_fusion.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/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/device_type_analysis.cpp
torch/csrc/jit/passes/device_type_analysis.h
torch/csrc/jit/passes/dtype_analysis.cpp
torch/csrc/jit/passes/dtype_analysis.h
torch/csrc/jit/passes/eliminate_no_ops.cpp
torch/csrc/jit/passes/eliminate_no_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/fold_linear_bn.cpp
torch/csrc/jit/passes/fold_linear_bn.h
torch/csrc/jit/passes/freeze_module.cpp
torch/csrc/jit/passes/freeze_module.h
torch/csrc/jit/passes/frozen_concat_linear.cpp
torch/csrc/jit/passes/frozen_concat_linear.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_add_relu_fusion_cuda.cpp
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_linear_folding.cpp
torch/csrc/jit/passes/frozen_linear_folding.h
torch/csrc/jit/passes/frozen_linear_transpose.cpp
torch/csrc/jit/passes/frozen_linear_transpose.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/mkldnn_rewrite.cpp
torch/csrc/jit/passes/mkldnn_rewrite.h
torch/csrc/jit/passes/mobile_optimizer_type.h
torch/csrc/jit/passes/normalize_ops.cpp
torch/csrc/jit/passes/normalize_ops.h
torch/csrc/jit/passes/onednn_graph_fuser.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/refine_tuple_types.cpp
torch/csrc/jit/passes/refine_tuple_types.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/replacement_of_old_operators.cpp
torch/csrc/jit/passes/replacement_of_old_operators.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/symbolic_shape_cache.cpp
torch/csrc/jit/passes/symbolic_shape_cache.h
torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp
torch/csrc/jit/passes/symbolic_shape_runtime_fusion.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/dbr_quantization/remove_redundant_aliases.cpp
torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.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/deduplicate_initializers.cpp
torch/csrc/jit/passes/onnx/deduplicate_initializers.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/function_extraction.cpp
torch/csrc/jit/passes/onnx/function_extraction.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/naming.cpp
torch/csrc/jit/passes/onnx/naming.h
torch/csrc/jit/passes/onnx/onnx_log.cpp
torch/csrc/jit/passes/onnx/onnx_log.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/autograd_function_process.cpp
torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.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/quantization/register_packed_params.cpp
torch/csrc/jit/passes/quantization/register_packed_params.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/op_registry.cpp
torch/csrc/jit/passes/utils/op_registry.h
torch/csrc/jit/passes/utils/optimization_utils.cpp
torch/csrc/jit/passes/utils/optimization_utils.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/python/utf8_decoding_ignore.cpp
torch/csrc/jit/python/utf8_decoding_ignore.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/decomposition_registry.cpp
torch/csrc/jit/runtime/decomposition_registry.h
torch/csrc/jit/runtime/decomposition_registry_util.cpp
torch/csrc/jit/runtime/decomposition_registry_util.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/jit_trace.cpp
torch/csrc/jit/runtime/jit_trace.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/serialized_shape_function_registry.cpp
torch/csrc/jit/runtime/serialized_shape_function_registry.h
torch/csrc/jit/runtime/shape_function_registry.h
torch/csrc/jit/runtime/simple_graph_executor_impl.cpp
torch/csrc/jit/runtime/simple_graph_executor_impl.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/symbolic_shape_registry_util.cpp
torch/csrc/jit/runtime/symbolic_shape_registry_util.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/.clang-tidy
torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp
torch/csrc/jit/runtime/static/ProcessedNodeInputs.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/generated_ops.cpp
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/processed_node_wrapper.h
torch/csrc/jit/runtime/static/static_method.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_bytecode.cpp
torch/csrc/jit/serialization/export_bytecode.h
torch/csrc/jit/serialization/export_module.cpp
torch/csrc/jit/serialization/flatbuffer_serializer.cpp
torch/csrc/jit/serialization/flatbuffer_serializer.h
torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp
torch/csrc/jit/serialization/flatbuffer_serializer_jit.h
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_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/mobile_bytecode.fbs
torch/csrc/jit/serialization/mobile_bytecode_generated.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/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_core.cpp
torch/csrc/jit/tensorexpr/external_functions_core.h
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/loopnest_randomization.cpp
torch/csrc/jit/tensorexpr/loopnest_randomization.h
torch/csrc/jit/tensorexpr/lowerings.cpp
torch/csrc/jit/tensorexpr/lowerings.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/misc.cpp
torch/csrc/jit/tensorexpr/operators/misc.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/pointwise.cpp
torch/csrc/jit/tensorexpr/operators/pointwise.h
torch/csrc/jit/tensorexpr/operators/quantization.cpp
torch/csrc/jit/tensorexpr/operators/quantization.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/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/lazy/test_mnist.py
torch/csrc/lazy/tutorial.md
torch/csrc/lazy/backend/backend_data.h
torch/csrc/lazy/backend/backend_device.cpp
torch/csrc/lazy/backend/backend_device.h
torch/csrc/lazy/backend/backend_interface.cpp
torch/csrc/lazy/backend/backend_interface.h
torch/csrc/lazy/backend/lowering_context.cpp
torch/csrc/lazy/backend/lowering_context.h
torch/csrc/lazy/core/cache.h
torch/csrc/lazy/core/config.cpp
torch/csrc/lazy/core/config.h
torch/csrc/lazy/core/debug_util.cpp
torch/csrc/lazy/core/debug_util.h
torch/csrc/lazy/core/dynamic_ir.h
torch/csrc/lazy/core/hash.cpp
torch/csrc/lazy/core/hash.h
torch/csrc/lazy/core/helpers.cpp
torch/csrc/lazy/core/helpers.h
torch/csrc/lazy/core/ir.cpp
torch/csrc/lazy/core/ir.h
torch/csrc/lazy/core/ir_builder.h
torch/csrc/lazy/core/ir_dump_util.cpp
torch/csrc/lazy/core/ir_dump_util.h
torch/csrc/lazy/core/ir_metadata.cpp
torch/csrc/lazy/core/ir_metadata.h
torch/csrc/lazy/core/ir_util.cpp
torch/csrc/lazy/core/ir_util.h
torch/csrc/lazy/core/lazy_graph_executor.cpp
torch/csrc/lazy/core/lazy_graph_executor.h
torch/csrc/lazy/core/metrics.cpp
torch/csrc/lazy/core/metrics.h
torch/csrc/lazy/core/multi_wait.cpp
torch/csrc/lazy/core/multi_wait.h
torch/csrc/lazy/core/permutation_util.cpp
torch/csrc/lazy/core/permutation_util.h
torch/csrc/lazy/core/shape.cpp
torch/csrc/lazy/core/shape.h
torch/csrc/lazy/core/shape_inference.cpp
torch/csrc/lazy/core/shape_inference.h
torch/csrc/lazy/core/tensor.cpp
torch/csrc/lazy/core/tensor.h
torch/csrc/lazy/core/tensor_impl.cpp
torch/csrc/lazy/core/tensor_impl.h
torch/csrc/lazy/core/tensor_util.cpp
torch/csrc/lazy/core/tensor_util.h
torch/csrc/lazy/core/thread_pool.cpp
torch/csrc/lazy/core/thread_pool.h
torch/csrc/lazy/core/trie.cpp
torch/csrc/lazy/core/trie.h
torch/csrc/lazy/core/unique.h
torch/csrc/lazy/core/util.h
torch/csrc/lazy/core/internal_ops/ltc_ops.h
torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp
torch/csrc/lazy/core/ops/arithmetic_ir_ops.h
torch/csrc/lazy/core/ops/utils.cpp
torch/csrc/lazy/core/ops/utils.h
torch/csrc/lazy/generated/LazyIr.h
torch/csrc/lazy/generated/LazyNativeFunctions.cpp
torch/csrc/lazy/generated/LazyNativeFunctions.h
torch/csrc/lazy/generated/LazyNonNativeIr.h
torch/csrc/lazy/generated/README.md
torch/csrc/lazy/generated/RegisterAutogradLazy.cpp
torch/csrc/lazy/generated/RegisterLazy.cpp
torch/csrc/lazy/python/README.md
torch/csrc/lazy/python/init.cpp
torch/csrc/lazy/python/init.h
torch/csrc/lazy/python/python_util.cpp
torch/csrc/lazy/python/python_util.h
torch/csrc/lazy/ts_backend/config.cpp
torch/csrc/lazy/ts_backend/config.h
torch/csrc/lazy/ts_backend/dynamic_ir.cpp
torch/csrc/lazy/ts_backend/dynamic_ir.h
torch/csrc/lazy/ts_backend/ir_builder.h
torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp
torch/csrc/lazy/ts_backend/tensor_aten_ops.h
torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp
torch/csrc/lazy/ts_backend/ts_autograd_functions.h
torch/csrc/lazy/ts_backend/ts_backend_impl.cpp
torch/csrc/lazy/ts_backend/ts_backend_impl.h
torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp
torch/csrc/lazy/ts_backend/ts_eager_fallback.h
torch/csrc/lazy/ts_backend/ts_lowering_context.cpp
torch/csrc/lazy/ts_backend/ts_lowering_context.h
torch/csrc/lazy/ts_backend/ts_native_functions.cpp
torch/csrc/lazy/ts_backend/ts_node.cpp
torch/csrc/lazy/ts_backend/ts_node.h
torch/csrc/lazy/ts_backend/ts_node_lowering.cpp
torch/csrc/lazy/ts_backend/ts_node_lowering.h
torch/csrc/lazy/ts_backend/ops/device_data.cpp
torch/csrc/lazy/ts_backend/ops/device_data.h
torch/csrc/lazy/ts_backend/ops/generic.cpp
torch/csrc/lazy/ts_backend/ops/generic.h
torch/csrc/lazy/ts_backend/ops/to_copy.h
torch/csrc/monitor/counters.cpp
torch/csrc/monitor/counters.h
torch/csrc/monitor/events.cpp
torch/csrc/monitor/events.h
torch/csrc/monitor/python_init.cpp
torch/csrc/monitor/python_init.h
torch/csrc/mps/Module.cpp
torch/csrc/mps/Module.h
torch/csrc/mtia/Module.cpp
torch/csrc/mtia/Module.h
torch/csrc/multiprocessing/init.cpp
torch/csrc/multiprocessing/init.h
torch/csrc/onnx/back_compat.h
torch/csrc/onnx/init.cpp
torch/csrc/onnx/init.h
torch/csrc/onnx/onnx.h
torch/csrc/onnx/diagnostics/diagnostics.h
torch/csrc/onnx/diagnostics/generated/rules.h
torch/csrc/profiler/README.md
torch/csrc/profiler/api.h
torch/csrc/profiler/collection.cpp
torch/csrc/profiler/collection.h
torch/csrc/profiler/combined_traceback.cpp
torch/csrc/profiler/combined_traceback.h
torch/csrc/profiler/containers.h
torch/csrc/profiler/data_flow.cpp
torch/csrc/profiler/data_flow.h
torch/csrc/profiler/events.h
torch/csrc/profiler/kineto_client_interface.cpp
torch/csrc/profiler/kineto_shim.cpp
torch/csrc/profiler/kineto_shim.h
torch/csrc/profiler/perf-inl.h
torch/csrc/profiler/perf.cpp
torch/csrc/profiler/perf.h
torch/csrc/profiler/util.cpp
torch/csrc/profiler/util.h
torch/csrc/profiler/orchestration/observer.cpp
torch/csrc/profiler/orchestration/observer.h
torch/csrc/profiler/orchestration/python_tracer.cpp
torch/csrc/profiler/orchestration/python_tracer.h
torch/csrc/profiler/orchestration/vulkan.cpp
torch/csrc/profiler/orchestration/vulkan.h
torch/csrc/profiler/python/combined_traceback.cpp
torch/csrc/profiler/python/combined_traceback.h
torch/csrc/profiler/python/init.cpp
torch/csrc/profiler/python/init.h
torch/csrc/profiler/python/pybind.h
torch/csrc/profiler/standalone/execution_trace_observer.cpp
torch/csrc/profiler/standalone/execution_trace_observer.h
torch/csrc/profiler/standalone/itt_observer.cpp
torch/csrc/profiler/standalone/itt_observer.h
torch/csrc/profiler/standalone/nvtx_observer.cpp
torch/csrc/profiler/standalone/nvtx_observer.h
torch/csrc/profiler/standalone/privateuse1_observer.cpp
torch/csrc/profiler/standalone/privateuse1_observer.h
torch/csrc/profiler/stubs/base.cpp
torch/csrc/profiler/stubs/base.h
torch/csrc/profiler/stubs/cuda.cpp
torch/csrc/profiler/stubs/itt.cpp
torch/csrc/profiler/unwind/action.h
torch/csrc/profiler/unwind/communicate.h
torch/csrc/profiler/unwind/debug_info.h
torch/csrc/profiler/unwind/dwarf_enums.h
torch/csrc/profiler/unwind/dwarf_symbolize_enums.h
torch/csrc/profiler/unwind/eh_frame_hdr.h
torch/csrc/profiler/unwind/fast_symbolizer.h
torch/csrc/profiler/unwind/fde.h
torch/csrc/profiler/unwind/lexer.h
torch/csrc/profiler/unwind/line_number_program.h
torch/csrc/profiler/unwind/mem_file.h
torch/csrc/profiler/unwind/range_table.h
torch/csrc/profiler/unwind/sections.h
torch/csrc/profiler/unwind/unwind.cpp
torch/csrc/profiler/unwind/unwind.h
torch/csrc/profiler/unwind/unwind_error.h
torch/csrc/profiler/unwind/unwind_fb.cpp
torch/csrc/profiler/unwind/unwinder.h
torch/csrc/tensor/python_tensor.cpp
torch/csrc/tensor/python_tensor.h
torch/csrc/utils/byte_order.cpp
torch/csrc/utils/byte_order.h
torch/csrc/utils/cpp_stacktraces.cpp
torch/csrc/utils/cpp_stacktraces.h
torch/csrc/utils/cuda_enabled.h
torch/csrc/utils/device_lazy_init.cpp
torch/csrc/utils/device_lazy_init.h
torch/csrc/utils/disable_torch_function.cpp
torch/csrc/utils/disable_torch_function.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/nested.cpp
torch/csrc/utils/nested.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.cpp
torch/csrc/utils/pybind.h
torch/csrc/utils/pycfunction_helpers.h
torch/csrc/utils/pyobject_preservation.cpp
torch/csrc/utils/pyobject_preservation.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_raii.h
torch/csrc/utils/python_scalars.h
torch/csrc/utils/python_strings.h
torch/csrc/utils/python_stub.h
torch/csrc/utils/python_symnode.cpp
torch/csrc/utils/python_symnode.h
torch/csrc/utils/python_torch_function_mode.h
torch/csrc/utils/python_tuples.h
torch/csrc/utils/pythoncapi_compat.h
torch/csrc/utils/schema_info.cpp
torch/csrc/utils/schema_info.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/torch_dispatch_mode.h
torch/csrc/utils/variadic.cpp
torch/csrc/utils/variadic.h
torch/csrc/utils/verbose.cpp
torch/csrc/utils/verbose.h
torch/csrc/xpu/Event.cpp
torch/csrc/xpu/Event.h
torch/csrc/xpu/Module.cpp
torch/csrc/xpu/Module.h
torch/csrc/xpu/Stream.cpp
torch/csrc/xpu/Stream.h
torch/cuda/__init__.py
torch/cuda/_gpu_trace.py
torch/cuda/_memory_viz.py
torch/cuda/_sanitizer.py
torch/cuda/_utils.py
torch/cuda/comm.py
torch/cuda/error.py
torch/cuda/gds.py
torch/cuda/graphs.py
torch/cuda/jiterator.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/tunable.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/_checkpointable.py
torch/distributed/_composable_state.py
torch/distributed/_functional_collectives.py
torch/distributed/_functional_collectives_impl.py
torch/distributed/_state_dict_utils.py
torch/distributed/argparse_util.py
torch/distributed/c10d_logger.py
torch/distributed/collective_utils.py
torch/distributed/constants.py
torch/distributed/device_mesh.py
torch/distributed/distributed_c10d.py
torch/distributed/launch.py
torch/distributed/logging_handlers.py
torch/distributed/remote_device.py
torch/distributed/rendezvous.py
torch/distributed/run.py
torch/distributed/utils.py
torch/distributed/_composable/__init__.py
torch/distributed/_composable/checkpoint_activation.py
torch/distributed/_composable/contract.py
torch/distributed/_composable/fully_shard.py
torch/distributed/_composable/replicate.py
torch/distributed/_composable/fsdp/__init__.py
torch/distributed/_composable/fsdp/_fsdp_api.py
torch/distributed/_composable/fsdp/_fsdp_collectives.py
torch/distributed/_composable/fsdp/_fsdp_common.py
torch/distributed/_composable/fsdp/_fsdp_init.py
torch/distributed/_composable/fsdp/_fsdp_param.py
torch/distributed/_composable/fsdp/_fsdp_param_group.py
torch/distributed/_composable/fsdp/_fsdp_state.py
torch/distributed/_composable/fsdp/fully_shard.py
torch/distributed/_shard/__init__.py
torch/distributed/_shard/_utils.py
torch/distributed/_shard/api.py
torch/distributed/_shard/common_op_utils.py
torch/distributed/_shard/metadata.py
torch/distributed/_shard/op_registry_utils.py
torch/distributed/_shard/sharder.py
torch/distributed/_shard/checkpoint/__init__.py
torch/distributed/_shard/sharded_optim/__init__.py
torch/distributed/_shard/sharded_optim/api.py
torch/distributed/_shard/sharded_tensor/__init__.py
torch/distributed/_shard/sharded_tensor/api.py
torch/distributed/_shard/sharded_tensor/logger.py
torch/distributed/_shard/sharded_tensor/logging_handlers.py
torch/distributed/_shard/sharded_tensor/metadata.py
torch/distributed/_shard/sharded_tensor/reshard.py
torch/distributed/_shard/sharded_tensor/shard.py
torch/distributed/_shard/sharded_tensor/utils.py
torch/distributed/_shard/sharded_tensor/_ops/__init__.py
torch/distributed/_shard/sharded_tensor/_ops/_common.py
torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py
torch/distributed/_shard/sharded_tensor/_ops/init.py
torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py
torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py
torch/distributed/_shard/sharding_plan/__init__.py
torch/distributed/_shard/sharding_plan/api.py
torch/distributed/_shard/sharding_spec/__init__.py
torch/distributed/_shard/sharding_spec/_internals.py
torch/distributed/_shard/sharding_spec/api.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py
torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py
torch/distributed/_sharded_tensor/__init__.py
torch/distributed/_sharding_spec/__init__.py
torch/distributed/_symmetric_memory/__init__.py
torch/distributed/_tensor/__init__.py
torch/distributed/_tensor/api.py
torch/distributed/_tensor/placement_types.py
torch/distributed/_tools/__init__.py
torch/distributed/_tools/fsdp2_mem_tracker.py
torch/distributed/_tools/mem_tracker.py
torch/distributed/_tools/memory_tracker.py
torch/distributed/_tools/mod_tracker.py
torch/distributed/_tools/runtime_estimator.py
torch/distributed/algorithms/__init__.py
torch/distributed/algorithms/join.py
torch/distributed/algorithms/_checkpoint/__init__.py
torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py
torch/distributed/algorithms/_comm_hooks/__init__.py
torch/distributed/algorithms/_comm_hooks/default_hooks.py
torch/distributed/algorithms/_optimizer_overlap/__init__.py
torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py
torch/distributed/algorithms/_quantization/__init__.py
torch/distributed/algorithms/_quantization/quantization.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/mixed_precision_hooks.py
torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_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/hierarchical_model_averager.py
torch/distributed/algorithms/model_averaging/utils.py
torch/distributed/autograd/__init__.py
torch/distributed/benchmarks/README.md
torch/distributed/benchmarks/benchmark_ddp_rpc.py
torch/distributed/checkpoint/__init__.py
torch/distributed/checkpoint/_checkpointer.py
torch/distributed/checkpoint/_dedup_save_plans.py
torch/distributed/checkpoint/_dedup_tensors.py
torch/distributed/checkpoint/_fsspec_filesystem.py
torch/distributed/checkpoint/_nested_dict.py
torch/distributed/checkpoint/_sharded_tensor_utils.py
torch/distributed/checkpoint/_storage_utils.py
torch/distributed/checkpoint/_traverse.py
torch/distributed/checkpoint/_version.py
torch/distributed/checkpoint/api.py
torch/distributed/checkpoint/default_planner.py
torch/distributed/checkpoint/filesystem.py
torch/distributed/checkpoint/format_utils.py
torch/distributed/checkpoint/logger.py
torch/distributed/checkpoint/logging_handlers.py
torch/distributed/checkpoint/metadata.py
torch/distributed/checkpoint/optimizer.py
torch/distributed/checkpoint/planner.py
torch/distributed/checkpoint/planner_helpers.py
torch/distributed/checkpoint/resharding.py
torch/distributed/checkpoint/staging.py
torch/distributed/checkpoint/state_dict.py
torch/distributed/checkpoint/state_dict_loader.py
torch/distributed/checkpoint/state_dict_saver.py
torch/distributed/checkpoint/stateful.py
torch/distributed/checkpoint/storage.py
torch/distributed/checkpoint/utils.py
torch/distributed/checkpoint/examples/async_checkpointing_example.py
torch/distributed/checkpoint/examples/fsdp_checkpoint_example.py
torch/distributed/checkpoint/examples/stateful_example.py
torch/distributed/elastic/__init__.py
torch/distributed/elastic/control_plane.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/health_check_server.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/multiprocessing/subprocess_handler/__init__.py
torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py
torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.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/debug_info_logging.py
torch/distributed/elastic/timer/file_based_local_timer.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/examples/memory_tracker_example.py
torch/distributed/fsdp/__init__.py
torch/distributed/fsdp/_common_utils.py
torch/distributed/fsdp/_debug_utils.py
torch/distributed/fsdp/_dynamo_utils.py
torch/distributed/fsdp/_exec_order_utils.py
torch/distributed/fsdp/_flat_param.py
torch/distributed/fsdp/_fsdp_extensions.py
torch/distributed/fsdp/_init_utils.py
torch/distributed/fsdp/_limiter_utils.py
torch/distributed/fsdp/_optim_utils.py
torch/distributed/fsdp/_runtime_utils.py
torch/distributed/fsdp/_shard_utils.py
torch/distributed/fsdp/_state_dict_utils.py
torch/distributed/fsdp/_trace_utils.py
torch/distributed/fsdp/_traversal_utils.py
torch/distributed/fsdp/_unshard_param_utils.py
torch/distributed/fsdp/_wrap_utils.py
torch/distributed/fsdp/api.py
torch/distributed/fsdp/fully_sharded_data_parallel.py
torch/distributed/fsdp/sharded_grad_scaler.py
torch/distributed/fsdp/wrap.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/apply_optimizer_in_backward.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/named_optimizer.py
torch/distributed/optim/optimizer.py
torch/distributed/optim/post_localSGD_optimizer.py
torch/distributed/optim/utils.py
torch/distributed/optim/zero_redundancy_optimizer.py
torch/distributed/optim/zero_redundancy_optimizer.pyi
torch/distributed/pipelining/README.md
torch/distributed/pipelining/_IR.py
torch/distributed/pipelining/__init__.py
torch/distributed/pipelining/_backward.py
torch/distributed/pipelining/_debug.py
torch/distributed/pipelining/_unflatten.py
torch/distributed/pipelining/_utils.py
torch/distributed/pipelining/microbatch.py
torch/distributed/pipelining/schedules.py
torch/distributed/pipelining/stage.py
torch/distributed/rpc/__init__.py
torch/distributed/rpc/_utils.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/distributed/tensor/README.md
torch/distributed/tensor/__init__.py
torch/distributed/tensor/_api.py
torch/distributed/tensor/_collective_utils.py
torch/distributed/tensor/_dispatch.py
torch/distributed/tensor/_dtensor_spec.py
torch/distributed/tensor/_op_schema.py
torch/distributed/tensor/_random.py
torch/distributed/tensor/_redistribute.py
torch/distributed/tensor/_sharding_prop.py
torch/distributed/tensor/_shards_wrapper.py
torch/distributed/tensor/_tp_conv.py
torch/distributed/tensor/_utils.py
torch/distributed/tensor/device_mesh.py
torch/distributed/tensor/placement_types.py
torch/distributed/tensor/_ops/__init__.py
torch/distributed/tensor/_ops/_common_rules.py
torch/distributed/tensor/_ops/_conv_ops.py
torch/distributed/tensor/_ops/_einsum_strategy.py
torch/distributed/tensor/_ops/_embedding_ops.py
torch/distributed/tensor/_ops/_experimental_ops.py
torch/distributed/tensor/_ops/_math_ops.py
torch/distributed/tensor/_ops/_matrix_ops.py
torch/distributed/tensor/_ops/_pointwise_ops.py
torch/distributed/tensor/_ops/_random_ops.py
torch/distributed/tensor/_ops/_tensor_ops.py
torch/distributed/tensor/_ops/_view_ops.py
torch/distributed/tensor/_ops/utils.py
torch/distributed/tensor/debug/__init__.py
torch/distributed/tensor/debug/_comm_mode.py
torch/distributed/tensor/debug/_op_coverage.py
torch/distributed/tensor/debug/_visualize_sharding.py
torch/distributed/tensor/debug/comm_mode_broswer_visual.js
torch/distributed/tensor/examples/comm_mode_features_example.py
torch/distributed/tensor/examples/convnext_example.py
torch/distributed/tensor/examples/torchrec_sharding_example.py
torch/distributed/tensor/examples/visualize_sharding_example.py
torch/distributed/tensor/experimental/__init__.py
torch/distributed/tensor/experimental/_attention.py
torch/distributed/tensor/experimental/_func_map.py
torch/distributed/tensor/experimental/_register_sharding.py
torch/distributed/tensor/experimental/_tp_transform.py
torch/distributed/tensor/parallel/__init__.py
torch/distributed/tensor/parallel/_data_parallel_utils.py
torch/distributed/tensor/parallel/_utils.py
torch/distributed/tensor/parallel/api.py
torch/distributed/tensor/parallel/ddp.py
torch/distributed/tensor/parallel/fsdp.py
torch/distributed/tensor/parallel/input_reshard.py
torch/distributed/tensor/parallel/loss.py
torch/distributed/tensor/parallel/style.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/inverse_gamma.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/distributions/wishart.py
torch/export/__init__.py
torch/export/_remove_auto_functionalized_pass.py
torch/export/_remove_effect_tokens_pass.py
torch/export/_safeguard.py
torch/export/_trace.py
torch/export/_tree_utils.py
torch/export/_unlift.py
torch/export/custom_obj.py
torch/export/dynamic_shapes.py
torch/export/exported_program.py
torch/export/graph_signature.py
torch/export/unflatten.py
torch/export/experimental/__init__.py
torch/export/passes/__init__.py
torch/fft/__init__.py
torch/func/__init__.py
torch/futures/__init__.py
torch/fx/README.md
torch/fx/__init__.py
torch/fx/__init__.pyi
torch/fx/_compatibility.py
torch/fx/_lazy_graph_module.py
torch/fx/_pytree.py
torch/fx/_symbolic_trace.py
torch/fx/_utils.py
torch/fx/annotate.py
torch/fx/config.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/traceback.py
torch/fx/experimental/__init__.py
torch/fx/experimental/_backward_state.py
torch/fx/experimental/_config.py
torch/fx/experimental/accelerator_partitioner.py
torch/fx/experimental/const_fold.py
torch/fx/experimental/debug.py
torch/fx/experimental/graph_gradual_typechecker.py
torch/fx/experimental/merge_matmul.py
torch/fx/experimental/meta_tracer.py
torch/fx/experimental/normalize.py
torch/fx/experimental/optimization.py
torch/fx/experimental/partitioner_utils.py
torch/fx/experimental/proxy_tensor.py
torch/fx/experimental/recording.py
torch/fx/experimental/refinement_types.py
torch/fx/experimental/rewriter.py
torch/fx/experimental/schema_type_annotation.py
torch/fx/experimental/sym_node.py
torch/fx/experimental/symbolic_shapes.py
torch/fx/experimental/unify_refinements.py
torch/fx/experimental/validator.py
torch/fx/experimental/migrate_gradual_types/__init__.py
torch/fx/experimental/migrate_gradual_types/constraint.py
torch/fx/experimental/migrate_gradual_types/constraint_generator.py
torch/fx/experimental/migrate_gradual_types/constraint_transformation.py
torch/fx/experimental/migrate_gradual_types/operation.py
torch/fx/experimental/migrate_gradual_types/transform_to_z3.py
torch/fx/experimental/migrate_gradual_types/util.py
torch/fx/experimental/migrate_gradual_types/z3_types.py
torch/fx/experimental/shape_inference/infer_shape.py
torch/fx/experimental/shape_inference/infer_symbol_values.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/README.md
torch/fx/passes/__init__.py
torch/fx/passes/annotate_getitem_nodes.py
torch/fx/passes/fake_tensor_prop.py
torch/fx/passes/graph_drawer.py
torch/fx/passes/graph_manipulation.py
torch/fx/passes/graph_transform_observer.py
torch/fx/passes/net_min_base.py
torch/fx/passes/operator_support.py
torch/fx/passes/param_fetch.py
torch/fx/passes/pass_manager.py
torch/fx/passes/reinplace.py
torch/fx/passes/runtime_assert.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/fx/passes/backends/__init__.py
torch/fx/passes/backends/cudagraphs.py
torch/fx/passes/dialect/__init__.py
torch/fx/passes/dialect/common/__init__.py
torch/fx/passes/dialect/common/cse_pass.py
torch/fx/passes/infra/__init__.py
torch/fx/passes/infra/partitioner.py
torch/fx/passes/infra/pass_base.py
torch/fx/passes/infra/pass_manager.py
torch/fx/passes/tests/__init__.py
torch/fx/passes/tests/test_pass_manager.py
torch/fx/passes/utils/__init__.py
torch/fx/passes/utils/common.py
torch/fx/passes/utils/fuser_utils.py
torch/fx/passes/utils/matcher_utils.py
torch/fx/passes/utils/matcher_with_name_node_map_utils.py
torch/fx/passes/utils/source_matcher_utils.py
torch/include/libshm.h
torch/include/ATen/ATen.h
torch/include/ATen/AccumulateType.h
torch/include/ATen/ArrayRef.h
torch/include/ATen/Backend.h
torch/include/ATen/Backtrace.h
torch/include/ATen/BlasBackend.h
torch/include/ATen/CPUApplyUtils.h
torch/include/ATen/CPUFixedAllocator.h
torch/include/ATen/CPUFunctions.h
torch/include/ATen/CPUFunctions_inl.h
torch/include/ATen/CPUGeneratorImpl.h
torch/include/ATen/CUDAFunctions.h
torch/include/ATen/CUDAFunctions_inl.h
torch/include/ATen/CachedTensorUtils.h
torch/include/ATen/CollapseDims.h
torch/include/ATen/CompositeExplicitAutogradFunctions.h
torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h
torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h
torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h
torch/include/ATen/CompositeImplicitAutogradFunctions.h
torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h
torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h
torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h
torch/include/ATen/Config.h
torch/include/ATen/Context.h
torch/include/ATen/DLConvertor.h
torch/include/ATen/Device.h
torch/include/ATen/DeviceAccelerator.h
torch/include/ATen/DeviceGuard.h
torch/include/ATen/DimVector.h
torch/include/ATen/Dimname.h
torch/include/ATen/Dispatch.h
torch/include/ATen/Dispatch_v2.h
torch/include/ATen/DynamicLibrary.h
torch/include/ATen/EmptyTensor.h
torch/include/ATen/ExpandBase.h
torch/include/ATen/ExpandUtils.h
torch/include/ATen/Formatting.h
torch/include/ATen/FuncTorchTLS.h
torch/include/ATen/FunctionalStorageImpl.h
torch/include/ATen/FunctionalTensorWrapper.h
torch/include/ATen/Functions.h
torch/include/ATen/Generator.h
torch/include/ATen/InferSize.h
torch/include/ATen/InitialTensorOptions.h
torch/include/ATen/Layout.h
torch/include/ATen/LegacyBatchedFallback.h
torch/include/ATen/LegacyBatchedTensorImpl.h
torch/include/ATen/LegacyVmapMode.h
torch/include/ATen/LegacyVmapTransforms.h
torch/include/ATen/LinalgBackend.h
torch/include/ATen/MapAllocator.h
torch/include/ATen/MatrixRef.h
torch/include/ATen/MemoryOverlap.h
torch/include/ATen/MetaFunctions.h
torch/include/ATen/MetaFunctions_inl.h
torch/include/ATen/MethodOperators.h
torch/include/ATen/NamedTensor.h
torch/include/ATen/NamedTensorUtils.h
torch/include/ATen/NativeFunctions.h
torch/include/ATen/NativeMetaFunctions.h
torch/include/ATen/NestedTensorImpl.h
torch/include/ATen/NumericUtils.h
torch/include/ATen/OpMathType.h
torch/include/ATen/OpaqueTensorImpl.h
torch/include/ATen/Operators.h
torch/include/ATen/PTThreadPool.h
torch/include/ATen/PadNd.h
torch/include/ATen/Parallel-inl.h
torch/include/ATen/Parallel.h
torch/include/ATen/ParallelFuture.h
torch/include/ATen/ParallelNative.h
torch/include/ATen/ParallelOpenMP.h
torch/include/ATen/PythonTorchFunctionTLS.h
torch/include/ATen/RedispatchFunctions.h
torch/include/ATen/RegistrationDeclarations.h
torch/include/ATen/SavedTensorHooks.h
torch/include/ATen/Scalar.h
torch/include/ATen/ScalarOps.h
torch/include/ATen/ScalarType.h
torch/include/ATen/SequenceNumber.h
torch/include/ATen/SmallVector.h
torch/include/ATen/SparseCsrTensorImpl.h
torch/include/ATen/SparseCsrTensorUtils.h
torch/include/ATen/SparseTensorImpl.h
torch/include/ATen/Storage.h
torch/include/ATen/StorageUtils.h
torch/include/ATen/Tensor.h
torch/include/ATen/TensorAccessor.h
torch/include/ATen/TensorGeometry.h
torch/include/ATen/TensorIndexing.h
torch/include/ATen/TensorIterator.h
torch/include/ATen/TensorIteratorInternal.h
torch/include/ATen/TensorMeta.h
torch/include/ATen/TensorNames.h
torch/include/ATen/TensorOperators.h
torch/include/ATen/TensorOptions.h
torch/include/ATen/TensorSubclassLikeUtils.h
torch/include/ATen/TensorUtils.h
torch/include/ATen/ThreadLocalPythonObjects.h
torch/include/ATen/ThreadLocalState.h
torch/include/ATen/TracerMode.h
torch/include/ATen/TypeDefault.h
torch/include/ATen/Utils.h
torch/include/ATen/Version.h
torch/include/ATen/VmapGeneratedPlumbing.h
torch/include/ATen/WrapDimUtils.h
torch/include/ATen/WrapDimUtilsMulti.h
torch/include/ATen/autocast_mode.h
torch/include/ATen/ceil_div.h
torch/include/ATen/code_template.h
torch/include/ATen/cpp_custom_type_hack.h
torch/include/ATen/div_rtn.h
torch/include/ATen/dlpack.h
torch/include/ATen/jit_macros.h
torch/include/ATen/jiterator_macros.h
torch/include/ATen/record_function.h
torch/include/ATen/core/ATenGeneral.h
torch/include/ATen/core/ATenOpList.h
torch/include/ATen/core/ATen_fwd.h
torch/include/ATen/core/ATen_pch.h
torch/include/ATen/core/Array.h
torch/include/ATen/core/Backtrace.h
torch/include/ATen/core/CachingHostAllocator.h
torch/include/ATen/core/CheckMemoryFormat.h
torch/include/ATen/core/DeprecatedTypeProperties.h
torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h
torch/include/ATen/core/Dict.h
torch/include/ATen/core/Dict_inl.h
torch/include/ATen/core/DimVector.h
torch/include/ATen/core/Dimname.h
torch/include/ATen/core/DistributionsHelper.h
torch/include/ATen/core/Formatting.h
torch/include/ATen/core/Generator.h
torch/include/ATen/core/GeneratorForPrivateuseone.h
torch/include/ATen/core/IListRef.h
torch/include/ATen/core/IListRef_inl.h
torch/include/ATen/core/LegacyTypeDispatch.h
torch/include/ATen/core/List.h
torch/include/ATen/core/List_inl.h
torch/include/ATen/core/MT19937RNGEngine.h
torch/include/ATen/core/NamedTensor.h
torch/include/ATen/core/NestedIntSymNodeImpl.h
torch/include/ATen/core/PhiloxRNGEngine.h
torch/include/ATen/core/PythonFallbackKernel.h
torch/include/ATen/core/PythonOpRegistrationTrampoline.h
torch/include/ATen/core/QuantizerBase.h
torch/include/ATen/core/Range.h
torch/include/ATen/core/Reduction.h
torch/include/ATen/core/Scalar.h
torch/include/ATen/core/ScalarType.h
torch/include/ATen/core/Tensor.h
torch/include/ATen/core/TensorAccessor.h
torch/include/ATen/core/TensorBase.h
torch/include/ATen/core/TensorBody.h
torch/include/ATen/core/TorchDispatchUtils.h
torch/include/ATen/core/TransformationHelper.h
torch/include/ATen/core/UndefinedTensorImpl.h
torch/include/ATen/core/UnsafeFromTH.h
torch/include/ATen/core/VariableHooksInterface.h
torch/include/ATen/core/Variadic.h
torch/include/ATen/core/Vitals.h
torch/include/ATen/core/alias_info.h
torch/include/ATen/core/aten_interned_strings.h
torch/include/ATen/core/blob.h
torch/include/ATen/core/builtin_function.h
torch/include/ATen/core/class_type.h
torch/include/ATen/core/custom_class.h
torch/include/ATen/core/dynamic_type.h
torch/include/ATen/core/enum_tag.h
torch/include/ATen/core/enum_type.h
torch/include/ATen/core/function.h
torch/include/ATen/core/function_schema.h
torch/include/ATen/core/function_schema_inl.h
torch/include/ATen/core/functional.h
torch/include/ATen/core/grad_mode.h
torch/include/ATen/core/interned_strings.h
torch/include/ATen/core/interned_strings_class.h
torch/include/ATen/core/ivalue.h
torch/include/ATen/core/ivalue_inl.h
torch/include/ATen/core/ivalue_to.h
torch/include/ATen/core/jit_type.h
torch/include/ATen/core/jit_type_base.h
torch/include/ATen/core/operator_name.h
torch/include/ATen/core/qualified_name.h
torch/include/ATen/core/rref_interface.h
torch/include/ATen/core/stack.h
torch/include/ATen/core/symbol.h
torch/include/ATen/core/type_factory.h
torch/include/ATen/core/type_ptr.h
torch/include/ATen/core/typeid.h
torch/include/ATen/core/boxing/BoxedKernel.h
torch/include/ATen/core/boxing/BoxedKernel_impl.h
torch/include/ATen/core/boxing/KernelFunction.h
torch/include/ATen/core/boxing/KernelFunction_impl.h
torch/include/ATen/core/boxing/OperatorKernel.h
torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h
torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h
torch/include/ATen/core/boxing/impl/boxing.h
torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h
torch/include/ATen/core/boxing/impl/test_helpers.h
torch/include/ATen/core/dispatch/CppSignature.h
torch/include/ATen/core/dispatch/DispatchKeyExtractor.h
torch/include/ATen/core/dispatch/Dispatcher.h
torch/include/ATen/core/dispatch/ObservedOperators.h
torch/include/ATen/core/dispatch/OperatorEntry.h
torch/include/ATen/core/dispatch/OperatorOptions.h
torch/include/ATen/core/dispatch/RegistrationHandleRAII.h
torch/include/ATen/core/op_registration/adaption.h
torch/include/ATen/core/op_registration/infer_schema.h
torch/include/ATen/core/op_registration/op_allowlist.h
torch/include/ATen/core/op_registration/op_registration.h
torch/include/ATen/cpu/FlushDenormal.h
torch/include/ATen/cpu/Utils.h
torch/include/ATen/cpu/vml.h
torch/include/ATen/cpu/vec/functional.h
torch/include/ATen/cpu/vec/functional_base.h
torch/include/ATen/cpu/vec/functional_bfloat16.h
torch/include/ATen/cpu/vec/intrinsics.h
torch/include/ATen/cpu/vec/vec.h
torch/include/ATen/cpu/vec/vec_base.h
torch/include/ATen/cpu/vec/vec_convert.h
torch/include/ATen/cpu/vec/vec_half.h
torch/include/ATen/cpu/vec/vec_mask.h
torch/include/ATen/cpu/vec/vec_n.h
torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h
torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h
torch/include/ATen/cpu/vec/vec256/vec256.h
torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h
torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h
torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h
torch/include/ATen/cpu/vec/vec256/vec256_convert.h
torch/include/ATen/cpu/vec/vec256/vec256_double.h
torch/include/ATen/cpu/vec/vec256/vec256_float.h
torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h
torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h
torch/include/ATen/cpu/vec/vec256/vec256_int.h
torch/include/ATen/cpu/vec/vec256/vec256_mask.h
torch/include/ATen/cpu/vec/vec256/vec256_qint.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h
torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h
torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h
torch/include/ATen/cpu/vec/vec512/vec512.h
torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h
torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h
torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h
torch/include/ATen/cpu/vec/vec512/vec512_convert.h
torch/include/ATen/cpu/vec/vec512/vec512_double.h
torch/include/ATen/cpu/vec/vec512/vec512_float.h
torch/include/ATen/cpu/vec/vec512/vec512_int.h
torch/include/ATen/cpu/vec/vec512/vec512_mask.h
torch/include/ATen/cpu/vec/vec512/vec512_qint.h
torch/include/ATen/cuda/ATenCUDAGeneral.h
torch/include/ATen/cuda/ApplyGridUtils.cuh
torch/include/ATen/cuda/AsmUtils.cuh
torch/include/ATen/cuda/Atomic.cuh
torch/include/ATen/cuda/CUDAApplyUtils.cuh
torch/include/ATen/cuda/CUDABlas.h
torch/include/ATen/cuda/CUDAContext.h
torch/include/ATen/cuda/CUDAContextLight.h
torch/include/ATen/cuda/CUDADataType.h
torch/include/ATen/cuda/CUDADevice.h
torch/include/ATen/cuda/CUDAEvent.h
torch/include/ATen/cuda/CUDAGeneratorImpl.h
torch/include/ATen/cuda/CUDAGraph.h
torch/include/ATen/cuda/CUDAGraphsUtils.cuh
torch/include/ATen/cuda/CUDASparse.h
torch/include/ATen/cuda/CUDASparseBlas.h
torch/include/ATen/cuda/CUDASparseDescriptors.h
torch/include/ATen/cuda/CUDATensorMethods.cuh
torch/include/ATen/cuda/CUDAUtils.h
torch/include/ATen/cuda/CachingHostAllocator.h
torch/include/ATen/cuda/DeviceUtils.cuh
torch/include/ATen/cuda/EmptyTensor.h
torch/include/ATen/cuda/Exceptions.h
torch/include/ATen/cuda/NumericLimits.cuh
torch/include/ATen/cuda/PeerToPeerAccess.h
torch/include/ATen/cuda/PhiloxCudaState.h
torch/include/ATen/cuda/PhiloxUtils.cuh
torch/include/ATen/cuda/PinnedMemoryAllocator.h
torch/include/ATen/cuda/ScanUtils.cuh
torch/include/ATen/cuda/Sleep.h
torch/include/ATen/cuda/ThrustAllocator.h
torch/include/ATen/cuda/cub.cuh
torch/include/ATen/cuda/cub.h
torch/include/ATen/cuda/cub_definitions.cuh
torch/include/ATen/cuda/jiterator.h
torch/include/ATen/cuda/jiterator_impl.h
torch/include/ATen/cuda/llvm_jit_strings.h
torch/include/ATen/cuda/detail/CUDAHooks.h
torch/include/ATen/cuda/detail/DeviceThreadHandles.h
torch/include/ATen/cuda/detail/IndexUtils.cuh
torch/include/ATen/cuda/detail/IntegerDivider.cuh
torch/include/ATen/cuda/detail/KernelUtils.h
torch/include/ATen/cuda/detail/LazyNVRTC.h
torch/include/ATen/cuda/detail/OffsetCalculator.cuh
torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh
torch/include/ATen/cuda/detail/TensorInfo.cuh
torch/include/ATen/cuda/detail/UnpackRaw.cuh
torch/include/ATen/cuda/tunable/GemmCommon.h
torch/include/ATen/cuda/tunable/GemmHipblaslt.h
torch/include/ATen/cuda/tunable/GemmRocblas.h
torch/include/ATen/cuda/tunable/StreamTimer.h
torch/include/ATen/cuda/tunable/Tunable.h
torch/include/ATen/cuda/tunable/TunableGemm.h
torch/include/ATen/cuda/tunable/TunableOp.h
torch/include/ATen/cudnn/Descriptors.h
torch/include/ATen/cudnn/Exceptions.h
torch/include/ATen/cudnn/Handle.h
torch/include/ATen/cudnn/Handles.h
torch/include/ATen/cudnn/Types.h
torch/include/ATen/cudnn/Utils.h
torch/include/ATen/cudnn/cudnn-wrapper.h
torch/include/ATen/detail/AcceleratorHooksInterface.h
torch/include/ATen/detail/CUDAHooksInterface.h
torch/include/ATen/detail/FunctionTraits.h
torch/include/ATen/detail/HIPHooksInterface.h
torch/include/ATen/detail/IPUHooksInterface.h
torch/include/ATen/detail/MAIAHooksInterface.h
torch/include/ATen/detail/MPSHooksInterface.h
torch/include/ATen/detail/MTIAHooksInterface.h
torch/include/ATen/detail/PrivateUse1HooksInterface.h
torch/include/ATen/detail/XPUHooksInterface.h
torch/include/ATen/functorch/ADInterpreters.h
torch/include/ATen/functorch/BatchRulesHelper.h
torch/include/ATen/functorch/BatchedFallback.h
torch/include/ATen/functorch/BatchedTensorImpl.h
torch/include/ATen/functorch/BatchingMetaprogramming.h
torch/include/ATen/functorch/DynamicLayer.h
torch/include/ATen/functorch/FunctionalizeInterpreter.h
torch/include/ATen/functorch/Interpreter.h
torch/include/ATen/functorch/LegacyVmapTransforms.h
torch/include/ATen/functorch/Macros.h
torch/include/ATen/functorch/PlumbingHelper.h
torch/include/ATen/functorch/TensorWrapper.h
torch/include/ATen/functorch/VmapInterpreter.h
torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h
torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h
torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h
torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h
torch/include/ATen/metal/Context.h
torch/include/ATen/miopen/Descriptors.h
torch/include/ATen/miopen/Exceptions.h
torch/include/ATen/miopen/Handle.h
torch/include/ATen/miopen/Types.h
torch/include/ATen/miopen/Utils.h
torch/include/ATen/miopen/miopen-wrapper.h
torch/include/ATen/mps/EmptyTensor.h
torch/include/ATen/mps/IndexKernels.h
torch/include/ATen/mps/MPSAllocator.h
torch/include/ATen/mps/MPSAllocatorInterface.h
torch/include/ATen/mps/MPSDevice.h
torch/include/ATen/mps/MPSEvent.h
torch/include/ATen/mps/MPSGeneratorImpl.h
torch/include/ATen/mps/MPSGuardImpl.h
torch/include/ATen/mps/MPSHooks.h
torch/include/ATen/mps/MPSProfiler.h
torch/include/ATen/mps/MPSStream.h
torch/include/ATen/native/Activation.h
torch/include/ATen/native/AdaptivePooling.h
torch/include/ATen/native/AmpKernels.h
torch/include/ATen/native/BatchLinearAlgebra.h
torch/include/ATen/native/BinaryOps.h
torch/include/ATen/native/BucketizationUtils.h
torch/include/ATen/native/CPUBlas.h
torch/include/ATen/native/CPUFallback.h
torch/include/ATen/native/CanUse32BitIndexMath.h
torch/include/ATen/native/ComplexHelper.h
torch/include/ATen/native/CompositeRandomAccessor.h
torch/include/ATen/native/CompositeRandomAccessorCommon.h
torch/include/ATen/native/ConvUtils.h
torch/include/ATen/native/ConvolutionMM3d.h
torch/include/ATen/native/Copy.h
torch/include/ATen/native/Cross.h
torch/include/ATen/native/DilatedConvolutionUtils.h
torch/include/ATen/native/DispatchStub.h
torch/include/ATen/native/Distance.h
torch/include/ATen/native/DistributionTemplates.h
torch/include/ATen/native/Distributions.h
torch/include/ATen/native/EmbeddingBag.h
torch/include/ATen/native/Fill.h
torch/include/ATen/native/ForeachUtils.h
torch/include/ATen/native/FractionalMaxPooling.h
torch/include/ATen/native/FunctionOfAMatrixUtils.h
torch/include/ATen/native/FusedAdagrad.h
torch/include/ATen/native/FusedAdam.h
torch/include/ATen/native/FusedSGD.h
torch/include/ATen/native/GridSampler.h
torch/include/ATen/native/GridSamplerUtils.h
torch/include/ATen/native/Histogram.h
torch/include/ATen/native/IndexKernel.h
torch/include/ATen/native/IndexingUtils.h
torch/include/ATen/native/Lerp.h
torch/include/ATen/native/LinearAlgebra.h
torch/include/ATen/native/LinearAlgebraUtils.h
torch/include/ATen/native/LossMulti.h
torch/include/ATen/native/Math.h
torch/include/ATen/native/MathBitFallThroughLists.h
torch/include/ATen/native/MathBitsFallback.h
torch/include/ATen/native/MaxPooling.h
torch/include/ATen/native/NonEmptyUtils.h
torch/include/ATen/native/NonSymbolicBC.h
torch/include/ATen/native/Normalization.h
torch/include/ATen/native/Padding.h
torch/include/ATen/native/PixelShuffle.h
torch/include/ATen/native/PointwiseOps.h
torch/include/ATen/native/Pool.h
torch/include/ATen/native/Pow.h
torch/include/ATen/native/RNN.h
torch/include/ATen/native/RangeFactories.h
torch/include/ATen/native/ReduceAllOps.h
torch/include/ATen/native/ReduceOps.h
torch/include/ATen/native/ReduceOpsUtils.h
torch/include/ATen/native/ReductionType.h
torch/include/ATen/native/Repeat.h
torch/include/ATen/native/Resize.h
torch/include/ATen/native/ResizeCommon.h
torch/include/ATen/native/ScatterGatherChecks.h
torch/include/ATen/native/SegmentReduce.h
torch/include/ATen/native/SharedReduceOps.h
torch/include/ATen/native/SobolEngineOpsUtils.h
torch/include/ATen/native/Sorting.h
torch/include/ATen/native/SortingUtils.h
torch/include/ATen/native/SparseTensorUtils.h
torch/include/ATen/native/SpectralOpsUtils.h
torch/include/ATen/native/StridedRandomAccessor.h
torch/include/ATen/native/TensorAdvancedIndexing.h
torch/include/ATen/native/TensorAdvancedIndexingUtils.h
torch/include/ATen/native/TensorCompare.h
torch/include/ATen/native/TensorConversions.h
torch/include/ATen/native/TensorDimApply.h
torch/include/ATen/native/TensorFactories.h
torch/include/ATen/native/TensorIterator.h
torch/include/ATen/native/TensorIteratorDynamicCasting.h
torch/include/ATen/native/TensorProperties.h
torch/include/ATen/native/TensorShape.h
torch/include/ATen/native/TensorTransformations.h
torch/include/ATen/native/TopKImpl.h
torch/include/ATen/native/TransposeType.h
torch/include/ATen/native/TriangularOpsUtils.h
torch/include/ATen/native/TypeProperties.h
torch/include/ATen/native/UnaryOps.h
torch/include/ATen/native/Unfold2d.h
torch/include/ATen/native/Unfold3d.h
torch/include/ATen/native/UnfoldBackward.h
torch/include/ATen/native/UpSample.h
torch/include/ATen/native/batch_norm.h
torch/include/ATen/native/group_norm.h
torch/include/ATen/native/im2col.h
torch/include/ATen/native/im2col_shape_check.h
torch/include/ATen/native/layer_norm.h
torch/include/ATen/native/verbose_wrapper.h
torch/include/ATen/native/vol2col.h
torch/include/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h
torch/include/ATen/native/ao_sparse/quantized/cpu/packed_params.h
torch/include/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h
torch/include/ATen/native/cpu/AtomicAddFloat.h
torch/include/ATen/native/cpu/CatKernel.h
torch/include/ATen/native/cpu/ChannelShuffleKernel.h
torch/include/ATen/native/cpu/CopyKernel.h
torch/include/ATen/native/cpu/DepthwiseConvKernel.h
torch/include/ATen/native/cpu/DistributionTemplates.h
torch/include/ATen/native/cpu/GridSamplerKernel.h
torch/include/ATen/native/cpu/IndexKernelUtils.h
torch/include/ATen/native/cpu/Intrinsics.h
torch/include/ATen/native/cpu/IsContiguous.h
torch/include/ATen/native/cpu/LogAddExp.h
torch/include/ATen/native/cpu/Loops.h
torch/include/ATen/native/cpu/MaxUnpoolKernel.h
torch/include/ATen/native/cpu/PixelShuffleKernel.h
torch/include/ATen/native/cpu/Reduce.h
torch/include/ATen/native/cpu/ReduceUtils.h
torch/include/ATen/native/cpu/SampledAddmmKernel.h
torch/include/ATen/native/cpu/SerialStackImpl.h
torch/include/ATen/native/cpu/SoftmaxKernel.h
torch/include/ATen/native/cpu/SpmmReduceKernel.h
torch/include/ATen/native/cpu/StackKernel.h
torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h
torch/include/ATen/native/cpu/WeightNormKernel.h
torch/include/ATen/native/cpu/avx_mathfun.h
torch/include/ATen/native/cpu/int_mm_kernel.h
torch/include/ATen/native/cpu/mixed_data_type.h
torch/include/ATen/native/cpu/moments_utils.h
torch/include/ATen/native/cpu/utils.h
torch/include/ATen/native/cpu/zmath.h
torch/include/ATen/native/cuda/Activation.h
torch/include/ATen/native/cuda/BinaryInternal.h
torch/include/ATen/native/cuda/CUDAJitLoops.cuh
torch/include/ATen/native/cuda/CUDALoops.cuh
torch/include/ATen/native/cuda/CompositeRandomAccessor.h
torch/include/ATen/native/cuda/Copy.h
torch/include/ATen/native/cuda/CuFFTPlanCache.h
torch/include/ATen/native/cuda/CuFFTUtils.h
torch/include/ATen/native/cuda/DeviceSqrt.cuh
torch/include/ATen/native/cuda/DistributionTemplates.h
torch/include/ATen/native/cuda/Distributions.h
torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh
torch/include/ATen/native/cuda/ForeachFunctors.cuh
torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh
torch/include/ATen/native/cuda/GridSampler.cuh
torch/include/ATen/native/cuda/GridSampler.h
torch/include/ATen/native/cuda/IndexKernel.h
torch/include/ATen/native/cuda/JitLoops.cuh
torch/include/ATen/native/cuda/KernelUtils.cuh
torch/include/ATen/native/cuda/LaunchUtils.h
torch/include/ATen/native/cuda/Loops.cuh
torch/include/ATen/native/cuda/Math.cuh
torch/include/ATen/native/cuda/MemoryAccess.cuh
torch/include/ATen/native/cuda/MiscUtils.h
torch/include/ATen/native/cuda/MultiTensorApply.cuh
torch/include/ATen/native/cuda/Normalization.cuh
torch/include/ATen/native/cuda/PersistentSoftmax.cuh
torch/include/ATen/native/cuda/Pow.cuh
torch/include/ATen/native/cuda/Randperm.cuh
torch/include/ATen/native/cuda/Reduce.cuh
torch/include/ATen/native/cuda/ReduceOps.h
torch/include/ATen/native/cuda/Resize.h
torch/include/ATen/native/cuda/RowwiseScaledMM.h
torch/include/ATen/native/cuda/ScanKernels.h
torch/include/ATen/native/cuda/ScanUtils.cuh
torch/include/ATen/native/cuda/Sort.h
torch/include/ATen/native/cuda/SortStable.h
torch/include/ATen/native/cuda/SortUtils.cuh
torch/include/ATen/native/cuda/Sorting.h
torch/include/ATen/native/cuda/SortingCommon.cuh
torch/include/ATen/native/cuda/SortingRadixSelect.cuh
torch/include/ATen/native/cuda/TensorModeKernel.cuh
torch/include/ATen/native/cuda/TensorModeKernel.h
torch/include/ATen/native/cuda/TensorTopK.h
torch/include/ATen/native/cuda/UniqueCub.cuh
torch/include/ATen/native/cuda/UpSample.cuh
torch/include/ATen/native/cuda/block_reduce.cuh
torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh
torch/include/ATen/native/cuda/fused_adam_impl.cuh
torch/include/ATen/native/cuda/fused_adam_utils.cuh
torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh
torch/include/ATen/native/cuda/fused_adamw_impl.cuh
torch/include/ATen/native/cuda/im2col.cuh
torch/include/ATen/native/cuda/jit_utils.h
torch/include/ATen/native/cuda/reduction_template.cuh
torch/include/ATen/native/cuda/thread_constants.h
torch/include/ATen/native/cuda/vol2col.cuh
torch/include/ATen/native/mps/Copy.h
torch/include/ATen/native/mps/MPSGraphSequoiaOps.h
torch/include/ATen/native/mps/MPSGraphSonomaOps.h
torch/include/ATen/native/mps/MPSGraphVenturaOps.h
torch/include/ATen/native/mps/OperationUtils.h
torch/include/ATen/native/mps/TensorFactory.h
torch/include/ATen/native/mps/UnaryConstants.h
torch/include/ATen/native/mps/operations/BinaryKernel.h
torch/include/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h
torch/include/ATen/native/mps/operations/FusedAdamKernelImpl.h
torch/include/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h
torch/include/ATen/native/mps/operations/FusedAdamWKernelImpl.h
torch/include/ATen/native/mps/operations/FusedOptimizerOps.h
torch/include/ATen/native/mps/operations/Indexing.h
torch/include/ATen/native/mps/operations/MultiTensorApply.h
torch/include/ATen/native/nested/NestedTensorBinaryOps.h
torch/include/ATen/native/nested/NestedTensorMath.h
torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h
torch/include/ATen/native/nested/NestedTensorTransformerUtils.h
torch/include/ATen/native/nested/NestedTensorUtils.h
torch/include/ATen/native/quantized/AffineQuantizer.h
torch/include/ATen/native/quantized/AffineQuantizerBase.h
torch/include/ATen/native/quantized/ConvUtils.h
torch/include/ATen/native/quantized/Copy.h
torch/include/ATen/native/quantized/FakeQuantAffine.h
torch/include/ATen/native/quantized/IndexKernel.h
torch/include/ATen/native/quantized/PackedParams.h
torch/include/ATen/native/quantized/cpu/BinaryOps.h
torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h
torch/include/ATen/native/quantized/cpu/OnednnUtils.h
torch/include/ATen/native/quantized/cpu/QnnpackUtils.h
torch/include/ATen/native/quantized/cpu/QuantUtils.h
torch/include/ATen/native/quantized/cpu/QuantizedOps.h
torch/include/ATen/native/quantized/cpu/RuyUtils.h
torch/include/ATen/native/quantized/cpu/XnnpackUtils.h
torch/include/ATen/native/quantized/cpu/conv_serialization.h
torch/include/ATen/native/quantized/cpu/fbgemm_utils.h
torch/include/ATen/native/quantized/cpu/init_qnnpack.h
torch/include/ATen/native/quantized/cpu/qembeddingbag.h
torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h
torch/include/ATen/native/quantized/cudnn/utils.h
torch/include/ATen/native/transformers/attention.h
torch/include/ATen/native/transformers/sdp_utils_cpp.h
torch/include/ATen/native/transformers/cuda/sdp_utils.h
torch/include/ATen/native/transformers/cuda/flash_attn/alibi.h
torch/include/ATen/native/transformers/cuda/flash_attn/block_info.h
torch/include/ATen/native/transformers/cuda/flash_attn/dropout.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash_api.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash_bwd_kernel.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash_bwd_launch_template.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash_bwd_preprocess_kernel.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash_fwd_kernel.h
torch/include/ATen/native/transformers/cuda/flash_attn/flash_fwd_launch_template.h
torch/include/ATen/native/transformers/cuda/flash_attn/kernel_traits.h
torch/include/ATen/native/transformers/cuda/flash_attn/mask.h
torch/include/ATen/native/transformers/cuda/flash_attn/rotary.h
torch/include/ATen/native/transformers/cuda/flash_attn/softmax.h
torch/include/ATen/native/transformers/cuda/flash_attn/static_switch.h
torch/include/ATen/native/transformers/cuda/flash_attn/utils.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h
torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h
torch/include/ATen/native/transformers/hip/aotriton_adapter.h
torch/include/ATen/native/utils/Factory.h
torch/include/ATen/native/utils/ParamUtils.h
torch/include/ATen/native/utils/ParamsHash.h
torch/include/ATen/ops/_adaptive_avg_pool2d.h
torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h
torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h
torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h
torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool2d_native.h
torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h
torch/include/ATen/ops/_adaptive_avg_pool3d.h
torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h
torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h
torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h
torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h
torch/include/ATen/ops/_adaptive_avg_pool3d_native.h
torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h
torch/include/ATen/ops/_add_batch_dim.h
torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_add_batch_dim_native.h
torch/include/ATen/ops/_add_batch_dim_ops.h
torch/include/ATen/ops/_add_relu.h
torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_add_relu_cpu_dispatch.h
torch/include/ATen/ops/_add_relu_meta_dispatch.h
torch/include/ATen/ops/_add_relu_native.h
torch/include/ATen/ops/_add_relu_ops.h
torch/include/ATen/ops/_addmm_activation.h
torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h
torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h
torch/include/ATen/ops/_addmm_activation_meta.h
torch/include/ATen/ops/_addmm_activation_meta_dispatch.h
torch/include/ATen/ops/_addmm_activation_native.h
torch/include/ATen/ops/_addmm_activation_ops.h
torch/include/ATen/ops/_aminmax.h
torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_aminmax_cpu_dispatch.h
torch/include/ATen/ops/_aminmax_cuda_dispatch.h
torch/include/ATen/ops/_aminmax_native.h
torch/include/ATen/ops/_aminmax_ops.h
torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h
torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h
torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h
torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h
torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h
torch/include/ATen/ops/_amp_update_scale.h
torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h
torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h
torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h
torch/include/ATen/ops/_amp_update_scale_native.h
torch/include/ATen/ops/_amp_update_scale_ops.h
torch/include/ATen/ops/_assert_async.h
torch/include/ATen/ops/_assert_async_cpu_dispatch.h
torch/include/ATen/ops/_assert_async_cuda_dispatch.h
torch/include/ATen/ops/_assert_async_native.h
torch/include/ATen/ops/_assert_async_ops.h
torch/include/ATen/ops/_assert_scalar.h
torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_assert_scalar_native.h
torch/include/ATen/ops/_assert_scalar_ops.h
torch/include/ATen/ops/_assert_tensor_metadata.h
torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_assert_tensor_metadata_native.h
torch/include/ATen/ops/_assert_tensor_metadata_ops.h
torch/include/ATen/ops/_autocast_to_full_precision.h
torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_autocast_to_full_precision_native.h
torch/include/ATen/ops/_autocast_to_full_precision_ops.h
torch/include/ATen/ops/_autocast_to_reduced_precision.h
torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_autocast_to_reduced_precision_native.h
torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h
torch/include/ATen/ops/_backward.h
torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_backward_native.h
torch/include/ATen/ops/_backward_ops.h
torch/include/ATen/ops/_batch_norm_impl_index.h
torch/include/ATen/ops/_batch_norm_impl_index_backward.h
torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h
torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h
torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_batch_norm_impl_index_native.h
torch/include/ATen/ops/_batch_norm_impl_index_ops.h
torch/include/ATen/ops/_batch_norm_no_update.h
torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_batch_norm_no_update_native.h
torch/include/ATen/ops/_batch_norm_no_update_ops.h
torch/include/ATen/ops/_batch_norm_with_update.h
torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h
torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h
torch/include/ATen/ops/_batch_norm_with_update_native.h
torch/include/ATen/ops/_batch_norm_with_update_ops.h
torch/include/ATen/ops/_cast_Byte.h
torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Byte_native.h
torch/include/ATen/ops/_cast_Byte_ops.h
torch/include/ATen/ops/_cast_Char.h
torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Char_native.h
torch/include/ATen/ops/_cast_Char_ops.h
torch/include/ATen/ops/_cast_Double.h
torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Double_native.h
torch/include/ATen/ops/_cast_Double_ops.h
torch/include/ATen/ops/_cast_Float.h
torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Float_native.h
torch/include/ATen/ops/_cast_Float_ops.h
torch/include/ATen/ops/_cast_Half.h
torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Half_native.h
torch/include/ATen/ops/_cast_Half_ops.h
torch/include/ATen/ops/_cast_Int.h
torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Int_native.h
torch/include/ATen/ops/_cast_Int_ops.h
torch/include/ATen/ops/_cast_Long.h
torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Long_native.h
torch/include/ATen/ops/_cast_Long_ops.h
torch/include/ATen/ops/_cast_Short.h
torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cast_Short_native.h
torch/include/ATen/ops/_cast_Short_ops.h
torch/include/ATen/ops/_cdist_backward.h
torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h
torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h
torch/include/ATen/ops/_cdist_backward_native.h
torch/include/ATen/ops/_cdist_backward_ops.h
torch/include/ATen/ops/_cdist_forward.h
torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h
torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h
torch/include/ATen/ops/_cdist_forward_native.h
torch/include/ATen/ops/_cdist_forward_ops.h
torch/include/ATen/ops/_cholesky_solve_helper.h
torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h
torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h
torch/include/ATen/ops/_cholesky_solve_helper_native.h
torch/include/ATen/ops/_cholesky_solve_helper_ops.h
torch/include/ATen/ops/_choose_qparams_per_tensor.h
torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_choose_qparams_per_tensor_native.h
torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h
torch/include/ATen/ops/_chunk_cat.h
torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h
torch/include/ATen/ops/_chunk_cat_native.h
torch/include/ATen/ops/_chunk_cat_ops.h
torch/include/ATen/ops/_coalesce.h
torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_coalesce_native.h
torch/include/ATen/ops/_coalesce_ops.h
torch/include/ATen/ops/_coalesced.h
torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_coalesced_meta_dispatch.h
torch/include/ATen/ops/_coalesced_native.h
torch/include/ATen/ops/_coalesced_ops.h
torch/include/ATen/ops/_compute_linear_combination.h
torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h
torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h
torch/include/ATen/ops/_compute_linear_combination_native.h
torch/include/ATen/ops/_compute_linear_combination_ops.h
torch/include/ATen/ops/_conj.h
torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_conj_copy.h
torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_conj_copy_native.h
torch/include/ATen/ops/_conj_copy_ops.h
torch/include/ATen/ops/_conj_native.h
torch/include/ATen/ops/_conj_ops.h
torch/include/ATen/ops/_conj_physical.h
torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_conj_physical_native.h
torch/include/ATen/ops/_conj_physical_ops.h
torch/include/ATen/ops/_conv_depthwise2d.h
torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h
torch/include/ATen/ops/_conv_depthwise2d_native.h
torch/include/ATen/ops/_conv_depthwise2d_ops.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h
torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h
torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h
torch/include/ATen/ops/_convert_weight_to_int4pack.h
torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h
torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h
torch/include/ATen/ops/_convert_weight_to_int4pack_native.h
torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h
torch/include/ATen/ops/_convolution.h
torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_convolution_double_backward.h
torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_convolution_double_backward_native.h
torch/include/ATen/ops/_convolution_double_backward_ops.h
torch/include/ATen/ops/_convolution_mode.h
torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_convolution_mode_native.h
torch/include/ATen/ops/_convolution_mode_ops.h
torch/include/ATen/ops/_convolution_native.h
torch/include/ATen/ops/_convolution_ops.h
torch/include/ATen/ops/_copy_from.h
torch/include/ATen/ops/_copy_from_and_resize.h
torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_copy_from_and_resize_native.h
torch/include/ATen/ops/_copy_from_and_resize_ops.h
torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_copy_from_native.h
torch/include/ATen/ops/_copy_from_ops.h
torch/include/ATen/ops/_cslt_compress.h
torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h
torch/include/ATen/ops/_cslt_compress_native.h
torch/include/ATen/ops/_cslt_compress_ops.h
torch/include/ATen/ops/_cslt_sparse_mm.h
torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h
torch/include/ATen/ops/_cslt_sparse_mm_native.h
torch/include/ATen/ops/_cslt_sparse_mm_ops.h
torch/include/ATen/ops/_cslt_sparse_mm_search.h
torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h
torch/include/ATen/ops/_cslt_sparse_mm_search_native.h
torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h
torch/include/ATen/ops/_ctc_loss.h
torch/include/ATen/ops/_ctc_loss_backward.h
torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/_ctc_loss_backward_native.h
torch/include/ATen/ops/_ctc_loss_backward_ops.h
torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h
torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h
torch/include/ATen/ops/_ctc_loss_meta_dispatch.h
torch/include/ATen/ops/_ctc_loss_native.h
torch/include/ATen/ops/_ctc_loss_ops.h
torch/include/ATen/ops/_cudnn_ctc_loss.h
torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h
torch/include/ATen/ops/_cudnn_ctc_loss_native.h
torch/include/ATen/ops/_cudnn_ctc_loss_ops.h
torch/include/ATen/ops/_cudnn_init_dropout_state.h
torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h
torch/include/ATen/ops/_cudnn_init_dropout_state_native.h
torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h
torch/include/ATen/ops/_cudnn_rnn.h
torch/include/ATen/ops/_cudnn_rnn_backward.h
torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h
torch/include/ATen/ops/_cudnn_rnn_backward_native.h
torch/include/ATen/ops/_cudnn_rnn_backward_ops.h
torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h
torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h
torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h
torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h
torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h
torch/include/ATen/ops/_cudnn_rnn_native.h
torch/include/ATen/ops/_cudnn_rnn_ops.h
torch/include/ATen/ops/_cufft_clear_plan_cache.h
torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cufft_clear_plan_cache_native.h
torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h
torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h
torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h
torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h
torch/include/ATen/ops/_cufft_get_plan_cache_size.h
torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h
torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h
torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h
torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h
torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h
torch/include/ATen/ops/_cummax_helper.h
torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h
torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h
torch/include/ATen/ops/_cummax_helper_native.h
torch/include/ATen/ops/_cummax_helper_ops.h
torch/include/ATen/ops/_cummin_helper.h
torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h
torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h
torch/include/ATen/ops/_cummin_helper_native.h
torch/include/ATen/ops/_cummin_helper_ops.h
torch/include/ATen/ops/_debug_has_internal_overlap.h
torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_debug_has_internal_overlap_native.h
torch/include/ATen/ops/_debug_has_internal_overlap_ops.h
torch/include/ATen/ops/_dimI.h
torch/include/ATen/ops/_dimI_native.h
torch/include/ATen/ops/_dimI_ops.h
torch/include/ATen/ops/_dimV.h
torch/include/ATen/ops/_dimV_native.h
torch/include/ATen/ops/_dimV_ops.h
torch/include/ATen/ops/_dim_arange.h
torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_dim_arange_native.h
torch/include/ATen/ops/_dim_arange_ops.h
torch/include/ATen/ops/_dirichlet_grad.h
torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h
torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h
torch/include/ATen/ops/_dirichlet_grad_native.h
torch/include/ATen/ops/_dirichlet_grad_ops.h
torch/include/ATen/ops/_efficient_attention_backward.h
torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h
torch/include/ATen/ops/_efficient_attention_backward_native.h
torch/include/ATen/ops/_efficient_attention_backward_ops.h
torch/include/ATen/ops/_efficient_attention_forward.h
torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h
torch/include/ATen/ops/_efficient_attention_forward_native.h
torch/include/ATen/ops/_efficient_attention_forward_ops.h
torch/include/ATen/ops/_efficientzerotensor.h
torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h
torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h
torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h
torch/include/ATen/ops/_efficientzerotensor_native.h
torch/include/ATen/ops/_efficientzerotensor_ops.h
torch/include/ATen/ops/_embedding_bag.h
torch/include/ATen/ops/_embedding_bag_backward.h
torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h
torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h
torch/include/ATen/ops/_embedding_bag_backward_native.h
torch/include/ATen/ops/_embedding_bag_backward_ops.h
torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h
torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h
torch/include/ATen/ops/_embedding_bag_dense_backward.h
torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h
torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h
torch/include/ATen/ops/_embedding_bag_dense_backward_native.h
torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h
torch/include/ATen/ops/_embedding_bag_forward_only.h
torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h
torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h
torch/include/ATen/ops/_embedding_bag_forward_only_native.h
torch/include/ATen/ops/_embedding_bag_forward_only_ops.h
torch/include/ATen/ops/_embedding_bag_native.h
torch/include/ATen/ops/_embedding_bag_ops.h
torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h
torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h
torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h
torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h
torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h
torch/include/ATen/ops/_embedding_bag_sparse_backward.h
torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h
torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h
torch/include/ATen/ops/_empty_affine_quantized.h
torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h
torch/include/ATen/ops/_empty_affine_quantized_native.h
torch/include/ATen/ops/_empty_affine_quantized_ops.h
torch/include/ATen/ops/_empty_per_channel_affine_quantized.h
torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h
torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h
torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h
torch/include/ATen/ops/_euclidean_dist.h
torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_euclidean_dist_native.h
torch/include/ATen/ops/_euclidean_dist_ops.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h
torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h
torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h
torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h
torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h
torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h
torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h
torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h
torch/include/ATen/ops/_fft_c2c.h
torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h
torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h
torch/include/ATen/ops/_fft_c2c_native.h
torch/include/ATen/ops/_fft_c2c_ops.h
torch/include/ATen/ops/_fft_c2r.h
torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h
torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h
torch/include/ATen/ops/_fft_c2r_native.h
torch/include/ATen/ops/_fft_c2r_ops.h
torch/include/ATen/ops/_fft_r2c.h
torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h
torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h
torch/include/ATen/ops/_fft_r2c_native.h
torch/include/ATen/ops/_fft_r2c_ops.h
torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h
torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h
torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h
torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h
torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h
torch/include/ATen/ops/_flash_attention_backward.h
torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h
torch/include/ATen/ops/_flash_attention_backward_native.h
torch/include/ATen/ops/_flash_attention_backward_ops.h
torch/include/ATen/ops/_flash_attention_forward.h
torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h
torch/include/ATen/ops/_flash_attention_forward_native.h
torch/include/ATen/ops/_flash_attention_forward_ops.h
torch/include/ATen/ops/_foobar.h
torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foobar_cpu_dispatch.h
torch/include/ATen/ops/_foobar_native.h
torch/include/ATen/ops/_foobar_ops.h
torch/include/ATen/ops/_foreach_abs.h
torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h
torch/include/ATen/ops/_foreach_abs_native.h
torch/include/ATen/ops/_foreach_abs_ops.h
torch/include/ATen/ops/_foreach_acos.h
torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h
torch/include/ATen/ops/_foreach_acos_native.h
torch/include/ATen/ops/_foreach_acos_ops.h
torch/include/ATen/ops/_foreach_add.h
torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_add_cuda_dispatch.h
torch/include/ATen/ops/_foreach_add_native.h
torch/include/ATen/ops/_foreach_add_ops.h
torch/include/ATen/ops/_foreach_addcdiv.h
torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h
torch/include/ATen/ops/_foreach_addcdiv_native.h
torch/include/ATen/ops/_foreach_addcdiv_ops.h
torch/include/ATen/ops/_foreach_addcmul.h
torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h
torch/include/ATen/ops/_foreach_addcmul_native.h
torch/include/ATen/ops/_foreach_addcmul_ops.h
torch/include/ATen/ops/_foreach_asin.h
torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h
torch/include/ATen/ops/_foreach_asin_native.h
torch/include/ATen/ops/_foreach_asin_ops.h
torch/include/ATen/ops/_foreach_atan.h
torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h
torch/include/ATen/ops/_foreach_atan_native.h
torch/include/ATen/ops/_foreach_atan_ops.h
torch/include/ATen/ops/_foreach_ceil.h
torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h
torch/include/ATen/ops/_foreach_ceil_native.h
torch/include/ATen/ops/_foreach_ceil_ops.h
torch/include/ATen/ops/_foreach_clamp_max.h
torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h
torch/include/ATen/ops/_foreach_clamp_max_native.h
torch/include/ATen/ops/_foreach_clamp_max_ops.h
torch/include/ATen/ops/_foreach_clamp_min.h
torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h
torch/include/ATen/ops/_foreach_clamp_min_native.h
torch/include/ATen/ops/_foreach_clamp_min_ops.h
torch/include/ATen/ops/_foreach_copy.h
torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h
torch/include/ATen/ops/_foreach_copy_native.h
torch/include/ATen/ops/_foreach_copy_ops.h
torch/include/ATen/ops/_foreach_cos.h
torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h
torch/include/ATen/ops/_foreach_cos_native.h
torch/include/ATen/ops/_foreach_cos_ops.h
torch/include/ATen/ops/_foreach_cosh.h
torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h
torch/include/ATen/ops/_foreach_cosh_native.h
torch/include/ATen/ops/_foreach_cosh_ops.h
torch/include/ATen/ops/_foreach_div.h
torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_div_cuda_dispatch.h
torch/include/ATen/ops/_foreach_div_native.h
torch/include/ATen/ops/_foreach_div_ops.h
torch/include/ATen/ops/_foreach_erf.h
torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h
torch/include/ATen/ops/_foreach_erf_native.h
torch/include/ATen/ops/_foreach_erf_ops.h
torch/include/ATen/ops/_foreach_erfc.h
torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h
torch/include/ATen/ops/_foreach_erfc_native.h
torch/include/ATen/ops/_foreach_erfc_ops.h
torch/include/ATen/ops/_foreach_exp.h
torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h
torch/include/ATen/ops/_foreach_exp_native.h
torch/include/ATen/ops/_foreach_exp_ops.h
torch/include/ATen/ops/_foreach_expm1.h
torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h
torch/include/ATen/ops/_foreach_expm1_native.h
torch/include/ATen/ops/_foreach_expm1_ops.h
torch/include/ATen/ops/_foreach_floor.h
torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h
torch/include/ATen/ops/_foreach_floor_native.h
torch/include/ATen/ops/_foreach_floor_ops.h
torch/include/ATen/ops/_foreach_frac.h
torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h
torch/include/ATen/ops/_foreach_frac_native.h
torch/include/ATen/ops/_foreach_frac_ops.h
torch/include/ATen/ops/_foreach_lerp.h
torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h
torch/include/ATen/ops/_foreach_lerp_native.h
torch/include/ATen/ops/_foreach_lerp_ops.h
torch/include/ATen/ops/_foreach_lgamma.h
torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h
torch/include/ATen/ops/_foreach_lgamma_native.h
torch/include/ATen/ops/_foreach_lgamma_ops.h
torch/include/ATen/ops/_foreach_log.h
torch/include/ATen/ops/_foreach_log10.h
torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h
torch/include/ATen/ops/_foreach_log10_native.h
torch/include/ATen/ops/_foreach_log10_ops.h
torch/include/ATen/ops/_foreach_log1p.h
torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h
torch/include/ATen/ops/_foreach_log1p_native.h
torch/include/ATen/ops/_foreach_log1p_ops.h
torch/include/ATen/ops/_foreach_log2.h
torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h
torch/include/ATen/ops/_foreach_log2_native.h
torch/include/ATen/ops/_foreach_log2_ops.h
torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_log_cuda_dispatch.h
torch/include/ATen/ops/_foreach_log_native.h
torch/include/ATen/ops/_foreach_log_ops.h
torch/include/ATen/ops/_foreach_max.h
torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_max_cuda_dispatch.h
torch/include/ATen/ops/_foreach_max_native.h
torch/include/ATen/ops/_foreach_max_ops.h
torch/include/ATen/ops/_foreach_maximum.h
torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h
torch/include/ATen/ops/_foreach_maximum_native.h
torch/include/ATen/ops/_foreach_maximum_ops.h
torch/include/ATen/ops/_foreach_minimum.h
torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h
torch/include/ATen/ops/_foreach_minimum_native.h
torch/include/ATen/ops/_foreach_minimum_ops.h
torch/include/ATen/ops/_foreach_mul.h
torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h
torch/include/ATen/ops/_foreach_mul_native.h
torch/include/ATen/ops/_foreach_mul_ops.h
torch/include/ATen/ops/_foreach_neg.h
torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h
torch/include/ATen/ops/_foreach_neg_native.h
torch/include/ATen/ops/_foreach_neg_ops.h
torch/include/ATen/ops/_foreach_norm.h
torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h
torch/include/ATen/ops/_foreach_norm_native.h
torch/include/ATen/ops/_foreach_norm_ops.h
torch/include/ATen/ops/_foreach_pow.h
torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h
torch/include/ATen/ops/_foreach_pow_native.h
torch/include/ATen/ops/_foreach_pow_ops.h
torch/include/ATen/ops/_foreach_reciprocal.h
torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h
torch/include/ATen/ops/_foreach_reciprocal_native.h
torch/include/ATen/ops/_foreach_reciprocal_ops.h
torch/include/ATen/ops/_foreach_round.h
torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_round_cuda_dispatch.h
torch/include/ATen/ops/_foreach_round_native.h
torch/include/ATen/ops/_foreach_round_ops.h
torch/include/ATen/ops/_foreach_sigmoid.h
torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h
torch/include/ATen/ops/_foreach_sigmoid_native.h
torch/include/ATen/ops/_foreach_sigmoid_ops.h
torch/include/ATen/ops/_foreach_sign.h
torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h
torch/include/ATen/ops/_foreach_sign_native.h
torch/include/ATen/ops/_foreach_sign_ops.h
torch/include/ATen/ops/_foreach_sin.h
torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h
torch/include/ATen/ops/_foreach_sin_native.h
torch/include/ATen/ops/_foreach_sin_ops.h
torch/include/ATen/ops/_foreach_sinh.h
torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h
torch/include/ATen/ops/_foreach_sinh_native.h
torch/include/ATen/ops/_foreach_sinh_ops.h
torch/include/ATen/ops/_foreach_sqrt.h
torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h
torch/include/ATen/ops/_foreach_sqrt_native.h
torch/include/ATen/ops/_foreach_sqrt_ops.h
torch/include/ATen/ops/_foreach_sub.h
torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h
torch/include/ATen/ops/_foreach_sub_native.h
torch/include/ATen/ops/_foreach_sub_ops.h
torch/include/ATen/ops/_foreach_tan.h
torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h
torch/include/ATen/ops/_foreach_tan_native.h
torch/include/ATen/ops/_foreach_tan_ops.h
torch/include/ATen/ops/_foreach_tanh.h
torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h
torch/include/ATen/ops/_foreach_tanh_native.h
torch/include/ATen/ops/_foreach_tanh_ops.h
torch/include/ATen/ops/_foreach_trunc.h
torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h
torch/include/ATen/ops/_foreach_trunc_native.h
torch/include/ATen/ops/_foreach_trunc_ops.h
torch/include/ATen/ops/_foreach_zero.h
torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h
torch/include/ATen/ops/_foreach_zero_native.h
torch/include/ATen/ops/_foreach_zero_ops.h
torch/include/ATen/ops/_functional_assert_async.h
torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h
torch/include/ATen/ops/_functional_assert_async_native.h
torch/include/ATen/ops/_functional_assert_async_ops.h
torch/include/ATen/ops/_functional_assert_scalar.h
torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_functional_assert_scalar_native.h
torch/include/ATen/ops/_functional_assert_scalar_ops.h
torch/include/ATen/ops/_functional_sym_constrain_range.h
torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h
torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h
torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h
torch/include/ATen/ops/_functional_sym_constrain_range_native.h
torch/include/ATen/ops/_functional_sym_constrain_range_ops.h
torch/include/ATen/ops/_fused_adagrad.h
torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h
torch/include/ATen/ops/_fused_adagrad_native.h
torch/include/ATen/ops/_fused_adagrad_ops.h
torch/include/ATen/ops/_fused_adam.h
torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fused_adam_cpu_dispatch.h
torch/include/ATen/ops/_fused_adam_cuda_dispatch.h
torch/include/ATen/ops/_fused_adam_native.h
torch/include/ATen/ops/_fused_adam_ops.h
torch/include/ATen/ops/_fused_adamw.h
torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h
torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h
torch/include/ATen/ops/_fused_adamw_native.h
torch/include/ATen/ops/_fused_adamw_ops.h
torch/include/ATen/ops/_fused_dropout.h
torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h
torch/include/ATen/ops/_fused_dropout_native.h
torch/include/ATen/ops/_fused_dropout_ops.h
torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h
torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h
torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h
torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h
torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h
torch/include/ATen/ops/_fused_sdp_choice.h
torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h
torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h
torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h
torch/include/ATen/ops/_fused_sdp_choice_native.h
torch/include/ATen/ops/_fused_sdp_choice_ops.h
torch/include/ATen/ops/_fused_sgd.h
torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h
torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h
torch/include/ATen/ops/_fused_sgd_native.h
torch/include/ATen/ops/_fused_sgd_ops.h
torch/include/ATen/ops/_fw_primal.h
torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fw_primal_copy.h
torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_fw_primal_copy_native.h
torch/include/ATen/ops/_fw_primal_copy_ops.h
torch/include/ATen/ops/_fw_primal_native.h
torch/include/ATen/ops/_fw_primal_ops.h
torch/include/ATen/ops/_gather_sparse_backward.h
torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_gather_sparse_backward_native.h
torch/include/ATen/ops/_gather_sparse_backward_ops.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h
torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h
torch/include/ATen/ops/_has_compatible_shallow_copy_type.h
torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h
torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h
torch/include/ATen/ops/_has_same_storage_numel.h
torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_has_same_storage_numel_native.h
torch/include/ATen/ops/_has_same_storage_numel_ops.h
torch/include/ATen/ops/_histogramdd_bin_edges.h
torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h
torch/include/ATen/ops/_histogramdd_bin_edges_native.h
torch/include/ATen/ops/_histogramdd_bin_edges_ops.h
torch/include/ATen/ops/_histogramdd_from_bin_cts.h
torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h
torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h
torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h
torch/include/ATen/ops/_histogramdd_from_bin_tensors.h
torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h
torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h
torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h
torch/include/ATen/ops/_index_put_impl.h
torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h
torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h
torch/include/ATen/ops/_index_put_impl_meta_dispatch.h
torch/include/ATen/ops/_index_put_impl_native.h
torch/include/ATen/ops/_index_put_impl_ops.h
torch/include/ATen/ops/_indices.h
torch/include/ATen/ops/_indices_copy.h
torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_indices_copy_native.h
torch/include/ATen/ops/_indices_copy_ops.h
torch/include/ATen/ops/_indices_native.h
torch/include/ATen/ops/_indices_ops.h
torch/include/ATen/ops/_int_mm.h
torch/include/ATen/ops/_int_mm_cpu_dispatch.h
torch/include/ATen/ops/_int_mm_cuda_dispatch.h
torch/include/ATen/ops/_int_mm_native.h
torch/include/ATen/ops/_int_mm_ops.h
torch/include/ATen/ops/_is_all_true.h
torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_is_all_true_native.h
torch/include/ATen/ops/_is_all_true_ops.h
torch/include/ATen/ops/_is_any_true.h
torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_is_any_true_native.h
torch/include/ATen/ops/_is_any_true_ops.h
torch/include/ATen/ops/_is_zerotensor.h
torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_is_zerotensor_native.h
torch/include/ATen/ops/_is_zerotensor_ops.h
torch/include/ATen/ops/_jagged_to_padded_dense_forward.h
torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h
torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h
torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h
torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h
torch/include/ATen/ops/_lazy_clone.h
torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_lazy_clone_native.h
torch/include/ATen/ops/_lazy_clone_ops.h
torch/include/ATen/ops/_linalg_check_errors.h
torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_linalg_check_errors_native.h
torch/include/ATen/ops/_linalg_check_errors_ops.h
torch/include/ATen/ops/_linalg_det.h
torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_linalg_det_cpu_dispatch.h
torch/include/ATen/ops/_linalg_det_cuda_dispatch.h
torch/include/ATen/ops/_linalg_det_meta.h
torch/include/ATen/ops/_linalg_det_meta_dispatch.h
torch/include/ATen/ops/_linalg_det_native.h
torch/include/ATen/ops/_linalg_det_ops.h
torch/include/ATen/ops/_linalg_eigh.h
torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h
torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h
torch/include/ATen/ops/_linalg_eigh_meta.h
torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h
torch/include/ATen/ops/_linalg_eigh_native.h
torch/include/ATen/ops/_linalg_eigh_ops.h
torch/include/ATen/ops/_linalg_eigvals.h
torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h
torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h
torch/include/ATen/ops/_linalg_eigvals_native.h
torch/include/ATen/ops/_linalg_eigvals_ops.h
torch/include/ATen/ops/_linalg_slogdet.h
torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h
torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h
torch/include/ATen/ops/_linalg_slogdet_meta.h
torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h
torch/include/ATen/ops/_linalg_slogdet_native.h
torch/include/ATen/ops/_linalg_slogdet_ops.h
torch/include/ATen/ops/_linalg_solve_ex.h
torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h
torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h
torch/include/ATen/ops/_linalg_solve_ex_meta.h
torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h
torch/include/ATen/ops/_linalg_solve_ex_native.h
torch/include/ATen/ops/_linalg_solve_ex_ops.h
torch/include/ATen/ops/_linalg_svd.h
torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h
torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h
torch/include/ATen/ops/_linalg_svd_meta.h
torch/include/ATen/ops/_linalg_svd_meta_dispatch.h
torch/include/ATen/ops/_linalg_svd_native.h
torch/include/ATen/ops/_linalg_svd_ops.h
torch/include/ATen/ops/_local_scalar_dense.h
torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h
torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h
torch/include/ATen/ops/_local_scalar_dense_native.h
torch/include/ATen/ops/_local_scalar_dense_ops.h
torch/include/ATen/ops/_log_softmax.h
torch/include/ATen/ops/_log_softmax_backward_data.h
torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h
torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h
torch/include/ATen/ops/_log_softmax_backward_data_meta.h
torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h
torch/include/ATen/ops/_log_softmax_backward_data_native.h
torch/include/ATen/ops/_log_softmax_backward_data_ops.h
torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_log_softmax_cpu_dispatch.h
torch/include/ATen/ops/_log_softmax_cuda_dispatch.h
torch/include/ATen/ops/_log_softmax_meta.h
torch/include/ATen/ops/_log_softmax_meta_dispatch.h
torch/include/ATen/ops/_log_softmax_native.h
torch/include/ATen/ops/_log_softmax_ops.h
torch/include/ATen/ops/_logcumsumexp.h
torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h
torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h
torch/include/ATen/ops/_logcumsumexp_native.h
torch/include/ATen/ops/_logcumsumexp_ops.h
torch/include/ATen/ops/_lstm_mps.h
torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_lstm_mps_native.h
torch/include/ATen/ops/_lstm_mps_ops.h
torch/include/ATen/ops/_lu_with_info.h
torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_lu_with_info_native.h
torch/include/ATen/ops/_lu_with_info_ops.h
torch/include/ATen/ops/_make_dep_token.h
torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h
torch/include/ATen/ops/_make_dep_token_native.h
torch/include/ATen/ops/_make_dep_token_ops.h
torch/include/ATen/ops/_make_dual.h
torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_make_dual_copy.h
torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_make_dual_copy_native.h
torch/include/ATen/ops/_make_dual_copy_ops.h
torch/include/ATen/ops/_make_dual_native.h
torch/include/ATen/ops/_make_dual_ops.h
torch/include/ATen/ops/_make_per_channel_quantized_tensor.h
torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h
torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h
torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h
torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h
torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h
torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h
torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h
torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h
torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h
torch/include/ATen/ops/_masked_scale.h
torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_masked_scale_cuda_dispatch.h
torch/include/ATen/ops/_masked_scale_native.h
torch/include/ATen/ops/_masked_scale_ops.h
torch/include/ATen/ops/_masked_softmax.h
torch/include/ATen/ops/_masked_softmax_backward.h
torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h
torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h
torch/include/ATen/ops/_masked_softmax_backward_native.h
torch/include/ATen/ops/_masked_softmax_backward_ops.h
torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h
torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h
torch/include/ATen/ops/_masked_softmax_native.h
torch/include/ATen/ops/_masked_softmax_ops.h
torch/include/ATen/ops/_mixed_dtypes_linear.h
torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h
torch/include/ATen/ops/_mixed_dtypes_linear_native.h
torch/include/ATen/ops/_mixed_dtypes_linear_ops.h
torch/include/ATen/ops/_mkldnn_reshape.h
torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_mkldnn_reshape_native.h
torch/include/ATen/ops/_mkldnn_reshape_ops.h
torch/include/ATen/ops/_mkldnn_transpose.h
torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h
torch/include/ATen/ops/_mkldnn_transpose_native.h
torch/include/ATen/ops/_mkldnn_transpose_ops.h
torch/include/ATen/ops/_mps_convolution.h
torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_mps_convolution_native.h
torch/include/ATen/ops/_mps_convolution_ops.h
torch/include/ATen/ops/_mps_convolution_transpose.h
torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_mps_convolution_transpose_native.h
torch/include/ATen/ops/_mps_convolution_transpose_ops.h
torch/include/ATen/ops/_native_batch_norm_legit.h
torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h
torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h
torch/include/ATen/ops/_native_batch_norm_legit_native.h
torch/include/ATen/ops/_native_batch_norm_legit_no_training.h
torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h
torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h
torch/include/ATen/ops/_native_batch_norm_legit_ops.h
torch/include/ATen/ops/_native_multi_head_attention.h
torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h
torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h
torch/include/ATen/ops/_native_multi_head_attention_native.h
torch/include/ATen/ops/_native_multi_head_attention_ops.h
torch/include/ATen/ops/_neg_view.h
torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_neg_view_copy.h
torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_neg_view_copy_native.h
torch/include/ATen/ops/_neg_view_copy_ops.h
torch/include/ATen/ops/_neg_view_native.h
torch/include/ATen/ops/_neg_view_ops.h
torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h
torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h
torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h
torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h
torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h
torch/include/ATen/ops/_nested_from_padded.h
torch/include/ATen/ops/_nested_from_padded_and_nested_example.h
torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h
torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h
torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h
torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h
torch/include/ATen/ops/_nested_from_padded_native.h
torch/include/ATen/ops/_nested_from_padded_ops.h
torch/include/ATen/ops/_nested_get_jagged_dummy.h
torch/include/ATen/ops/_nested_get_jagged_dummy_native.h
torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h
torch/include/ATen/ops/_nested_get_lengths.h
torch/include/ATen/ops/_nested_get_lengths_native.h
torch/include/ATen/ops/_nested_get_lengths_ops.h
torch/include/ATen/ops/_nested_get_max_seqlen.h
torch/include/ATen/ops/_nested_get_max_seqlen_native.h
torch/include/ATen/ops/_nested_get_max_seqlen_ops.h
torch/include/ATen/ops/_nested_get_min_seqlen.h
torch/include/ATen/ops/_nested_get_min_seqlen_native.h
torch/include/ATen/ops/_nested_get_min_seqlen_ops.h
torch/include/ATen/ops/_nested_get_offsets.h
torch/include/ATen/ops/_nested_get_offsets_native.h
torch/include/ATen/ops/_nested_get_offsets_ops.h
torch/include/ATen/ops/_nested_get_ragged_idx.h
torch/include/ATen/ops/_nested_get_ragged_idx_native.h
torch/include/ATen/ops/_nested_get_ragged_idx_ops.h
torch/include/ATen/ops/_nested_get_values.h
torch/include/ATen/ops/_nested_get_values_copy.h
torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_nested_get_values_copy_native.h
torch/include/ATen/ops/_nested_get_values_copy_ops.h
torch/include/ATen/ops/_nested_get_values_native.h
torch/include/ATen/ops/_nested_get_values_ops.h
torch/include/ATen/ops/_nested_select_backward.h
torch/include/ATen/ops/_nested_select_backward_native.h
torch/include/ATen/ops/_nested_select_backward_ops.h
torch/include/ATen/ops/_nested_sum_backward.h
torch/include/ATen/ops/_nested_sum_backward_native.h
torch/include/ATen/ops/_nested_sum_backward_ops.h
torch/include/ATen/ops/_nested_tensor_from_mask.h
torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h
torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h
torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h
torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h
torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h
torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h
torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h
torch/include/ATen/ops/_nested_tensor_from_mask_native.h
torch/include/ATen/ops/_nested_tensor_from_mask_ops.h
torch/include/ATen/ops/_nested_tensor_from_tensor_list.h
torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h
torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h
torch/include/ATen/ops/_nested_tensor_size.h
torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_tensor_size_native.h
torch/include/ATen/ops/_nested_tensor_size_ops.h
torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h
torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h
torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h
torch/include/ATen/ops/_nested_tensor_storage_offsets.h
torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h
torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h
torch/include/ATen/ops/_nested_tensor_strides.h
torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_tensor_strides_native.h
torch/include/ATen/ops/_nested_tensor_strides_ops.h
torch/include/ATen/ops/_nested_view_from_buffer.h
torch/include/ATen/ops/_nested_view_from_buffer_copy.h
torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h
torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h
torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h
torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h
torch/include/ATen/ops/_nested_view_from_buffer_native.h
torch/include/ATen/ops/_nested_view_from_buffer_ops.h
torch/include/ATen/ops/_nested_view_from_jagged.h
torch/include/ATen/ops/_nested_view_from_jagged_copy.h
torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h
torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h
torch/include/ATen/ops/_nested_view_from_jagged_native.h
torch/include/ATen/ops/_nested_view_from_jagged_ops.h
torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h
torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h
torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h
torch/include/ATen/ops/_nnpack_available.h
torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_nnpack_available_native.h
torch/include/ATen/ops/_nnpack_available_ops.h
torch/include/ATen/ops/_nnpack_spatial_convolution.h
torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_nnpack_spatial_convolution_native.h
torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h
torch/include/ATen/ops/_nnz.h
torch/include/ATen/ops/_nnz_native.h
torch/include/ATen/ops/_nnz_ops.h
torch/include/ATen/ops/_pack_padded_sequence.h
torch/include/ATen/ops/_pack_padded_sequence_backward.h
torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_pack_padded_sequence_backward_native.h
torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h
torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_pack_padded_sequence_native.h
torch/include/ATen/ops/_pack_padded_sequence_ops.h
torch/include/ATen/ops/_pad_circular.h
torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_pad_circular_native.h
torch/include/ATen/ops/_pad_circular_ops.h
torch/include/ATen/ops/_pad_enum.h
torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_pad_enum_native.h
torch/include/ATen/ops/_pad_enum_ops.h
torch/include/ATen/ops/_pad_packed_sequence.h
torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_pad_packed_sequence_native.h
torch/include/ATen/ops/_pad_packed_sequence_ops.h
torch/include/ATen/ops/_padded_dense_to_jagged_forward.h
torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h
torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h
torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h
torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h
torch/include/ATen/ops/_pdist_backward.h
torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h
torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h
torch/include/ATen/ops/_pdist_backward_native.h
torch/include/ATen/ops/_pdist_backward_ops.h
torch/include/ATen/ops/_pdist_forward.h
torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h
torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h
torch/include/ATen/ops/_pdist_forward_native.h
torch/include/ATen/ops/_pdist_forward_ops.h
torch/include/ATen/ops/_pin_memory.h
torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_pin_memory_native.h
torch/include/ATen/ops/_pin_memory_ops.h
torch/include/ATen/ops/_prelu_kernel.h
torch/include/ATen/ops/_prelu_kernel_backward.h
torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h
torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h
torch/include/ATen/ops/_prelu_kernel_backward_native.h
torch/include/ATen/ops/_prelu_kernel_backward_ops.h
torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h
torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h
torch/include/ATen/ops/_prelu_kernel_native.h
torch/include/ATen/ops/_prelu_kernel_ops.h
torch/include/ATen/ops/_print.h
torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_print_native.h
torch/include/ATen/ops/_print_ops.h
torch/include/ATen/ops/_propagate_xla_data.h
torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_propagate_xla_data_native.h
torch/include/ATen/ops/_propagate_xla_data_ops.h
torch/include/ATen/ops/_remove_batch_dim.h
torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_remove_batch_dim_native.h
torch/include/ATen/ops/_remove_batch_dim_ops.h
torch/include/ATen/ops/_reshape_alias.h
torch/include/ATen/ops/_reshape_alias_copy.h
torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_reshape_alias_copy_native.h
torch/include/ATen/ops/_reshape_alias_copy_ops.h
torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h
torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h
torch/include/ATen/ops/_reshape_alias_meta_dispatch.h
torch/include/ATen/ops/_reshape_alias_native.h
torch/include/ATen/ops/_reshape_alias_ops.h
torch/include/ATen/ops/_reshape_copy.h
torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_reshape_copy_native.h
torch/include/ATen/ops/_reshape_copy_ops.h
torch/include/ATen/ops/_reshape_from_tensor.h
torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_reshape_from_tensor_native.h
torch/include/ATen/ops/_reshape_from_tensor_ops.h
torch/include/ATen/ops/_resize_output.h
torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_resize_output_meta_dispatch.h
torch/include/ATen/ops/_resize_output_native.h
torch/include/ATen/ops/_resize_output_ops.h
torch/include/ATen/ops/_rowwise_prune.h
torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_rowwise_prune_native.h
torch/include/ATen/ops/_rowwise_prune_ops.h
torch/include/ATen/ops/_safe_softmax.h
torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_safe_softmax_native.h
torch/include/ATen/ops/_safe_softmax_ops.h
torch/include/ATen/ops/_sample_dirichlet.h
torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h
torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h
torch/include/ATen/ops/_sample_dirichlet_native.h
torch/include/ATen/ops/_sample_dirichlet_ops.h
torch/include/ATen/ops/_saturate_weight_to_fp16.h
torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_saturate_weight_to_fp16_native.h
torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h
torch/include/ATen/ops/_scaled_dot_product_attention_math.h
torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h
torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h
torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h
torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h
torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h
torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h
torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h
torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h
torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h
torch/include/ATen/ops/_scaled_mm.h
torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h
torch/include/ATen/ops/_scaled_mm_native.h
torch/include/ATen/ops/_scaled_mm_ops.h
torch/include/ATen/ops/_segment_reduce_backward.h
torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h
torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h
torch/include/ATen/ops/_segment_reduce_backward_native.h
torch/include/ATen/ops/_segment_reduce_backward_ops.h
torch/include/ATen/ops/_shape_as_tensor.h
torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_shape_as_tensor_native.h
torch/include/ATen/ops/_shape_as_tensor_ops.h
torch/include/ATen/ops/_slow_conv2d_backward.h
torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h
torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h
torch/include/ATen/ops/_slow_conv2d_backward_native.h
torch/include/ATen/ops/_slow_conv2d_backward_ops.h
torch/include/ATen/ops/_slow_conv2d_forward.h
torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h
torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h
torch/include/ATen/ops/_slow_conv2d_forward_native.h
torch/include/ATen/ops/_slow_conv2d_forward_ops.h
torch/include/ATen/ops/_sobol_engine_draw.h
torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sobol_engine_draw_native.h
torch/include/ATen/ops/_sobol_engine_draw_ops.h
torch/include/ATen/ops/_sobol_engine_ff.h
torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sobol_engine_ff_native.h
torch/include/ATen/ops/_sobol_engine_ff_ops.h
torch/include/ATen/ops/_sobol_engine_initialize_state.h
torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sobol_engine_initialize_state_native.h
torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h
torch/include/ATen/ops/_sobol_engine_scramble.h
torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sobol_engine_scramble_native.h
torch/include/ATen/ops/_sobol_engine_scramble_ops.h
torch/include/ATen/ops/_softmax.h
torch/include/ATen/ops/_softmax_backward_data.h
torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h
torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h
torch/include/ATen/ops/_softmax_backward_data_meta.h
torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h
torch/include/ATen/ops/_softmax_backward_data_native.h
torch/include/ATen/ops/_softmax_backward_data_ops.h
torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_softmax_cpu_dispatch.h
torch/include/ATen/ops/_softmax_cuda_dispatch.h
torch/include/ATen/ops/_softmax_meta.h
torch/include/ATen/ops/_softmax_meta_dispatch.h
torch/include/ATen/ops/_softmax_native.h
torch/include/ATen/ops/_softmax_ops.h
torch/include/ATen/ops/_sparse_addmm.h
torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_addmm_native.h
torch/include/ATen/ops/_sparse_addmm_ops.h
torch/include/ATen/ops/_sparse_broadcast_to.h
torch/include/ATen/ops/_sparse_broadcast_to_copy.h
torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h
torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h
torch/include/ATen/ops/_sparse_broadcast_to_native.h
torch/include/ATen/ops/_sparse_broadcast_to_ops.h
torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h
torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h
torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h
torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h
torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h
torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h
torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h
torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h
torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h
torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h
torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h
torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h
torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h
torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h
torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h
torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h
torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h
torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h
torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h
torch/include/ATen/ops/_sparse_csr_prod.h
torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_csr_prod_native.h
torch/include/ATen/ops/_sparse_csr_prod_ops.h
torch/include/ATen/ops/_sparse_csr_sum.h
torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_csr_sum_native.h
torch/include/ATen/ops/_sparse_csr_sum_ops.h
torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h
torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h
torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h
torch/include/ATen/ops/_sparse_log_softmax.h
torch/include/ATen/ops/_sparse_log_softmax_backward_data.h
torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h
torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h
torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_log_softmax_native.h
torch/include/ATen/ops/_sparse_log_softmax_ops.h
torch/include/ATen/ops/_sparse_mask_projection.h
torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_mask_projection_native.h
torch/include/ATen/ops/_sparse_mask_projection_ops.h
torch/include/ATen/ops/_sparse_mm.h
torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_mm_native.h
torch/include/ATen/ops/_sparse_mm_ops.h
torch/include/ATen/ops/_sparse_mm_reduce_impl.h
torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h
torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h
torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h
torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h
torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h
torch/include/ATen/ops/_sparse_semi_structured_addmm.h
torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h
torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h
torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h
torch/include/ATen/ops/_sparse_semi_structured_apply.h
torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h
torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h
torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h
torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h
torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h
torch/include/ATen/ops/_sparse_semi_structured_apply_native.h
torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h
torch/include/ATen/ops/_sparse_semi_structured_linear.h
torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h
torch/include/ATen/ops/_sparse_semi_structured_linear_native.h
torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h
torch/include/ATen/ops/_sparse_semi_structured_mm.h
torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h
torch/include/ATen/ops/_sparse_semi_structured_mm_native.h
torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h
torch/include/ATen/ops/_sparse_semi_structured_tile.h
torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h
torch/include/ATen/ops/_sparse_semi_structured_tile_native.h
torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h
torch/include/ATen/ops/_sparse_softmax.h
torch/include/ATen/ops/_sparse_softmax_backward_data.h
torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_softmax_backward_data_native.h
torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h
torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_softmax_native.h
torch/include/ATen/ops/_sparse_softmax_ops.h
torch/include/ATen/ops/_sparse_sparse_matmul.h
torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_sparse_matmul_native.h
torch/include/ATen/ops/_sparse_sparse_matmul_ops.h
torch/include/ATen/ops/_sparse_sum.h
torch/include/ATen/ops/_sparse_sum_backward.h
torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_sum_backward_native.h
torch/include/ATen/ops/_sparse_sum_backward_ops.h
torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_sparse_sum_native.h
torch/include/ATen/ops/_sparse_sum_ops.h
torch/include/ATen/ops/_spdiags.h
torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_spdiags_cpu_dispatch.h
torch/include/ATen/ops/_spdiags_native.h
torch/include/ATen/ops/_spdiags_ops.h
torch/include/ATen/ops/_spsolve.h
torch/include/ATen/ops/_spsolve_native.h
torch/include/ATen/ops/_spsolve_ops.h
torch/include/ATen/ops/_stack.h
torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_stack_cpu_dispatch.h
torch/include/ATen/ops/_stack_native.h
torch/include/ATen/ops/_stack_ops.h
torch/include/ATen/ops/_standard_gamma.h
torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h
torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h
torch/include/ATen/ops/_standard_gamma_grad.h
torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h
torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h
torch/include/ATen/ops/_standard_gamma_grad_native.h
torch/include/ATen/ops/_standard_gamma_grad_ops.h
torch/include/ATen/ops/_standard_gamma_native.h
torch/include/ATen/ops/_standard_gamma_ops.h
torch/include/ATen/ops/_test_ambiguous_defaults.h
torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_test_ambiguous_defaults_native.h
torch/include/ATen/ops/_test_ambiguous_defaults_ops.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h
torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h
torch/include/ATen/ops/_test_check_tensor.h
torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_test_check_tensor_native.h
torch/include/ATen/ops/_test_check_tensor_ops.h
torch/include/ATen/ops/_test_functorch_fallback.h
torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h
torch/include/ATen/ops/_test_functorch_fallback_native.h
torch/include/ATen/ops/_test_functorch_fallback_ops.h
torch/include/ATen/ops/_test_optional_filled_intlist.h
torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h
torch/include/ATen/ops/_test_optional_filled_intlist_native.h
torch/include/ATen/ops/_test_optional_filled_intlist_ops.h
torch/include/ATen/ops/_test_optional_floatlist.h
torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h
torch/include/ATen/ops/_test_optional_floatlist_native.h
torch/include/ATen/ops/_test_optional_floatlist_ops.h
torch/include/ATen/ops/_test_optional_intlist.h
torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h
torch/include/ATen/ops/_test_optional_intlist_native.h
torch/include/ATen/ops/_test_optional_intlist_ops.h
torch/include/ATen/ops/_test_parallel_materialize.h
torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_parallel_materialize_native.h
torch/include/ATen/ops/_test_parallel_materialize_ops.h
torch/include/ATen/ops/_test_serialization_subcmul.h
torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_test_serialization_subcmul_native.h
torch/include/ATen/ops/_test_serialization_subcmul_ops.h
torch/include/ATen/ops/_test_string_default.h
torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_test_string_default_native.h
torch/include/ATen/ops/_test_string_default_ops.h
torch/include/ATen/ops/_test_warn_in_autograd.h
torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_test_warn_in_autograd_native.h
torch/include/ATen/ops/_test_warn_in_autograd_ops.h
torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h
torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h
torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h
torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h
torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h
torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h
torch/include/ATen/ops/_thnn_fused_gru_cell.h
torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h
torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h
torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h
torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h
torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h
torch/include/ATen/ops/_thnn_fused_gru_cell_native.h
torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h
torch/include/ATen/ops/_thnn_fused_lstm_cell.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h
torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h
torch/include/ATen/ops/_to_copy.h
torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_copy_native.h
torch/include/ATen/ops/_to_copy_ops.h
torch/include/ATen/ops/_to_cpu.h
torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_to_cpu_native.h
torch/include/ATen/ops/_to_cpu_ops.h
torch/include/ATen/ops/_to_dense.h
torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_dense_native.h
torch/include/ATen/ops/_to_dense_ops.h
torch/include/ATen/ops/_to_sparse.h
torch/include/ATen/ops/_to_sparse_bsc.h
torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h
torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h
torch/include/ATen/ops/_to_sparse_bsc_native.h
torch/include/ATen/ops/_to_sparse_bsc_ops.h
torch/include/ATen/ops/_to_sparse_bsr.h
torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h
torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h
torch/include/ATen/ops/_to_sparse_bsr_native.h
torch/include/ATen/ops/_to_sparse_bsr_ops.h
torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_sparse_cpu_dispatch.h
torch/include/ATen/ops/_to_sparse_csc.h
torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h
torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h
torch/include/ATen/ops/_to_sparse_csc_native.h
torch/include/ATen/ops/_to_sparse_csc_ops.h
torch/include/ATen/ops/_to_sparse_csr.h
torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h
torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h
torch/include/ATen/ops/_to_sparse_csr_native.h
torch/include/ATen/ops/_to_sparse_csr_ops.h
torch/include/ATen/ops/_to_sparse_cuda_dispatch.h
torch/include/ATen/ops/_to_sparse_native.h
torch/include/ATen/ops/_to_sparse_ops.h
torch/include/ATen/ops/_to_sparse_semi_structured.h
torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h
torch/include/ATen/ops/_to_sparse_semi_structured_native.h
torch/include/ATen/ops/_to_sparse_semi_structured_ops.h
torch/include/ATen/ops/_transform_bias_rescale_qkv.h
torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h
torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h
torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h
torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h
torch/include/ATen/ops/_transformer_encoder_layer_fwd.h
torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h
torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h
torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h
torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h
torch/include/ATen/ops/_trilinear.h
torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_trilinear_native.h
torch/include/ATen/ops/_trilinear_ops.h
torch/include/ATen/ops/_triton_multi_head_attention.h
torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h
torch/include/ATen/ops/_triton_multi_head_attention_native.h
torch/include/ATen/ops/_triton_multi_head_attention_ops.h
torch/include/ATen/ops/_triton_scaled_dot_attention.h
torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h
torch/include/ATen/ops/_triton_scaled_dot_attention_native.h
torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h
torch/include/ATen/ops/_unique.h
torch/include/ATen/ops/_unique2.h
torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unique2_cpu_dispatch.h
torch/include/ATen/ops/_unique2_cuda_dispatch.h
torch/include/ATen/ops/_unique2_native.h
torch/include/ATen/ops/_unique2_ops.h
torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unique_cpu_dispatch.h
torch/include/ATen/ops/_unique_cuda_dispatch.h
torch/include/ATen/ops/_unique_native.h
torch/include/ATen/ops/_unique_ops.h
torch/include/ATen/ops/_unpack_dual.h
torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_unpack_dual_native.h
torch/include/ATen/ops/_unpack_dual_ops.h
torch/include/ATen/ops/_unsafe_index.h
torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unsafe_index_native.h
torch/include/ATen/ops/_unsafe_index_ops.h
torch/include/ATen/ops/_unsafe_index_put.h
torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unsafe_index_put_native.h
torch/include/ATen/ops/_unsafe_index_put_ops.h
torch/include/ATen/ops/_unsafe_masked_index.h
torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unsafe_masked_index_native.h
torch/include/ATen/ops/_unsafe_masked_index_ops.h
torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h
torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h
torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h
torch/include/ATen/ops/_unsafe_view.h
torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_unsafe_view_native.h
torch/include/ATen/ops/_unsafe_view_ops.h
torch/include/ATen/ops/_upsample_bicubic2d_aa.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h
torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h
torch/include/ATen/ops/_upsample_bilinear2d_aa.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h
torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h
torch/include/ATen/ops/_upsample_nearest_exact1d.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h
torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h
torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h
torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact1d_native.h
torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h
torch/include/ATen/ops/_upsample_nearest_exact2d.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h
torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h
torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h
torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact2d_native.h
torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h
torch/include/ATen/ops/_upsample_nearest_exact3d.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h
torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h
torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h
torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h
torch/include/ATen/ops/_upsample_nearest_exact3d_native.h
torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h
torch/include/ATen/ops/_use_cudnn_ctc_loss.h
torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h
torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h
torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h
torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h
torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h
torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h
torch/include/ATen/ops/_validate_compressed_sparse_indices.h
torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h
torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h
torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h
torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h
torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h
torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h
torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h
torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h
torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h
torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h
torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h
torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h
torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h
torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h
torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h
torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h
torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h
torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h
torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h
torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h
torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h
torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h
torch/include/ATen/ops/_values.h
torch/include/ATen/ops/_values_copy.h
torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/_values_copy_native.h
torch/include/ATen/ops/_values_copy_ops.h
torch/include/ATen/ops/_values_native.h
torch/include/ATen/ops/_values_ops.h
torch/include/ATen/ops/_version.h
torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_version_native.h
torch/include/ATen/ops/_version_ops.h
torch/include/ATen/ops/_weight_int4pack_mm.h
torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h
torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h
torch/include/ATen/ops/_weight_int4pack_mm_native.h
torch/include/ATen/ops/_weight_int4pack_mm_ops.h
torch/include/ATen/ops/_weight_int8pack_mm.h
torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h
torch/include/ATen/ops/_weight_int8pack_mm_native.h
torch/include/ATen/ops/_weight_int8pack_mm_ops.h
torch/include/ATen/ops/_weight_norm.h
torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_weight_norm_differentiable_backward.h
torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h
torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h
torch/include/ATen/ops/_weight_norm_interface.h
torch/include/ATen/ops/_weight_norm_interface_backward.h
torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h
torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h
torch/include/ATen/ops/_weight_norm_interface_backward_native.h
torch/include/ATen/ops/_weight_norm_interface_backward_ops.h
torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h
torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h
torch/include/ATen/ops/_weight_norm_interface_native.h
torch/include/ATen/ops/_weight_norm_interface_ops.h
torch/include/ATen/ops/_weight_norm_native.h
torch/include/ATen/ops/_weight_norm_ops.h
torch/include/ATen/ops/_wrapped_linear_prepack.h
torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_wrapped_linear_prepack_native.h
torch/include/ATen/ops/_wrapped_linear_prepack_ops.h
torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h
torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h
torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h
torch/include/ATen/ops/abs.h
torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/abs_cpu_dispatch.h
torch/include/ATen/ops/abs_cuda_dispatch.h
torch/include/ATen/ops/abs_native.h
torch/include/ATen/ops/abs_ops.h
torch/include/ATen/ops/absolute.h
torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/absolute_native.h
torch/include/ATen/ops/absolute_ops.h
torch/include/ATen/ops/acos.h
torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/acos_cpu_dispatch.h
torch/include/ATen/ops/acos_cuda_dispatch.h
torch/include/ATen/ops/acos_meta.h
torch/include/ATen/ops/acos_meta_dispatch.h
torch/include/ATen/ops/acos_native.h
torch/include/ATen/ops/acos_ops.h
torch/include/ATen/ops/acosh.h
torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/acosh_cpu_dispatch.h
torch/include/ATen/ops/acosh_cuda_dispatch.h
torch/include/ATen/ops/acosh_meta.h
torch/include/ATen/ops/acosh_meta_dispatch.h
torch/include/ATen/ops/acosh_native.h
torch/include/ATen/ops/acosh_ops.h
torch/include/ATen/ops/adaptive_avg_pool1d.h
torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool1d_native.h
torch/include/ATen/ops/adaptive_avg_pool1d_ops.h
torch/include/ATen/ops/adaptive_avg_pool2d.h
torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool2d_native.h
torch/include/ATen/ops/adaptive_avg_pool2d_ops.h
torch/include/ATen/ops/adaptive_avg_pool3d.h
torch/include/ATen/ops/adaptive_avg_pool3d_backward.h
torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h
torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h
torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h
torch/include/ATen/ops/adaptive_avg_pool3d_native.h
torch/include/ATen/ops/adaptive_avg_pool3d_ops.h
torch/include/ATen/ops/adaptive_max_pool1d.h
torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/adaptive_max_pool1d_native.h
torch/include/ATen/ops/adaptive_max_pool1d_ops.h
torch/include/ATen/ops/adaptive_max_pool2d.h
torch/include/ATen/ops/adaptive_max_pool2d_backward.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h
torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h
torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_meta.h
torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h
torch/include/ATen/ops/adaptive_max_pool2d_native.h
torch/include/ATen/ops/adaptive_max_pool2d_ops.h
torch/include/ATen/ops/adaptive_max_pool3d.h
torch/include/ATen/ops/adaptive_max_pool3d_backward.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h
torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h
torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_meta.h
torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h
torch/include/ATen/ops/adaptive_max_pool3d_native.h
torch/include/ATen/ops/adaptive_max_pool3d_ops.h
torch/include/ATen/ops/add.h
torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/add_cpu_dispatch.h
torch/include/ATen/ops/add_cuda_dispatch.h
torch/include/ATen/ops/add_meta.h
torch/include/ATen/ops/add_meta_dispatch.h
torch/include/ATen/ops/add_native.h
torch/include/ATen/ops/add_ops.h
torch/include/ATen/ops/addbmm.h
torch/include/ATen/ops/addbmm_cpu_dispatch.h
torch/include/ATen/ops/addbmm_cuda_dispatch.h
torch/include/ATen/ops/addbmm_meta_dispatch.h
torch/include/ATen/ops/addbmm_native.h
torch/include/ATen/ops/addbmm_ops.h
torch/include/ATen/ops/addcdiv.h
torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/addcdiv_cpu_dispatch.h
torch/include/ATen/ops/addcdiv_cuda_dispatch.h
torch/include/ATen/ops/addcdiv_meta.h
torch/include/ATen/ops/addcdiv_meta_dispatch.h
torch/include/ATen/ops/addcdiv_native.h
torch/include/ATen/ops/addcdiv_ops.h
torch/include/ATen/ops/addcmul.h
torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/addcmul_cpu_dispatch.h
torch/include/ATen/ops/addcmul_cuda_dispatch.h
torch/include/ATen/ops/addcmul_meta.h
torch/include/ATen/ops/addcmul_meta_dispatch.h
torch/include/ATen/ops/addcmul_native.h
torch/include/ATen/ops/addcmul_ops.h
torch/include/ATen/ops/addmm.h
torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/addmm_cpu_dispatch.h
torch/include/ATen/ops/addmm_cuda_dispatch.h
torch/include/ATen/ops/addmm_meta.h
torch/include/ATen/ops/addmm_meta_dispatch.h
torch/include/ATen/ops/addmm_native.h
torch/include/ATen/ops/addmm_ops.h
torch/include/ATen/ops/addmv.h
torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/addmv_cpu_dispatch.h
torch/include/ATen/ops/addmv_cuda_dispatch.h
torch/include/ATen/ops/addmv_meta.h
torch/include/ATen/ops/addmv_meta_dispatch.h
torch/include/ATen/ops/addmv_native.h
torch/include/ATen/ops/addmv_ops.h
torch/include/ATen/ops/addr.h
torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/addr_cpu_dispatch.h
torch/include/ATen/ops/addr_cuda_dispatch.h
torch/include/ATen/ops/addr_native.h
torch/include/ATen/ops/addr_ops.h
torch/include/ATen/ops/adjoint.h
torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/adjoint_native.h
torch/include/ATen/ops/adjoint_ops.h
torch/include/ATen/ops/affine_grid_generator.h
torch/include/ATen/ops/affine_grid_generator_backward.h
torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/affine_grid_generator_backward_native.h
torch/include/ATen/ops/affine_grid_generator_backward_ops.h
torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/affine_grid_generator_native.h
torch/include/ATen/ops/affine_grid_generator_ops.h
torch/include/ATen/ops/alias.h
torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/alias_copy.h
torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/alias_copy_native.h
torch/include/ATen/ops/alias_copy_ops.h
torch/include/ATen/ops/alias_native.h
torch/include/ATen/ops/alias_ops.h
torch/include/ATen/ops/align_as.h
torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/align_as_native.h
torch/include/ATen/ops/align_as_ops.h
torch/include/ATen/ops/align_tensors.h
torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/align_tensors_native.h
torch/include/ATen/ops/align_tensors_ops.h
torch/include/ATen/ops/align_to.h
torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/align_to_native.h
torch/include/ATen/ops/align_to_ops.h
torch/include/ATen/ops/all.h
torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/all_cpu_dispatch.h
torch/include/ATen/ops/all_cuda_dispatch.h
torch/include/ATen/ops/all_meta.h
torch/include/ATen/ops/all_meta_dispatch.h
torch/include/ATen/ops/all_native.h
torch/include/ATen/ops/all_ops.h
torch/include/ATen/ops/allclose.h
torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/allclose_native.h
torch/include/ATen/ops/allclose_ops.h
torch/include/ATen/ops/alpha_dropout.h
torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/alpha_dropout_native.h
torch/include/ATen/ops/alpha_dropout_ops.h
torch/include/ATen/ops/amax.h
torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/amax_cpu_dispatch.h
torch/include/ATen/ops/amax_cuda_dispatch.h
torch/include/ATen/ops/amax_meta.h
torch/include/ATen/ops/amax_meta_dispatch.h
torch/include/ATen/ops/amax_native.h
torch/include/ATen/ops/amax_ops.h
torch/include/ATen/ops/amin.h
torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/amin_cpu_dispatch.h
torch/include/ATen/ops/amin_cuda_dispatch.h
torch/include/ATen/ops/amin_meta.h
torch/include/ATen/ops/amin_meta_dispatch.h
torch/include/ATen/ops/amin_native.h
torch/include/ATen/ops/amin_ops.h
torch/include/ATen/ops/aminmax.h
torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/aminmax_cpu_dispatch.h
torch/include/ATen/ops/aminmax_cuda_dispatch.h
torch/include/ATen/ops/aminmax_meta.h
torch/include/ATen/ops/aminmax_meta_dispatch.h
torch/include/ATen/ops/aminmax_native.h
torch/include/ATen/ops/aminmax_ops.h
torch/include/ATen/ops/and.h
torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/and_native.h
torch/include/ATen/ops/and_ops.h
torch/include/ATen/ops/angle.h
torch/include/ATen/ops/angle_cpu_dispatch.h
torch/include/ATen/ops/angle_cuda_dispatch.h
torch/include/ATen/ops/angle_native.h
torch/include/ATen/ops/angle_ops.h
torch/include/ATen/ops/any.h
torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/any_cpu_dispatch.h
torch/include/ATen/ops/any_cuda_dispatch.h
torch/include/ATen/ops/any_meta.h
torch/include/ATen/ops/any_meta_dispatch.h
torch/include/ATen/ops/any_native.h
torch/include/ATen/ops/any_ops.h
torch/include/ATen/ops/arange.h
torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/arange_cpu_dispatch.h
torch/include/ATen/ops/arange_cuda_dispatch.h
torch/include/ATen/ops/arange_meta_dispatch.h
torch/include/ATen/ops/arange_native.h
torch/include/ATen/ops/arange_ops.h
torch/include/ATen/ops/arccos.h
torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arccos_native.h
torch/include/ATen/ops/arccos_ops.h
torch/include/ATen/ops/arccosh.h
torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arccosh_native.h
torch/include/ATen/ops/arccosh_ops.h
torch/include/ATen/ops/arcsin.h
torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arcsin_native.h
torch/include/ATen/ops/arcsin_ops.h
torch/include/ATen/ops/arcsinh.h
torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arcsinh_native.h
torch/include/ATen/ops/arcsinh_ops.h
torch/include/ATen/ops/arctan.h
torch/include/ATen/ops/arctan2.h
torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arctan2_native.h
torch/include/ATen/ops/arctan2_ops.h
torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arctan_native.h
torch/include/ATen/ops/arctan_ops.h
torch/include/ATen/ops/arctanh.h
torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/arctanh_native.h
torch/include/ATen/ops/arctanh_ops.h
torch/include/ATen/ops/argmax.h
torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/argmax_cpu_dispatch.h
torch/include/ATen/ops/argmax_cuda_dispatch.h
torch/include/ATen/ops/argmax_meta.h
torch/include/ATen/ops/argmax_meta_dispatch.h
torch/include/ATen/ops/argmax_native.h
torch/include/ATen/ops/argmax_ops.h
torch/include/ATen/ops/argmin.h
torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/argmin_cpu_dispatch.h
torch/include/ATen/ops/argmin_cuda_dispatch.h
torch/include/ATen/ops/argmin_meta.h
torch/include/ATen/ops/argmin_meta_dispatch.h
torch/include/ATen/ops/argmin_native.h
torch/include/ATen/ops/argmin_ops.h
torch/include/ATen/ops/argsort.h
torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/argsort_native.h
torch/include/ATen/ops/argsort_ops.h
torch/include/ATen/ops/argwhere.h
torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/argwhere_native.h
torch/include/ATen/ops/argwhere_ops.h
torch/include/ATen/ops/as_strided.h
torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/as_strided_copy.h
torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/as_strided_copy_native.h
torch/include/ATen/ops/as_strided_copy_ops.h
torch/include/ATen/ops/as_strided_cpu_dispatch.h
torch/include/ATen/ops/as_strided_cuda_dispatch.h
torch/include/ATen/ops/as_strided_meta_dispatch.h
torch/include/ATen/ops/as_strided_native.h
torch/include/ATen/ops/as_strided_ops.h
torch/include/ATen/ops/as_strided_scatter.h
torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/as_strided_scatter_native.h
torch/include/ATen/ops/as_strided_scatter_ops.h
torch/include/ATen/ops/asin.h
torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/asin_cpu_dispatch.h
torch/include/ATen/ops/asin_cuda_dispatch.h
torch/include/ATen/ops/asin_meta.h
torch/include/ATen/ops/asin_meta_dispatch.h
torch/include/ATen/ops/asin_native.h
torch/include/ATen/ops/asin_ops.h
torch/include/ATen/ops/asinh.h
torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/asinh_cpu_dispatch.h
torch/include/ATen/ops/asinh_cuda_dispatch.h
torch/include/ATen/ops/asinh_meta.h
torch/include/ATen/ops/asinh_meta_dispatch.h
torch/include/ATen/ops/asinh_native.h
torch/include/ATen/ops/asinh_ops.h
torch/include/ATen/ops/atan.h
torch/include/ATen/ops/atan2.h
torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/atan2_cpu_dispatch.h
torch/include/ATen/ops/atan2_cuda_dispatch.h
torch/include/ATen/ops/atan2_meta.h
torch/include/ATen/ops/atan2_meta_dispatch.h
torch/include/ATen/ops/atan2_native.h
torch/include/ATen/ops/atan2_ops.h
torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/atan_cpu_dispatch.h
torch/include/ATen/ops/atan_cuda_dispatch.h
torch/include/ATen/ops/atan_meta.h
torch/include/ATen/ops/atan_meta_dispatch.h
torch/include/ATen/ops/atan_native.h
torch/include/ATen/ops/atan_ops.h
torch/include/ATen/ops/atanh.h
torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/atanh_cpu_dispatch.h
torch/include/ATen/ops/atanh_cuda_dispatch.h
torch/include/ATen/ops/atanh_meta.h
torch/include/ATen/ops/atanh_meta_dispatch.h
torch/include/ATen/ops/atanh_native.h
torch/include/ATen/ops/atanh_ops.h
torch/include/ATen/ops/atleast_1d.h
torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/atleast_1d_native.h
torch/include/ATen/ops/atleast_1d_ops.h
torch/include/ATen/ops/atleast_2d.h
torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/atleast_2d_native.h
torch/include/ATen/ops/atleast_2d_ops.h
torch/include/ATen/ops/atleast_3d.h
torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/atleast_3d_native.h
torch/include/ATen/ops/atleast_3d_ops.h
torch/include/ATen/ops/avg_pool1d.h
torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/avg_pool1d_native.h
torch/include/ATen/ops/avg_pool1d_ops.h
torch/include/ATen/ops/avg_pool2d.h
torch/include/ATen/ops/avg_pool2d_backward.h
torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h
torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h
torch/include/ATen/ops/avg_pool2d_backward_meta.h
torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h
torch/include/ATen/ops/avg_pool2d_backward_native.h
torch/include/ATen/ops/avg_pool2d_backward_ops.h
torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h
torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h
torch/include/ATen/ops/avg_pool2d_meta.h
torch/include/ATen/ops/avg_pool2d_meta_dispatch.h
torch/include/ATen/ops/avg_pool2d_native.h
torch/include/ATen/ops/avg_pool2d_ops.h
torch/include/ATen/ops/avg_pool3d.h
torch/include/ATen/ops/avg_pool3d_backward.h
torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h
torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h
torch/include/ATen/ops/avg_pool3d_backward_meta.h
torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h
torch/include/ATen/ops/avg_pool3d_backward_native.h
torch/include/ATen/ops/avg_pool3d_backward_ops.h
torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h
torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h
torch/include/ATen/ops/avg_pool3d_meta.h
torch/include/ATen/ops/avg_pool3d_meta_dispatch.h
torch/include/ATen/ops/avg_pool3d_native.h
torch/include/ATen/ops/avg_pool3d_ops.h
torch/include/ATen/ops/baddbmm.h
torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/baddbmm_cpu_dispatch.h
torch/include/ATen/ops/baddbmm_cuda_dispatch.h
torch/include/ATen/ops/baddbmm_meta.h
torch/include/ATen/ops/baddbmm_meta_dispatch.h
torch/include/ATen/ops/baddbmm_native.h
torch/include/ATen/ops/baddbmm_ops.h
torch/include/ATen/ops/bartlett_window.h
torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bartlett_window_native.h
torch/include/ATen/ops/bartlett_window_ops.h
torch/include/ATen/ops/batch_norm.h
torch/include/ATen/ops/batch_norm_backward.h
torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h
torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_backward_elemt.h
torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_backward_elemt_native.h
torch/include/ATen/ops/batch_norm_backward_elemt_ops.h
torch/include/ATen/ops/batch_norm_backward_native.h
torch/include/ATen/ops/batch_norm_backward_ops.h
torch/include/ATen/ops/batch_norm_backward_reduce.h
torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_backward_reduce_native.h
torch/include/ATen/ops/batch_norm_backward_reduce_ops.h
torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_elemt.h
torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_elemt_native.h
torch/include/ATen/ops/batch_norm_elemt_ops.h
torch/include/ATen/ops/batch_norm_gather_stats.h
torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_gather_stats_native.h
torch/include/ATen/ops/batch_norm_gather_stats_ops.h
torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h
torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h
torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h
torch/include/ATen/ops/batch_norm_native.h
torch/include/ATen/ops/batch_norm_ops.h
torch/include/ATen/ops/batch_norm_stats.h
torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_stats_native.h
torch/include/ATen/ops/batch_norm_stats_ops.h
torch/include/ATen/ops/batch_norm_update_stats.h
torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h
torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h
torch/include/ATen/ops/batch_norm_update_stats_native.h
torch/include/ATen/ops/batch_norm_update_stats_ops.h
torch/include/ATen/ops/bernoulli.h
torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bernoulli_cpu_dispatch.h
torch/include/ATen/ops/bernoulli_cuda_dispatch.h
torch/include/ATen/ops/bernoulli_meta_dispatch.h
torch/include/ATen/ops/bernoulli_native.h
torch/include/ATen/ops/bernoulli_ops.h
torch/include/ATen/ops/bilinear.h
torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/bilinear_native.h
torch/include/ATen/ops/bilinear_ops.h
torch/include/ATen/ops/binary_cross_entropy.h
torch/include/ATen/ops/binary_cross_entropy_backward.h
torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h
torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h
torch/include/ATen/ops/binary_cross_entropy_backward_native.h
torch/include/ATen/ops/binary_cross_entropy_backward_ops.h
torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h
torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h
torch/include/ATen/ops/binary_cross_entropy_native.h
torch/include/ATen/ops/binary_cross_entropy_ops.h
torch/include/ATen/ops/binary_cross_entropy_with_logits.h
torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h
torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h
torch/include/ATen/ops/bincount.h
torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bincount_cpu_dispatch.h
torch/include/ATen/ops/bincount_cuda_dispatch.h
torch/include/ATen/ops/bincount_native.h
torch/include/ATen/ops/bincount_ops.h
torch/include/ATen/ops/binomial.h
torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/binomial_cpu_dispatch.h
torch/include/ATen/ops/binomial_cuda_dispatch.h
torch/include/ATen/ops/binomial_native.h
torch/include/ATen/ops/binomial_ops.h
torch/include/ATen/ops/bitwise_and.h
torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bitwise_and_cpu_dispatch.h
torch/include/ATen/ops/bitwise_and_cuda_dispatch.h
torch/include/ATen/ops/bitwise_and_meta.h
torch/include/ATen/ops/bitwise_and_meta_dispatch.h
torch/include/ATen/ops/bitwise_and_native.h
torch/include/ATen/ops/bitwise_and_ops.h
torch/include/ATen/ops/bitwise_left_shift.h
torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h
torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h
torch/include/ATen/ops/bitwise_left_shift_meta.h
torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h
torch/include/ATen/ops/bitwise_left_shift_native.h
torch/include/ATen/ops/bitwise_left_shift_ops.h
torch/include/ATen/ops/bitwise_not.h
torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bitwise_not_cpu_dispatch.h
torch/include/ATen/ops/bitwise_not_cuda_dispatch.h
torch/include/ATen/ops/bitwise_not_meta.h
torch/include/ATen/ops/bitwise_not_meta_dispatch.h
torch/include/ATen/ops/bitwise_not_native.h
torch/include/ATen/ops/bitwise_not_ops.h
torch/include/ATen/ops/bitwise_or.h
torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bitwise_or_cpu_dispatch.h
torch/include/ATen/ops/bitwise_or_cuda_dispatch.h
torch/include/ATen/ops/bitwise_or_meta.h
torch/include/ATen/ops/bitwise_or_meta_dispatch.h
torch/include/ATen/ops/bitwise_or_native.h
torch/include/ATen/ops/bitwise_or_ops.h
torch/include/ATen/ops/bitwise_right_shift.h
torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h
torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h
torch/include/ATen/ops/bitwise_right_shift_meta.h
torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h
torch/include/ATen/ops/bitwise_right_shift_native.h
torch/include/ATen/ops/bitwise_right_shift_ops.h
torch/include/ATen/ops/bitwise_xor.h
torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h
torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h
torch/include/ATen/ops/bitwise_xor_meta.h
torch/include/ATen/ops/bitwise_xor_meta_dispatch.h
torch/include/ATen/ops/bitwise_xor_native.h
torch/include/ATen/ops/bitwise_xor_ops.h
torch/include/ATen/ops/blackman_window.h
torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/blackman_window_native.h
torch/include/ATen/ops/blackman_window_ops.h
torch/include/ATen/ops/block_diag.h
torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/block_diag_native.h
torch/include/ATen/ops/block_diag_ops.h
torch/include/ATen/ops/bmm.h
torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/bmm_cpu_dispatch.h
torch/include/ATen/ops/bmm_cuda_dispatch.h
torch/include/ATen/ops/bmm_meta.h
torch/include/ATen/ops/bmm_meta_dispatch.h
torch/include/ATen/ops/bmm_native.h
torch/include/ATen/ops/bmm_ops.h
torch/include/ATen/ops/broadcast_tensors.h
torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/broadcast_tensors_native.h
torch/include/ATen/ops/broadcast_tensors_ops.h
torch/include/ATen/ops/broadcast_to.h
torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/broadcast_to_native.h
torch/include/ATen/ops/broadcast_to_ops.h
torch/include/ATen/ops/bucketize.h
torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/bucketize_cpu_dispatch.h
torch/include/ATen/ops/bucketize_cuda_dispatch.h
torch/include/ATen/ops/bucketize_native.h
torch/include/ATen/ops/bucketize_ops.h
torch/include/ATen/ops/can_cast.h
torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/can_cast_native.h
torch/include/ATen/ops/can_cast_ops.h
torch/include/ATen/ops/cartesian_prod.h
torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cartesian_prod_native.h
torch/include/ATen/ops/cartesian_prod_ops.h
torch/include/ATen/ops/cat.h
torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cat_cpu_dispatch.h
torch/include/ATen/ops/cat_cuda_dispatch.h
torch/include/ATen/ops/cat_meta.h
torch/include/ATen/ops/cat_meta_dispatch.h
torch/include/ATen/ops/cat_native.h
torch/include/ATen/ops/cat_ops.h
torch/include/ATen/ops/cauchy.h
torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cauchy_cpu_dispatch.h
torch/include/ATen/ops/cauchy_cuda_dispatch.h
torch/include/ATen/ops/cauchy_meta_dispatch.h
torch/include/ATen/ops/cauchy_native.h
torch/include/ATen/ops/cauchy_ops.h
torch/include/ATen/ops/ccol_indices.h
torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/ccol_indices_copy.h
torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/ccol_indices_copy_native.h
torch/include/ATen/ops/ccol_indices_copy_ops.h
torch/include/ATen/ops/ccol_indices_native.h
torch/include/ATen/ops/ccol_indices_ops.h
torch/include/ATen/ops/cdist.h
torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cdist_native.h
torch/include/ATen/ops/cdist_ops.h
torch/include/ATen/ops/ceil.h
torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/ceil_cpu_dispatch.h
torch/include/ATen/ops/ceil_cuda_dispatch.h
torch/include/ATen/ops/ceil_meta.h
torch/include/ATen/ops/ceil_meta_dispatch.h
torch/include/ATen/ops/ceil_native.h
torch/include/ATen/ops/ceil_ops.h
torch/include/ATen/ops/celu.h
torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/celu_native.h
torch/include/ATen/ops/celu_ops.h
torch/include/ATen/ops/chain_matmul.h
torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/chain_matmul_native.h
torch/include/ATen/ops/chain_matmul_ops.h
torch/include/ATen/ops/chalf.h
torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/chalf_native.h
torch/include/ATen/ops/chalf_ops.h
torch/include/ATen/ops/channel_shuffle.h
torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h
torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h
torch/include/ATen/ops/channel_shuffle_native.h
torch/include/ATen/ops/channel_shuffle_ops.h
torch/include/ATen/ops/cholesky.h
torch/include/ATen/ops/cholesky_cpu_dispatch.h
torch/include/ATen/ops/cholesky_cuda_dispatch.h
torch/include/ATen/ops/cholesky_inverse.h
torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h
torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h
torch/include/ATen/ops/cholesky_inverse_native.h
torch/include/ATen/ops/cholesky_inverse_ops.h
torch/include/ATen/ops/cholesky_native.h
torch/include/ATen/ops/cholesky_ops.h
torch/include/ATen/ops/cholesky_solve.h
torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cholesky_solve_native.h
torch/include/ATen/ops/cholesky_solve_ops.h
torch/include/ATen/ops/choose_qparams_optimized.h
torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/choose_qparams_optimized_native.h
torch/include/ATen/ops/choose_qparams_optimized_ops.h
torch/include/ATen/ops/chunk.h
torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/chunk_native.h
torch/include/ATen/ops/chunk_ops.h
torch/include/ATen/ops/clamp.h
torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/clamp_cpu_dispatch.h
torch/include/ATen/ops/clamp_cuda_dispatch.h
torch/include/ATen/ops/clamp_max.h
torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/clamp_max_cpu_dispatch.h
torch/include/ATen/ops/clamp_max_cuda_dispatch.h
torch/include/ATen/ops/clamp_max_meta.h
torch/include/ATen/ops/clamp_max_meta_dispatch.h
torch/include/ATen/ops/clamp_max_native.h
torch/include/ATen/ops/clamp_max_ops.h
torch/include/ATen/ops/clamp_meta.h
torch/include/ATen/ops/clamp_meta_dispatch.h
torch/include/ATen/ops/clamp_min.h
torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/clamp_min_cpu_dispatch.h
torch/include/ATen/ops/clamp_min_cuda_dispatch.h
torch/include/ATen/ops/clamp_min_meta.h
torch/include/ATen/ops/clamp_min_meta_dispatch.h
torch/include/ATen/ops/clamp_min_native.h
torch/include/ATen/ops/clamp_min_ops.h
torch/include/ATen/ops/clamp_native.h
torch/include/ATen/ops/clamp_ops.h
torch/include/ATen/ops/clip.h
torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/clip_native.h
torch/include/ATen/ops/clip_ops.h
torch/include/ATen/ops/clone.h
torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/clone_native.h
torch/include/ATen/ops/clone_ops.h
torch/include/ATen/ops/coalesce.h
torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/coalesce_native.h
torch/include/ATen/ops/coalesce_ops.h
torch/include/ATen/ops/col2im.h
torch/include/ATen/ops/col2im_cpu_dispatch.h
torch/include/ATen/ops/col2im_cuda_dispatch.h
torch/include/ATen/ops/col2im_native.h
torch/include/ATen/ops/col2im_ops.h
torch/include/ATen/ops/col_indices.h
torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/col_indices_copy.h
torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/col_indices_copy_native.h
torch/include/ATen/ops/col_indices_copy_ops.h
torch/include/ATen/ops/col_indices_native.h
torch/include/ATen/ops/col_indices_ops.h
torch/include/ATen/ops/column_stack.h
torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/column_stack_native.h
torch/include/ATen/ops/column_stack_ops.h
torch/include/ATen/ops/combinations.h
torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/combinations_native.h
torch/include/ATen/ops/combinations_ops.h
torch/include/ATen/ops/complex.h
torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/complex_cpu_dispatch.h
torch/include/ATen/ops/complex_cuda_dispatch.h
torch/include/ATen/ops/complex_native.h
torch/include/ATen/ops/complex_ops.h
torch/include/ATen/ops/concat.h
torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/concat_native.h
torch/include/ATen/ops/concat_ops.h
torch/include/ATen/ops/concatenate.h
torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/concatenate_native.h
torch/include/ATen/ops/concatenate_ops.h
torch/include/ATen/ops/conj.h
torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conj_native.h
torch/include/ATen/ops/conj_ops.h
torch/include/ATen/ops/conj_physical.h
torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conj_physical_cpu_dispatch.h
torch/include/ATen/ops/conj_physical_cuda_dispatch.h
torch/include/ATen/ops/conj_physical_native.h
torch/include/ATen/ops/conj_physical_ops.h
torch/include/ATen/ops/constant_pad_nd.h
torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/constant_pad_nd_native.h
torch/include/ATen/ops/constant_pad_nd_ops.h
torch/include/ATen/ops/contiguous.h
torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/contiguous_native.h
torch/include/ATen/ops/contiguous_ops.h
torch/include/ATen/ops/conv1d.h
torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv1d_native.h
torch/include/ATen/ops/conv1d_ops.h
torch/include/ATen/ops/conv2d.h
torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv2d_native.h
torch/include/ATen/ops/conv2d_ops.h
torch/include/ATen/ops/conv3d.h
torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv3d_native.h
torch/include/ATen/ops/conv3d_ops.h
torch/include/ATen/ops/conv_depthwise3d.h
torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h
torch/include/ATen/ops/conv_depthwise3d_native.h
torch/include/ATen/ops/conv_depthwise3d_ops.h
torch/include/ATen/ops/conv_tbc.h
torch/include/ATen/ops/conv_tbc_backward.h
torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv_tbc_backward_native.h
torch/include/ATen/ops/conv_tbc_backward_ops.h
torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/conv_tbc_native.h
torch/include/ATen/ops/conv_tbc_ops.h
torch/include/ATen/ops/conv_transpose1d.h
torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv_transpose1d_native.h
torch/include/ATen/ops/conv_transpose1d_ops.h
torch/include/ATen/ops/conv_transpose2d.h
torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv_transpose2d_native.h
torch/include/ATen/ops/conv_transpose2d_ops.h
torch/include/ATen/ops/conv_transpose3d.h
torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/conv_transpose3d_native.h
torch/include/ATen/ops/conv_transpose3d_ops.h
torch/include/ATen/ops/convolution.h
torch/include/ATen/ops/convolution_backward.h
torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/convolution_backward_cuda_dispatch.h
torch/include/ATen/ops/convolution_backward_native.h
torch/include/ATen/ops/convolution_backward_ops.h
torch/include/ATen/ops/convolution_backward_overrideable.h
torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/convolution_backward_overrideable_native.h
torch/include/ATen/ops/convolution_backward_overrideable_ops.h
torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/convolution_native.h
torch/include/ATen/ops/convolution_ops.h
torch/include/ATen/ops/convolution_overrideable.h
torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/convolution_overrideable_native.h
torch/include/ATen/ops/convolution_overrideable_ops.h
torch/include/ATen/ops/copy.h
torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/copy_meta_dispatch.h
torch/include/ATen/ops/copy_native.h
torch/include/ATen/ops/copy_ops.h
torch/include/ATen/ops/copy_sparse_to_sparse.h
torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h
torch/include/ATen/ops/copy_sparse_to_sparse_native.h
torch/include/ATen/ops/copy_sparse_to_sparse_ops.h
torch/include/ATen/ops/copysign.h
torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/copysign_cpu_dispatch.h
torch/include/ATen/ops/copysign_cuda_dispatch.h
torch/include/ATen/ops/copysign_meta.h
torch/include/ATen/ops/copysign_meta_dispatch.h
torch/include/ATen/ops/copysign_native.h
torch/include/ATen/ops/copysign_ops.h
torch/include/ATen/ops/corrcoef.h
torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/corrcoef_native.h
torch/include/ATen/ops/corrcoef_ops.h
torch/include/ATen/ops/cos.h
torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/cos_cpu_dispatch.h
torch/include/ATen/ops/cos_cuda_dispatch.h
torch/include/ATen/ops/cos_meta.h
torch/include/ATen/ops/cos_meta_dispatch.h
torch/include/ATen/ops/cos_native.h
torch/include/ATen/ops/cos_ops.h
torch/include/ATen/ops/cosh.h
torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/cosh_cpu_dispatch.h
torch/include/ATen/ops/cosh_cuda_dispatch.h
torch/include/ATen/ops/cosh_meta.h
torch/include/ATen/ops/cosh_meta_dispatch.h
torch/include/ATen/ops/cosh_native.h
torch/include/ATen/ops/cosh_ops.h
torch/include/ATen/ops/cosine_embedding_loss.h
torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cosine_embedding_loss_native.h
torch/include/ATen/ops/cosine_embedding_loss_ops.h
torch/include/ATen/ops/cosine_similarity.h
torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cosine_similarity_native.h
torch/include/ATen/ops/cosine_similarity_ops.h
torch/include/ATen/ops/count_nonzero.h
torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/count_nonzero_cpu_dispatch.h
torch/include/ATen/ops/count_nonzero_cuda_dispatch.h
torch/include/ATen/ops/count_nonzero_native.h
torch/include/ATen/ops/count_nonzero_ops.h
torch/include/ATen/ops/cov.h
torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cov_native.h
torch/include/ATen/ops/cov_ops.h
torch/include/ATen/ops/cross.h
torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cross_entropy_loss.h
torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cross_entropy_loss_native.h
torch/include/ATen/ops/cross_entropy_loss_ops.h
torch/include/ATen/ops/cross_native.h
torch/include/ATen/ops/cross_ops.h
torch/include/ATen/ops/crow_indices.h
torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/crow_indices_copy.h
torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/crow_indices_copy_native.h
torch/include/ATen/ops/crow_indices_copy_ops.h
torch/include/ATen/ops/crow_indices_native.h
torch/include/ATen/ops/crow_indices_ops.h
torch/include/ATen/ops/ctc_loss.h
torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/ctc_loss_native.h
torch/include/ATen/ops/ctc_loss_ops.h
torch/include/ATen/ops/cudnn_affine_grid_generator.h
torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h
torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h
torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h
torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h
torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h
torch/include/ATen/ops/cudnn_affine_grid_generator_native.h
torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h
torch/include/ATen/ops/cudnn_batch_norm.h
torch/include/ATen/ops/cudnn_batch_norm_backward.h
torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h
torch/include/ATen/ops/cudnn_batch_norm_backward_native.h
torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h
torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h
torch/include/ATen/ops/cudnn_batch_norm_native.h
torch/include/ATen/ops/cudnn_batch_norm_ops.h
torch/include/ATen/ops/cudnn_convolution.h
torch/include/ATen/ops/cudnn_convolution_add_relu.h
torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h
torch/include/ATen/ops/cudnn_convolution_add_relu_native.h
torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h
torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h
torch/include/ATen/ops/cudnn_convolution_native.h
torch/include/ATen/ops/cudnn_convolution_ops.h
torch/include/ATen/ops/cudnn_convolution_relu.h
torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h
torch/include/ATen/ops/cudnn_convolution_relu_native.h
torch/include/ATen/ops/cudnn_convolution_relu_ops.h
torch/include/ATen/ops/cudnn_convolution_transpose.h
torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h
torch/include/ATen/ops/cudnn_convolution_transpose_native.h
torch/include/ATen/ops/cudnn_convolution_transpose_ops.h
torch/include/ATen/ops/cudnn_grid_sampler.h
torch/include/ATen/ops/cudnn_grid_sampler_backward.h
torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h
torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h
torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h
torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h
torch/include/ATen/ops/cudnn_grid_sampler_native.h
torch/include/ATen/ops/cudnn_grid_sampler_ops.h
torch/include/ATen/ops/cudnn_is_acceptable.h
torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cudnn_is_acceptable_native.h
torch/include/ATen/ops/cudnn_is_acceptable_ops.h
torch/include/ATen/ops/cummax.h
torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cummax_native.h
torch/include/ATen/ops/cummax_ops.h
torch/include/ATen/ops/cummaxmin_backward.h
torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cummaxmin_backward_native.h
torch/include/ATen/ops/cummaxmin_backward_ops.h
torch/include/ATen/ops/cummin.h
torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cummin_native.h
torch/include/ATen/ops/cummin_ops.h
torch/include/ATen/ops/cumprod.h
torch/include/ATen/ops/cumprod_backward.h
torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cumprod_backward_native.h
torch/include/ATen/ops/cumprod_backward_ops.h
torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cumprod_cpu_dispatch.h
torch/include/ATen/ops/cumprod_cuda_dispatch.h
torch/include/ATen/ops/cumprod_meta.h
torch/include/ATen/ops/cumprod_meta_dispatch.h
torch/include/ATen/ops/cumprod_native.h
torch/include/ATen/ops/cumprod_ops.h
torch/include/ATen/ops/cumsum.h
torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cumsum_cpu_dispatch.h
torch/include/ATen/ops/cumsum_cuda_dispatch.h
torch/include/ATen/ops/cumsum_meta.h
torch/include/ATen/ops/cumsum_meta_dispatch.h
torch/include/ATen/ops/cumsum_native.h
torch/include/ATen/ops/cumsum_ops.h
torch/include/ATen/ops/cumulative_trapezoid.h
torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/cumulative_trapezoid_native.h
torch/include/ATen/ops/cumulative_trapezoid_ops.h
torch/include/ATen/ops/data.h
torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/data_native.h
torch/include/ATen/ops/data_ops.h
torch/include/ATen/ops/deg2rad.h
torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/deg2rad_native.h
torch/include/ATen/ops/deg2rad_ops.h
torch/include/ATen/ops/dense_dim.h
torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/dense_dim_native.h
torch/include/ATen/ops/dense_dim_ops.h
torch/include/ATen/ops/dequantize.h
torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/dequantize_cpu_dispatch.h
torch/include/ATen/ops/dequantize_cuda_dispatch.h
torch/include/ATen/ops/dequantize_native.h
torch/include/ATen/ops/dequantize_ops.h
torch/include/ATen/ops/det.h
torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/det_native.h
torch/include/ATen/ops/det_ops.h
torch/include/ATen/ops/detach.h
torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/detach_copy.h
torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/detach_copy_native.h
torch/include/ATen/ops/detach_copy_ops.h
torch/include/ATen/ops/detach_native.h
torch/include/ATen/ops/detach_ops.h
torch/include/ATen/ops/diag.h
torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/diag_embed.h
torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/diag_embed_native.h
torch/include/ATen/ops/diag_embed_ops.h
torch/include/ATen/ops/diag_native.h
torch/include/ATen/ops/diag_ops.h
torch/include/ATen/ops/diagflat.h
torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/diagflat_native.h
torch/include/ATen/ops/diagflat_ops.h
torch/include/ATen/ops/diagonal.h
torch/include/ATen/ops/diagonal_backward.h
torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/diagonal_backward_native.h
torch/include/ATen/ops/diagonal_backward_ops.h
torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/diagonal_copy.h
torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/diagonal_copy_native.h
torch/include/ATen/ops/diagonal_copy_ops.h
torch/include/ATen/ops/diagonal_native.h
torch/include/ATen/ops/diagonal_ops.h
torch/include/ATen/ops/diagonal_scatter.h
torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/diagonal_scatter_native.h
torch/include/ATen/ops/diagonal_scatter_ops.h
torch/include/ATen/ops/diff.h
torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/diff_native.h
torch/include/ATen/ops/diff_ops.h
torch/include/ATen/ops/digamma.h
torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/digamma_cpu_dispatch.h
torch/include/ATen/ops/digamma_cuda_dispatch.h
torch/include/ATen/ops/digamma_meta.h
torch/include/ATen/ops/digamma_meta_dispatch.h
torch/include/ATen/ops/digamma_native.h
torch/include/ATen/ops/digamma_ops.h
torch/include/ATen/ops/dist.h
torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/dist_native.h
torch/include/ATen/ops/dist_ops.h
torch/include/ATen/ops/div.h
torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/div_cpu_dispatch.h
torch/include/ATen/ops/div_cuda_dispatch.h
torch/include/ATen/ops/div_meta.h
torch/include/ATen/ops/div_meta_dispatch.h
torch/include/ATen/ops/div_native.h
torch/include/ATen/ops/div_ops.h
torch/include/ATen/ops/divide.h
torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/divide_native.h
torch/include/ATen/ops/divide_ops.h
torch/include/ATen/ops/dot.h
torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/dot_cpu_dispatch.h
torch/include/ATen/ops/dot_cuda_dispatch.h
torch/include/ATen/ops/dot_native.h
torch/include/ATen/ops/dot_ops.h
torch/include/ATen/ops/dropout.h
torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/dropout_native.h
torch/include/ATen/ops/dropout_ops.h
torch/include/ATen/ops/dsplit.h
torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/dsplit_native.h
torch/include/ATen/ops/dsplit_ops.h
torch/include/ATen/ops/dstack.h
torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/dstack_native.h
torch/include/ATen/ops/dstack_ops.h
torch/include/ATen/ops/einsum.h
torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/einsum_native.h
torch/include/ATen/ops/einsum_ops.h
torch/include/ATen/ops/elu.h
torch/include/ATen/ops/elu_backward.h
torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/elu_backward_cpu_dispatch.h
torch/include/ATen/ops/elu_backward_cuda_dispatch.h
torch/include/ATen/ops/elu_backward_meta.h
torch/include/ATen/ops/elu_backward_meta_dispatch.h
torch/include/ATen/ops/elu_backward_native.h
torch/include/ATen/ops/elu_backward_ops.h
torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/elu_cpu_dispatch.h
torch/include/ATen/ops/elu_cuda_dispatch.h
torch/include/ATen/ops/elu_meta.h
torch/include/ATen/ops/elu_meta_dispatch.h
torch/include/ATen/ops/elu_native.h
torch/include/ATen/ops/elu_ops.h
torch/include/ATen/ops/embedding.h
torch/include/ATen/ops/embedding_backward.h
torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/embedding_backward_native.h
torch/include/ATen/ops/embedding_backward_ops.h
torch/include/ATen/ops/embedding_bag.h
torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/embedding_bag_native.h
torch/include/ATen/ops/embedding_bag_ops.h
torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/embedding_dense_backward.h
torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h
torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h
torch/include/ATen/ops/embedding_dense_backward_native.h
torch/include/ATen/ops/embedding_dense_backward_ops.h
torch/include/ATen/ops/embedding_native.h
torch/include/ATen/ops/embedding_ops.h
torch/include/ATen/ops/embedding_renorm.h
torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h
torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h
torch/include/ATen/ops/embedding_renorm_meta_dispatch.h
torch/include/ATen/ops/embedding_renorm_native.h
torch/include/ATen/ops/embedding_renorm_ops.h
torch/include/ATen/ops/embedding_sparse_backward.h
torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/embedding_sparse_backward_native.h
torch/include/ATen/ops/embedding_sparse_backward_ops.h
torch/include/ATen/ops/empty.h
torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/empty_cpu_dispatch.h
torch/include/ATen/ops/empty_cuda_dispatch.h
torch/include/ATen/ops/empty_like.h
torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/empty_like_native.h
torch/include/ATen/ops/empty_like_ops.h
torch/include/ATen/ops/empty_meta_dispatch.h
torch/include/ATen/ops/empty_native.h
torch/include/ATen/ops/empty_ops.h
torch/include/ATen/ops/empty_permuted.h
torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/empty_permuted_native.h
torch/include/ATen/ops/empty_permuted_ops.h
torch/include/ATen/ops/empty_quantized.h
torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/empty_quantized_native.h
torch/include/ATen/ops/empty_quantized_ops.h
torch/include/ATen/ops/empty_strided.h
torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/empty_strided_cpu_dispatch.h
torch/include/ATen/ops/empty_strided_cuda_dispatch.h
torch/include/ATen/ops/empty_strided_meta_dispatch.h
torch/include/ATen/ops/empty_strided_native.h
torch/include/ATen/ops/empty_strided_ops.h
torch/include/ATen/ops/eq.h
torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/eq_cpu_dispatch.h
torch/include/ATen/ops/eq_cuda_dispatch.h
torch/include/ATen/ops/eq_meta.h
torch/include/ATen/ops/eq_meta_dispatch.h
torch/include/ATen/ops/eq_native.h
torch/include/ATen/ops/eq_ops.h
torch/include/ATen/ops/equal.h
torch/include/ATen/ops/equal_cpu_dispatch.h
torch/include/ATen/ops/equal_cuda_dispatch.h
torch/include/ATen/ops/equal_native.h
torch/include/ATen/ops/equal_ops.h
torch/include/ATen/ops/erf.h
torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/erf_cpu_dispatch.h
torch/include/ATen/ops/erf_cuda_dispatch.h
torch/include/ATen/ops/erf_meta.h
torch/include/ATen/ops/erf_meta_dispatch.h
torch/include/ATen/ops/erf_native.h
torch/include/ATen/ops/erf_ops.h
torch/include/ATen/ops/erfc.h
torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/erfc_cpu_dispatch.h
torch/include/ATen/ops/erfc_cuda_dispatch.h
torch/include/ATen/ops/erfc_meta.h
torch/include/ATen/ops/erfc_meta_dispatch.h
torch/include/ATen/ops/erfc_native.h
torch/include/ATen/ops/erfc_ops.h
torch/include/ATen/ops/erfinv.h
torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/erfinv_cpu_dispatch.h
torch/include/ATen/ops/erfinv_cuda_dispatch.h
torch/include/ATen/ops/erfinv_meta.h
torch/include/ATen/ops/erfinv_meta_dispatch.h
torch/include/ATen/ops/erfinv_native.h
torch/include/ATen/ops/erfinv_ops.h
torch/include/ATen/ops/exp.h
torch/include/ATen/ops/exp2.h
torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/exp2_cpu_dispatch.h
torch/include/ATen/ops/exp2_cuda_dispatch.h
torch/include/ATen/ops/exp2_meta.h
torch/include/ATen/ops/exp2_meta_dispatch.h
torch/include/ATen/ops/exp2_native.h
torch/include/ATen/ops/exp2_ops.h
torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/exp_cpu_dispatch.h
torch/include/ATen/ops/exp_cuda_dispatch.h
torch/include/ATen/ops/exp_meta.h
torch/include/ATen/ops/exp_meta_dispatch.h
torch/include/ATen/ops/exp_native.h
torch/include/ATen/ops/exp_ops.h
torch/include/ATen/ops/expand.h
torch/include/ATen/ops/expand_as.h
torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/expand_as_native.h
torch/include/ATen/ops/expand_as_ops.h
torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/expand_copy.h
torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/expand_copy_native.h
torch/include/ATen/ops/expand_copy_ops.h
torch/include/ATen/ops/expand_native.h
torch/include/ATen/ops/expand_ops.h
torch/include/ATen/ops/expm1.h
torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/expm1_cpu_dispatch.h
torch/include/ATen/ops/expm1_cuda_dispatch.h
torch/include/ATen/ops/expm1_meta.h
torch/include/ATen/ops/expm1_meta_dispatch.h
torch/include/ATen/ops/expm1_native.h
torch/include/ATen/ops/expm1_ops.h
torch/include/ATen/ops/exponential.h
torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/exponential_cpu_dispatch.h
torch/include/ATen/ops/exponential_cuda_dispatch.h
torch/include/ATen/ops/exponential_meta_dispatch.h
torch/include/ATen/ops/exponential_native.h
torch/include/ATen/ops/exponential_ops.h
torch/include/ATen/ops/eye.h
torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/eye_cpu_dispatch.h
torch/include/ATen/ops/eye_cuda_dispatch.h
torch/include/ATen/ops/eye_meta_dispatch.h
torch/include/ATen/ops/eye_native.h
torch/include/ATen/ops/eye_ops.h
torch/include/ATen/ops/fake_quantize_per_channel_affine.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h
torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h
torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h
torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h
torch/include/ATen/ops/fbgemm_linear_int8_weight.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h
torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h
torch/include/ATen/ops/fbgemm_linear_quantize_weight.h
torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h
torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h
torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h
torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h
torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h
torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h
torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h
torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h
torch/include/ATen/ops/feature_alpha_dropout.h
torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/feature_alpha_dropout_native.h
torch/include/ATen/ops/feature_alpha_dropout_ops.h
torch/include/ATen/ops/feature_dropout.h
torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/feature_dropout_native.h
torch/include/ATen/ops/feature_dropout_ops.h
torch/include/ATen/ops/fft_fft.h
torch/include/ATen/ops/fft_fft2.h
torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_fft2_native.h
torch/include/ATen/ops/fft_fft2_ops.h
torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_fft_native.h
torch/include/ATen/ops/fft_fft_ops.h
torch/include/ATen/ops/fft_fftfreq.h
torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/fft_fftfreq_native.h
torch/include/ATen/ops/fft_fftfreq_ops.h
torch/include/ATen/ops/fft_fftn.h
torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_fftn_native.h
torch/include/ATen/ops/fft_fftn_ops.h
torch/include/ATen/ops/fft_fftshift.h
torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_fftshift_native.h
torch/include/ATen/ops/fft_fftshift_ops.h
torch/include/ATen/ops/fft_hfft.h
torch/include/ATen/ops/fft_hfft2.h
torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_hfft2_native.h
torch/include/ATen/ops/fft_hfft2_ops.h
torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_hfft_native.h
torch/include/ATen/ops/fft_hfft_ops.h
torch/include/ATen/ops/fft_hfftn.h
torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_hfftn_native.h
torch/include/ATen/ops/fft_hfftn_ops.h
torch/include/ATen/ops/fft_ifft.h
torch/include/ATen/ops/fft_ifft2.h
torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ifft2_native.h
torch/include/ATen/ops/fft_ifft2_ops.h
torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ifft_native.h
torch/include/ATen/ops/fft_ifft_ops.h
torch/include/ATen/ops/fft_ifftn.h
torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ifftn_native.h
torch/include/ATen/ops/fft_ifftn_ops.h
torch/include/ATen/ops/fft_ifftshift.h
torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ifftshift_native.h
torch/include/ATen/ops/fft_ifftshift_ops.h
torch/include/ATen/ops/fft_ihfft.h
torch/include/ATen/ops/fft_ihfft2.h
torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ihfft2_native.h
torch/include/ATen/ops/fft_ihfft2_ops.h
torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ihfft_native.h
torch/include/ATen/ops/fft_ihfft_ops.h
torch/include/ATen/ops/fft_ihfftn.h
torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_ihfftn_native.h
torch/include/ATen/ops/fft_ihfftn_ops.h
torch/include/ATen/ops/fft_irfft.h
torch/include/ATen/ops/fft_irfft2.h
torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_irfft2_native.h
torch/include/ATen/ops/fft_irfft2_ops.h
torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_irfft_native.h
torch/include/ATen/ops/fft_irfft_ops.h
torch/include/ATen/ops/fft_irfftn.h
torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_irfftn_native.h
torch/include/ATen/ops/fft_irfftn_ops.h
torch/include/ATen/ops/fft_rfft.h
torch/include/ATen/ops/fft_rfft2.h
torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_rfft2_native.h
torch/include/ATen/ops/fft_rfft2_ops.h
torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_rfft_native.h
torch/include/ATen/ops/fft_rfft_ops.h
torch/include/ATen/ops/fft_rfftfreq.h
torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/fft_rfftfreq_native.h
torch/include/ATen/ops/fft_rfftfreq_ops.h
torch/include/ATen/ops/fft_rfftn.h
torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fft_rfftn_native.h
torch/include/ATen/ops/fft_rfftn_ops.h
torch/include/ATen/ops/fill.h
torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/fill_cpu_dispatch.h
torch/include/ATen/ops/fill_cuda_dispatch.h
torch/include/ATen/ops/fill_diagonal.h
torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fill_diagonal_native.h
torch/include/ATen/ops/fill_diagonal_ops.h
torch/include/ATen/ops/fill_meta_dispatch.h
torch/include/ATen/ops/fill_native.h
torch/include/ATen/ops/fill_ops.h
torch/include/ATen/ops/fix.h
torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fix_native.h
torch/include/ATen/ops/fix_ops.h
torch/include/ATen/ops/flatten.h
torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/flatten_dense_tensors.h
torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/flatten_dense_tensors_native.h
torch/include/ATen/ops/flatten_dense_tensors_ops.h
torch/include/ATen/ops/flatten_native.h
torch/include/ATen/ops/flatten_ops.h
torch/include/ATen/ops/flip.h
torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/flip_cpu_dispatch.h
torch/include/ATen/ops/flip_cuda_dispatch.h
torch/include/ATen/ops/flip_native.h
torch/include/ATen/ops/flip_ops.h
torch/include/ATen/ops/fliplr.h
torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fliplr_native.h
torch/include/ATen/ops/fliplr_ops.h
torch/include/ATen/ops/flipud.h
torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/flipud_native.h
torch/include/ATen/ops/flipud_ops.h
torch/include/ATen/ops/float_power.h
torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/float_power_native.h
torch/include/ATen/ops/float_power_ops.h
torch/include/ATen/ops/floor.h
torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/floor_cpu_dispatch.h
torch/include/ATen/ops/floor_cuda_dispatch.h
torch/include/ATen/ops/floor_divide.h
torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/floor_divide_cpu_dispatch.h
torch/include/ATen/ops/floor_divide_cuda_dispatch.h
torch/include/ATen/ops/floor_divide_meta_dispatch.h
torch/include/ATen/ops/floor_divide_native.h
torch/include/ATen/ops/floor_divide_ops.h
torch/include/ATen/ops/floor_meta.h
torch/include/ATen/ops/floor_meta_dispatch.h
torch/include/ATen/ops/floor_native.h
torch/include/ATen/ops/floor_ops.h
torch/include/ATen/ops/fmax.h
torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/fmax_cpu_dispatch.h
torch/include/ATen/ops/fmax_cuda_dispatch.h
torch/include/ATen/ops/fmax_meta.h
torch/include/ATen/ops/fmax_meta_dispatch.h
torch/include/ATen/ops/fmax_native.h
torch/include/ATen/ops/fmax_ops.h
torch/include/ATen/ops/fmin.h
torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/fmin_cpu_dispatch.h
torch/include/ATen/ops/fmin_cuda_dispatch.h
torch/include/ATen/ops/fmin_meta.h
torch/include/ATen/ops/fmin_meta_dispatch.h
torch/include/ATen/ops/fmin_native.h
torch/include/ATen/ops/fmin_ops.h
torch/include/ATen/ops/fmod.h
torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/fmod_cpu_dispatch.h
torch/include/ATen/ops/fmod_cuda_dispatch.h
torch/include/ATen/ops/fmod_meta.h
torch/include/ATen/ops/fmod_meta_dispatch.h
torch/include/ATen/ops/fmod_native.h
torch/include/ATen/ops/fmod_ops.h
torch/include/ATen/ops/frac.h
torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/frac_cpu_dispatch.h
torch/include/ATen/ops/frac_cuda_dispatch.h
torch/include/ATen/ops/frac_meta.h
torch/include/ATen/ops/frac_meta_dispatch.h
torch/include/ATen/ops/frac_native.h
torch/include/ATen/ops/frac_ops.h
torch/include/ATen/ops/fractional_max_pool2d.h
torch/include/ATen/ops/fractional_max_pool2d_backward.h
torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h
torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_backward_native.h
torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h
torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_meta.h
torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h
torch/include/ATen/ops/fractional_max_pool2d_native.h
torch/include/ATen/ops/fractional_max_pool2d_ops.h
torch/include/ATen/ops/fractional_max_pool3d.h
torch/include/ATen/ops/fractional_max_pool3d_backward.h
torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h
torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h
torch/include/ATen/ops/fractional_max_pool3d_backward_native.h
torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h
torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h
torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h
torch/include/ATen/ops/fractional_max_pool3d_meta.h
torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h
torch/include/ATen/ops/fractional_max_pool3d_native.h
torch/include/ATen/ops/fractional_max_pool3d_ops.h
torch/include/ATen/ops/frexp.h
torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/frexp_cpu_dispatch.h
torch/include/ATen/ops/frexp_cuda_dispatch.h
torch/include/ATen/ops/frexp_native.h
torch/include/ATen/ops/frexp_ops.h
torch/include/ATen/ops/frobenius_norm.h
torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/frobenius_norm_native.h
torch/include/ATen/ops/frobenius_norm_ops.h
torch/include/ATen/ops/from_blob.h
torch/include/ATen/ops/from_file.h
torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/from_file_cpu_dispatch.h
torch/include/ATen/ops/from_file_native.h
torch/include/ATen/ops/from_file_ops.h
torch/include/ATen/ops/full.h
torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/full_like.h
torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/full_like_native.h
torch/include/ATen/ops/full_like_ops.h
torch/include/ATen/ops/full_native.h
torch/include/ATen/ops/full_ops.h
torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h
torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h
torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h
torch/include/ATen/ops/gather.h
torch/include/ATen/ops/gather_backward.h
torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/gather_backward_native.h
torch/include/ATen/ops/gather_backward_ops.h
torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/gather_cpu_dispatch.h
torch/include/ATen/ops/gather_cuda_dispatch.h
torch/include/ATen/ops/gather_meta.h
torch/include/ATen/ops/gather_meta_dispatch.h
torch/include/ATen/ops/gather_native.h
torch/include/ATen/ops/gather_ops.h
torch/include/ATen/ops/gcd.h
torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/gcd_cpu_dispatch.h
torch/include/ATen/ops/gcd_cuda_dispatch.h
torch/include/ATen/ops/gcd_meta.h
torch/include/ATen/ops/gcd_meta_dispatch.h
torch/include/ATen/ops/gcd_native.h
torch/include/ATen/ops/gcd_ops.h
torch/include/ATen/ops/ge.h
torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/ge_cpu_dispatch.h
torch/include/ATen/ops/ge_cuda_dispatch.h
torch/include/ATen/ops/ge_meta.h
torch/include/ATen/ops/ge_meta_dispatch.h
torch/include/ATen/ops/ge_native.h
torch/include/ATen/ops/ge_ops.h
torch/include/ATen/ops/gelu.h
torch/include/ATen/ops/gelu_backward.h
torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/gelu_backward_cpu_dispatch.h
torch/include/ATen/ops/gelu_backward_cuda_dispatch.h
torch/include/ATen/ops/gelu_backward_meta.h
torch/include/ATen/ops/gelu_backward_meta_dispatch.h
torch/include/ATen/ops/gelu_backward_native.h
torch/include/ATen/ops/gelu_backward_ops.h
torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/gelu_cpu_dispatch.h
torch/include/ATen/ops/gelu_cuda_dispatch.h
torch/include/ATen/ops/gelu_meta.h
torch/include/ATen/ops/gelu_meta_dispatch.h
torch/include/ATen/ops/gelu_native.h
torch/include/ATen/ops/gelu_ops.h
torch/include/ATen/ops/geometric.h
torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/geometric_cpu_dispatch.h
torch/include/ATen/ops/geometric_cuda_dispatch.h
torch/include/ATen/ops/geometric_meta_dispatch.h
torch/include/ATen/ops/geometric_native.h
torch/include/ATen/ops/geometric_ops.h
torch/include/ATen/ops/geqrf.h
torch/include/ATen/ops/geqrf_cpu_dispatch.h
torch/include/ATen/ops/geqrf_cuda_dispatch.h
torch/include/ATen/ops/geqrf_native.h
torch/include/ATen/ops/geqrf_ops.h
torch/include/ATen/ops/ger.h
torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/ger_native.h
torch/include/ATen/ops/ger_ops.h
torch/include/ATen/ops/glu.h
torch/include/ATen/ops/glu_backward.h
torch/include/ATen/ops/glu_backward_cpu_dispatch.h
torch/include/ATen/ops/glu_backward_cuda_dispatch.h
torch/include/ATen/ops/glu_backward_jvp.h
torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h
torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h
torch/include/ATen/ops/glu_backward_jvp_native.h
torch/include/ATen/ops/glu_backward_jvp_ops.h
torch/include/ATen/ops/glu_backward_native.h
torch/include/ATen/ops/glu_backward_ops.h
torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/glu_cpu_dispatch.h
torch/include/ATen/ops/glu_cuda_dispatch.h
torch/include/ATen/ops/glu_jvp.h
torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/glu_jvp_cpu_dispatch.h
torch/include/ATen/ops/glu_jvp_cuda_dispatch.h
torch/include/ATen/ops/glu_jvp_native.h
torch/include/ATen/ops/glu_jvp_ops.h
torch/include/ATen/ops/glu_meta.h
torch/include/ATen/ops/glu_meta_dispatch.h
torch/include/ATen/ops/glu_native.h
torch/include/ATen/ops/glu_ops.h
torch/include/ATen/ops/gradient.h
torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/gradient_native.h
torch/include/ATen/ops/gradient_ops.h
torch/include/ATen/ops/greater.h
torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/greater_equal.h
torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/greater_equal_native.h
torch/include/ATen/ops/greater_equal_ops.h
torch/include/ATen/ops/greater_native.h
torch/include/ATen/ops/greater_ops.h
torch/include/ATen/ops/grid_sampler.h
torch/include/ATen/ops/grid_sampler_2d.h
torch/include/ATen/ops/grid_sampler_2d_backward.h
torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h
torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h
torch/include/ATen/ops/grid_sampler_2d_backward_native.h
torch/include/ATen/ops/grid_sampler_2d_backward_ops.h
torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h
torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h
torch/include/ATen/ops/grid_sampler_2d_native.h
torch/include/ATen/ops/grid_sampler_2d_ops.h
torch/include/ATen/ops/grid_sampler_3d.h
torch/include/ATen/ops/grid_sampler_3d_backward.h
torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h
torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h
torch/include/ATen/ops/grid_sampler_3d_backward_native.h
torch/include/ATen/ops/grid_sampler_3d_backward_ops.h
torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h
torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h
torch/include/ATen/ops/grid_sampler_3d_native.h
torch/include/ATen/ops/grid_sampler_3d_ops.h
torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/grid_sampler_native.h
torch/include/ATen/ops/grid_sampler_ops.h
torch/include/ATen/ops/group_norm.h
torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/group_norm_native.h
torch/include/ATen/ops/group_norm_ops.h
torch/include/ATen/ops/gru.h
torch/include/ATen/ops/gru_cell.h
torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/gru_cell_native.h
torch/include/ATen/ops/gru_cell_ops.h
torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/gru_native.h
torch/include/ATen/ops/gru_ops.h
torch/include/ATen/ops/gt.h
torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/gt_cpu_dispatch.h
torch/include/ATen/ops/gt_cuda_dispatch.h
torch/include/ATen/ops/gt_meta.h
torch/include/ATen/ops/gt_meta_dispatch.h
torch/include/ATen/ops/gt_native.h
torch/include/ATen/ops/gt_ops.h
torch/include/ATen/ops/hamming_window.h
torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/hamming_window_native.h
torch/include/ATen/ops/hamming_window_ops.h
torch/include/ATen/ops/hann_window.h
torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/hann_window_native.h
torch/include/ATen/ops/hann_window_ops.h
torch/include/ATen/ops/hardshrink.h
torch/include/ATen/ops/hardshrink_backward.h
torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h
torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h
torch/include/ATen/ops/hardshrink_backward_meta.h
torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h
torch/include/ATen/ops/hardshrink_backward_native.h
torch/include/ATen/ops/hardshrink_backward_ops.h
torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/hardshrink_cpu_dispatch.h
torch/include/ATen/ops/hardshrink_cuda_dispatch.h
torch/include/ATen/ops/hardshrink_meta.h
torch/include/ATen/ops/hardshrink_meta_dispatch.h
torch/include/ATen/ops/hardshrink_native.h
torch/include/ATen/ops/hardshrink_ops.h
torch/include/ATen/ops/hardsigmoid.h
torch/include/ATen/ops/hardsigmoid_backward.h
torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h
torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h
torch/include/ATen/ops/hardsigmoid_backward_meta.h
torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h
torch/include/ATen/ops/hardsigmoid_backward_native.h
torch/include/ATen/ops/hardsigmoid_backward_ops.h
torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h
torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h
torch/include/ATen/ops/hardsigmoid_meta.h
torch/include/ATen/ops/hardsigmoid_meta_dispatch.h
torch/include/ATen/ops/hardsigmoid_native.h
torch/include/ATen/ops/hardsigmoid_ops.h
torch/include/ATen/ops/hardswish.h
torch/include/ATen/ops/hardswish_backward.h
torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h
torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h
torch/include/ATen/ops/hardswish_backward_native.h
torch/include/ATen/ops/hardswish_backward_ops.h
torch/include/ATen/ops/hardswish_cpu_dispatch.h
torch/include/ATen/ops/hardswish_cuda_dispatch.h
torch/include/ATen/ops/hardswish_meta_dispatch.h
torch/include/ATen/ops/hardswish_native.h
torch/include/ATen/ops/hardswish_ops.h
torch/include/ATen/ops/hardtanh.h
torch/include/ATen/ops/hardtanh_backward.h
torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h
torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h
torch/include/ATen/ops/hardtanh_backward_native.h
torch/include/ATen/ops/hardtanh_backward_ops.h
torch/include/ATen/ops/hardtanh_cpu_dispatch.h
torch/include/ATen/ops/hardtanh_cuda_dispatch.h
torch/include/ATen/ops/hardtanh_meta_dispatch.h
torch/include/ATen/ops/hardtanh_native.h
torch/include/ATen/ops/hardtanh_ops.h
torch/include/ATen/ops/heaviside.h
torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/heaviside_cpu_dispatch.h
torch/include/ATen/ops/heaviside_cuda_dispatch.h
torch/include/ATen/ops/heaviside_meta.h
torch/include/ATen/ops/heaviside_meta_dispatch.h
torch/include/ATen/ops/heaviside_native.h
torch/include/ATen/ops/heaviside_ops.h
torch/include/ATen/ops/hinge_embedding_loss.h
torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/hinge_embedding_loss_native.h
torch/include/ATen/ops/hinge_embedding_loss_ops.h
torch/include/ATen/ops/histc.h
torch/include/ATen/ops/histc_cpu_dispatch.h
torch/include/ATen/ops/histc_cuda_dispatch.h
torch/include/ATen/ops/histc_native.h
torch/include/ATen/ops/histc_ops.h
torch/include/ATen/ops/histogram.h
torch/include/ATen/ops/histogram_cpu_dispatch.h
torch/include/ATen/ops/histogram_native.h
torch/include/ATen/ops/histogram_ops.h
torch/include/ATen/ops/histogramdd.h
torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/histogramdd_native.h
torch/include/ATen/ops/histogramdd_ops.h
torch/include/ATen/ops/hsplit.h
torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/hsplit_native.h
torch/include/ATen/ops/hsplit_ops.h
torch/include/ATen/ops/hspmm.h
torch/include/ATen/ops/hspmm_native.h
torch/include/ATen/ops/hspmm_ops.h
torch/include/ATen/ops/hstack.h
torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/hstack_native.h
torch/include/ATen/ops/hstack_ops.h
torch/include/ATen/ops/huber_loss.h
torch/include/ATen/ops/huber_loss_backward.h
torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/huber_loss_backward_native.h
torch/include/ATen/ops/huber_loss_backward_ops.h
torch/include/ATen/ops/huber_loss_cpu_dispatch.h
torch/include/ATen/ops/huber_loss_cuda_dispatch.h
torch/include/ATen/ops/huber_loss_native.h
torch/include/ATen/ops/huber_loss_ops.h
torch/include/ATen/ops/hypot.h
torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/hypot_cpu_dispatch.h
torch/include/ATen/ops/hypot_cuda_dispatch.h
torch/include/ATen/ops/hypot_meta.h
torch/include/ATen/ops/hypot_meta_dispatch.h
torch/include/ATen/ops/hypot_native.h
torch/include/ATen/ops/hypot_ops.h
torch/include/ATen/ops/i0.h
torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/i0_cpu_dispatch.h
torch/include/ATen/ops/i0_cuda_dispatch.h
torch/include/ATen/ops/i0_meta.h
torch/include/ATen/ops/i0_meta_dispatch.h
torch/include/ATen/ops/i0_native.h
torch/include/ATen/ops/i0_ops.h
torch/include/ATen/ops/igamma.h
torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/igamma_cpu_dispatch.h
torch/include/ATen/ops/igamma_cuda_dispatch.h
torch/include/ATen/ops/igamma_meta.h
torch/include/ATen/ops/igamma_meta_dispatch.h
torch/include/ATen/ops/igamma_native.h
torch/include/ATen/ops/igamma_ops.h
torch/include/ATen/ops/igammac.h
torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/igammac_cpu_dispatch.h
torch/include/ATen/ops/igammac_cuda_dispatch.h
torch/include/ATen/ops/igammac_meta.h
torch/include/ATen/ops/igammac_meta_dispatch.h
torch/include/ATen/ops/igammac_native.h
torch/include/ATen/ops/igammac_ops.h
torch/include/ATen/ops/im2col.h
torch/include/ATen/ops/im2col_cpu_dispatch.h
torch/include/ATen/ops/im2col_cuda_dispatch.h
torch/include/ATen/ops/im2col_native.h
torch/include/ATen/ops/im2col_ops.h
torch/include/ATen/ops/imag.h
torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/imag_native.h
torch/include/ATen/ops/imag_ops.h
torch/include/ATen/ops/index.h
torch/include/ATen/ops/index_add.h
torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/index_add_cpu_dispatch.h
torch/include/ATen/ops/index_add_cuda_dispatch.h
torch/include/ATen/ops/index_add_meta.h
torch/include/ATen/ops/index_add_meta_dispatch.h
torch/include/ATen/ops/index_add_native.h
torch/include/ATen/ops/index_add_ops.h
torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/index_copy.h
torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/index_copy_cpu_dispatch.h
torch/include/ATen/ops/index_copy_cuda_dispatch.h
torch/include/ATen/ops/index_copy_meta.h
torch/include/ATen/ops/index_copy_meta_dispatch.h
torch/include/ATen/ops/index_copy_native.h
torch/include/ATen/ops/index_copy_ops.h
torch/include/ATen/ops/index_cpu_dispatch.h
torch/include/ATen/ops/index_cuda_dispatch.h
torch/include/ATen/ops/index_fill.h
torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/index_fill_cpu_dispatch.h
torch/include/ATen/ops/index_fill_cuda_dispatch.h
torch/include/ATen/ops/index_fill_meta_dispatch.h
torch/include/ATen/ops/index_fill_native.h
torch/include/ATen/ops/index_fill_ops.h
torch/include/ATen/ops/index_meta.h
torch/include/ATen/ops/index_meta_dispatch.h
torch/include/ATen/ops/index_native.h
torch/include/ATen/ops/index_ops.h
torch/include/ATen/ops/index_put.h
torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/index_put_native.h
torch/include/ATen/ops/index_put_ops.h
torch/include/ATen/ops/index_reduce.h
torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/index_reduce_cpu_dispatch.h
torch/include/ATen/ops/index_reduce_cuda_dispatch.h
torch/include/ATen/ops/index_reduce_meta.h
torch/include/ATen/ops/index_reduce_meta_dispatch.h
torch/include/ATen/ops/index_reduce_native.h
torch/include/ATen/ops/index_reduce_ops.h
torch/include/ATen/ops/index_select.h
torch/include/ATen/ops/index_select_backward.h
torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/index_select_backward_native.h
torch/include/ATen/ops/index_select_backward_ops.h
torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/index_select_cpu_dispatch.h
torch/include/ATen/ops/index_select_cuda_dispatch.h
torch/include/ATen/ops/index_select_native.h
torch/include/ATen/ops/index_select_ops.h
torch/include/ATen/ops/indices.h
torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/indices_copy.h
torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/indices_copy_native.h
torch/include/ATen/ops/indices_copy_ops.h
torch/include/ATen/ops/indices_native.h
torch/include/ATen/ops/indices_ops.h
torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h
torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h
torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h
torch/include/ATen/ops/inner.h
torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/inner_native.h
torch/include/ATen/ops/inner_ops.h
torch/include/ATen/ops/instance_norm.h
torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/instance_norm_native.h
torch/include/ATen/ops/instance_norm_ops.h
torch/include/ATen/ops/int_repr.h
torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/int_repr_native.h
torch/include/ATen/ops/int_repr_ops.h
torch/include/ATen/ops/inverse.h
torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/inverse_native.h
torch/include/ATen/ops/inverse_ops.h
torch/include/ATen/ops/is_coalesced.h
torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/is_coalesced_native.h
torch/include/ATen/ops/is_coalesced_ops.h
torch/include/ATen/ops/is_complex.h
torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_complex_native.h
torch/include/ATen/ops/is_complex_ops.h
torch/include/ATen/ops/is_conj.h
torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_conj_native.h
torch/include/ATen/ops/is_conj_ops.h
torch/include/ATen/ops/is_distributed.h
torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_distributed_native.h
torch/include/ATen/ops/is_distributed_ops.h
torch/include/ATen/ops/is_floating_point.h
torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_floating_point_native.h
torch/include/ATen/ops/is_floating_point_ops.h
torch/include/ATen/ops/is_inference.h
torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_inference_native.h
torch/include/ATen/ops/is_inference_ops.h
torch/include/ATen/ops/is_leaf.h
torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_leaf_native.h
torch/include/ATen/ops/is_leaf_ops.h
torch/include/ATen/ops/is_neg.h
torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_neg_native.h
torch/include/ATen/ops/is_neg_ops.h
torch/include/ATen/ops/is_nonzero.h
torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_nonzero_native.h
torch/include/ATen/ops/is_nonzero_ops.h
torch/include/ATen/ops/is_pinned.h
torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/is_pinned_native.h
torch/include/ATen/ops/is_pinned_ops.h
torch/include/ATen/ops/is_same_size.h
torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/is_same_size_native.h
torch/include/ATen/ops/is_same_size_ops.h
torch/include/ATen/ops/is_set_to.h
torch/include/ATen/ops/is_set_to_cpu_dispatch.h
torch/include/ATen/ops/is_set_to_cuda_dispatch.h
torch/include/ATen/ops/is_set_to_native.h
torch/include/ATen/ops/is_set_to_ops.h
torch/include/ATen/ops/is_signed.h
torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_signed_native.h
torch/include/ATen/ops/is_signed_ops.h
torch/include/ATen/ops/is_vulkan_available.h
torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/is_vulkan_available_native.h
torch/include/ATen/ops/is_vulkan_available_ops.h
torch/include/ATen/ops/isclose.h
torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/isclose_native.h
torch/include/ATen/ops/isclose_ops.h
torch/include/ATen/ops/isfinite.h
torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/isfinite_native.h
torch/include/ATen/ops/isfinite_ops.h
torch/include/ATen/ops/isin.h
torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/isin_cpu_dispatch.h
torch/include/ATen/ops/isin_cuda_dispatch.h
torch/include/ATen/ops/isin_meta.h
torch/include/ATen/ops/isin_meta_dispatch.h
torch/include/ATen/ops/isin_native.h
torch/include/ATen/ops/isin_ops.h
torch/include/ATen/ops/isinf.h
torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/isinf_native.h
torch/include/ATen/ops/isinf_ops.h
torch/include/ATen/ops/isnan.h
torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/isnan_cpu_dispatch.h
torch/include/ATen/ops/isnan_cuda_dispatch.h
torch/include/ATen/ops/isnan_native.h
torch/include/ATen/ops/isnan_ops.h
torch/include/ATen/ops/isneginf.h
torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/isneginf_cpu_dispatch.h
torch/include/ATen/ops/isneginf_cuda_dispatch.h
torch/include/ATen/ops/isneginf_meta.h
torch/include/ATen/ops/isneginf_meta_dispatch.h
torch/include/ATen/ops/isneginf_native.h
torch/include/ATen/ops/isneginf_ops.h
torch/include/ATen/ops/isposinf.h
torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/isposinf_cpu_dispatch.h
torch/include/ATen/ops/isposinf_cuda_dispatch.h
torch/include/ATen/ops/isposinf_meta.h
torch/include/ATen/ops/isposinf_meta_dispatch.h
torch/include/ATen/ops/isposinf_native.h
torch/include/ATen/ops/isposinf_ops.h
torch/include/ATen/ops/isreal.h
torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/isreal_native.h
torch/include/ATen/ops/isreal_ops.h
torch/include/ATen/ops/istft.h
torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/istft_native.h
torch/include/ATen/ops/istft_ops.h
torch/include/ATen/ops/item.h
torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/item_native.h
torch/include/ATen/ops/item_ops.h
torch/include/ATen/ops/kaiser_window.h
torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/kaiser_window_native.h
torch/include/ATen/ops/kaiser_window_ops.h
torch/include/ATen/ops/kl_div.h
torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/kl_div_native.h
torch/include/ATen/ops/kl_div_ops.h
torch/include/ATen/ops/kron.h
torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/kron_native.h
torch/include/ATen/ops/kron_ops.h
torch/include/ATen/ops/kthvalue.h
torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/kthvalue_cpu_dispatch.h
torch/include/ATen/ops/kthvalue_cuda_dispatch.h
torch/include/ATen/ops/kthvalue_native.h
torch/include/ATen/ops/kthvalue_ops.h
torch/include/ATen/ops/l1_loss.h
torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/l1_loss_native.h
torch/include/ATen/ops/l1_loss_ops.h
torch/include/ATen/ops/layer_norm.h
torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/layer_norm_native.h
torch/include/ATen/ops/layer_norm_ops.h
torch/include/ATen/ops/lcm.h
torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/lcm_cpu_dispatch.h
torch/include/ATen/ops/lcm_cuda_dispatch.h
torch/include/ATen/ops/lcm_meta.h
torch/include/ATen/ops/lcm_meta_dispatch.h
torch/include/ATen/ops/lcm_native.h
torch/include/ATen/ops/lcm_ops.h
torch/include/ATen/ops/ldexp.h
torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/ldexp_native.h
torch/include/ATen/ops/ldexp_ops.h
torch/include/ATen/ops/le.h
torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/le_cpu_dispatch.h
torch/include/ATen/ops/le_cuda_dispatch.h
torch/include/ATen/ops/le_meta.h
torch/include/ATen/ops/le_meta_dispatch.h
torch/include/ATen/ops/le_native.h
torch/include/ATen/ops/le_ops.h
torch/include/ATen/ops/leaky_relu.h
torch/include/ATen/ops/leaky_relu_backward.h
torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h
torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h
torch/include/ATen/ops/leaky_relu_backward_meta.h
torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h
torch/include/ATen/ops/leaky_relu_backward_native.h
torch/include/ATen/ops/leaky_relu_backward_ops.h
torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/leaky_relu_cpu_dispatch.h
torch/include/ATen/ops/leaky_relu_cuda_dispatch.h
torch/include/ATen/ops/leaky_relu_meta.h
torch/include/ATen/ops/leaky_relu_meta_dispatch.h
torch/include/ATen/ops/leaky_relu_native.h
torch/include/ATen/ops/leaky_relu_ops.h
torch/include/ATen/ops/lerp.h
torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/lerp_cpu_dispatch.h
torch/include/ATen/ops/lerp_cuda_dispatch.h
torch/include/ATen/ops/lerp_meta.h
torch/include/ATen/ops/lerp_meta_dispatch.h
torch/include/ATen/ops/lerp_native.h
torch/include/ATen/ops/lerp_ops.h
torch/include/ATen/ops/less.h
torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/less_equal.h
torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/less_equal_native.h
torch/include/ATen/ops/less_equal_ops.h
torch/include/ATen/ops/less_native.h
torch/include/ATen/ops/less_ops.h
torch/include/ATen/ops/lgamma.h
torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/lgamma_cpu_dispatch.h
torch/include/ATen/ops/lgamma_cuda_dispatch.h
torch/include/ATen/ops/lgamma_meta.h
torch/include/ATen/ops/lgamma_meta_dispatch.h
torch/include/ATen/ops/lgamma_native.h
torch/include/ATen/ops/lgamma_ops.h
torch/include/ATen/ops/lift.h
torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/lift_fresh.h
torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/lift_fresh_copy.h
torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/lift_fresh_copy_native.h
torch/include/ATen/ops/lift_fresh_copy_ops.h
torch/include/ATen/ops/lift_fresh_native.h
torch/include/ATen/ops/lift_fresh_ops.h
torch/include/ATen/ops/lift_native.h
torch/include/ATen/ops/lift_ops.h
torch/include/ATen/ops/linalg_cholesky.h
torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_cholesky_ex.h
torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h
torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h
torch/include/ATen/ops/linalg_cholesky_ex_meta.h
torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h
torch/include/ATen/ops/linalg_cholesky_ex_native.h
torch/include/ATen/ops/linalg_cholesky_ex_ops.h
torch/include/ATen/ops/linalg_cholesky_native.h
torch/include/ATen/ops/linalg_cholesky_ops.h
torch/include/ATen/ops/linalg_cond.h
torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_cond_native.h
torch/include/ATen/ops/linalg_cond_ops.h
torch/include/ATen/ops/linalg_cross.h
torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_cross_cpu_dispatch.h
torch/include/ATen/ops/linalg_cross_cuda_dispatch.h
torch/include/ATen/ops/linalg_cross_meta.h
torch/include/ATen/ops/linalg_cross_meta_dispatch.h
torch/include/ATen/ops/linalg_cross_native.h
torch/include/ATen/ops/linalg_cross_ops.h
torch/include/ATen/ops/linalg_det.h
torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_det_native.h
torch/include/ATen/ops/linalg_det_ops.h
torch/include/ATen/ops/linalg_diagonal.h
torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_diagonal_native.h
torch/include/ATen/ops/linalg_diagonal_ops.h
torch/include/ATen/ops/linalg_eig.h
torch/include/ATen/ops/linalg_eig_cpu_dispatch.h
torch/include/ATen/ops/linalg_eig_cuda_dispatch.h
torch/include/ATen/ops/linalg_eig_native.h
torch/include/ATen/ops/linalg_eig_ops.h
torch/include/ATen/ops/linalg_eigh.h
torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_eigh_native.h
torch/include/ATen/ops/linalg_eigh_ops.h
torch/include/ATen/ops/linalg_eigvals.h
torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h
torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h
torch/include/ATen/ops/linalg_eigvals_native.h
torch/include/ATen/ops/linalg_eigvals_ops.h
torch/include/ATen/ops/linalg_eigvalsh.h
torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_eigvalsh_native.h
torch/include/ATen/ops/linalg_eigvalsh_ops.h
torch/include/ATen/ops/linalg_householder_product.h
torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h
torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h
torch/include/ATen/ops/linalg_householder_product_native.h
torch/include/ATen/ops/linalg_householder_product_ops.h
torch/include/ATen/ops/linalg_inv.h
torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_inv_ex.h
torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h
torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h
torch/include/ATen/ops/linalg_inv_ex_meta.h
torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h
torch/include/ATen/ops/linalg_inv_ex_native.h
torch/include/ATen/ops/linalg_inv_ex_ops.h
torch/include/ATen/ops/linalg_inv_native.h
torch/include/ATen/ops/linalg_inv_ops.h
torch/include/ATen/ops/linalg_ldl_factor.h
torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_ldl_factor_ex.h
torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h
torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h
torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h
torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h
torch/include/ATen/ops/linalg_ldl_factor_ex_native.h
torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h
torch/include/ATen/ops/linalg_ldl_factor_native.h
torch/include/ATen/ops/linalg_ldl_factor_ops.h
torch/include/ATen/ops/linalg_ldl_solve.h
torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h
torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h
torch/include/ATen/ops/linalg_ldl_solve_meta.h
torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h
torch/include/ATen/ops/linalg_ldl_solve_native.h
torch/include/ATen/ops/linalg_ldl_solve_ops.h
torch/include/ATen/ops/linalg_lstsq.h
torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h
torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h
torch/include/ATen/ops/linalg_lstsq_native.h
torch/include/ATen/ops/linalg_lstsq_ops.h
torch/include/ATen/ops/linalg_lu.h
torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_lu_cpu_dispatch.h
torch/include/ATen/ops/linalg_lu_cuda_dispatch.h
torch/include/ATen/ops/linalg_lu_factor.h
torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_lu_factor_ex.h
torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h
torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h
torch/include/ATen/ops/linalg_lu_factor_ex_meta.h
torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h
torch/include/ATen/ops/linalg_lu_factor_ex_native.h
torch/include/ATen/ops/linalg_lu_factor_ex_ops.h
torch/include/ATen/ops/linalg_lu_factor_native.h
torch/include/ATen/ops/linalg_lu_factor_ops.h
torch/include/ATen/ops/linalg_lu_meta.h
torch/include/ATen/ops/linalg_lu_meta_dispatch.h
torch/include/ATen/ops/linalg_lu_native.h
torch/include/ATen/ops/linalg_lu_ops.h
torch/include/ATen/ops/linalg_lu_solve.h
torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h
torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h
torch/include/ATen/ops/linalg_lu_solve_meta.h
torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h
torch/include/ATen/ops/linalg_lu_solve_native.h
torch/include/ATen/ops/linalg_lu_solve_ops.h
torch/include/ATen/ops/linalg_matmul.h
torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_matmul_native.h
torch/include/ATen/ops/linalg_matmul_ops.h
torch/include/ATen/ops/linalg_matrix_exp.h
torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h
torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h
torch/include/ATen/ops/linalg_matrix_exp_native.h
torch/include/ATen/ops/linalg_matrix_exp_ops.h
torch/include/ATen/ops/linalg_matrix_norm.h
torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_matrix_norm_native.h
torch/include/ATen/ops/linalg_matrix_norm_ops.h
torch/include/ATen/ops/linalg_matrix_power.h
torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_matrix_power_native.h
torch/include/ATen/ops/linalg_matrix_power_ops.h
torch/include/ATen/ops/linalg_matrix_rank.h
torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_matrix_rank_native.h
torch/include/ATen/ops/linalg_matrix_rank_ops.h
torch/include/ATen/ops/linalg_multi_dot.h
torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_multi_dot_native.h
torch/include/ATen/ops/linalg_multi_dot_ops.h
torch/include/ATen/ops/linalg_norm.h
torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_norm_native.h
torch/include/ATen/ops/linalg_norm_ops.h
torch/include/ATen/ops/linalg_pinv.h
torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_pinv_native.h
torch/include/ATen/ops/linalg_pinv_ops.h
torch/include/ATen/ops/linalg_qr.h
torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_qr_cpu_dispatch.h
torch/include/ATen/ops/linalg_qr_cuda_dispatch.h
torch/include/ATen/ops/linalg_qr_meta.h
torch/include/ATen/ops/linalg_qr_meta_dispatch.h
torch/include/ATen/ops/linalg_qr_native.h
torch/include/ATen/ops/linalg_qr_ops.h
torch/include/ATen/ops/linalg_slogdet.h
torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_slogdet_native.h
torch/include/ATen/ops/linalg_slogdet_ops.h
torch/include/ATen/ops/linalg_solve.h
torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_solve_ex.h
torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_solve_ex_native.h
torch/include/ATen/ops/linalg_solve_ex_ops.h
torch/include/ATen/ops/linalg_solve_native.h
torch/include/ATen/ops/linalg_solve_ops.h
torch/include/ATen/ops/linalg_solve_triangular.h
torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h
torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h
torch/include/ATen/ops/linalg_solve_triangular_native.h
torch/include/ATen/ops/linalg_solve_triangular_ops.h
torch/include/ATen/ops/linalg_svd.h
torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_svd_native.h
torch/include/ATen/ops/linalg_svd_ops.h
torch/include/ATen/ops/linalg_svdvals.h
torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_svdvals_native.h
torch/include/ATen/ops/linalg_svdvals_ops.h
torch/include/ATen/ops/linalg_tensorinv.h
torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_tensorinv_native.h
torch/include/ATen/ops/linalg_tensorinv_ops.h
torch/include/ATen/ops/linalg_tensorsolve.h
torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_tensorsolve_native.h
torch/include/ATen/ops/linalg_tensorsolve_ops.h
torch/include/ATen/ops/linalg_vander.h
torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_vander_native.h
torch/include/ATen/ops/linalg_vander_ops.h
torch/include/ATen/ops/linalg_vecdot.h
torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linalg_vecdot_native.h
torch/include/ATen/ops/linalg_vecdot_ops.h
torch/include/ATen/ops/linalg_vector_norm.h
torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h
torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h
torch/include/ATen/ops/linalg_vector_norm_meta.h
torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h
torch/include/ATen/ops/linalg_vector_norm_native.h
torch/include/ATen/ops/linalg_vector_norm_ops.h
torch/include/ATen/ops/linear.h
torch/include/ATen/ops/linear_backward.h
torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/linear_backward_native.h
torch/include/ATen/ops/linear_backward_ops.h
torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/linear_native.h
torch/include/ATen/ops/linear_ops.h
torch/include/ATen/ops/linspace.h
torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/linspace_cpu_dispatch.h
torch/include/ATen/ops/linspace_cuda_dispatch.h
torch/include/ATen/ops/linspace_meta_dispatch.h
torch/include/ATen/ops/linspace_native.h
torch/include/ATen/ops/linspace_ops.h
torch/include/ATen/ops/log.h
torch/include/ATen/ops/log10.h
torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/log10_cpu_dispatch.h
torch/include/ATen/ops/log10_cuda_dispatch.h
torch/include/ATen/ops/log10_meta.h
torch/include/ATen/ops/log10_meta_dispatch.h
torch/include/ATen/ops/log10_native.h
torch/include/ATen/ops/log10_ops.h
torch/include/ATen/ops/log1p.h
torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/log1p_cpu_dispatch.h
torch/include/ATen/ops/log1p_cuda_dispatch.h
torch/include/ATen/ops/log1p_meta.h
torch/include/ATen/ops/log1p_meta_dispatch.h
torch/include/ATen/ops/log1p_native.h
torch/include/ATen/ops/log1p_ops.h
torch/include/ATen/ops/log2.h
torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/log2_cpu_dispatch.h
torch/include/ATen/ops/log2_cuda_dispatch.h
torch/include/ATen/ops/log2_meta.h
torch/include/ATen/ops/log2_meta_dispatch.h
torch/include/ATen/ops/log2_native.h
torch/include/ATen/ops/log2_ops.h
torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/log_cpu_dispatch.h
torch/include/ATen/ops/log_cuda_dispatch.h
torch/include/ATen/ops/log_meta.h
torch/include/ATen/ops/log_meta_dispatch.h
torch/include/ATen/ops/log_native.h
torch/include/ATen/ops/log_normal.h
torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/log_normal_cpu_dispatch.h
torch/include/ATen/ops/log_normal_cuda_dispatch.h
torch/include/ATen/ops/log_normal_meta_dispatch.h
torch/include/ATen/ops/log_normal_native.h
torch/include/ATen/ops/log_normal_ops.h
torch/include/ATen/ops/log_ops.h
torch/include/ATen/ops/log_sigmoid.h
torch/include/ATen/ops/log_sigmoid_backward.h
torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h
torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h
torch/include/ATen/ops/log_sigmoid_backward_native.h
torch/include/ATen/ops/log_sigmoid_backward_ops.h
torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/log_sigmoid_forward.h
torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h
torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h
torch/include/ATen/ops/log_sigmoid_forward_native.h
torch/include/ATen/ops/log_sigmoid_forward_ops.h
torch/include/ATen/ops/log_sigmoid_native.h
torch/include/ATen/ops/log_sigmoid_ops.h
torch/include/ATen/ops/log_softmax.h
torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/log_softmax_native.h
torch/include/ATen/ops/log_softmax_ops.h
torch/include/ATen/ops/logaddexp.h
torch/include/ATen/ops/logaddexp2.h
torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/logaddexp2_cpu_dispatch.h
torch/include/ATen/ops/logaddexp2_cuda_dispatch.h
torch/include/ATen/ops/logaddexp2_meta.h
torch/include/ATen/ops/logaddexp2_meta_dispatch.h
torch/include/ATen/ops/logaddexp2_native.h
torch/include/ATen/ops/logaddexp2_ops.h
torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/logaddexp_cpu_dispatch.h
torch/include/ATen/ops/logaddexp_cuda_dispatch.h
torch/include/ATen/ops/logaddexp_meta.h
torch/include/ATen/ops/logaddexp_meta_dispatch.h
torch/include/ATen/ops/logaddexp_native.h
torch/include/ATen/ops/logaddexp_ops.h
torch/include/ATen/ops/logcumsumexp.h
torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/logcumsumexp_native.h
torch/include/ATen/ops/logcumsumexp_ops.h
torch/include/ATen/ops/logdet.h
torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/logdet_native.h
torch/include/ATen/ops/logdet_ops.h
torch/include/ATen/ops/logical_and.h
torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logical_and_cpu_dispatch.h
torch/include/ATen/ops/logical_and_cuda_dispatch.h
torch/include/ATen/ops/logical_and_native.h
torch/include/ATen/ops/logical_and_ops.h
torch/include/ATen/ops/logical_not.h
torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logical_not_cpu_dispatch.h
torch/include/ATen/ops/logical_not_cuda_dispatch.h
torch/include/ATen/ops/logical_not_native.h
torch/include/ATen/ops/logical_not_ops.h
torch/include/ATen/ops/logical_or.h
torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logical_or_cpu_dispatch.h
torch/include/ATen/ops/logical_or_cuda_dispatch.h
torch/include/ATen/ops/logical_or_native.h
torch/include/ATen/ops/logical_or_ops.h
torch/include/ATen/ops/logical_xor.h
torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logical_xor_cpu_dispatch.h
torch/include/ATen/ops/logical_xor_cuda_dispatch.h
torch/include/ATen/ops/logical_xor_native.h
torch/include/ATen/ops/logical_xor_ops.h
torch/include/ATen/ops/logit.h
torch/include/ATen/ops/logit_backward.h
torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/logit_backward_cpu_dispatch.h
torch/include/ATen/ops/logit_backward_cuda_dispatch.h
torch/include/ATen/ops/logit_backward_meta.h
torch/include/ATen/ops/logit_backward_meta_dispatch.h
torch/include/ATen/ops/logit_backward_native.h
torch/include/ATen/ops/logit_backward_ops.h
torch/include/ATen/ops/logit_cpu_dispatch.h
torch/include/ATen/ops/logit_cuda_dispatch.h
torch/include/ATen/ops/logit_meta_dispatch.h
torch/include/ATen/ops/logit_native.h
torch/include/ATen/ops/logit_ops.h
torch/include/ATen/ops/logspace.h
torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logspace_cpu_dispatch.h
torch/include/ATen/ops/logspace_cuda_dispatch.h
torch/include/ATen/ops/logspace_meta_dispatch.h
torch/include/ATen/ops/logspace_native.h
torch/include/ATen/ops/logspace_ops.h
torch/include/ATen/ops/logsumexp.h
torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/logsumexp_native.h
torch/include/ATen/ops/logsumexp_ops.h
torch/include/ATen/ops/lshift.h
torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/lshift_cpu_dispatch.h
torch/include/ATen/ops/lshift_cuda_dispatch.h
torch/include/ATen/ops/lshift_meta_dispatch.h
torch/include/ATen/ops/lshift_native.h
torch/include/ATen/ops/lshift_ops.h
torch/include/ATen/ops/lstm.h
torch/include/ATen/ops/lstm_cell.h
torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/lstm_cell_native.h
torch/include/ATen/ops/lstm_cell_ops.h
torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/lstm_mps_backward.h
torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/lstm_mps_backward_native.h
torch/include/ATen/ops/lstm_mps_backward_ops.h
torch/include/ATen/ops/lstm_native.h
torch/include/ATen/ops/lstm_ops.h
torch/include/ATen/ops/lt.h
torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/lt_cpu_dispatch.h
torch/include/ATen/ops/lt_cuda_dispatch.h
torch/include/ATen/ops/lt_meta.h
torch/include/ATen/ops/lt_meta_dispatch.h
torch/include/ATen/ops/lt_native.h
torch/include/ATen/ops/lt_ops.h
torch/include/ATen/ops/lu_solve.h
torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/lu_solve_native.h
torch/include/ATen/ops/lu_solve_ops.h
torch/include/ATen/ops/lu_unpack.h
torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/lu_unpack_cpu_dispatch.h
torch/include/ATen/ops/lu_unpack_cuda_dispatch.h
torch/include/ATen/ops/lu_unpack_meta.h
torch/include/ATen/ops/lu_unpack_meta_dispatch.h
torch/include/ATen/ops/lu_unpack_native.h
torch/include/ATen/ops/lu_unpack_ops.h
torch/include/ATen/ops/mH.h
torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/mH_native.h
torch/include/ATen/ops/mH_ops.h
torch/include/ATen/ops/mT.h
torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/mT_native.h
torch/include/ATen/ops/mT_ops.h
torch/include/ATen/ops/margin_ranking_loss.h
torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/margin_ranking_loss_native.h
torch/include/ATen/ops/margin_ranking_loss_ops.h
torch/include/ATen/ops/masked_fill.h
torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/masked_fill_cpu_dispatch.h
torch/include/ATen/ops/masked_fill_cuda_dispatch.h
torch/include/ATen/ops/masked_fill_meta_dispatch.h
torch/include/ATen/ops/masked_fill_native.h
torch/include/ATen/ops/masked_fill_ops.h
torch/include/ATen/ops/masked_scatter.h
torch/include/ATen/ops/masked_scatter_backward.h
torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/masked_scatter_backward_native.h
torch/include/ATen/ops/masked_scatter_backward_ops.h
torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/masked_scatter_cpu_dispatch.h
torch/include/ATen/ops/masked_scatter_cuda_dispatch.h
torch/include/ATen/ops/masked_scatter_meta_dispatch.h
torch/include/ATen/ops/masked_scatter_native.h
torch/include/ATen/ops/masked_scatter_ops.h
torch/include/ATen/ops/masked_select.h
torch/include/ATen/ops/masked_select_backward.h
torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/masked_select_backward_native.h
torch/include/ATen/ops/masked_select_backward_ops.h
torch/include/ATen/ops/masked_select_cpu_dispatch.h
torch/include/ATen/ops/masked_select_cuda_dispatch.h
torch/include/ATen/ops/masked_select_native.h
torch/include/ATen/ops/masked_select_ops.h
torch/include/ATen/ops/matmul.h
torch/include/ATen/ops/matmul_backward.h
torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/matmul_backward_native.h
torch/include/ATen/ops/matmul_backward_ops.h
torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/matmul_native.h
torch/include/ATen/ops/matmul_ops.h
torch/include/ATen/ops/matrix_H.h
torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/matrix_H_native.h
torch/include/ATen/ops/matrix_H_ops.h
torch/include/ATen/ops/matrix_exp.h
torch/include/ATen/ops/matrix_exp_backward.h
torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/matrix_exp_backward_native.h
torch/include/ATen/ops/matrix_exp_backward_ops.h
torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/matrix_exp_native.h
torch/include/ATen/ops/matrix_exp_ops.h
torch/include/ATen/ops/matrix_power.h
torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/matrix_power_native.h
torch/include/ATen/ops/matrix_power_ops.h
torch/include/ATen/ops/max.h
torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/max_cpu_dispatch.h
torch/include/ATen/ops/max_cuda_dispatch.h
torch/include/ATen/ops/max_meta.h
torch/include/ATen/ops/max_meta_dispatch.h
torch/include/ATen/ops/max_native.h
torch/include/ATen/ops/max_ops.h
torch/include/ATen/ops/max_pool1d.h
torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/max_pool1d_native.h
torch/include/ATen/ops/max_pool1d_ops.h
torch/include/ATen/ops/max_pool1d_with_indices.h
torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/max_pool1d_with_indices_native.h
torch/include/ATen/ops/max_pool1d_with_indices_ops.h
torch/include/ATen/ops/max_pool2d.h
torch/include/ATen/ops/max_pool2d_backward.h
torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/max_pool2d_backward_native.h
torch/include/ATen/ops/max_pool2d_backward_ops.h
torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/max_pool2d_native.h
torch/include/ATen/ops/max_pool2d_ops.h
torch/include/ATen/ops/max_pool2d_with_indices.h
torch/include/ATen/ops/max_pool2d_with_indices_backward.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h
torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h
torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_meta.h
torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h
torch/include/ATen/ops/max_pool2d_with_indices_native.h
torch/include/ATen/ops/max_pool2d_with_indices_ops.h
torch/include/ATen/ops/max_pool3d.h
torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/max_pool3d_native.h
torch/include/ATen/ops/max_pool3d_ops.h
torch/include/ATen/ops/max_pool3d_with_indices.h
torch/include/ATen/ops/max_pool3d_with_indices_backward.h
torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h
torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h
torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h
torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h
torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h
torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h
torch/include/ATen/ops/max_pool3d_with_indices_native.h
torch/include/ATen/ops/max_pool3d_with_indices_ops.h
torch/include/ATen/ops/max_unpool2d.h
torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h
torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h
torch/include/ATen/ops/max_unpool2d_native.h
torch/include/ATen/ops/max_unpool2d_ops.h
torch/include/ATen/ops/max_unpool3d.h
torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h
torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h
torch/include/ATen/ops/max_unpool3d_native.h
torch/include/ATen/ops/max_unpool3d_ops.h
torch/include/ATen/ops/maximum.h
torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/maximum_cpu_dispatch.h
torch/include/ATen/ops/maximum_cuda_dispatch.h
torch/include/ATen/ops/maximum_meta.h
torch/include/ATen/ops/maximum_meta_dispatch.h
torch/include/ATen/ops/maximum_native.h
torch/include/ATen/ops/maximum_ops.h
torch/include/ATen/ops/mean.h
torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/mean_cpu_dispatch.h
torch/include/ATen/ops/mean_cuda_dispatch.h
torch/include/ATen/ops/mean_meta.h
torch/include/ATen/ops/mean_meta_dispatch.h
torch/include/ATen/ops/mean_native.h
torch/include/ATen/ops/mean_ops.h
torch/include/ATen/ops/median.h
torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/median_cpu_dispatch.h
torch/include/ATen/ops/median_cuda_dispatch.h
torch/include/ATen/ops/median_native.h
torch/include/ATen/ops/median_ops.h
torch/include/ATen/ops/meshgrid.h
torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/meshgrid_native.h
torch/include/ATen/ops/meshgrid_ops.h
torch/include/ATen/ops/min.h
torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/min_cpu_dispatch.h
torch/include/ATen/ops/min_cuda_dispatch.h
torch/include/ATen/ops/min_meta.h
torch/include/ATen/ops/min_meta_dispatch.h
torch/include/ATen/ops/min_native.h
torch/include/ATen/ops/min_ops.h
torch/include/ATen/ops/minimum.h
torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/minimum_cpu_dispatch.h
torch/include/ATen/ops/minimum_cuda_dispatch.h
torch/include/ATen/ops/minimum_meta.h
torch/include/ATen/ops/minimum_meta_dispatch.h
torch/include/ATen/ops/minimum_native.h
torch/include/ATen/ops/minimum_ops.h
torch/include/ATen/ops/miopen_batch_norm.h
torch/include/ATen/ops/miopen_batch_norm_backward.h
torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h
torch/include/ATen/ops/miopen_batch_norm_backward_native.h
torch/include/ATen/ops/miopen_batch_norm_backward_ops.h
torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h
torch/include/ATen/ops/miopen_batch_norm_native.h
torch/include/ATen/ops/miopen_batch_norm_ops.h
torch/include/ATen/ops/miopen_convolution.h
torch/include/ATen/ops/miopen_convolution_add_relu.h
torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h
torch/include/ATen/ops/miopen_convolution_add_relu_native.h
torch/include/ATen/ops/miopen_convolution_add_relu_ops.h
torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h
torch/include/ATen/ops/miopen_convolution_native.h
torch/include/ATen/ops/miopen_convolution_ops.h
torch/include/ATen/ops/miopen_convolution_relu.h
torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h
torch/include/ATen/ops/miopen_convolution_relu_native.h
torch/include/ATen/ops/miopen_convolution_relu_ops.h
torch/include/ATen/ops/miopen_convolution_transpose.h
torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h
torch/include/ATen/ops/miopen_convolution_transpose_native.h
torch/include/ATen/ops/miopen_convolution_transpose_ops.h
torch/include/ATen/ops/miopen_depthwise_convolution.h
torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h
torch/include/ATen/ops/miopen_depthwise_convolution_native.h
torch/include/ATen/ops/miopen_depthwise_convolution_ops.h
torch/include/ATen/ops/miopen_rnn.h
torch/include/ATen/ops/miopen_rnn_backward.h
torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h
torch/include/ATen/ops/miopen_rnn_backward_native.h
torch/include/ATen/ops/miopen_rnn_backward_ops.h
torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h
torch/include/ATen/ops/miopen_rnn_native.h
torch/include/ATen/ops/miopen_rnn_ops.h
torch/include/ATen/ops/mish.h
torch/include/ATen/ops/mish_backward.h
torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/mish_backward_cpu_dispatch.h
torch/include/ATen/ops/mish_backward_cuda_dispatch.h
torch/include/ATen/ops/mish_backward_native.h
torch/include/ATen/ops/mish_backward_ops.h
torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/mish_cpu_dispatch.h
torch/include/ATen/ops/mish_cuda_dispatch.h
torch/include/ATen/ops/mish_meta.h
torch/include/ATen/ops/mish_meta_dispatch.h
torch/include/ATen/ops/mish_native.h
torch/include/ATen/ops/mish_ops.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h
torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h
torch/include/ATen/ops/mkldnn_convolution.h
torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_convolution_native.h
torch/include/ATen/ops/mkldnn_convolution_ops.h
torch/include/ATen/ops/mkldnn_linear.h
torch/include/ATen/ops/mkldnn_linear_backward.h
torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_linear_backward_input.h
torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_linear_backward_input_native.h
torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h
torch/include/ATen/ops/mkldnn_linear_backward_native.h
torch/include/ATen/ops/mkldnn_linear_backward_ops.h
torch/include/ATen/ops/mkldnn_linear_backward_weights.h
torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h
torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h
torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_linear_native.h
torch/include/ATen/ops/mkldnn_linear_ops.h
torch/include/ATen/ops/mkldnn_max_pool2d.h
torch/include/ATen/ops/mkldnn_max_pool2d_backward.h
torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h
torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h
torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_max_pool2d_native.h
torch/include/ATen/ops/mkldnn_max_pool2d_ops.h
torch/include/ATen/ops/mkldnn_max_pool3d.h
torch/include/ATen/ops/mkldnn_max_pool3d_backward.h
torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h
torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h
torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_max_pool3d_native.h
torch/include/ATen/ops/mkldnn_max_pool3d_ops.h
torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h
torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h
torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h
torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h
torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h
torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h
torch/include/ATen/ops/mkldnn_rnn_layer.h
torch/include/ATen/ops/mkldnn_rnn_layer_backward.h
torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h
torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h
torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h
torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h
torch/include/ATen/ops/mkldnn_rnn_layer_native.h
torch/include/ATen/ops/mkldnn_rnn_layer_ops.h
torch/include/ATen/ops/mm.h
torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/mm_cpu_dispatch.h
torch/include/ATen/ops/mm_cuda_dispatch.h
torch/include/ATen/ops/mm_meta.h
torch/include/ATen/ops/mm_meta_dispatch.h
torch/include/ATen/ops/mm_native.h
torch/include/ATen/ops/mm_ops.h
torch/include/ATen/ops/mode.h
torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/mode_cpu_dispatch.h
torch/include/ATen/ops/mode_cuda_dispatch.h
torch/include/ATen/ops/mode_native.h
torch/include/ATen/ops/mode_ops.h
torch/include/ATen/ops/moveaxis.h
torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/moveaxis_native.h
torch/include/ATen/ops/moveaxis_ops.h
torch/include/ATen/ops/movedim.h
torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/movedim_native.h
torch/include/ATen/ops/movedim_ops.h
torch/include/ATen/ops/mps_convolution_backward.h
torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mps_convolution_backward_native.h
torch/include/ATen/ops/mps_convolution_backward_ops.h
torch/include/ATen/ops/mps_convolution_transpose_backward.h
torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mps_convolution_transpose_backward_native.h
torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h
torch/include/ATen/ops/mse_loss.h
torch/include/ATen/ops/mse_loss_backward.h
torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/mse_loss_backward_native.h
torch/include/ATen/ops/mse_loss_backward_ops.h
torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/mse_loss_cpu_dispatch.h
torch/include/ATen/ops/mse_loss_cuda_dispatch.h
torch/include/ATen/ops/mse_loss_meta.h
torch/include/ATen/ops/mse_loss_meta_dispatch.h
torch/include/ATen/ops/mse_loss_native.h
torch/include/ATen/ops/mse_loss_ops.h
torch/include/ATen/ops/msort.h
torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/msort_native.h
torch/include/ATen/ops/msort_ops.h
torch/include/ATen/ops/mul.h
torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/mul_cpu_dispatch.h
torch/include/ATen/ops/mul_cuda_dispatch.h
torch/include/ATen/ops/mul_meta.h
torch/include/ATen/ops/mul_meta_dispatch.h
torch/include/ATen/ops/mul_native.h
torch/include/ATen/ops/mul_ops.h
torch/include/ATen/ops/multi_margin_loss.h
torch/include/ATen/ops/multi_margin_loss_backward.h
torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/multi_margin_loss_backward_native.h
torch/include/ATen/ops/multi_margin_loss_backward_ops.h
torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h
torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h
torch/include/ATen/ops/multi_margin_loss_native.h
torch/include/ATen/ops/multi_margin_loss_ops.h
torch/include/ATen/ops/multilabel_margin_loss.h
torch/include/ATen/ops/multilabel_margin_loss_backward.h
torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/multilabel_margin_loss_backward_native.h
torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h
torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/multilabel_margin_loss_forward.h
torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h
torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h
torch/include/ATen/ops/multilabel_margin_loss_forward_native.h
torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h
torch/include/ATen/ops/multilabel_margin_loss_native.h
torch/include/ATen/ops/multilabel_margin_loss_ops.h
torch/include/ATen/ops/multinomial.h
torch/include/ATen/ops/multinomial_cpu_dispatch.h
torch/include/ATen/ops/multinomial_cuda_dispatch.h
torch/include/ATen/ops/multinomial_native.h
torch/include/ATen/ops/multinomial_ops.h
torch/include/ATen/ops/multiply.h
torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/multiply_native.h
torch/include/ATen/ops/multiply_ops.h
torch/include/ATen/ops/mv.h
torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mv_native.h
torch/include/ATen/ops/mv_ops.h
torch/include/ATen/ops/mvlgamma.h
torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/mvlgamma_cpu_dispatch.h
torch/include/ATen/ops/mvlgamma_cuda_dispatch.h
torch/include/ATen/ops/mvlgamma_native.h
torch/include/ATen/ops/mvlgamma_ops.h
torch/include/ATen/ops/nan_to_num.h
torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/nan_to_num_cpu_dispatch.h
torch/include/ATen/ops/nan_to_num_cuda_dispatch.h
torch/include/ATen/ops/nan_to_num_native.h
torch/include/ATen/ops/nan_to_num_ops.h
torch/include/ATen/ops/nanmean.h
torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nanmean_native.h
torch/include/ATen/ops/nanmean_ops.h
torch/include/ATen/ops/nanmedian.h
torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nanmedian_cpu_dispatch.h
torch/include/ATen/ops/nanmedian_cuda_dispatch.h
torch/include/ATen/ops/nanmedian_native.h
torch/include/ATen/ops/nanmedian_ops.h
torch/include/ATen/ops/nanquantile.h
torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nanquantile_native.h
torch/include/ATen/ops/nanquantile_ops.h
torch/include/ATen/ops/nansum.h
torch/include/ATen/ops/nansum_cpu_dispatch.h
torch/include/ATen/ops/nansum_cuda_dispatch.h
torch/include/ATen/ops/nansum_native.h
torch/include/ATen/ops/nansum_ops.h
torch/include/ATen/ops/narrow.h
torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/narrow_copy.h
torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/narrow_copy_cpu_dispatch.h
torch/include/ATen/ops/narrow_copy_native.h
torch/include/ATen/ops/narrow_copy_ops.h
torch/include/ATen/ops/narrow_native.h
torch/include/ATen/ops/narrow_ops.h
torch/include/ATen/ops/native_batch_norm.h
torch/include/ATen/ops/native_batch_norm_backward.h
torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h
torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h
torch/include/ATen/ops/native_batch_norm_backward_native.h
torch/include/ATen/ops/native_batch_norm_backward_ops.h
torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h
torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h
torch/include/ATen/ops/native_batch_norm_native.h
torch/include/ATen/ops/native_batch_norm_ops.h
torch/include/ATen/ops/native_channel_shuffle.h
torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h
torch/include/ATen/ops/native_channel_shuffle_native.h
torch/include/ATen/ops/native_channel_shuffle_ops.h
torch/include/ATen/ops/native_dropout.h
torch/include/ATen/ops/native_dropout_backward.h
torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h
torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h
torch/include/ATen/ops/native_dropout_backward_native.h
torch/include/ATen/ops/native_dropout_backward_ops.h
torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_dropout_cpu_dispatch.h
torch/include/ATen/ops/native_dropout_cuda_dispatch.h
torch/include/ATen/ops/native_dropout_native.h
torch/include/ATen/ops/native_dropout_ops.h
torch/include/ATen/ops/native_group_norm.h
torch/include/ATen/ops/native_group_norm_backward.h
torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h
torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h
torch/include/ATen/ops/native_group_norm_backward_native.h
torch/include/ATen/ops/native_group_norm_backward_ops.h
torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_group_norm_cpu_dispatch.h
torch/include/ATen/ops/native_group_norm_cuda_dispatch.h
torch/include/ATen/ops/native_group_norm_native.h
torch/include/ATen/ops/native_group_norm_ops.h
torch/include/ATen/ops/native_layer_norm.h
torch/include/ATen/ops/native_layer_norm_backward.h
torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h
torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h
torch/include/ATen/ops/native_layer_norm_backward_native.h
torch/include/ATen/ops/native_layer_norm_backward_ops.h
torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h
torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h
torch/include/ATen/ops/native_layer_norm_native.h
torch/include/ATen/ops/native_layer_norm_ops.h
torch/include/ATen/ops/native_norm.h
torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/native_norm_native.h
torch/include/ATen/ops/native_norm_ops.h
torch/include/ATen/ops/ne.h
torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/ne_cpu_dispatch.h
torch/include/ATen/ops/ne_cuda_dispatch.h
torch/include/ATen/ops/ne_meta.h
torch/include/ATen/ops/ne_meta_dispatch.h
torch/include/ATen/ops/ne_native.h
torch/include/ATen/ops/ne_ops.h
torch/include/ATen/ops/neg.h
torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/neg_cpu_dispatch.h
torch/include/ATen/ops/neg_cuda_dispatch.h
torch/include/ATen/ops/neg_meta.h
torch/include/ATen/ops/neg_meta_dispatch.h
torch/include/ATen/ops/neg_native.h
torch/include/ATen/ops/neg_ops.h
torch/include/ATen/ops/negative.h
torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/negative_native.h
torch/include/ATen/ops/negative_ops.h
torch/include/ATen/ops/nested_to_padded_tensor.h
torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nested_to_padded_tensor_native.h
torch/include/ATen/ops/nested_to_padded_tensor_ops.h
torch/include/ATen/ops/new_empty.h
torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/new_empty_native.h
torch/include/ATen/ops/new_empty_ops.h
torch/include/ATen/ops/new_empty_strided.h
torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/new_empty_strided_native.h
torch/include/ATen/ops/new_empty_strided_ops.h
torch/include/ATen/ops/new_full.h
torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/new_full_native.h
torch/include/ATen/ops/new_full_ops.h
torch/include/ATen/ops/new_ones.h
torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/new_ones_native.h
torch/include/ATen/ops/new_ones_ops.h
torch/include/ATen/ops/new_zeros.h
torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/new_zeros_native.h
torch/include/ATen/ops/new_zeros_ops.h
torch/include/ATen/ops/nextafter.h
torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/nextafter_cpu_dispatch.h
torch/include/ATen/ops/nextafter_cuda_dispatch.h
torch/include/ATen/ops/nextafter_meta.h
torch/include/ATen/ops/nextafter_meta_dispatch.h
torch/include/ATen/ops/nextafter_native.h
torch/include/ATen/ops/nextafter_ops.h
torch/include/ATen/ops/nll_loss.h
torch/include/ATen/ops/nll_loss2d.h
torch/include/ATen/ops/nll_loss2d_backward.h
torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h
torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h
torch/include/ATen/ops/nll_loss2d_backward_native.h
torch/include/ATen/ops/nll_loss2d_backward_ops.h
torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nll_loss2d_forward.h
torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h
torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h
torch/include/ATen/ops/nll_loss2d_forward_native.h
torch/include/ATen/ops/nll_loss2d_forward_ops.h
torch/include/ATen/ops/nll_loss2d_native.h
torch/include/ATen/ops/nll_loss2d_ops.h
torch/include/ATen/ops/nll_loss_backward.h
torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/nll_loss_backward_meta.h
torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h
torch/include/ATen/ops/nll_loss_backward_native.h
torch/include/ATen/ops/nll_loss_backward_ops.h
torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nll_loss_forward.h
torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h
torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h
torch/include/ATen/ops/nll_loss_forward_meta.h
torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h
torch/include/ATen/ops/nll_loss_forward_native.h
torch/include/ATen/ops/nll_loss_forward_ops.h
torch/include/ATen/ops/nll_loss_native.h
torch/include/ATen/ops/nll_loss_nd.h
torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nll_loss_nd_native.h
torch/include/ATen/ops/nll_loss_nd_ops.h
torch/include/ATen/ops/nll_loss_ops.h
torch/include/ATen/ops/nonzero.h
torch/include/ATen/ops/nonzero_cpu_dispatch.h
torch/include/ATen/ops/nonzero_cuda_dispatch.h
torch/include/ATen/ops/nonzero_native.h
torch/include/ATen/ops/nonzero_numpy.h
torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nonzero_numpy_native.h
torch/include/ATen/ops/nonzero_numpy_ops.h
torch/include/ATen/ops/nonzero_ops.h
torch/include/ATen/ops/nonzero_static.h
torch/include/ATen/ops/nonzero_static_cpu_dispatch.h
torch/include/ATen/ops/nonzero_static_native.h
torch/include/ATen/ops/nonzero_static_ops.h
torch/include/ATen/ops/norm.h
torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/norm_cpu_dispatch.h
torch/include/ATen/ops/norm_cuda_dispatch.h
torch/include/ATen/ops/norm_except_dim.h
torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/norm_except_dim_native.h
torch/include/ATen/ops/norm_except_dim_ops.h
torch/include/ATen/ops/norm_meta.h
torch/include/ATen/ops/norm_meta_dispatch.h
torch/include/ATen/ops/norm_native.h
torch/include/ATen/ops/norm_ops.h
torch/include/ATen/ops/normal.h
torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/normal_cpu_dispatch.h
torch/include/ATen/ops/normal_cuda_dispatch.h
torch/include/ATen/ops/normal_meta_dispatch.h
torch/include/ATen/ops/normal_native.h
torch/include/ATen/ops/normal_ops.h
torch/include/ATen/ops/not_equal.h
torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/not_equal_native.h
torch/include/ATen/ops/not_equal_ops.h
torch/include/ATen/ops/nuclear_norm.h
torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/nuclear_norm_native.h
torch/include/ATen/ops/nuclear_norm_ops.h
torch/include/ATen/ops/numpy_T.h
torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/numpy_T_native.h
torch/include/ATen/ops/numpy_T_ops.h
torch/include/ATen/ops/one_hot.h
torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/one_hot_native.h
torch/include/ATen/ops/one_hot_ops.h
torch/include/ATen/ops/ones.h
torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/ones_like.h
torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/ones_like_native.h
torch/include/ATen/ops/ones_like_ops.h
torch/include/ATen/ops/ones_native.h
torch/include/ATen/ops/ones_ops.h
torch/include/ATen/ops/or.h
torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/or_native.h
torch/include/ATen/ops/or_ops.h
torch/include/ATen/ops/orgqr.h
torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/orgqr_native.h
torch/include/ATen/ops/orgqr_ops.h
torch/include/ATen/ops/ormqr.h
torch/include/ATen/ops/ormqr_cpu_dispatch.h
torch/include/ATen/ops/ormqr_cuda_dispatch.h
torch/include/ATen/ops/ormqr_native.h
torch/include/ATen/ops/ormqr_ops.h
torch/include/ATen/ops/outer.h
torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/outer_native.h
torch/include/ATen/ops/outer_ops.h
torch/include/ATen/ops/output_nr.h
torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/output_nr_native.h
torch/include/ATen/ops/output_nr_ops.h
torch/include/ATen/ops/pad.h
torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/pad_native.h
torch/include/ATen/ops/pad_ops.h
torch/include/ATen/ops/pad_sequence.h
torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/pad_sequence_native.h
torch/include/ATen/ops/pad_sequence_ops.h
torch/include/ATen/ops/pairwise_distance.h
torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/pairwise_distance_native.h
torch/include/ATen/ops/pairwise_distance_ops.h
torch/include/ATen/ops/pdist.h
torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/pdist_native.h
torch/include/ATen/ops/pdist_ops.h
torch/include/ATen/ops/permute.h
torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/permute_copy.h
torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/permute_copy_native.h
torch/include/ATen/ops/permute_copy_ops.h
torch/include/ATen/ops/permute_native.h
torch/include/ATen/ops/permute_ops.h
torch/include/ATen/ops/pin_memory.h
torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/pin_memory_native.h
torch/include/ATen/ops/pin_memory_ops.h
torch/include/ATen/ops/pinverse.h
torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/pinverse_native.h
torch/include/ATen/ops/pinverse_ops.h
torch/include/ATen/ops/pixel_shuffle.h
torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h
torch/include/ATen/ops/pixel_shuffle_native.h
torch/include/ATen/ops/pixel_shuffle_ops.h
torch/include/ATen/ops/pixel_unshuffle.h
torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h
torch/include/ATen/ops/pixel_unshuffle_native.h
torch/include/ATen/ops/pixel_unshuffle_ops.h
torch/include/ATen/ops/poisson.h
torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/poisson_cpu_dispatch.h
torch/include/ATen/ops/poisson_cuda_dispatch.h
torch/include/ATen/ops/poisson_native.h
torch/include/ATen/ops/poisson_nll_loss.h
torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/poisson_nll_loss_native.h
torch/include/ATen/ops/poisson_nll_loss_ops.h
torch/include/ATen/ops/poisson_ops.h
torch/include/ATen/ops/polar.h
torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/polar_cpu_dispatch.h
torch/include/ATen/ops/polar_cuda_dispatch.h
torch/include/ATen/ops/polar_native.h
torch/include/ATen/ops/polar_ops.h
torch/include/ATen/ops/polygamma.h
torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/polygamma_cpu_dispatch.h
torch/include/ATen/ops/polygamma_cuda_dispatch.h
torch/include/ATen/ops/polygamma_meta.h
torch/include/ATen/ops/polygamma_meta_dispatch.h
torch/include/ATen/ops/polygamma_native.h
torch/include/ATen/ops/polygamma_ops.h
torch/include/ATen/ops/positive.h
torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/positive_native.h
torch/include/ATen/ops/positive_ops.h
torch/include/ATen/ops/pow.h
torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/pow_cpu_dispatch.h
torch/include/ATen/ops/pow_cuda_dispatch.h
torch/include/ATen/ops/pow_meta.h
torch/include/ATen/ops/pow_meta_dispatch.h
torch/include/ATen/ops/pow_native.h
torch/include/ATen/ops/pow_ops.h
torch/include/ATen/ops/prelu.h
torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/prelu_native.h
torch/include/ATen/ops/prelu_ops.h
torch/include/ATen/ops/prod.h
torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/prod_cpu_dispatch.h
torch/include/ATen/ops/prod_cuda_dispatch.h
torch/include/ATen/ops/prod_meta.h
torch/include/ATen/ops/prod_meta_dispatch.h
torch/include/ATen/ops/prod_native.h
torch/include/ATen/ops/prod_ops.h
torch/include/ATen/ops/promote_types.h
torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/promote_types_native.h
torch/include/ATen/ops/promote_types_ops.h
torch/include/ATen/ops/put.h
torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/put_cpu_dispatch.h
torch/include/ATen/ops/put_cuda_dispatch.h
torch/include/ATen/ops/put_meta_dispatch.h
torch/include/ATen/ops/put_native.h
torch/include/ATen/ops/put_ops.h
torch/include/ATen/ops/q_per_channel_axis.h
torch/include/ATen/ops/q_per_channel_axis_native.h
torch/include/ATen/ops/q_per_channel_axis_ops.h
torch/include/ATen/ops/q_per_channel_scales.h
torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/q_per_channel_scales_native.h
torch/include/ATen/ops/q_per_channel_scales_ops.h
torch/include/ATen/ops/q_per_channel_zero_points.h
torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/q_per_channel_zero_points_native.h
torch/include/ATen/ops/q_per_channel_zero_points_ops.h
torch/include/ATen/ops/q_scale.h
torch/include/ATen/ops/q_scale_native.h
torch/include/ATen/ops/q_scale_ops.h
torch/include/ATen/ops/q_zero_point.h
torch/include/ATen/ops/q_zero_point_native.h
torch/include/ATen/ops/q_zero_point_ops.h
torch/include/ATen/ops/qr.h
torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/qr_native.h
torch/include/ATen/ops/qr_ops.h
torch/include/ATen/ops/qscheme.h
torch/include/ATen/ops/qscheme_native.h
torch/include/ATen/ops/qscheme_ops.h
torch/include/ATen/ops/quantile.h
torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/quantile_native.h
torch/include/ATen/ops/quantile_ops.h
torch/include/ATen/ops/quantize_per_channel.h
torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h
torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h
torch/include/ATen/ops/quantize_per_channel_native.h
torch/include/ATen/ops/quantize_per_channel_ops.h
torch/include/ATen/ops/quantize_per_tensor.h
torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h
torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h
torch/include/ATen/ops/quantize_per_tensor_dynamic.h
torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h
torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h
torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h
torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h
torch/include/ATen/ops/quantize_per_tensor_native.h
torch/include/ATen/ops/quantize_per_tensor_ops.h
torch/include/ATen/ops/quantized_batch_norm.h
torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_batch_norm_native.h
torch/include/ATen/ops/quantized_batch_norm_ops.h
torch/include/ATen/ops/quantized_gru_cell.h
torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_gru_cell_native.h
torch/include/ATen/ops/quantized_gru_cell_ops.h
torch/include/ATen/ops/quantized_lstm_cell.h
torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_lstm_cell_native.h
torch/include/ATen/ops/quantized_lstm_cell_ops.h
torch/include/ATen/ops/quantized_max_pool1d.h
torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_max_pool1d_native.h
torch/include/ATen/ops/quantized_max_pool1d_ops.h
torch/include/ATen/ops/quantized_max_pool2d.h
torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_max_pool2d_native.h
torch/include/ATen/ops/quantized_max_pool2d_ops.h
torch/include/ATen/ops/quantized_max_pool3d.h
torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_max_pool3d_native.h
torch/include/ATen/ops/quantized_max_pool3d_ops.h
torch/include/ATen/ops/quantized_rnn_relu_cell.h
torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_rnn_relu_cell_native.h
torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h
torch/include/ATen/ops/quantized_rnn_tanh_cell.h
torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h
torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h
torch/include/ATen/ops/rad2deg.h
torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rad2deg_native.h
torch/include/ATen/ops/rad2deg_ops.h
torch/include/ATen/ops/rand.h
torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rand_like.h
torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rand_like_native.h
torch/include/ATen/ops/rand_like_ops.h
torch/include/ATen/ops/rand_native.h
torch/include/ATen/ops/rand_ops.h
torch/include/ATen/ops/randint.h
torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/randint_like.h
torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/randint_like_native.h
torch/include/ATen/ops/randint_like_ops.h
torch/include/ATen/ops/randint_native.h
torch/include/ATen/ops/randint_ops.h
torch/include/ATen/ops/randn.h
torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/randn_like.h
torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h
torch/include/ATen/ops/randn_like_native.h
torch/include/ATen/ops/randn_like_ops.h
torch/include/ATen/ops/randn_native.h
torch/include/ATen/ops/randn_ops.h
torch/include/ATen/ops/random.h
torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/random_cpu_dispatch.h
torch/include/ATen/ops/random_cuda_dispatch.h
torch/include/ATen/ops/random_meta_dispatch.h
torch/include/ATen/ops/random_native.h
torch/include/ATen/ops/random_ops.h
torch/include/ATen/ops/randperm.h
torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/randperm_cpu_dispatch.h
torch/include/ATen/ops/randperm_cuda_dispatch.h
torch/include/ATen/ops/randperm_native.h
torch/include/ATen/ops/randperm_ops.h
torch/include/ATen/ops/range.h
torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/range_cpu_dispatch.h
torch/include/ATen/ops/range_cuda_dispatch.h
torch/include/ATen/ops/range_meta_dispatch.h
torch/include/ATen/ops/range_native.h
torch/include/ATen/ops/range_ops.h
torch/include/ATen/ops/ravel.h
torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/ravel_native.h
torch/include/ATen/ops/ravel_ops.h
torch/include/ATen/ops/real.h
torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/real_native.h
torch/include/ATen/ops/real_ops.h
torch/include/ATen/ops/reciprocal.h
torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/reciprocal_cpu_dispatch.h
torch/include/ATen/ops/reciprocal_cuda_dispatch.h
torch/include/ATen/ops/reciprocal_meta.h
torch/include/ATen/ops/reciprocal_meta_dispatch.h
torch/include/ATen/ops/reciprocal_native.h
torch/include/ATen/ops/reciprocal_ops.h
torch/include/ATen/ops/record_stream.h
torch/include/ATen/ops/record_stream_cuda_dispatch.h
torch/include/ATen/ops/record_stream_native.h
torch/include/ATen/ops/record_stream_ops.h
torch/include/ATen/ops/refine_names.h
torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/refine_names_native.h
torch/include/ATen/ops/refine_names_ops.h
torch/include/ATen/ops/reflection_pad1d.h
torch/include/ATen/ops/reflection_pad1d_backward.h
torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h
torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h
torch/include/ATen/ops/reflection_pad1d_backward_meta.h
torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h
torch/include/ATen/ops/reflection_pad1d_backward_native.h
torch/include/ATen/ops/reflection_pad1d_backward_ops.h
torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h
torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h
torch/include/ATen/ops/reflection_pad1d_meta.h
torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h
torch/include/ATen/ops/reflection_pad1d_native.h
torch/include/ATen/ops/reflection_pad1d_ops.h
torch/include/ATen/ops/reflection_pad2d.h
torch/include/ATen/ops/reflection_pad2d_backward.h
torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h
torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h
torch/include/ATen/ops/reflection_pad2d_backward_native.h
torch/include/ATen/ops/reflection_pad2d_backward_ops.h
torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h
torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h
torch/include/ATen/ops/reflection_pad2d_native.h
torch/include/ATen/ops/reflection_pad2d_ops.h
torch/include/ATen/ops/reflection_pad3d.h
torch/include/ATen/ops/reflection_pad3d_backward.h
torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h
torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h
torch/include/ATen/ops/reflection_pad3d_backward_meta.h
torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h
torch/include/ATen/ops/reflection_pad3d_backward_native.h
torch/include/ATen/ops/reflection_pad3d_backward_ops.h
torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h
torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h
torch/include/ATen/ops/reflection_pad3d_meta.h
torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h
torch/include/ATen/ops/reflection_pad3d_native.h
torch/include/ATen/ops/reflection_pad3d_ops.h
torch/include/ATen/ops/relu.h
torch/include/ATen/ops/relu6.h
torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/relu6_native.h
torch/include/ATen/ops/relu6_ops.h
torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/relu_cpu_dispatch.h
torch/include/ATen/ops/relu_cuda_dispatch.h
torch/include/ATen/ops/relu_meta_dispatch.h
torch/include/ATen/ops/relu_native.h
torch/include/ATen/ops/relu_ops.h
torch/include/ATen/ops/remainder.h
torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/remainder_cpu_dispatch.h
torch/include/ATen/ops/remainder_cuda_dispatch.h
torch/include/ATen/ops/remainder_meta.h
torch/include/ATen/ops/remainder_meta_dispatch.h
torch/include/ATen/ops/remainder_native.h
torch/include/ATen/ops/remainder_ops.h
torch/include/ATen/ops/rename.h
torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rename_native.h
torch/include/ATen/ops/rename_ops.h
torch/include/ATen/ops/renorm.h
torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/renorm_cpu_dispatch.h
torch/include/ATen/ops/renorm_cuda_dispatch.h
torch/include/ATen/ops/renorm_meta.h
torch/include/ATen/ops/renorm_meta_dispatch.h
torch/include/ATen/ops/renorm_native.h
torch/include/ATen/ops/renorm_ops.h
torch/include/ATen/ops/repeat.h
torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/repeat_interleave.h
torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h
torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h
torch/include/ATen/ops/repeat_interleave_native.h
torch/include/ATen/ops/repeat_interleave_ops.h
torch/include/ATen/ops/repeat_native.h
torch/include/ATen/ops/repeat_ops.h
torch/include/ATen/ops/replication_pad1d.h
torch/include/ATen/ops/replication_pad1d_backward.h
torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h
torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h
torch/include/ATen/ops/replication_pad1d_backward_meta.h
torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h
torch/include/ATen/ops/replication_pad1d_backward_native.h
torch/include/ATen/ops/replication_pad1d_backward_ops.h
torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h
torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h
torch/include/ATen/ops/replication_pad1d_meta.h
torch/include/ATen/ops/replication_pad1d_meta_dispatch.h
torch/include/ATen/ops/replication_pad1d_native.h
torch/include/ATen/ops/replication_pad1d_ops.h
torch/include/ATen/ops/replication_pad2d.h
torch/include/ATen/ops/replication_pad2d_backward.h
torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h
torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h
torch/include/ATen/ops/replication_pad2d_backward_native.h
torch/include/ATen/ops/replication_pad2d_backward_ops.h
torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h
torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h
torch/include/ATen/ops/replication_pad2d_meta.h
torch/include/ATen/ops/replication_pad2d_meta_dispatch.h
torch/include/ATen/ops/replication_pad2d_native.h
torch/include/ATen/ops/replication_pad2d_ops.h
torch/include/ATen/ops/replication_pad3d.h
torch/include/ATen/ops/replication_pad3d_backward.h
torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h
torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h
torch/include/ATen/ops/replication_pad3d_backward_native.h
torch/include/ATen/ops/replication_pad3d_backward_ops.h
torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h
torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h
torch/include/ATen/ops/replication_pad3d_meta.h
torch/include/ATen/ops/replication_pad3d_meta_dispatch.h
torch/include/ATen/ops/replication_pad3d_native.h
torch/include/ATen/ops/replication_pad3d_ops.h
torch/include/ATen/ops/requires_grad.h
torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/requires_grad_native.h
torch/include/ATen/ops/requires_grad_ops.h
torch/include/ATen/ops/reshape.h
torch/include/ATen/ops/reshape_as.h
torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h
torch/include/ATen/ops/reshape_as_native.h
torch/include/ATen/ops/reshape_as_ops.h
torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h
torch/include/ATen/ops/reshape_native.h
torch/include/ATen/ops/reshape_ops.h
torch/include/ATen/ops/resize.h
torch/include/ATen/ops/resize_as.h
torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/resize_as_native.h
torch/include/ATen/ops/resize_as_ops.h
torch/include/ATen/ops/resize_as_sparse.h
torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h
torch/include/ATen/ops/resize_as_sparse_native.h
torch/include/ATen/ops/resize_as_sparse_ops.h
torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/resize_cpu_dispatch.h
torch/include/ATen/ops/resize_cuda_dispatch.h
torch/include/ATen/ops/resize_meta_dispatch.h
torch/include/ATen/ops/resize_native.h
torch/include/ATen/ops/resize_ops.h
torch/include/ATen/ops/resolve_conj.h
torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/resolve_conj_native.h
torch/include/ATen/ops/resolve_conj_ops.h
torch/include/ATen/ops/resolve_neg.h
torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/resolve_neg_native.h
torch/include/ATen/ops/resolve_neg_ops.h
torch/include/ATen/ops/result_type.h
torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/result_type_native.h
torch/include/ATen/ops/result_type_ops.h
torch/include/ATen/ops/retain_grad.h
torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/retain_grad_native.h
torch/include/ATen/ops/retain_grad_ops.h
torch/include/ATen/ops/retains_grad.h
torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/retains_grad_native.h
torch/include/ATen/ops/retains_grad_ops.h
torch/include/ATen/ops/rms_norm.h
torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rms_norm_native.h
torch/include/ATen/ops/rms_norm_ops.h
torch/include/ATen/ops/rnn_relu.h
torch/include/ATen/ops/rnn_relu_cell.h
torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rnn_relu_cell_native.h
torch/include/ATen/ops/rnn_relu_cell_ops.h
torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rnn_relu_native.h
torch/include/ATen/ops/rnn_relu_ops.h
torch/include/ATen/ops/rnn_tanh.h
torch/include/ATen/ops/rnn_tanh_cell.h
torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rnn_tanh_cell_native.h
torch/include/ATen/ops/rnn_tanh_cell_ops.h
torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rnn_tanh_native.h
torch/include/ATen/ops/rnn_tanh_ops.h
torch/include/ATen/ops/roll.h
torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/roll_cpu_dispatch.h
torch/include/ATen/ops/roll_cuda_dispatch.h
torch/include/ATen/ops/roll_native.h
torch/include/ATen/ops/roll_ops.h
torch/include/ATen/ops/rot90.h
torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rot90_native.h
torch/include/ATen/ops/rot90_ops.h
torch/include/ATen/ops/round.h
torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/round_cpu_dispatch.h
torch/include/ATen/ops/round_cuda_dispatch.h
torch/include/ATen/ops/round_meta.h
torch/include/ATen/ops/round_meta_dispatch.h
torch/include/ATen/ops/round_native.h
torch/include/ATen/ops/round_ops.h
torch/include/ATen/ops/row_indices.h
torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/row_indices_copy.h
torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/row_indices_copy_native.h
torch/include/ATen/ops/row_indices_copy_ops.h
torch/include/ATen/ops/row_indices_native.h
torch/include/ATen/ops/row_indices_ops.h
torch/include/ATen/ops/row_stack.h
torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/row_stack_native.h
torch/include/ATen/ops/row_stack_ops.h
torch/include/ATen/ops/rrelu.h
torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/rrelu_native.h
torch/include/ATen/ops/rrelu_ops.h
torch/include/ATen/ops/rrelu_with_noise.h
torch/include/ATen/ops/rrelu_with_noise_backward.h
torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rrelu_with_noise_backward_native.h
torch/include/ATen/ops/rrelu_with_noise_backward_ops.h
torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h
torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h
torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h
torch/include/ATen/ops/rrelu_with_noise_native.h
torch/include/ATen/ops/rrelu_with_noise_ops.h
torch/include/ATen/ops/rshift.h
torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rshift_cpu_dispatch.h
torch/include/ATen/ops/rshift_cuda_dispatch.h
torch/include/ATen/ops/rshift_meta_dispatch.h
torch/include/ATen/ops/rshift_native.h
torch/include/ATen/ops/rshift_ops.h
torch/include/ATen/ops/rsqrt.h
torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/rsqrt_cpu_dispatch.h
torch/include/ATen/ops/rsqrt_cuda_dispatch.h
torch/include/ATen/ops/rsqrt_meta.h
torch/include/ATen/ops/rsqrt_meta_dispatch.h
torch/include/ATen/ops/rsqrt_native.h
torch/include/ATen/ops/rsqrt_ops.h
torch/include/ATen/ops/rsub.h
torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/rsub_cpu_dispatch.h
torch/include/ATen/ops/rsub_cuda_dispatch.h
torch/include/ATen/ops/rsub_native.h
torch/include/ATen/ops/rsub_ops.h
torch/include/ATen/ops/scalar_tensor.h
torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/scalar_tensor_native.h
torch/include/ATen/ops/scalar_tensor_ops.h
torch/include/ATen/ops/scaled_dot_product_attention.h
torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/scaled_dot_product_attention_native.h
torch/include/ATen/ops/scaled_dot_product_attention_ops.h
torch/include/ATen/ops/scatter.h
torch/include/ATen/ops/scatter_add.h
torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/scatter_add_cpu_dispatch.h
torch/include/ATen/ops/scatter_add_cuda_dispatch.h
torch/include/ATen/ops/scatter_add_meta.h
torch/include/ATen/ops/scatter_add_meta_dispatch.h
torch/include/ATen/ops/scatter_add_native.h
torch/include/ATen/ops/scatter_add_ops.h
torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/scatter_cpu_dispatch.h
torch/include/ATen/ops/scatter_cuda_dispatch.h
torch/include/ATen/ops/scatter_meta.h
torch/include/ATen/ops/scatter_meta_dispatch.h
torch/include/ATen/ops/scatter_native.h
torch/include/ATen/ops/scatter_ops.h
torch/include/ATen/ops/scatter_reduce.h
torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h
torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h
torch/include/ATen/ops/scatter_reduce_meta.h
torch/include/ATen/ops/scatter_reduce_meta_dispatch.h
torch/include/ATen/ops/scatter_reduce_native.h
torch/include/ATen/ops/scatter_reduce_ops.h
torch/include/ATen/ops/searchsorted.h
torch/include/ATen/ops/searchsorted_cpu_dispatch.h
torch/include/ATen/ops/searchsorted_cuda_dispatch.h
torch/include/ATen/ops/searchsorted_native.h
torch/include/ATen/ops/searchsorted_ops.h
torch/include/ATen/ops/segment_reduce.h
torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/segment_reduce_cpu_dispatch.h
torch/include/ATen/ops/segment_reduce_cuda_dispatch.h
torch/include/ATen/ops/segment_reduce_native.h
torch/include/ATen/ops/segment_reduce_ops.h
torch/include/ATen/ops/select.h
torch/include/ATen/ops/select_backward.h
torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/select_backward_native.h
torch/include/ATen/ops/select_backward_ops.h
torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/select_copy.h
torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/select_copy_native.h
torch/include/ATen/ops/select_copy_ops.h
torch/include/ATen/ops/select_native.h
torch/include/ATen/ops/select_ops.h
torch/include/ATen/ops/select_scatter.h
torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/select_scatter_native.h
torch/include/ATen/ops/select_scatter_ops.h
torch/include/ATen/ops/selu.h
torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/selu_native.h
torch/include/ATen/ops/selu_ops.h
torch/include/ATen/ops/set.h
torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/set_cpu_dispatch.h
torch/include/ATen/ops/set_cuda_dispatch.h
torch/include/ATen/ops/set_data.h
torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/set_data_native.h
torch/include/ATen/ops/set_data_ops.h
torch/include/ATen/ops/set_meta_dispatch.h
torch/include/ATen/ops/set_native.h
torch/include/ATen/ops/set_ops.h
torch/include/ATen/ops/sgn.h
torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sgn_cpu_dispatch.h
torch/include/ATen/ops/sgn_cuda_dispatch.h
torch/include/ATen/ops/sgn_meta.h
torch/include/ATen/ops/sgn_meta_dispatch.h
torch/include/ATen/ops/sgn_native.h
torch/include/ATen/ops/sgn_ops.h
torch/include/ATen/ops/sigmoid.h
torch/include/ATen/ops/sigmoid_backward.h
torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h
torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h
torch/include/ATen/ops/sigmoid_backward_meta.h
torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h
torch/include/ATen/ops/sigmoid_backward_native.h
torch/include/ATen/ops/sigmoid_backward_ops.h
torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sigmoid_cpu_dispatch.h
torch/include/ATen/ops/sigmoid_cuda_dispatch.h
torch/include/ATen/ops/sigmoid_meta.h
torch/include/ATen/ops/sigmoid_meta_dispatch.h
torch/include/ATen/ops/sigmoid_native.h
torch/include/ATen/ops/sigmoid_ops.h
torch/include/ATen/ops/sign.h
torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sign_cpu_dispatch.h
torch/include/ATen/ops/sign_cuda_dispatch.h
torch/include/ATen/ops/sign_meta.h
torch/include/ATen/ops/sign_meta_dispatch.h
torch/include/ATen/ops/sign_native.h
torch/include/ATen/ops/sign_ops.h
torch/include/ATen/ops/signbit.h
torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/signbit_cpu_dispatch.h
torch/include/ATen/ops/signbit_cuda_dispatch.h
torch/include/ATen/ops/signbit_meta.h
torch/include/ATen/ops/signbit_meta_dispatch.h
torch/include/ATen/ops/signbit_native.h
torch/include/ATen/ops/signbit_ops.h
torch/include/ATen/ops/silu.h
torch/include/ATen/ops/silu_backward.h
torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/silu_backward_cpu_dispatch.h
torch/include/ATen/ops/silu_backward_cuda_dispatch.h
torch/include/ATen/ops/silu_backward_meta.h
torch/include/ATen/ops/silu_backward_meta_dispatch.h
torch/include/ATen/ops/silu_backward_native.h
torch/include/ATen/ops/silu_backward_ops.h
torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/silu_cpu_dispatch.h
torch/include/ATen/ops/silu_cuda_dispatch.h
torch/include/ATen/ops/silu_meta.h
torch/include/ATen/ops/silu_meta_dispatch.h
torch/include/ATen/ops/silu_native.h
torch/include/ATen/ops/silu_ops.h
torch/include/ATen/ops/sin.h
torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sin_cpu_dispatch.h
torch/include/ATen/ops/sin_cuda_dispatch.h
torch/include/ATen/ops/sin_meta.h
torch/include/ATen/ops/sin_meta_dispatch.h
torch/include/ATen/ops/sin_native.h
torch/include/ATen/ops/sin_ops.h
torch/include/ATen/ops/sinc.h
torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sinc_cpu_dispatch.h
torch/include/ATen/ops/sinc_cuda_dispatch.h
torch/include/ATen/ops/sinc_meta.h
torch/include/ATen/ops/sinc_meta_dispatch.h
torch/include/ATen/ops/sinc_native.h
torch/include/ATen/ops/sinc_ops.h
torch/include/ATen/ops/sinh.h
torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sinh_cpu_dispatch.h
torch/include/ATen/ops/sinh_cuda_dispatch.h
torch/include/ATen/ops/sinh_meta.h
torch/include/ATen/ops/sinh_meta_dispatch.h
torch/include/ATen/ops/sinh_native.h
torch/include/ATen/ops/sinh_ops.h
torch/include/ATen/ops/size.h
torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/size_native.h
torch/include/ATen/ops/size_ops.h
torch/include/ATen/ops/slice.h
torch/include/ATen/ops/slice_backward.h
torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slice_backward_native.h
torch/include/ATen/ops/slice_backward_ops.h
torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slice_copy.h
torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/slice_copy_native.h
torch/include/ATen/ops/slice_copy_ops.h
torch/include/ATen/ops/slice_inverse.h
torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slice_inverse_native.h
torch/include/ATen/ops/slice_inverse_ops.h
torch/include/ATen/ops/slice_native.h
torch/include/ATen/ops/slice_ops.h
torch/include/ATen/ops/slice_scatter.h
torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/slice_scatter_native.h
torch/include/ATen/ops/slice_scatter_ops.h
torch/include/ATen/ops/slogdet.h
torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/slogdet_native.h
torch/include/ATen/ops/slogdet_ops.h
torch/include/ATen/ops/slow_conv3d.h
torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/slow_conv3d_forward.h
torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h
torch/include/ATen/ops/slow_conv3d_forward_native.h
torch/include/ATen/ops/slow_conv3d_forward_ops.h
torch/include/ATen/ops/slow_conv3d_native.h
torch/include/ATen/ops/slow_conv3d_ops.h
torch/include/ATen/ops/slow_conv_dilated2d.h
torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h
torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h
torch/include/ATen/ops/slow_conv_dilated2d_native.h
torch/include/ATen/ops/slow_conv_dilated2d_ops.h
torch/include/ATen/ops/slow_conv_dilated3d.h
torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h
torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h
torch/include/ATen/ops/slow_conv_dilated3d_native.h
torch/include/ATen/ops/slow_conv_dilated3d_ops.h
torch/include/ATen/ops/slow_conv_transpose2d.h
torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h
torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h
torch/include/ATen/ops/slow_conv_transpose2d_meta.h
torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h
torch/include/ATen/ops/slow_conv_transpose2d_native.h
torch/include/ATen/ops/slow_conv_transpose2d_ops.h
torch/include/ATen/ops/slow_conv_transpose3d.h
torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h
torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h
torch/include/ATen/ops/slow_conv_transpose3d_native.h
torch/include/ATen/ops/slow_conv_transpose3d_ops.h
torch/include/ATen/ops/smm.h
torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/smm_native.h
torch/include/ATen/ops/smm_ops.h
torch/include/ATen/ops/smooth_l1_loss.h
torch/include/ATen/ops/smooth_l1_loss_backward.h
torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_backward_native.h
torch/include/ATen/ops/smooth_l1_loss_backward_ops.h
torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_meta.h
torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h
torch/include/ATen/ops/smooth_l1_loss_native.h
torch/include/ATen/ops/smooth_l1_loss_ops.h
torch/include/ATen/ops/soft_margin_loss.h
torch/include/ATen/ops/soft_margin_loss_backward.h
torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/soft_margin_loss_backward_native.h
torch/include/ATen/ops/soft_margin_loss_backward_ops.h
torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/soft_margin_loss_native.h
torch/include/ATen/ops/soft_margin_loss_ops.h
torch/include/ATen/ops/softmax.h
torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/softmax_native.h
torch/include/ATen/ops/softmax_ops.h
torch/include/ATen/ops/softplus.h
torch/include/ATen/ops/softplus_backward.h
torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/softplus_backward_cpu_dispatch.h
torch/include/ATen/ops/softplus_backward_cuda_dispatch.h
torch/include/ATen/ops/softplus_backward_meta.h
torch/include/ATen/ops/softplus_backward_meta_dispatch.h
torch/include/ATen/ops/softplus_backward_native.h
torch/include/ATen/ops/softplus_backward_ops.h
torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/softplus_cpu_dispatch.h
torch/include/ATen/ops/softplus_cuda_dispatch.h
torch/include/ATen/ops/softplus_meta.h
torch/include/ATen/ops/softplus_meta_dispatch.h
torch/include/ATen/ops/softplus_native.h
torch/include/ATen/ops/softplus_ops.h
torch/include/ATen/ops/softshrink.h
torch/include/ATen/ops/softshrink_backward.h
torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h
torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h
torch/include/ATen/ops/softshrink_backward_meta.h
torch/include/ATen/ops/softshrink_backward_meta_dispatch.h
torch/include/ATen/ops/softshrink_backward_native.h
torch/include/ATen/ops/softshrink_backward_ops.h
torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/softshrink_cpu_dispatch.h
torch/include/ATen/ops/softshrink_cuda_dispatch.h
torch/include/ATen/ops/softshrink_meta.h
torch/include/ATen/ops/softshrink_meta_dispatch.h
torch/include/ATen/ops/softshrink_native.h
torch/include/ATen/ops/softshrink_ops.h
torch/include/ATen/ops/sort.h
torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sort_cpu_dispatch.h
torch/include/ATen/ops/sort_cuda_dispatch.h
torch/include/ATen/ops/sort_meta.h
torch/include/ATen/ops/sort_meta_dispatch.h
torch/include/ATen/ops/sort_native.h
torch/include/ATen/ops/sort_ops.h
torch/include/ATen/ops/sparse_bsc_tensor.h
torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_bsc_tensor_native.h
torch/include/ATen/ops/sparse_bsc_tensor_ops.h
torch/include/ATen/ops/sparse_bsr_tensor.h
torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_bsr_tensor_native.h
torch/include/ATen/ops/sparse_bsr_tensor_ops.h
torch/include/ATen/ops/sparse_compressed_tensor.h
torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_compressed_tensor_native.h
torch/include/ATen/ops/sparse_compressed_tensor_ops.h
torch/include/ATen/ops/sparse_coo_tensor.h
torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_coo_tensor_native.h
torch/include/ATen/ops/sparse_coo_tensor_ops.h
torch/include/ATen/ops/sparse_csc_tensor.h
torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_csc_tensor_native.h
torch/include/ATen/ops/sparse_csc_tensor_ops.h
torch/include/ATen/ops/sparse_csr_tensor.h
torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_csr_tensor_native.h
torch/include/ATen/ops/sparse_csr_tensor_ops.h
torch/include/ATen/ops/sparse_dim.h
torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_dim_native.h
torch/include/ATen/ops/sparse_dim_ops.h
torch/include/ATen/ops/sparse_mask.h
torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_mask_native.h
torch/include/ATen/ops/sparse_mask_ops.h
torch/include/ATen/ops/sparse_resize.h
torch/include/ATen/ops/sparse_resize_and_clear.h
torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h
torch/include/ATen/ops/sparse_resize_and_clear_native.h
torch/include/ATen/ops/sparse_resize_and_clear_ops.h
torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sparse_resize_meta_dispatch.h
torch/include/ATen/ops/sparse_resize_native.h
torch/include/ATen/ops/sparse_resize_ops.h
torch/include/ATen/ops/sparse_sampled_addmm.h
torch/include/ATen/ops/sparse_sampled_addmm_native.h
torch/include/ATen/ops/sparse_sampled_addmm_ops.h
torch/include/ATen/ops/special_airy_ai.h
torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h
torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h
torch/include/ATen/ops/special_airy_ai_meta.h
torch/include/ATen/ops/special_airy_ai_meta_dispatch.h
torch/include/ATen/ops/special_airy_ai_native.h
torch/include/ATen/ops/special_airy_ai_ops.h
torch/include/ATen/ops/special_bessel_j0.h
torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h
torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h
torch/include/ATen/ops/special_bessel_j0_meta.h
torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h
torch/include/ATen/ops/special_bessel_j0_native.h
torch/include/ATen/ops/special_bessel_j0_ops.h
torch/include/ATen/ops/special_bessel_j1.h
torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h
torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h
torch/include/ATen/ops/special_bessel_j1_meta.h
torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h
torch/include/ATen/ops/special_bessel_j1_native.h
torch/include/ATen/ops/special_bessel_j1_ops.h
torch/include/ATen/ops/special_bessel_y0.h
torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h
torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h
torch/include/ATen/ops/special_bessel_y0_meta.h
torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h
torch/include/ATen/ops/special_bessel_y0_native.h
torch/include/ATen/ops/special_bessel_y0_ops.h
torch/include/ATen/ops/special_bessel_y1.h
torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h
torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h
torch/include/ATen/ops/special_bessel_y1_meta.h
torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h
torch/include/ATen/ops/special_bessel_y1_native.h
torch/include/ATen/ops/special_bessel_y1_ops.h
torch/include/ATen/ops/special_chebyshev_polynomial_t.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h
torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h
torch/include/ATen/ops/special_chebyshev_polynomial_u.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h
torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h
torch/include/ATen/ops/special_chebyshev_polynomial_v.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h
torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h
torch/include/ATen/ops/special_chebyshev_polynomial_w.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h
torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h
torch/include/ATen/ops/special_digamma.h
torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_digamma_native.h
torch/include/ATen/ops/special_digamma_ops.h
torch/include/ATen/ops/special_entr.h
torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_entr_cpu_dispatch.h
torch/include/ATen/ops/special_entr_cuda_dispatch.h
torch/include/ATen/ops/special_entr_meta.h
torch/include/ATen/ops/special_entr_meta_dispatch.h
torch/include/ATen/ops/special_entr_native.h
torch/include/ATen/ops/special_entr_ops.h
torch/include/ATen/ops/special_erf.h
torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_erf_native.h
torch/include/ATen/ops/special_erf_ops.h
torch/include/ATen/ops/special_erfc.h
torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_erfc_native.h
torch/include/ATen/ops/special_erfc_ops.h
torch/include/ATen/ops/special_erfcx.h
torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_erfcx_cpu_dispatch.h
torch/include/ATen/ops/special_erfcx_cuda_dispatch.h
torch/include/ATen/ops/special_erfcx_meta.h
torch/include/ATen/ops/special_erfcx_meta_dispatch.h
torch/include/ATen/ops/special_erfcx_native.h
torch/include/ATen/ops/special_erfcx_ops.h
torch/include/ATen/ops/special_erfinv.h
torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_erfinv_native.h
torch/include/ATen/ops/special_erfinv_ops.h
torch/include/ATen/ops/special_exp2.h
torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_exp2_native.h
torch/include/ATen/ops/special_exp2_ops.h
torch/include/ATen/ops/special_expit.h
torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_expit_native.h
torch/include/ATen/ops/special_expit_ops.h
torch/include/ATen/ops/special_expm1.h
torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_expm1_native.h
torch/include/ATen/ops/special_expm1_ops.h
torch/include/ATen/ops/special_gammainc.h
torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_gammainc_native.h
torch/include/ATen/ops/special_gammainc_ops.h
torch/include/ATen/ops/special_gammaincc.h
torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_gammaincc_native.h
torch/include/ATen/ops/special_gammaincc_ops.h
torch/include/ATen/ops/special_gammaln.h
torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_gammaln_native.h
torch/include/ATen/ops/special_gammaln_ops.h
torch/include/ATen/ops/special_hermite_polynomial_h.h
torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_h_meta.h
torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_h_native.h
torch/include/ATen/ops/special_hermite_polynomial_h_ops.h
torch/include/ATen/ops/special_hermite_polynomial_he.h
torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_he_meta.h
torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h
torch/include/ATen/ops/special_hermite_polynomial_he_native.h
torch/include/ATen/ops/special_hermite_polynomial_he_ops.h
torch/include/ATen/ops/special_i0.h
torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_i0_native.h
torch/include/ATen/ops/special_i0_ops.h
torch/include/ATen/ops/special_i0e.h
torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_i0e_cpu_dispatch.h
torch/include/ATen/ops/special_i0e_cuda_dispatch.h
torch/include/ATen/ops/special_i0e_meta.h
torch/include/ATen/ops/special_i0e_meta_dispatch.h
torch/include/ATen/ops/special_i0e_native.h
torch/include/ATen/ops/special_i0e_ops.h
torch/include/ATen/ops/special_i1.h
torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_i1_cpu_dispatch.h
torch/include/ATen/ops/special_i1_cuda_dispatch.h
torch/include/ATen/ops/special_i1_meta.h
torch/include/ATen/ops/special_i1_meta_dispatch.h
torch/include/ATen/ops/special_i1_native.h
torch/include/ATen/ops/special_i1_ops.h
torch/include/ATen/ops/special_i1e.h
torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_i1e_cpu_dispatch.h
torch/include/ATen/ops/special_i1e_cuda_dispatch.h
torch/include/ATen/ops/special_i1e_meta.h
torch/include/ATen/ops/special_i1e_meta_dispatch.h
torch/include/ATen/ops/special_i1e_native.h
torch/include/ATen/ops/special_i1e_ops.h
torch/include/ATen/ops/special_laguerre_polynomial_l.h
torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h
torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h
torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h
torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h
torch/include/ATen/ops/special_laguerre_polynomial_l_native.h
torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h
torch/include/ATen/ops/special_legendre_polynomial_p.h
torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h
torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h
torch/include/ATen/ops/special_legendre_polynomial_p_meta.h
torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h
torch/include/ATen/ops/special_legendre_polynomial_p_native.h
torch/include/ATen/ops/special_legendre_polynomial_p_ops.h
torch/include/ATen/ops/special_log1p.h
torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_log1p_native.h
torch/include/ATen/ops/special_log1p_ops.h
torch/include/ATen/ops/special_log_ndtr.h
torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h
torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h
torch/include/ATen/ops/special_log_ndtr_meta.h
torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h
torch/include/ATen/ops/special_log_ndtr_native.h
torch/include/ATen/ops/special_log_ndtr_ops.h
torch/include/ATen/ops/special_log_softmax.h
torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_log_softmax_native.h
torch/include/ATen/ops/special_log_softmax_ops.h
torch/include/ATen/ops/special_logit.h
torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_logit_native.h
torch/include/ATen/ops/special_logit_ops.h
torch/include/ATen/ops/special_logsumexp.h
torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_logsumexp_native.h
torch/include/ATen/ops/special_logsumexp_ops.h
torch/include/ATen/ops/special_modified_bessel_i0.h
torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i0_meta.h
torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i0_native.h
torch/include/ATen/ops/special_modified_bessel_i0_ops.h
torch/include/ATen/ops/special_modified_bessel_i1.h
torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i1_meta.h
torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h
torch/include/ATen/ops/special_modified_bessel_i1_native.h
torch/include/ATen/ops/special_modified_bessel_i1_ops.h
torch/include/ATen/ops/special_modified_bessel_k0.h
torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k0_meta.h
torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k0_native.h
torch/include/ATen/ops/special_modified_bessel_k0_ops.h
torch/include/ATen/ops/special_modified_bessel_k1.h
torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k1_meta.h
torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h
torch/include/ATen/ops/special_modified_bessel_k1_native.h
torch/include/ATen/ops/special_modified_bessel_k1_ops.h
torch/include/ATen/ops/special_multigammaln.h
torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_multigammaln_native.h
torch/include/ATen/ops/special_multigammaln_ops.h
torch/include/ATen/ops/special_ndtr.h
torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_ndtr_native.h
torch/include/ATen/ops/special_ndtr_ops.h
torch/include/ATen/ops/special_ndtri.h
torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_ndtri_cpu_dispatch.h
torch/include/ATen/ops/special_ndtri_cuda_dispatch.h
torch/include/ATen/ops/special_ndtri_meta.h
torch/include/ATen/ops/special_ndtri_meta_dispatch.h
torch/include/ATen/ops/special_ndtri_native.h
torch/include/ATen/ops/special_ndtri_ops.h
torch/include/ATen/ops/special_polygamma.h
torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_polygamma_native.h
torch/include/ATen/ops/special_polygamma_ops.h
torch/include/ATen/ops/special_psi.h
torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_psi_native.h
torch/include/ATen/ops/special_psi_ops.h
torch/include/ATen/ops/special_round.h
torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_round_native.h
torch/include/ATen/ops/special_round_ops.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h
torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h
torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h
torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h
torch/include/ATen/ops/special_sinc.h
torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_sinc_native.h
torch/include/ATen/ops/special_sinc_ops.h
torch/include/ATen/ops/special_softmax.h
torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_softmax_native.h
torch/include/ATen/ops/special_softmax_ops.h
torch/include/ATen/ops/special_spherical_bessel_j0.h
torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h
torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h
torch/include/ATen/ops/special_spherical_bessel_j0_meta.h
torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h
torch/include/ATen/ops/special_spherical_bessel_j0_native.h
torch/include/ATen/ops/special_spherical_bessel_j0_ops.h
torch/include/ATen/ops/special_xlog1py.h
torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h
torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h
torch/include/ATen/ops/special_xlog1py_meta.h
torch/include/ATen/ops/special_xlog1py_meta_dispatch.h
torch/include/ATen/ops/special_xlog1py_native.h
torch/include/ATen/ops/special_xlog1py_ops.h
torch/include/ATen/ops/special_xlogy.h
torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/special_xlogy_native.h
torch/include/ATen/ops/special_xlogy_ops.h
torch/include/ATen/ops/special_zeta.h
torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/special_zeta_cpu_dispatch.h
torch/include/ATen/ops/special_zeta_cuda_dispatch.h
torch/include/ATen/ops/special_zeta_meta.h
torch/include/ATen/ops/special_zeta_meta_dispatch.h
torch/include/ATen/ops/special_zeta_native.h
torch/include/ATen/ops/special_zeta_ops.h
torch/include/ATen/ops/split.h
torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/split_copy.h
torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/split_copy_native.h
torch/include/ATen/ops/split_copy_ops.h
torch/include/ATen/ops/split_native.h
torch/include/ATen/ops/split_ops.h
torch/include/ATen/ops/split_with_sizes.h
torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/split_with_sizes_copy.h
torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h
torch/include/ATen/ops/split_with_sizes_copy_native.h
torch/include/ATen/ops/split_with_sizes_copy_ops.h
torch/include/ATen/ops/split_with_sizes_native.h
torch/include/ATen/ops/split_with_sizes_ops.h
torch/include/ATen/ops/sqrt.h
torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sqrt_cpu_dispatch.h
torch/include/ATen/ops/sqrt_cuda_dispatch.h
torch/include/ATen/ops/sqrt_meta.h
torch/include/ATen/ops/sqrt_meta_dispatch.h
torch/include/ATen/ops/sqrt_native.h
torch/include/ATen/ops/sqrt_ops.h
torch/include/ATen/ops/square.h
torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/square_native.h
torch/include/ATen/ops/square_ops.h
torch/include/ATen/ops/squeeze.h
torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/squeeze_copy.h
torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/squeeze_copy_native.h
torch/include/ATen/ops/squeeze_copy_ops.h
torch/include/ATen/ops/squeeze_native.h
torch/include/ATen/ops/squeeze_ops.h
torch/include/ATen/ops/sspaddmm.h
torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sspaddmm_cpu_dispatch.h
torch/include/ATen/ops/sspaddmm_cuda_dispatch.h
torch/include/ATen/ops/sspaddmm_native.h
torch/include/ATen/ops/sspaddmm_ops.h
torch/include/ATen/ops/stack.h
torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/stack_native.h
torch/include/ATen/ops/stack_ops.h
torch/include/ATen/ops/std.h
torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/std_cpu_dispatch.h
torch/include/ATen/ops/std_cuda_dispatch.h
torch/include/ATen/ops/std_mean.h
torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/std_mean_cpu_dispatch.h
torch/include/ATen/ops/std_mean_cuda_dispatch.h
torch/include/ATen/ops/std_mean_native.h
torch/include/ATen/ops/std_mean_ops.h
torch/include/ATen/ops/std_native.h
torch/include/ATen/ops/std_ops.h
torch/include/ATen/ops/stft.h
torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/stft_native.h
torch/include/ATen/ops/stft_ops.h
torch/include/ATen/ops/stride.h
torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/stride_native.h
torch/include/ATen/ops/stride_ops.h
torch/include/ATen/ops/sub.h
torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sub_cpu_dispatch.h
torch/include/ATen/ops/sub_cuda_dispatch.h
torch/include/ATen/ops/sub_meta.h
torch/include/ATen/ops/sub_meta_dispatch.h
torch/include/ATen/ops/sub_native.h
torch/include/ATen/ops/sub_ops.h
torch/include/ATen/ops/subtract.h
torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/subtract_native.h
torch/include/ATen/ops/subtract_ops.h
torch/include/ATen/ops/sum.h
torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sum_cpu_dispatch.h
torch/include/ATen/ops/sum_cuda_dispatch.h
torch/include/ATen/ops/sum_meta.h
torch/include/ATen/ops/sum_meta_dispatch.h
torch/include/ATen/ops/sum_native.h
torch/include/ATen/ops/sum_ops.h
torch/include/ATen/ops/sum_to_size.h
torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sum_to_size_native.h
torch/include/ATen/ops/sum_to_size_ops.h
torch/include/ATen/ops/svd.h
torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/svd_native.h
torch/include/ATen/ops/svd_ops.h
torch/include/ATen/ops/swapaxes.h
torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/swapaxes_native.h
torch/include/ATen/ops/swapaxes_ops.h
torch/include/ATen/ops/swapdims.h
torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/swapdims_native.h
torch/include/ATen/ops/swapdims_ops.h
torch/include/ATen/ops/sym_constrain_range.h
torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sym_constrain_range_for_size.h
torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/sym_constrain_range_for_size_native.h
torch/include/ATen/ops/sym_constrain_range_for_size_ops.h
torch/include/ATen/ops/sym_constrain_range_native.h
torch/include/ATen/ops/sym_constrain_range_ops.h
torch/include/ATen/ops/sym_numel.h
torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sym_numel_native.h
torch/include/ATen/ops/sym_numel_ops.h
torch/include/ATen/ops/sym_size.h
torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sym_size_native.h
torch/include/ATen/ops/sym_size_ops.h
torch/include/ATen/ops/sym_storage_offset.h
torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sym_storage_offset_native.h
torch/include/ATen/ops/sym_storage_offset_ops.h
torch/include/ATen/ops/sym_stride.h
torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/sym_stride_native.h
torch/include/ATen/ops/sym_stride_ops.h
torch/include/ATen/ops/t.h
torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/t_copy.h
torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/t_copy_native.h
torch/include/ATen/ops/t_copy_ops.h
torch/include/ATen/ops/t_native.h
torch/include/ATen/ops/t_ops.h
torch/include/ATen/ops/take.h
torch/include/ATen/ops/take_along_dim.h
torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/take_along_dim_native.h
torch/include/ATen/ops/take_along_dim_ops.h
torch/include/ATen/ops/take_cpu_dispatch.h
torch/include/ATen/ops/take_cuda_dispatch.h
torch/include/ATen/ops/take_native.h
torch/include/ATen/ops/take_ops.h
torch/include/ATen/ops/tan.h
torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/tan_cpu_dispatch.h
torch/include/ATen/ops/tan_cuda_dispatch.h
torch/include/ATen/ops/tan_meta.h
torch/include/ATen/ops/tan_meta_dispatch.h
torch/include/ATen/ops/tan_native.h
torch/include/ATen/ops/tan_ops.h
torch/include/ATen/ops/tanh.h
torch/include/ATen/ops/tanh_backward.h
torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/tanh_backward_cpu_dispatch.h
torch/include/ATen/ops/tanh_backward_cuda_dispatch.h
torch/include/ATen/ops/tanh_backward_meta.h
torch/include/ATen/ops/tanh_backward_meta_dispatch.h
torch/include/ATen/ops/tanh_backward_native.h
torch/include/ATen/ops/tanh_backward_ops.h
torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/tanh_cpu_dispatch.h
torch/include/ATen/ops/tanh_cuda_dispatch.h
torch/include/ATen/ops/tanh_meta.h
torch/include/ATen/ops/tanh_meta_dispatch.h
torch/include/ATen/ops/tanh_native.h
torch/include/ATen/ops/tanh_ops.h
torch/include/ATen/ops/tensor.h
torch/include/ATen/ops/tensor_split.h
torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/tensor_split_native.h
torch/include/ATen/ops/tensor_split_ops.h
torch/include/ATen/ops/tensordot.h
torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/tensordot_native.h
torch/include/ATen/ops/tensordot_ops.h
torch/include/ATen/ops/thnn_conv2d.h
torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/thnn_conv2d_native.h
torch/include/ATen/ops/thnn_conv2d_ops.h
torch/include/ATen/ops/threshold.h
torch/include/ATen/ops/threshold_backward.h
torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/threshold_backward_cpu_dispatch.h
torch/include/ATen/ops/threshold_backward_cuda_dispatch.h
torch/include/ATen/ops/threshold_backward_meta.h
torch/include/ATen/ops/threshold_backward_meta_dispatch.h
torch/include/ATen/ops/threshold_backward_native.h
torch/include/ATen/ops/threshold_backward_ops.h
torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/threshold_cpu_dispatch.h
torch/include/ATen/ops/threshold_cuda_dispatch.h
torch/include/ATen/ops/threshold_meta.h
torch/include/ATen/ops/threshold_meta_dispatch.h
torch/include/ATen/ops/threshold_native.h
torch/include/ATen/ops/threshold_ops.h
torch/include/ATen/ops/tile.h
torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/tile_native.h
torch/include/ATen/ops/tile_ops.h
torch/include/ATen/ops/to.h
torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_dense.h
torch/include/ATen/ops/to_dense_backward.h
torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_dense_backward_native.h
torch/include/ATen/ops/to_dense_backward_ops.h
torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_dense_native.h
torch/include/ATen/ops/to_dense_ops.h
torch/include/ATen/ops/to_mkldnn.h
torch/include/ATen/ops/to_mkldnn_backward.h
torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_mkldnn_backward_native.h
torch/include/ATen/ops/to_mkldnn_backward_ops.h
torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h
torch/include/ATen/ops/to_mkldnn_native.h
torch/include/ATen/ops/to_mkldnn_ops.h
torch/include/ATen/ops/to_native.h
torch/include/ATen/ops/to_ops.h
torch/include/ATen/ops/to_padded_tensor.h
torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/to_padded_tensor_native.h
torch/include/ATen/ops/to_padded_tensor_ops.h
torch/include/ATen/ops/to_sparse.h
torch/include/ATen/ops/to_sparse_bsc.h
torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_sparse_bsc_native.h
torch/include/ATen/ops/to_sparse_bsc_ops.h
torch/include/ATen/ops/to_sparse_bsr.h
torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_sparse_bsr_native.h
torch/include/ATen/ops/to_sparse_bsr_ops.h
torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_sparse_csc.h
torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_sparse_csc_native.h
torch/include/ATen/ops/to_sparse_csc_ops.h
torch/include/ATen/ops/to_sparse_csr.h
torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/to_sparse_csr_native.h
torch/include/ATen/ops/to_sparse_csr_ops.h
torch/include/ATen/ops/to_sparse_native.h
torch/include/ATen/ops/to_sparse_ops.h
torch/include/ATen/ops/topk.h
torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/topk_cpu_dispatch.h
torch/include/ATen/ops/topk_cuda_dispatch.h
torch/include/ATen/ops/topk_meta.h
torch/include/ATen/ops/topk_meta_dispatch.h
torch/include/ATen/ops/topk_native.h
torch/include/ATen/ops/topk_ops.h
torch/include/ATen/ops/trace.h
torch/include/ATen/ops/trace_backward.h
torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/trace_backward_native.h
torch/include/ATen/ops/trace_backward_ops.h
torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/trace_cpu_dispatch.h
torch/include/ATen/ops/trace_cuda_dispatch.h
torch/include/ATen/ops/trace_native.h
torch/include/ATen/ops/trace_ops.h
torch/include/ATen/ops/transpose.h
torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/transpose_copy.h
torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/transpose_copy_native.h
torch/include/ATen/ops/transpose_copy_ops.h
torch/include/ATen/ops/transpose_native.h
torch/include/ATen/ops/transpose_ops.h
torch/include/ATen/ops/trapezoid.h
torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/trapezoid_native.h
torch/include/ATen/ops/trapezoid_ops.h
torch/include/ATen/ops/trapz.h
torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/trapz_native.h
torch/include/ATen/ops/trapz_ops.h
torch/include/ATen/ops/triangular_solve.h
torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/triangular_solve_cpu_dispatch.h
torch/include/ATen/ops/triangular_solve_cuda_dispatch.h
torch/include/ATen/ops/triangular_solve_meta.h
torch/include/ATen/ops/triangular_solve_meta_dispatch.h
torch/include/ATen/ops/triangular_solve_native.h
torch/include/ATen/ops/triangular_solve_ops.h
torch/include/ATen/ops/tril.h
torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/tril_cpu_dispatch.h
torch/include/ATen/ops/tril_cuda_dispatch.h
torch/include/ATen/ops/tril_indices.h
torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/tril_indices_cpu_dispatch.h
torch/include/ATen/ops/tril_indices_cuda_dispatch.h
torch/include/ATen/ops/tril_indices_native.h
torch/include/ATen/ops/tril_indices_ops.h
torch/include/ATen/ops/tril_meta.h
torch/include/ATen/ops/tril_meta_dispatch.h
torch/include/ATen/ops/tril_native.h
torch/include/ATen/ops/tril_ops.h
torch/include/ATen/ops/triplet_margin_loss.h
torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/triplet_margin_loss_native.h
torch/include/ATen/ops/triplet_margin_loss_ops.h
torch/include/ATen/ops/triu.h
torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/triu_cpu_dispatch.h
torch/include/ATen/ops/triu_cuda_dispatch.h
torch/include/ATen/ops/triu_indices.h
torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/triu_indices_cpu_dispatch.h
torch/include/ATen/ops/triu_indices_cuda_dispatch.h
torch/include/ATen/ops/triu_indices_native.h
torch/include/ATen/ops/triu_indices_ops.h
torch/include/ATen/ops/triu_meta.h
torch/include/ATen/ops/triu_meta_dispatch.h
torch/include/ATen/ops/triu_native.h
torch/include/ATen/ops/triu_ops.h
torch/include/ATen/ops/true_divide.h
torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/true_divide_native.h
torch/include/ATen/ops/true_divide_ops.h
torch/include/ATen/ops/trunc.h
torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/trunc_cpu_dispatch.h
torch/include/ATen/ops/trunc_cuda_dispatch.h
torch/include/ATen/ops/trunc_meta.h
torch/include/ATen/ops/trunc_meta_dispatch.h
torch/include/ATen/ops/trunc_native.h
torch/include/ATen/ops/trunc_ops.h
torch/include/ATen/ops/type_as.h
torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/type_as_native.h
torch/include/ATen/ops/type_as_ops.h
torch/include/ATen/ops/unbind.h
torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/unbind_copy.h
torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/unbind_copy_native.h
torch/include/ATen/ops/unbind_copy_ops.h
torch/include/ATen/ops/unbind_native.h
torch/include/ATen/ops/unbind_ops.h
torch/include/ATen/ops/unflatten.h
torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/unflatten_dense_tensors.h
torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/unflatten_dense_tensors_native.h
torch/include/ATen/ops/unflatten_dense_tensors_ops.h
torch/include/ATen/ops/unflatten_native.h
torch/include/ATen/ops/unflatten_ops.h
torch/include/ATen/ops/unfold.h
torch/include/ATen/ops/unfold_backward.h
torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unfold_backward_cpu_dispatch.h
torch/include/ATen/ops/unfold_backward_cuda_dispatch.h
torch/include/ATen/ops/unfold_backward_native.h
torch/include/ATen/ops/unfold_backward_ops.h
torch/include/ATen/ops/unfold_copy.h
torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/unfold_copy_native.h
torch/include/ATen/ops/unfold_copy_ops.h
torch/include/ATen/ops/unfold_cpu_dispatch.h
torch/include/ATen/ops/unfold_cuda_dispatch.h
torch/include/ATen/ops/unfold_meta_dispatch.h
torch/include/ATen/ops/unfold_native.h
torch/include/ATen/ops/unfold_ops.h
torch/include/ATen/ops/uniform.h
torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/uniform_cpu_dispatch.h
torch/include/ATen/ops/uniform_cuda_dispatch.h
torch/include/ATen/ops/uniform_meta_dispatch.h
torch/include/ATen/ops/uniform_native.h
torch/include/ATen/ops/uniform_ops.h
torch/include/ATen/ops/unique_consecutive.h
torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h
torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h
torch/include/ATen/ops/unique_consecutive_native.h
torch/include/ATen/ops/unique_consecutive_ops.h
torch/include/ATen/ops/unique_dim.h
torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unique_dim_consecutive.h
torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h
torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h
torch/include/ATen/ops/unique_dim_consecutive_native.h
torch/include/ATen/ops/unique_dim_consecutive_ops.h
torch/include/ATen/ops/unique_dim_cpu_dispatch.h
torch/include/ATen/ops/unique_dim_cuda_dispatch.h
torch/include/ATen/ops/unique_dim_native.h
torch/include/ATen/ops/unique_dim_ops.h
torch/include/ATen/ops/unsafe_chunk.h
torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/unsafe_chunk_native.h
torch/include/ATen/ops/unsafe_chunk_ops.h
torch/include/ATen/ops/unsafe_split.h
torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unsafe_split_native.h
torch/include/ATen/ops/unsafe_split_ops.h
torch/include/ATen/ops/unsafe_split_with_sizes.h
torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unsafe_split_with_sizes_native.h
torch/include/ATen/ops/unsafe_split_with_sizes_ops.h
torch/include/ATen/ops/unsqueeze.h
torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unsqueeze_copy.h
torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/unsqueeze_copy_native.h
torch/include/ATen/ops/unsqueeze_copy_ops.h
torch/include/ATen/ops/unsqueeze_native.h
torch/include/ATen/ops/unsqueeze_ops.h
torch/include/ATen/ops/upsample_bicubic2d.h
torch/include/ATen/ops/upsample_bicubic2d_backward.h
torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h
torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_backward_native.h
torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h
torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_meta.h
torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h
torch/include/ATen/ops/upsample_bicubic2d_native.h
torch/include/ATen/ops/upsample_bicubic2d_ops.h
torch/include/ATen/ops/upsample_bilinear2d.h
torch/include/ATen/ops/upsample_bilinear2d_backward.h
torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h
torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_backward_native.h
torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h
torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_meta.h
torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h
torch/include/ATen/ops/upsample_bilinear2d_native.h
torch/include/ATen/ops/upsample_bilinear2d_ops.h
torch/include/ATen/ops/upsample_linear1d.h
torch/include/ATen/ops/upsample_linear1d_backward.h
torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_linear1d_backward_meta.h
torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_linear1d_backward_native.h
torch/include/ATen/ops/upsample_linear1d_backward_ops.h
torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h
torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h
torch/include/ATen/ops/upsample_linear1d_meta.h
torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h
torch/include/ATen/ops/upsample_linear1d_native.h
torch/include/ATen/ops/upsample_linear1d_ops.h
torch/include/ATen/ops/upsample_nearest1d.h
torch/include/ATen/ops/upsample_nearest1d_backward.h
torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_backward_meta.h
torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_backward_native.h
torch/include/ATen/ops/upsample_nearest1d_backward_ops.h
torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_meta.h
torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h
torch/include/ATen/ops/upsample_nearest1d_native.h
torch/include/ATen/ops/upsample_nearest1d_ops.h
torch/include/ATen/ops/upsample_nearest2d.h
torch/include/ATen/ops/upsample_nearest2d_backward.h
torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_backward_meta.h
torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_backward_native.h
torch/include/ATen/ops/upsample_nearest2d_backward_ops.h
torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_meta.h
torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h
torch/include/ATen/ops/upsample_nearest2d_native.h
torch/include/ATen/ops/upsample_nearest2d_ops.h
torch/include/ATen/ops/upsample_nearest3d.h
torch/include/ATen/ops/upsample_nearest3d_backward.h
torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_backward_meta.h
torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_backward_native.h
torch/include/ATen/ops/upsample_nearest3d_backward_ops.h
torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_meta.h
torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h
torch/include/ATen/ops/upsample_nearest3d_native.h
torch/include/ATen/ops/upsample_nearest3d_ops.h
torch/include/ATen/ops/upsample_trilinear3d.h
torch/include/ATen/ops/upsample_trilinear3d_backward.h
torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h
torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_backward_native.h
torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h
torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_meta.h
torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h
torch/include/ATen/ops/upsample_trilinear3d_native.h
torch/include/ATen/ops/upsample_trilinear3d_ops.h
torch/include/ATen/ops/value_selecting_reduction_backward.h
torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/value_selecting_reduction_backward_native.h
torch/include/ATen/ops/value_selecting_reduction_backward_ops.h
torch/include/ATen/ops/values.h
torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/values_copy.h
torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/values_copy_native.h
torch/include/ATen/ops/values_copy_ops.h
torch/include/ATen/ops/values_native.h
torch/include/ATen/ops/values_ops.h
torch/include/ATen/ops/vander.h
torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/vander_native.h
torch/include/ATen/ops/vander_ops.h
torch/include/ATen/ops/var.h
torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/var_cpu_dispatch.h
torch/include/ATen/ops/var_cuda_dispatch.h
torch/include/ATen/ops/var_mean.h
torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/var_mean_cpu_dispatch.h
torch/include/ATen/ops/var_mean_cuda_dispatch.h
torch/include/ATen/ops/var_mean_native.h
torch/include/ATen/ops/var_mean_ops.h
torch/include/ATen/ops/var_native.h
torch/include/ATen/ops/var_ops.h
torch/include/ATen/ops/vdot.h
torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/vdot_cpu_dispatch.h
torch/include/ATen/ops/vdot_cuda_dispatch.h
torch/include/ATen/ops/vdot_native.h
torch/include/ATen/ops/vdot_ops.h
torch/include/ATen/ops/view.h
torch/include/ATen/ops/view_as.h
torch/include/ATen/ops/view_as_complex.h
torch/include/ATen/ops/view_as_complex_copy.h
torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/view_as_complex_copy_native.h
torch/include/ATen/ops/view_as_complex_copy_ops.h
torch/include/ATen/ops/view_as_complex_cpu_dispatch.h
torch/include/ATen/ops/view_as_complex_cuda_dispatch.h
torch/include/ATen/ops/view_as_complex_meta_dispatch.h
torch/include/ATen/ops/view_as_complex_native.h
torch/include/ATen/ops/view_as_complex_ops.h
torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/view_as_native.h
torch/include/ATen/ops/view_as_ops.h
torch/include/ATen/ops/view_as_real.h
torch/include/ATen/ops/view_as_real_copy.h
torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/view_as_real_copy_native.h
torch/include/ATen/ops/view_as_real_copy_ops.h
torch/include/ATen/ops/view_as_real_cpu_dispatch.h
torch/include/ATen/ops/view_as_real_cuda_dispatch.h
torch/include/ATen/ops/view_as_real_meta_dispatch.h
torch/include/ATen/ops/view_as_real_native.h
torch/include/ATen/ops/view_as_real_ops.h
torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/view_copy.h
torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/view_copy_native.h
torch/include/ATen/ops/view_copy_ops.h
torch/include/ATen/ops/view_cpu_dispatch.h
torch/include/ATen/ops/view_cuda_dispatch.h
torch/include/ATen/ops/view_meta_dispatch.h
torch/include/ATen/ops/view_native.h
torch/include/ATen/ops/view_ops.h
torch/include/ATen/ops/vsplit.h
torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/vsplit_native.h
torch/include/ATen/ops/vsplit_ops.h
torch/include/ATen/ops/vstack.h
torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/vstack_native.h
torch/include/ATen/ops/vstack_ops.h
torch/include/ATen/ops/where.h
torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/where_cpu_dispatch.h
torch/include/ATen/ops/where_cuda_dispatch.h
torch/include/ATen/ops/where_native.h
torch/include/ATen/ops/where_ops.h
torch/include/ATen/ops/xlogy.h
torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h
torch/include/ATen/ops/xlogy_cpu_dispatch.h
torch/include/ATen/ops/xlogy_cuda_dispatch.h
torch/include/ATen/ops/xlogy_meta.h
torch/include/ATen/ops/xlogy_meta_dispatch.h
torch/include/ATen/ops/xlogy_native.h
torch/include/ATen/ops/xlogy_ops.h
torch/include/ATen/ops/xor.h
torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h
torch/include/ATen/ops/xor_native.h
torch/include/ATen/ops/xor_ops.h
torch/include/ATen/ops/zero.h
torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/zero_cpu_dispatch.h
torch/include/ATen/ops/zero_cuda_dispatch.h
torch/include/ATen/ops/zero_meta_dispatch.h
torch/include/ATen/ops/zero_native.h
torch/include/ATen/ops/zero_ops.h
torch/include/ATen/ops/zeros.h
torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/zeros_like.h
torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h
torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h
torch/include/ATen/ops/zeros_like_native.h
torch/include/ATen/ops/zeros_like_ops.h
torch/include/ATen/ops/zeros_native.h
torch/include/ATen/ops/zeros_ops.h
torch/include/ATen/quantized/QTensorImpl.h
torch/include/ATen/quantized/Quantizer.h
torch/include/ATen/xpu/CachingHostAllocator.h
torch/include/ATen/xpu/PinnedMemoryAllocator.h
torch/include/ATen/xpu/XPUContext.h
torch/include/ATen/xpu/XPUDevice.h
torch/include/ATen/xpu/XPUEvent.h
torch/include/ATen/xpu/XPUGeneratorImpl.h
torch/include/ATen/xpu/detail/XPUHooks.h
torch/include/c10/core/Allocator.h
torch/include/c10/core/AutogradState.h
torch/include/c10/core/Backend.h
torch/include/c10/core/CPUAllocator.h
torch/include/c10/core/CachingDeviceAllocator.h
torch/include/c10/core/CompileTimeFunctionPointer.h
torch/include/c10/core/ConstantSymNodeImpl.h
torch/include/c10/core/Contiguity.h
torch/include/c10/core/CopyBytes.h
torch/include/c10/core/DefaultDtype.h
torch/include/c10/core/DefaultTensorOptions.h
torch/include/c10/core/Device.h
torch/include/c10/core/DeviceArray.h
torch/include/c10/core/DeviceGuard.h
torch/include/c10/core/DeviceType.h
torch/include/c10/core/DispatchKey.h
torch/include/c10/core/DispatchKeySet.h
torch/include/c10/core/DynamicCast.h
torch/include/c10/core/Event.h
torch/include/c10/core/GeneratorImpl.h
torch/include/c10/core/GradMode.h
torch/include/c10/core/InferenceMode.h
torch/include/c10/core/Layout.h
torch/include/c10/core/MemoryFormat.h
torch/include/c10/core/OptionalRef.h
torch/include/c10/core/PyHandleCache.h
torch/include/c10/core/QEngine.h
torch/include/c10/core/QScheme.h
torch/include/c10/core/RefcountedDeleter.h
torch/include/c10/core/SafePyObject.h
torch/include/c10/core/Scalar.h
torch/include/c10/core/ScalarType.h
torch/include/c10/core/ScalarTypeToTypeMeta.h
torch/include/c10/core/Storage.h
torch/include/c10/core/StorageImpl.h
torch/include/c10/core/Stream.h
torch/include/c10/core/StreamGuard.h
torch/include/c10/core/SymBool.h
torch/include/c10/core/SymFloat.h
torch/include/c10/core/SymInt.h
torch/include/c10/core/SymIntArrayRef.h
torch/include/c10/core/SymNodeImpl.h
torch/include/c10/core/SymbolicShapeMeta.h
torch/include/c10/core/TensorImpl.h
torch/include/c10/core/TensorOptions.h
torch/include/c10/core/UndefinedTensorImpl.h
torch/include/c10/core/WrapDimMinimal.h
torch/include/c10/core/alignment.h
torch/include/c10/core/thread_pool.h
torch/include/c10/core/impl/COW.h
torch/include/c10/core/impl/COWDeleter.h
torch/include/c10/core/impl/DeviceGuardImplInterface.h
torch/include/c10/core/impl/FakeGuardImpl.h
torch/include/c10/core/impl/GPUTrace.h
torch/include/c10/core/impl/HermeticPyObjectTLS.h
torch/include/c10/core/impl/InlineDeviceGuard.h
torch/include/c10/core/impl/InlineEvent.h
torch/include/c10/core/impl/InlineStreamGuard.h
torch/include/c10/core/impl/LocalDispatchKeySet.h
torch/include/c10/core/impl/PyInterpreter.h
torch/include/c10/core/impl/PyObjectSlot.h
torch/include/c10/core/impl/PythonDispatcherTLS.h
torch/include/c10/core/impl/SizesAndStrides.h
torch/include/c10/core/impl/TorchDispatchModeTLS.h
torch/include/c10/core/impl/VirtualGuardImpl.h
torch/include/c10/core/impl/alloc_cpu.h
torch/include/c10/cuda/CUDAAlgorithm.h
torch/include/c10/cuda/CUDAAllocatorConfig.h
torch/include/c10/cuda/CUDACachingAllocator.h
torch/include/c10/cuda/CUDADeviceAssertion.h
torch/include/c10/cuda/CUDADeviceAssertionHost.h
torch/include/c10/cuda/CUDAException.h
torch/include/c10/cuda/CUDAFunctions.h
torch/include/c10/cuda/CUDAGraphsC10Utils.h
torch/include/c10/cuda/CUDAGuard.h
torch/include/c10/cuda/CUDAMacros.h
torch/include/c10/cuda/CUDAMathCompat.h
torch/include/c10/cuda/CUDAMiscFunctions.h
torch/include/c10/cuda/CUDAStream.h
torch/include/c10/cuda/driver_api.h
torch/include/c10/cuda/impl/CUDAGuardImpl.h
torch/include/c10/cuda/impl/CUDATest.h
torch/include/c10/macros/Export.h
torch/include/c10/macros/Macros.h
torch/include/c10/macros/cmake_macros.h
torch/include/c10/mobile/CPUCachingAllocator.h
torch/include/c10/mobile/CPUProfilingAllocator.h
torch/include/c10/test/util/Macros.h
torch/include/c10/test/util/complex_math_test_common.h
torch/include/c10/test/util/complex_test_common.h
torch/include/c10/util/AbortHandler.h
torch/include/c10/util/AlignOf.h
torch/include/c10/util/ApproximateClock.h
torch/include/c10/util/Array.h
torch/include/c10/util/ArrayRef.h
torch/include/c10/util/BFloat16-inl.h
torch/include/c10/util/BFloat16-math.h
torch/include/c10/util/BFloat16.h
torch/include/c10/util/Backtrace.h
torch/include/c10/util/Bitset.h
torch/include/c10/util/C++17.h
torch/include/c10/util/CallOnce.h
torch/include/c10/util/ConstexprCrc.h
torch/include/c10/util/DeadlockDetection.h
torch/include/c10/util/Deprecated.h
torch/include/c10/util/DimVector.h
torch/include/c10/util/DynamicCounter.h
torch/include/c10/util/Exception.h
torch/include/c10/util/ExclusivelyOwned.h
torch/include/c10/util/ExclusivelyOwnedTensorTraits.h
torch/include/c10/util/FbcodeMaps.h
torch/include/c10/util/Flags.h
torch/include/c10/util/Float8_e4m3fn-inl.h
torch/include/c10/util/Float8_e4m3fn.h
torch/include/c10/util/Float8_e4m3fnuz-inl.h
torch/include/c10/util/Float8_e4m3fnuz.h
torch/include/c10/util/Float8_e5m2-inl.h
torch/include/c10/util/Float8_e5m2.h
torch/include/c10/util/Float8_e5m2fnuz-inl.h
torch/include/c10/util/Float8_e5m2fnuz.h
torch/include/c10/util/Float8_fnuz_cvt.h
torch/include/c10/util/FunctionRef.h
torch/include/c10/util/Gauge.h
torch/include/c10/util/Half-inl.h
torch/include/c10/util/Half.h
torch/include/c10/util/IdWrapper.h
torch/include/c10/util/Lazy.h
torch/include/c10/util/LeftRight.h
torch/include/c10/util/Load.h
torch/include/c10/util/Logging.h
torch/include/c10/util/MathConstants.h
torch/include/c10/util/MaybeOwned.h
torch/include/c10/util/Metaprogramming.h
torch/include/c10/util/NetworkFlow.h
torch/include/c10/util/Optional.h
torch/include/c10/util/OptionalArrayRef.h
torch/include/c10/util/ParallelGuard.h
torch/include/c10/util/Registry.h
torch/include/c10/util/ScopeExit.h
torch/include/c10/util/SmallBuffer.h
torch/include/c10/util/SmallVector.h
torch/include/c10/util/StringUtil.h
torch/include/c10/util/Synchronized.h
torch/include/c10/util/ThreadLocal.h
torch/include/c10/util/ThreadLocalDebugInfo.h
torch/include/c10/util/Type.h
torch/include/c10/util/TypeCast.h
torch/include/c10/util/TypeIndex.h
torch/include/c10/util/TypeList.h
torch/include/c10/util/TypeSafeSignMath.h
torch/include/c10/util/TypeTraits.h
torch/include/c10/util/Unicode.h
torch/include/c10/util/UniqueVoidPtr.h
torch/include/c10/util/Unroll.h
torch/include/c10/util/WaitCounter.h
torch/include/c10/util/accumulate.h
torch/include/c10/util/bit_cast.h
torch/include/c10/util/bits.h
torch/include/c10/util/complex.h
torch/include/c10/util/complex_math.h
torch/include/c10/util/complex_utils.h
torch/include/c10/util/copysign.h
torch/include/c10/util/env.h
torch/include/c10/util/flat_hash_map.h
torch/include/c10/util/floating_point_utils.h
torch/include/c10/util/generic_math.h
torch/include/c10/util/hash.h
torch/include/c10/util/int128.h
torch/include/c10/util/intrusive_ptr.h
torch/include/c10/util/irange.h
torch/include/c10/util/llvmMathExtras.h
torch/include/c10/util/logging_is_google_glog.h
torch/include/c10/util/logging_is_not_google_glog.h
torch/include/c10/util/numa.h
torch/include/c10/util/order_preserving_flat_hash_map.h
torch/include/c10/util/overloaded.h
torch/include/c10/util/python_stub.h
torch/include/c10/util/qint32.h
torch/include/c10/util/qint8.h
torch/include/c10/util/quint2x4.h
torch/include/c10/util/quint4x2.h
torch/include/c10/util/quint8.h
torch/include/c10/util/safe_numerics.h
torch/include/c10/util/signal_handler.h
torch/include/c10/util/sparse_bitset.h
torch/include/c10/util/ssize.h
torch/include/c10/util/static_tracepoint.h
torch/include/c10/util/static_tracepoint_elfx86.h
torch/include/c10/util/strides.h
torch/include/c10/util/string_utils.h
torch/include/c10/util/string_view.h
torch/include/c10/util/strong_type.h
torch/include/c10/util/tempfile.h
torch/include/c10/util/thread_name.h
torch/include/c10/util/typeid.h
torch/include/c10/util/win32-headers.h
torch/include/c10/xpu/XPUCachingAllocator.h
torch/include/c10/xpu/XPUDeviceProp.h
torch/include/c10/xpu/XPUException.h
torch/include/c10/xpu/XPUFunctions.h
torch/include/c10/xpu/XPUMacros.h
torch/include/c10/xpu/XPUStream.h
torch/include/c10/xpu/impl/XPUGuardImpl.h
torch/include/c10/xpu/test/impl/XPUTest.h
torch/include/caffe2/core/common.h
torch/include/caffe2/core/macros.h
torch/include/caffe2/core/timer.h
torch/include/caffe2/perfkernels/common.h
torch/include/caffe2/perfkernels/embedding_lookup_idx.h
torch/include/caffe2/serialize/crc_alt.h
torch/include/caffe2/serialize/file_adapter.h
torch/include/caffe2/serialize/in_memory_adapter.h
torch/include/caffe2/serialize/inline_container.h
torch/include/caffe2/serialize/istream_adapter.h
torch/include/caffe2/serialize/read_adapter_interface.h
torch/include/caffe2/serialize/versions.h
torch/include/caffe2/utils/fixed_divisor.h
torch/include/caffe2/utils/proto_wrap.h
torch/include/caffe2/utils/string_utils.h
torch/include/caffe2/utils/threadpool/ThreadPool.h
torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h
torch/include/caffe2/utils/threadpool/WorkersPool.h
torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h
torch/include/caffe2/utils/threadpool/pthreadpool.h
torch/include/caffe2/utils/threadpool/thread_pool_guard.h
torch/include/pybind11/attr.h
torch/include/pybind11/buffer_info.h
torch/include/pybind11/cast.h
torch/include/pybind11/chrono.h
torch/include/pybind11/common.h
torch/include/pybind11/complex.h
torch/include/pybind11/eigen.h
torch/include/pybind11/embed.h
torch/include/pybind11/eval.h
torch/include/pybind11/functional.h
torch/include/pybind11/gil.h
torch/include/pybind11/iostream.h
torch/include/pybind11/numpy.h
torch/include/pybind11/operators.h
torch/include/pybind11/options.h
torch/include/pybind11/pybind11.h
torch/include/pybind11/pytypes.h
torch/include/pybind11/stl.h
torch/include/pybind11/stl_bind.h
torch/include/pybind11/type_caster_pyobject_ptr.h
torch/include/pybind11/detail/class.h
torch/include/pybind11/detail/common.h
torch/include/pybind11/detail/descr.h
torch/include/pybind11/detail/init.h
torch/include/pybind11/detail/internals.h
torch/include/pybind11/detail/type_caster_base.h
torch/include/pybind11/detail/typeid.h
torch/include/pybind11/eigen/common.h
torch/include/pybind11/eigen/matrix.h
torch/include/pybind11/eigen/tensor.h
torch/include/pybind11/stl/filesystem.h
torch/include/tensorpipe/config.h
torch/include/tensorpipe/tensorpipe.h
torch/include/tensorpipe/channel/context.h
torch/include/tensorpipe/channel/error.h
torch/include/tensorpipe/channel/basic/factory.h
torch/include/tensorpipe/channel/cma/factory.h
torch/include/tensorpipe/channel/mpt/factory.h
torch/include/tensorpipe/channel/xth/factory.h
torch/include/tensorpipe/common/buffer.h
torch/include/tensorpipe/common/cpu_buffer.h
torch/include/tensorpipe/common/device.h
torch/include/tensorpipe/common/error.h
torch/include/tensorpipe/common/optional.h
torch/include/tensorpipe/core/context.h
torch/include/tensorpipe/core/error.h
torch/include/tensorpipe/core/listener.h
torch/include/tensorpipe/core/message.h
torch/include/tensorpipe/core/pipe.h
torch/include/tensorpipe/transport/context.h
torch/include/tensorpipe/transport/error.h
torch/include/tensorpipe/transport/ibv/error.h
torch/include/tensorpipe/transport/ibv/factory.h
torch/include/tensorpipe/transport/ibv/utility.h
torch/include/tensorpipe/transport/shm/factory.h
torch/include/tensorpipe/transport/uv/error.h
torch/include/tensorpipe/transport/uv/factory.h
torch/include/tensorpipe/transport/uv/utility.h
torch/include/torch/custom_class.h
torch/include/torch/custom_class_detail.h
torch/include/torch/extension.h
torch/include/torch/library.h
torch/include/torch/script.h
torch/include/torch/csrc/CudaIPCTypes.h
torch/include/torch/csrc/DataLoader.h
torch/include/torch/csrc/Device.h
torch/include/torch/csrc/Dtype.h
torch/include/torch/csrc/DynamicTypes.h
torch/include/torch/csrc/Event.h
torch/include/torch/csrc/Exceptions.h
torch/include/torch/csrc/Export.h
torch/include/torch/csrc/Generator.h
torch/include/torch/csrc/Layout.h
torch/include/torch/csrc/MemoryFormat.h
torch/include/torch/csrc/Module.h
torch/include/torch/csrc/PyInterpreter.h
torch/include/torch/csrc/QScheme.h
torch/include/torch/csrc/Size.h
torch/include/torch/csrc/Storage.h
torch/include/torch/csrc/StorageMethods.h
torch/include/torch/csrc/StorageSharing.h
torch/include/torch/csrc/Stream.h
torch/include/torch/csrc/THConcat.h
torch/include/torch/csrc/THP.h
torch/include/torch/csrc/TypeInfo.h
torch/include/torch/csrc/Types.h
torch/include/torch/csrc/copy_utils.h
torch/include/torch/csrc/itt_wrapper.h
torch/include/torch/csrc/python_dimname.h
torch/include/torch/csrc/python_headers.h
torch/include/torch/csrc/serialization.h
torch/include/torch/csrc/utils.h
torch/include/torch/csrc/api/include/torch/all.h
torch/include/torch/csrc/api/include/torch/arg.h
torch/include/torch/csrc/api/include/torch/autograd.h
torch/include/torch/csrc/api/include/torch/cuda.h
torch/include/torch/csrc/api/include/torch/data.h
torch/include/torch/csrc/api/include/torch/enum.h
torch/include/torch/csrc/api/include/torch/expanding_array.h
torch/include/torch/csrc/api/include/torch/fft.h
torch/include/torch/csrc/api/include/torch/imethod.h
torch/include/torch/csrc/api/include/torch/jit.h
torch/include/torch/csrc/api/include/torch/linalg.h
torch/include/torch/csrc/api/include/torch/mps.h
torch/include/torch/csrc/api/include/torch/nested.h
torch/include/torch/csrc/api/include/torch/nn.h
torch/include/torch/csrc/api/include/torch/optim.h
torch/include/torch/csrc/api/include/torch/ordered_dict.h
torch/include/torch/csrc/api/include/torch/python.h
torch/include/torch/csrc/api/include/torch/serialize.h
torch/include/torch/csrc/api/include/torch/sparse.h
torch/include/torch/csrc/api/include/torch/special.h
torch/include/torch/csrc/api/include/torch/torch.h
torch/include/torch/csrc/api/include/torch/types.h
torch/include/torch/csrc/api/include/torch/utils.h
torch/include/torch/csrc/api/include/torch/version.h
torch/include/torch/csrc/api/include/torch/xpu.h
torch/include/torch/csrc/api/include/torch/data/dataloader.h
torch/include/torch/csrc/api/include/torch/data/dataloader_options.h
torch/include/torch/csrc/api/include/torch/data/datasets.h
torch/include/torch/csrc/api/include/torch/data/example.h
torch/include/torch/csrc/api/include/torch/data/iterator.h
torch/include/torch/csrc/api/include/torch/data/samplers.h
torch/include/torch/csrc/api/include/torch/data/transforms.h
torch/include/torch/csrc/api/include/torch/data/worker_exception.h
torch/include/torch/csrc/api/include/torch/data/dataloader/base.h
torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h
torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h
torch/include/torch/csrc/api/include/torch/data/datasets/base.h
torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h
torch/include/torch/csrc/api/include/torch/data/datasets/map.h
torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h
torch/include/torch/csrc/api/include/torch/data/datasets/shared.h
torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h
torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h
torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h
torch/include/torch/csrc/api/include/torch/data/detail/queue.h
torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h
torch/include/torch/csrc/api/include/torch/data/samplers/base.h
torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h
torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h
torch/include/torch/csrc/api/include/torch/data/samplers/random.h
torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h
torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h
torch/include/torch/csrc/api/include/torch/data/samplers/stream.h
torch/include/torch/csrc/api/include/torch/data/transforms/base.h
torch/include/torch/csrc/api/include/torch/data/transforms/collate.h
torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h
torch/include/torch/csrc/api/include/torch/data/transforms/stack.h
torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h
torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h
torch/include/torch/csrc/api/include/torch/detail/static.h
torch/include/torch/csrc/api/include/torch/nn/cloneable.h
torch/include/torch/csrc/api/include/torch/nn/functional.h
torch/include/torch/csrc/api/include/torch/nn/init.h
torch/include/torch/csrc/api/include/torch/nn/module.h
torch/include/torch/csrc/api/include/torch/nn/modules.h
torch/include/torch/csrc/api/include/torch/nn/options.h
torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h
torch/include/torch/csrc/api/include/torch/nn/pimpl.h
torch/include/torch/csrc/api/include/torch/nn/utils.h
torch/include/torch/csrc/api/include/torch/nn/functional/activation.h
torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h
torch/include/torch/csrc/api/include/torch/nn/functional/conv.h
torch/include/torch/csrc/api/include/torch/nn/functional/distance.h
torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h
torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h
torch/include/torch/csrc/api/include/torch/nn/functional/fold.h
torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h
torch/include/torch/csrc/api/include/torch/nn/functional/linear.h
torch/include/torch/csrc/api/include/torch/nn/functional/loss.h
torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h
torch/include/torch/csrc/api/include/torch/nn/functional/padding.h
torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h
torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h
torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h
torch/include/torch/csrc/api/include/torch/nn/functional/vision.h
torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h
torch/include/torch/csrc/api/include/torch/nn/modules/activation.h
torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h
torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h
torch/include/torch/csrc/api/include/torch/nn/modules/common.h
torch/include/torch/csrc/api/include/torch/nn/modules/conv.h
torch/include/torch/csrc/api/include/torch/nn/modules/distance.h
torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h
torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h
torch/include/torch/csrc/api/include/torch/nn/modules/fold.h
torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h
torch/include/torch/csrc/api/include/torch/nn/modules/linear.h
torch/include/torch/csrc/api/include/torch/nn/modules/loss.h
torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h
torch/include/torch/csrc/api/include/torch/nn/modules/padding.h
torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h
torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h
torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h
torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h
torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h
torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h
torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h
torch/include/torch/csrc/api/include/torch/nn/modules/utils.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h
torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h
torch/include/torch/csrc/api/include/torch/nn/options/activation.h
torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h
torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h
torch/include/torch/csrc/api/include/torch/nn/options/conv.h
torch/include/torch/csrc/api/include/torch/nn/options/distance.h
torch/include/torch/csrc/api/include/torch/nn/options/dropout.h
torch/include/torch/csrc/api/include/torch/nn/options/embedding.h
torch/include/torch/csrc/api/include/torch/nn/options/fold.h
torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h
torch/include/torch/csrc/api/include/torch/nn/options/linear.h
torch/include/torch/csrc/api/include/torch/nn/options/loss.h
torch/include/torch/csrc/api/include/torch/nn/options/normalization.h
torch/include/torch/csrc/api/include/torch/nn/options/padding.h
torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h
torch/include/torch/csrc/api/include/torch/nn/options/pooling.h
torch/include/torch/csrc/api/include/torch/nn/options/rnn.h
torch/include/torch/csrc/api/include/torch/nn/options/transformer.h
torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h
torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h
torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h
torch/include/torch/csrc/api/include/torch/nn/options/vision.h
torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h
torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h
torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h
torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h
torch/include/torch/csrc/api/include/torch/optim/adagrad.h
torch/include/torch/csrc/api/include/torch/optim/adam.h
torch/include/torch/csrc/api/include/torch/optim/adamw.h
torch/include/torch/csrc/api/include/torch/optim/lbfgs.h
torch/include/torch/csrc/api/include/torch/optim/optimizer.h
torch/include/torch/csrc/api/include/torch/optim/rmsprop.h
torch/include/torch/csrc/api/include/torch/optim/serialize.h
torch/include/torch/csrc/api/include/torch/optim/sgd.h
torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h
torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h
torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h
torch/include/torch/csrc/api/include/torch/python/init.h
torch/include/torch/csrc/api/include/torch/serialize/archive.h
torch/include/torch/csrc/api/include/torch/serialize/input-archive.h
torch/include/torch/csrc/api/include/torch/serialize/output-archive.h
torch/include/torch/csrc/api/include/torch/serialize/tensor.h
torch/include/torch/csrc/autograd/FunctionsManual.h
torch/include/torch/csrc/autograd/InferenceMode.h
torch/include/torch/csrc/autograd/VariableTypeUtils.h
torch/include/torch/csrc/autograd/anomaly_mode.h
torch/include/torch/csrc/autograd/autograd.h
torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h
torch/include/torch/csrc/autograd/cpp_hook.h
torch/include/torch/csrc/autograd/custom_function.h
torch/include/torch/csrc/autograd/edge.h
torch/include/torch/csrc/autograd/engine.h
torch/include/torch/csrc/autograd/forward_grad.h
torch/include/torch/csrc/autograd/function.h
torch/include/torch/csrc/autograd/function_hook.h
torch/include/torch/csrc/autograd/grad_mode.h
torch/include/torch/csrc/autograd/graph_task.h
torch/include/torch/csrc/autograd/input_buffer.h
torch/include/torch/csrc/autograd/input_metadata.h
torch/include/torch/csrc/autograd/jit_decomp_interface.h
torch/include/torch/csrc/autograd/profiler.h
torch/include/torch/csrc/autograd/profiler_kineto.h
torch/include/torch/csrc/autograd/profiler_legacy.h
torch/include/torch/csrc/autograd/profiler_python.h
torch/include/torch/csrc/autograd/python_anomaly_mode.h
torch/include/torch/csrc/autograd/python_autograd.h
torch/include/torch/csrc/autograd/python_cpp_function.h
torch/include/torch/csrc/autograd/python_engine.h
torch/include/torch/csrc/autograd/python_enum_tag.h
torch/include/torch/csrc/autograd/python_fft_functions.h
torch/include/torch/csrc/autograd/python_function.h
torch/include/torch/csrc/autograd/python_hook.h
torch/include/torch/csrc/autograd/python_legacy_variable.h
torch/include/torch/csrc/autograd/python_linalg_functions.h
torch/include/torch/csrc/autograd/python_nested_functions.h
torch/include/torch/csrc/autograd/python_nn_functions.h
torch/include/torch/csrc/autograd/python_saved_variable_hooks.h
torch/include/torch/csrc/autograd/python_sparse_functions.h
torch/include/torch/csrc/autograd/python_special_functions.h
torch/include/torch/csrc/autograd/python_torch_functions.h
torch/include/torch/csrc/autograd/python_variable.h
torch/include/torch/csrc/autograd/python_variable_indexing.h
torch/include/torch/csrc/autograd/record_function_ops.h
torch/include/torch/csrc/autograd/saved_variable.h
torch/include/torch/csrc/autograd/saved_variable_hooks.h
torch/include/torch/csrc/autograd/symbolic.h
torch/include/torch/csrc/autograd/variable.h
torch/include/torch/csrc/autograd/variable_info.h
torch/include/torch/csrc/autograd/functions/accumulate_grad.h
torch/include/torch/csrc/autograd/functions/basic_ops.h
torch/include/torch/csrc/autograd/functions/comm.h
torch/include/torch/csrc/autograd/functions/pybind.h
torch/include/torch/csrc/autograd/functions/tensor.h
torch/include/torch/csrc/autograd/functions/utils.h
torch/include/torch/csrc/autograd/generated/Functions.h
torch/include/torch/csrc/autograd/generated/VariableType.h
torch/include/torch/csrc/autograd/generated/ViewFuncs.h
torch/include/torch/csrc/autograd/generated/python_functions.h
torch/include/torch/csrc/autograd/generated/python_return_types.h
torch/include/torch/csrc/autograd/generated/variable_factories.h
torch/include/torch/csrc/autograd/utils/error_messages.h
torch/include/torch/csrc/autograd/utils/grad_layout_contract.h
torch/include/torch/csrc/autograd/utils/lambda_post_hook.h
torch/include/torch/csrc/autograd/utils/python_arg_parsing.h
torch/include/torch/csrc/autograd/utils/warnings.h
torch/include/torch/csrc/autograd/utils/wrap_outputs.h
torch/include/torch/csrc/cpu/Module.h
torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h
torch/include/torch/csrc/cuda/Event.h
torch/include/torch/csrc/cuda/GdsFile.h
torch/include/torch/csrc/cuda/Module.h
torch/include/torch/csrc/cuda/Stream.h
torch/include/torch/csrc/cuda/THCP.h
torch/include/torch/csrc/cuda/comm.h
torch/include/torch/csrc/cuda/device_set.h
torch/include/torch/csrc/cuda/memory_snapshot.h
torch/include/torch/csrc/cuda/nccl.h
torch/include/torch/csrc/cuda/python_comm.h
torch/include/torch/csrc/cuda/python_nccl.h
torch/include/torch/csrc/distributed/autograd/autograd.h
torch/include/torch/csrc/distributed/autograd/python_autograd.h
torch/include/torch/csrc/distributed/autograd/utils.h
torch/include/torch/csrc/distributed/autograd/context/container.h
torch/include/torch/csrc/distributed/autograd/context/context.h
torch/include/torch/csrc/distributed/autograd/engine/dist_engine.h
torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h
torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h
torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h
torch/include/torch/csrc/distributed/c10d/Backend.hpp
torch/include/torch/csrc/distributed/c10d/Backoff.hpp
torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h
torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp
torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp
torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp
torch/include/torch/csrc/distributed/c10d/FileStore.hpp
torch/include/torch/csrc/distributed/c10d/Functional.hpp
torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp
torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp
torch/include/torch/csrc/distributed/c10d/HashStore.hpp
torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp
torch/include/torch/csrc/distributed/c10d/NanCheck.hpp
torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp
torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp
torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp
torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp
torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp
torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp
torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp
torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp
torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp
torch/include/torch/csrc/distributed/c10d/RankLocal.hpp
torch/include/torch/csrc/distributed/c10d/Store.hpp
torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp
torch/include/torch/csrc/distributed/c10d/TCPStore.hpp
torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp
torch/include/torch/csrc/distributed/c10d/TraceUtils.h
torch/include/torch/csrc/distributed/c10d/Types.hpp
torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp
torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp
torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp
torch/include/torch/csrc/distributed/c10d/Utils.hpp
torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp
torch/include/torch/csrc/distributed/c10d/Work.hpp
torch/include/torch/csrc/distributed/c10d/c10d.h
torch/include/torch/csrc/distributed/c10d/comm.hpp
torch/include/torch/csrc/distributed/c10d/debug.h
torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp
torch/include/torch/csrc/distributed/c10d/error.h
torch/include/torch/csrc/distributed/c10d/exception.h
torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp
torch/include/torch/csrc/distributed/c10d/logger.hpp
torch/include/torch/csrc/distributed/c10d/logging.h
torch/include/torch/csrc/distributed/c10d/python_comm_hook.h
torch/include/torch/csrc/distributed/c10d/reducer.hpp
torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp
torch/include/torch/csrc/distributed/c10d/sequence_num.hpp
torch/include/torch/csrc/distributed/c10d/socket.h
torch/include/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp
torch/include/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp
torch/include/torch/csrc/distributed/c10d/control_plane/Handlers.hpp
torch/include/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp
torch/include/torch/csrc/distributed/c10d/quantization/quantization.h
torch/include/torch/csrc/distributed/c10d/quantization/quantization_gpu.h
torch/include/torch/csrc/distributed/c10d/quantization/quantization_utils.h
torch/include/torch/csrc/distributed/rpc/agent_utils.h
torch/include/torch/csrc/distributed/rpc/message.h
torch/include/torch/csrc/distributed/rpc/py_rref.h
torch/include/torch/csrc/distributed/rpc/python_call.h
torch/include/torch/csrc/distributed/rpc/python_functions.h
torch/include/torch/csrc/distributed/rpc/python_remote_call.h
torch/include/torch/csrc/distributed/rpc/python_resp.h
torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h
torch/include/torch/csrc/distributed/rpc/request_callback.h
torch/include/torch/csrc/distributed/rpc/request_callback_impl.h
torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h
torch/include/torch/csrc/distributed/rpc/rpc.h
torch/include/torch/csrc/distributed/rpc/rpc_agent.h
torch/include/torch/csrc/distributed/rpc/rpc_command_base.h
torch/include/torch/csrc/distributed/rpc/rref_context.h
torch/include/torch/csrc/distributed/rpc/rref_impl.h
torch/include/torch/csrc/distributed/rpc/rref_proto.h
torch/include/torch/csrc/distributed/rpc/script_call.h
torch/include/torch/csrc/distributed/rpc/script_remote_call.h
torch/include/torch/csrc/distributed/rpc/script_resp.h
torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h
torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h
torch/include/torch/csrc/distributed/rpc/torchscript_functions.h
torch/include/torch/csrc/distributed/rpc/types.h
torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h
torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h
torch/include/torch/csrc/distributed/rpc/utils.h
torch/include/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h
torch/include/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h
torch/include/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h
torch/include/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h
torch/include/torch/csrc/distributed/rpc/testing/testing.h
torch/include/torch/csrc/dynamo/cache_entry.h
torch/include/torch/csrc/dynamo/compiled_autograd.h
torch/include/torch/csrc/dynamo/cpp_shim.h
torch/include/torch/csrc/dynamo/cpython_defs.h
torch/include/torch/csrc/dynamo/cpython_includes.h
torch/include/torch/csrc/dynamo/debug_macros.h
torch/include/torch/csrc/dynamo/eval_frame.h
torch/include/torch/csrc/dynamo/extra_state.h
torch/include/torch/csrc/dynamo/framelocals_mapping.h
torch/include/torch/csrc/dynamo/guards.h
torch/include/torch/csrc/dynamo/init.h
torch/include/torch/csrc/dynamo/python_compiled_autograd.h
torch/include/torch/csrc/dynamo/utils.h
torch/include/torch/csrc/functorch/init.h
torch/include/torch/csrc/fx/node.h
torch/include/torch/csrc/inductor/inductor_ops.h
torch/include/torch/csrc/inductor/aoti_eager/kernel_holder.h
torch/include/torch/csrc/inductor/aoti_eager/kernel_meta_info.h
torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h
torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h
torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h
torch/include/torch/csrc/inductor/aoti_runner/pybind.h
torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h
torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h
torch/include/torch/csrc/inductor/aoti_runtime/interface.h
torch/include/torch/csrc/inductor/aoti_runtime/model.h
torch/include/torch/csrc/inductor/aoti_runtime/model_container.h
torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h
torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h
torch/include/torch/csrc/inductor/aoti_runtime/utils.h
torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h
torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h
torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h
torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h
torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h
torch/include/torch/csrc/inductor/aoti_torch/utils.h
torch/include/torch/csrc/inductor/aoti_torch/c/shim.h
torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h
torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h
torch/include/torch/csrc/instruction_counter/Module.h
torch/include/torch/csrc/jit/jit_log.h
torch/include/torch/csrc/jit/jit_opt_limit.h
torch/include/torch/csrc/jit/resource_guard.h
torch/include/torch/csrc/jit/api/compilation_unit.h
torch/include/torch/csrc/jit/api/function_impl.h
torch/include/torch/csrc/jit/api/method.h
torch/include/torch/csrc/jit/api/module.h
torch/include/torch/csrc/jit/api/object.h
torch/include/torch/csrc/jit/backends/backend.h
torch/include/torch/csrc/jit/backends/backend_debug_handler.h
torch/include/torch/csrc/jit/backends/backend_debug_info.h
torch/include/torch/csrc/jit/backends/backend_detail.h
torch/include/torch/csrc/jit/backends/backend_exception.h
torch/include/torch/csrc/jit/backends/backend_init.h
torch/include/torch/csrc/jit/backends/backend_interface.h
torch/include/torch/csrc/jit/backends/backend_preprocess.h
torch/include/torch/csrc/jit/backends/backend_resolver.h
torch/include/torch/csrc/jit/backends/coreml/cpp/context.h
torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h
torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h
torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h
torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h
torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h
torch/include/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h
torch/include/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h
torch/include/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h
torch/include/torch/csrc/jit/backends/xnnpack/serialization/serializer.h
torch/include/torch/csrc/jit/codegen/cuda/interface.h
torch/include/torch/csrc/jit/codegen/fuser/arg_spec.h
torch/include/torch/csrc/jit/codegen/fuser/codegen.h
torch/include/torch/csrc/jit/codegen/fuser/compiler.h
torch/include/torch/csrc/jit/codegen/fuser/executor.h
torch/include/torch/csrc/jit/codegen/fuser/fallback.h
torch/include/torch/csrc/jit/codegen/fuser/fused_kernel.h
torch/include/torch/csrc/jit/codegen/fuser/interface.h
torch/include/torch/csrc/jit/codegen/fuser/kernel_cache.h
torch/include/torch/csrc/jit/codegen/fuser/kernel_spec.h
torch/include/torch/csrc/jit/codegen/fuser/partition_desc.h
torch/include/torch/csrc/jit/codegen/fuser/tensor_desc.h
torch/include/torch/csrc/jit/codegen/fuser/tensor_info.h
torch/include/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h
torch/include/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h
torch/include/torch/csrc/jit/codegen/fuser/cpu/temp_file.h
torch/include/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h
torch/include/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h
torch/include/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h
torch/include/torch/csrc/jit/codegen/onednn/decompose_silu.h
torch/include/torch/csrc/jit/codegen/onednn/defer_size_check.h
torch/include/torch/csrc/jit/codegen/onednn/graph_fuser.h
torch/include/torch/csrc/jit/codegen/onednn/graph_helper.h
torch/include/torch/csrc/jit/codegen/onednn/guard_shape.h
torch/include/torch/csrc/jit/codegen/onednn/interface.h
torch/include/torch/csrc/jit/codegen/onednn/kernel.h
torch/include/torch/csrc/jit/codegen/onednn/layout_propagation.h
torch/include/torch/csrc/jit/codegen/onednn/operator.h
torch/include/torch/csrc/jit/codegen/onednn/prepare_binary.h
torch/include/torch/csrc/jit/cuda/cuda.h
torch/include/torch/csrc/jit/frontend/builtin_functions.h
torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h
torch/include/torch/csrc/jit/frontend/concrete_module_type.h
torch/include/torch/csrc/jit/frontend/convert_to_ssa.h
torch/include/torch/csrc/jit/frontend/edit_distance.h
torch/include/torch/csrc/jit/frontend/error_report.h
torch/include/torch/csrc/jit/frontend/exit_transforms.h
torch/include/torch/csrc/jit/frontend/function_schema_parser.h
torch/include/torch/csrc/jit/frontend/inline_loop_condition.h
torch/include/torch/csrc/jit/frontend/ir_emitter.h
torch/include/torch/csrc/jit/frontend/lexer.h
torch/include/torch/csrc/jit/frontend/mini_environment.h
torch/include/torch/csrc/jit/frontend/name_mangler.h
torch/include/torch/csrc/jit/frontend/parse_string_literal.h
torch/include/torch/csrc/jit/frontend/parser.h
torch/include/torch/csrc/jit/frontend/parser_constants.h
torch/include/torch/csrc/jit/frontend/resolver.h
torch/include/torch/csrc/jit/frontend/schema_matching.h
torch/include/torch/csrc/jit/frontend/schema_type_parser.h
torch/include/torch/csrc/jit/frontend/script_type_parser.h
torch/include/torch/csrc/jit/frontend/source_range.h
torch/include/torch/csrc/jit/frontend/source_ref.h
torch/include/torch/csrc/jit/frontend/strtod.h
torch/include/torch/csrc/jit/frontend/sugared_value.h
torch/include/torch/csrc/jit/frontend/tracer.h
torch/include/torch/csrc/jit/frontend/tree.h
torch/include/torch/csrc/jit/frontend/tree_views.h
torch/include/torch/csrc/jit/frontend/versioned_symbols.h
torch/include/torch/csrc/jit/ir/alias_analysis.h
torch/include/torch/csrc/jit/ir/attributes.h
torch/include/torch/csrc/jit/ir/constants.h
torch/include/torch/csrc/jit/ir/graph_node_list.h
torch/include/torch/csrc/jit/ir/graph_utils.h
torch/include/torch/csrc/jit/ir/ir.h
torch/include/torch/csrc/jit/ir/ir_views.h
torch/include/torch/csrc/jit/ir/irparser.h
torch/include/torch/csrc/jit/ir/named_value.h
torch/include/torch/csrc/jit/ir/node_hashing.h
torch/include/torch/csrc/jit/ir/scope.h
torch/include/torch/csrc/jit/ir/subgraph_matcher.h
torch/include/torch/csrc/jit/ir/type_hashing.h
torch/include/torch/csrc/jit/mobile/code.h
torch/include/torch/csrc/jit/mobile/debug_info.h
torch/include/torch/csrc/jit/mobile/file_format.h
torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h
torch/include/torch/csrc/jit/mobile/frame.h
torch/include/torch/csrc/jit/mobile/function.h
torch/include/torch/csrc/jit/mobile/import.h
torch/include/torch/csrc/jit/mobile/import_data.h
torch/include/torch/csrc/jit/mobile/import_export_common.h
torch/include/torch/csrc/jit/mobile/interpreter.h
torch/include/torch/csrc/jit/mobile/method.h
torch/include/torch/csrc/jit/mobile/module.h
torch/include/torch/csrc/jit/mobile/observer.h
torch/include/torch/csrc/jit/mobile/parse_bytecode.h
torch/include/torch/csrc/jit/mobile/parse_operators.h
torch/include/torch/csrc/jit/mobile/prim_ops_registery.h
torch/include/torch/csrc/jit/mobile/profiler_edge.h
torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h
torch/include/torch/csrc/jit/mobile/quantization.h
torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h
torch/include/torch/csrc/jit/mobile/type_parser.h
torch/include/torch/csrc/jit/mobile/upgrader_mobile.h
torch/include/torch/csrc/jit/mobile/compatibility/backport.h
torch/include/torch/csrc/jit/mobile/compatibility/backport_manager.h
torch/include/torch/csrc/jit/mobile/compatibility/model_compatibility.h
torch/include/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h
torch/include/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h
torch/include/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h
torch/include/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h
torch/include/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h
torch/include/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h
torch/include/torch/csrc/jit/mobile/model_tracer/TensorUtils.h
torch/include/torch/csrc/jit/mobile/model_tracer/TracerRunner.h
torch/include/torch/csrc/jit/mobile/nnc/aot_compiler.h
torch/include/torch/csrc/jit/mobile/nnc/context.h
torch/include/torch/csrc/jit/mobile/nnc/registry.h
torch/include/torch/csrc/jit/mobile/train/export_data.h
torch/include/torch/csrc/jit/mobile/train/random.h
torch/include/torch/csrc/jit/mobile/train/sequential.h
torch/include/torch/csrc/jit/mobile/train/optim/sgd.h
torch/include/torch/csrc/jit/operator_upgraders/upgraders.h
torch/include/torch/csrc/jit/operator_upgraders/upgraders_entry.h
torch/include/torch/csrc/jit/operator_upgraders/utils.h
torch/include/torch/csrc/jit/operator_upgraders/version_map.h
torch/include/torch/csrc/jit/passes/add_if_then_else.h
torch/include/torch/csrc/jit/passes/annotate_warns.h
torch/include/torch/csrc/jit/passes/autocast.h
torch/include/torch/csrc/jit/passes/bailout_graph.h
torch/include/torch/csrc/jit/passes/batch_mm.h
torch/include/torch/csrc/jit/passes/canonicalize.h
torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h
torch/include/torch/csrc/jit/passes/check_strict_fusion.h
torch/include/torch/csrc/jit/passes/clear_profiling.h
torch/include/torch/csrc/jit/passes/clear_undefinedness.h
torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h
torch/include/torch/csrc/jit/passes/concat_opt.h
torch/include/torch/csrc/jit/passes/constant_pooling.h
torch/include/torch/csrc/jit/passes/constant_propagation.h
torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h
torch/include/torch/csrc/jit/passes/create_functional_graphs.h
torch/include/torch/csrc/jit/passes/dead_code_elimination.h
torch/include/torch/csrc/jit/passes/decompose_ops.h
torch/include/torch/csrc/jit/passes/device_type_analysis.h
torch/include/torch/csrc/jit/passes/dtype_analysis.h
torch/include/torch/csrc/jit/passes/eliminate_no_ops.h
torch/include/torch/csrc/jit/passes/erase_number_types.h
torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h
torch/include/torch/csrc/jit/passes/fold_conv_bn.h
torch/include/torch/csrc/jit/passes/fold_linear_bn.h
torch/include/torch/csrc/jit/passes/freeze_module.h
torch/include/torch/csrc/jit/passes/frozen_concat_linear.h
torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h
torch/include/torch/csrc/jit/passes/frozen_conv_folding.h
torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h
torch/include/torch/csrc/jit/passes/frozen_linear_folding.h
torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h
torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h
torch/include/torch/csrc/jit/passes/fuse_linear.h
torch/include/torch/csrc/jit/passes/fuse_relu.h
torch/include/torch/csrc/jit/passes/graph_fuser.h
torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h
torch/include/torch/csrc/jit/passes/guard_elimination.h
torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h
torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h
torch/include/torch/csrc/jit/passes/inline_fork_wait.h
torch/include/torch/csrc/jit/passes/inline_forked_closures.h
torch/include/torch/csrc/jit/passes/inliner.h
torch/include/torch/csrc/jit/passes/inplace_check.h
torch/include/torch/csrc/jit/passes/insert_guards.h
torch/include/torch/csrc/jit/passes/integer_value_refinement.h
torch/include/torch/csrc/jit/passes/lift_closures.h
torch/include/torch/csrc/jit/passes/liveness.h
torch/include/torch/csrc/jit/passes/loop_unrolling.h
torch/include/torch/csrc/jit/passes/lower_grad_of.h
torch/include/torch/csrc/jit/passes/lower_graph.h
torch/include/torch/csrc/jit/passes/lower_tuples.h
torch/include/torch/csrc/jit/passes/metal_rewrite.h
torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h
torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h
torch/include/torch/csrc/jit/passes/normalize_ops.h
torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h
torch/include/torch/csrc/jit/passes/onnx.h
torch/include/torch/csrc/jit/passes/pass_manager.h
torch/include/torch/csrc/jit/passes/peephole.h
torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h
torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h
torch/include/torch/csrc/jit/passes/peephole_list_idioms.h
torch/include/torch/csrc/jit/passes/peephole_non_tensor.h
torch/include/torch/csrc/jit/passes/prepack_folding.h
torch/include/torch/csrc/jit/passes/refine_tuple_types.h
torch/include/torch/csrc/jit/passes/remove_dropout.h
torch/include/torch/csrc/jit/passes/remove_exceptions.h
torch/include/torch/csrc/jit/passes/remove_expands.h
torch/include/torch/csrc/jit/passes/remove_inplace_ops.h
torch/include/torch/csrc/jit/passes/remove_mutation.h
torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h
torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h
torch/include/torch/csrc/jit/passes/requires_grad_analysis.h
torch/include/torch/csrc/jit/passes/restore_mutation.h
torch/include/torch/csrc/jit/passes/shape_analysis.h
torch/include/torch/csrc/jit/passes/specialize_autogradzero.h
torch/include/torch/csrc/jit/passes/subgraph_rewrite.h
torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h
torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h
torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h
torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h
torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h
torch/include/torch/csrc/jit/passes/value_refinement_utils.h
torch/include/torch/csrc/jit/passes/variadic_ops.h
torch/include/torch/csrc/jit/passes/vulkan_rewrite.h
torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h
torch/include/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h
torch/include/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h
torch/include/torch/csrc/jit/passes/onnx/constant_fold.h
torch/include/torch/csrc/jit/passes/onnx/constant_map.h
torch/include/torch/csrc/jit/passes/onnx/deduplicate_initializers.h
torch/include/torch/csrc/jit/passes/onnx/eliminate_unused_items.h
torch/include/torch/csrc/jit/passes/onnx/eval_peephole.h
torch/include/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h
torch/include/torch/csrc/jit/passes/onnx/function_extraction.h
torch/include/torch/csrc/jit/passes/onnx/function_substitution.h
torch/include/torch/csrc/jit/passes/onnx/helper.h
torch/include/torch/csrc/jit/passes/onnx/list_model_parameters.h
torch/include/torch/csrc/jit/passes/onnx/naming.h
torch/include/torch/csrc/jit/passes/onnx/onnx_log.h
torch/include/torch/csrc/jit/passes/onnx/peephole.h
torch/include/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h
torch/include/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h
torch/include/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h
torch/include/torch/csrc/jit/passes/onnx/scalar_type_analysis.h
torch/include/torch/csrc/jit/passes/onnx/shape_type_inference.h
torch/include/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h
torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h
torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/common.h
torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h
torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h
torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h
torch/include/torch/csrc/jit/passes/quantization/finalize.h
torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h
torch/include/torch/csrc/jit/passes/quantization/helper.h
torch/include/torch/csrc/jit/passes/quantization/insert_observers.h
torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h
torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h
torch/include/torch/csrc/jit/passes/quantization/quantization_type.h
torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h
torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h
torch/include/torch/csrc/jit/passes/utils/memory_dag.h
torch/include/torch/csrc/jit/passes/utils/op_registry.h
torch/include/torch/csrc/jit/passes/utils/optimization_utils.h
torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h
torch/include/torch/csrc/jit/python/init.h
torch/include/torch/csrc/jit/python/module_python.h
torch/include/torch/csrc/jit/python/pybind.h
torch/include/torch/csrc/jit/python/pybind_utils.h
torch/include/torch/csrc/jit/python/python_arg_flatten.h
torch/include/torch/csrc/jit/python/python_custom_class.h
torch/include/torch/csrc/jit/python/python_dict.h
torch/include/torch/csrc/jit/python/python_ir.h
torch/include/torch/csrc/jit/python/python_ivalue.h
torch/include/torch/csrc/jit/python/python_list.h
torch/include/torch/csrc/jit/python/python_sugared_value.h
torch/include/torch/csrc/jit/python/python_tracer.h
torch/include/torch/csrc/jit/python/python_tree_views.h
torch/include/torch/csrc/jit/python/script_init.h
torch/include/torch/csrc/jit/python/update_graph_executor_opt.h
torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h
torch/include/torch/csrc/jit/runtime/argument_spec.h
torch/include/torch/csrc/jit/runtime/autodiff.h
torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h
torch/include/torch/csrc/jit/runtime/custom_operator.h
torch/include/torch/csrc/jit/runtime/decomposition_registry.h
torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h
torch/include/torch/csrc/jit/runtime/exception_message.h
torch/include/torch/csrc/jit/runtime/graph_executor.h
torch/include/torch/csrc/jit/runtime/graph_executor_impl.h
torch/include/torch/csrc/jit/runtime/graph_iterator.h
torch/include/torch/csrc/jit/runtime/instruction.h
torch/include/torch/csrc/jit/runtime/interpreter.h
torch/include/torch/csrc/jit/runtime/jit_exception.h
torch/include/torch/csrc/jit/runtime/jit_trace.h
torch/include/torch/csrc/jit/runtime/logging.h
torch/include/torch/csrc/jit/runtime/operator.h
torch/include/torch/csrc/jit/runtime/operator_options.h
torch/include/torch/csrc/jit/runtime/print_handler.h
torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h
torch/include/torch/csrc/jit/runtime/profiling_record.h
torch/include/torch/csrc/jit/runtime/register_ops_utils.h
torch/include/torch/csrc/jit/runtime/script_profile.h
torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h
torch/include/torch/csrc/jit/runtime/shape_function_registry.h
torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h
torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h
torch/include/torch/csrc/jit/runtime/symbolic_script.h
torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h
torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h
torch/include/torch/csrc/jit/runtime/vararg_functions.h
torch/include/torch/csrc/jit/runtime/variable_tensor_list.h
torch/include/torch/csrc/jit/runtime/interpreter/can_emit_inline.h
torch/include/torch/csrc/jit/runtime/interpreter/code_impl.h
torch/include/torch/csrc/jit/runtime/interpreter/frame.h
torch/include/torch/csrc/jit/runtime/interpreter/preprocess_graph.h
torch/include/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h
torch/include/torch/csrc/jit/runtime/static/fusion.h
torch/include/torch/csrc/jit/runtime/static/impl.h
torch/include/torch/csrc/jit/runtime/static/init.h
torch/include/torch/csrc/jit/runtime/static/memory_planner.h
torch/include/torch/csrc/jit/runtime/static/ops.h
torch/include/torch/csrc/jit/runtime/static/passes.h
torch/include/torch/csrc/jit/runtime/static/processed_node_wrapper.h
torch/include/torch/csrc/jit/runtime/static/static_method.h
torch/include/torch/csrc/jit/runtime/static/te_wrapper.h
torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h
torch/include/torch/csrc/jit/serialization/export.h
torch/include/torch/csrc/jit/serialization/export_bytecode.h
torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h
torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h
torch/include/torch/csrc/jit/serialization/import.h
torch/include/torch/csrc/jit/serialization/import_export_constants.h
torch/include/torch/csrc/jit/serialization/import_export_functions.h
torch/include/torch/csrc/jit/serialization/import_export_helpers.h
torch/include/torch/csrc/jit/serialization/import_read.h
torch/include/torch/csrc/jit/serialization/import_source.h
torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h
torch/include/torch/csrc/jit/serialization/onnx.h
torch/include/torch/csrc/jit/serialization/pickle.h
torch/include/torch/csrc/jit/serialization/pickler.h
torch/include/torch/csrc/jit/serialization/python_print.h
torch/include/torch/csrc/jit/serialization/source_range_serialization.h
torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h
torch/include/torch/csrc/jit/serialization/storage_context.h
torch/include/torch/csrc/jit/serialization/type_name_uniquer.h
torch/include/torch/csrc/jit/serialization/unpickler.h
torch/include/torch/csrc/jit/tensorexpr/analysis.h
torch/include/torch/csrc/jit/tensorexpr/block_codegen.h
torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h
torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h
torch/include/torch/csrc/jit/tensorexpr/codegen.h
torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h
torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h
torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h
torch/include/torch/csrc/jit/tensorexpr/cuda_random.h
torch/include/torch/csrc/jit/tensorexpr/eval.h
torch/include/torch/csrc/jit/tensorexpr/exceptions.h
torch/include/torch/csrc/jit/tensorexpr/expr.h
torch/include/torch/csrc/jit/tensorexpr/external_functions.h
torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h
torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h
torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h
torch/include/torch/csrc/jit/tensorexpr/graph_opt.h
torch/include/torch/csrc/jit/tensorexpr/half_support.h
torch/include/torch/csrc/jit/tensorexpr/hash_provider.h
torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h
torch/include/torch/csrc/jit/tensorexpr/ir.h
torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h
torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h
torch/include/torch/csrc/jit/tensorexpr/ir_printer.h
torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h
torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h
torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h
torch/include/torch/csrc/jit/tensorexpr/kernel.h
torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h
torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h
torch/include/torch/csrc/jit/tensorexpr/loopnest.h
torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h
torch/include/torch/csrc/jit/tensorexpr/lowerings.h
torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h
torch/include/torch/csrc/jit/tensorexpr/reduction.h
torch/include/torch/csrc/jit/tensorexpr/registerizer.h
torch/include/torch/csrc/jit/tensorexpr/stmt.h
torch/include/torch/csrc/jit/tensorexpr/tensor.h
torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h
torch/include/torch/csrc/jit/tensorexpr/types.h
torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h
torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h
torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h
torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h
torch/include/torch/csrc/jit/tensorexpr/operators/misc.h
torch/include/torch/csrc/jit/tensorexpr/operators/norm.h
torch/include/torch/csrc/jit/tensorexpr/operators/operators.h
torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h
torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h
torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h
torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h
torch/include/torch/csrc/jit/testing/catch_utils.hpp
torch/include/torch/csrc/jit/testing/file_check.h
torch/include/torch/csrc/jit/testing/hooks_for_testing.h
torch/include/torch/csrc/lazy/backend/backend_data.h
torch/include/torch/csrc/lazy/backend/backend_device.h
torch/include/torch/csrc/lazy/backend/backend_interface.h
torch/include/torch/csrc/lazy/backend/lowering_context.h
torch/include/torch/csrc/lazy/core/cache.h
torch/include/torch/csrc/lazy/core/config.h
torch/include/torch/csrc/lazy/core/debug_util.h
torch/include/torch/csrc/lazy/core/dynamic_ir.h
torch/include/torch/csrc/lazy/core/hash.h
torch/include/torch/csrc/lazy/core/helpers.h
torch/include/torch/csrc/lazy/core/ir.h
torch/include/torch/csrc/lazy/core/ir_builder.h
torch/include/torch/csrc/lazy/core/ir_dump_util.h
torch/include/torch/csrc/lazy/core/ir_metadata.h
torch/include/torch/csrc/lazy/core/ir_util.h
torch/include/torch/csrc/lazy/core/lazy_graph_executor.h
torch/include/torch/csrc/lazy/core/metrics.h
torch/include/torch/csrc/lazy/core/multi_wait.h
torch/include/torch/csrc/lazy/core/permutation_util.h
torch/include/torch/csrc/lazy/core/shape.h
torch/include/torch/csrc/lazy/core/shape_inference.h
torch/include/torch/csrc/lazy/core/tensor.h
torch/include/torch/csrc/lazy/core/tensor_impl.h
torch/include/torch/csrc/lazy/core/tensor_util.h
torch/include/torch/csrc/lazy/core/thread_pool.h
torch/include/torch/csrc/lazy/core/trie.h
torch/include/torch/csrc/lazy/core/unique.h
torch/include/torch/csrc/lazy/core/util.h
torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h
torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h
torch/include/torch/csrc/lazy/core/ops/utils.h
torch/include/torch/csrc/lazy/generated/LazyIr.h
torch/include/torch/csrc/lazy/generated/LazyNativeFunctions.h
torch/include/torch/csrc/lazy/generated/LazyNonNativeIr.h
torch/include/torch/csrc/lazy/python/init.h
torch/include/torch/csrc/lazy/python/python_util.h
torch/include/torch/csrc/lazy/ts_backend/config.h
torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h
torch/include/torch/csrc/lazy/ts_backend/ir_builder.h
torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h
torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h
torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h
torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h
torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h
torch/include/torch/csrc/lazy/ts_backend/ts_node.h
torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h
torch/include/torch/csrc/lazy/ts_backend/ops/device_data.h
torch/include/torch/csrc/lazy/ts_backend/ops/generic.h
torch/include/torch/csrc/lazy/ts_backend/ops/to_copy.h
torch/include/torch/csrc/monitor/counters.h
torch/include/torch/csrc/monitor/events.h
torch/include/torch/csrc/monitor/python_init.h
torch/include/torch/csrc/mps/Module.h
torch/include/torch/csrc/mtia/Module.h
torch/include/torch/csrc/multiprocessing/init.h
torch/include/torch/csrc/onnx/back_compat.h
torch/include/torch/csrc/onnx/init.h
torch/include/torch/csrc/onnx/onnx.h
torch/include/torch/csrc/onnx/diagnostics/diagnostics.h
torch/include/torch/csrc/onnx/diagnostics/generated/rules.h
torch/include/torch/csrc/profiler/api.h
torch/include/torch/csrc/profiler/collection.h
torch/include/torch/csrc/profiler/combined_traceback.h
torch/include/torch/csrc/profiler/containers.h
torch/include/torch/csrc/profiler/data_flow.h
torch/include/torch/csrc/profiler/events.h
torch/include/torch/csrc/profiler/kineto_shim.h
torch/include/torch/csrc/profiler/perf-inl.h
torch/include/torch/csrc/profiler/perf.h
torch/include/torch/csrc/profiler/util.h
torch/include/torch/csrc/profiler/orchestration/observer.h
torch/include/torch/csrc/profiler/orchestration/python_tracer.h
torch/include/torch/csrc/profiler/orchestration/vulkan.h
torch/include/torch/csrc/profiler/python/combined_traceback.h
torch/include/torch/csrc/profiler/python/init.h
torch/include/torch/csrc/profiler/python/pybind.h
torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h
torch/include/torch/csrc/profiler/standalone/itt_observer.h
torch/include/torch/csrc/profiler/standalone/nvtx_observer.h
torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h
torch/include/torch/csrc/profiler/stubs/base.h
torch/include/torch/csrc/profiler/unwind/action.h
torch/include/torch/csrc/profiler/unwind/communicate.h
torch/include/torch/csrc/profiler/unwind/debug_info.h
torch/include/torch/csrc/profiler/unwind/dwarf_enums.h
torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h
torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h
torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h
torch/include/torch/csrc/profiler/unwind/fde.h
torch/include/torch/csrc/profiler/unwind/lexer.h
torch/include/torch/csrc/profiler/unwind/line_number_program.h
torch/include/torch/csrc/profiler/unwind/mem_file.h
torch/include/torch/csrc/profiler/unwind/range_table.h
torch/include/torch/csrc/profiler/unwind/sections.h
torch/include/torch/csrc/profiler/unwind/unwind.h
torch/include/torch/csrc/profiler/unwind/unwind_error.h
torch/include/torch/csrc/profiler/unwind/unwinder.h
torch/include/torch/csrc/tensor/python_tensor.h
torch/include/torch/csrc/utils/byte_order.h
torch/include/torch/csrc/utils/cpp_stacktraces.h
torch/include/torch/csrc/utils/cuda_enabled.h
torch/include/torch/csrc/utils/device_lazy_init.h
torch/include/torch/csrc/utils/disable_torch_function.h
torch/include/torch/csrc/utils/init.h
torch/include/torch/csrc/utils/invalid_arguments.h
torch/include/torch/csrc/utils/nested.h
torch/include/torch/csrc/utils/numpy_stub.h
torch/include/torch/csrc/utils/object_ptr.h
torch/include/torch/csrc/utils/out_types.h
torch/include/torch/csrc/utils/pybind.h
torch/include/torch/csrc/utils/pycfunction_helpers.h
torch/include/torch/csrc/utils/pyobject_preservation.h
torch/include/torch/csrc/utils/python_arg_parser.h
torch/include/torch/csrc/utils/python_compat.h
torch/include/torch/csrc/utils/python_dispatch.h
torch/include/torch/csrc/utils/python_numbers.h
torch/include/torch/csrc/utils/python_raii.h
torch/include/torch/csrc/utils/python_scalars.h
torch/include/torch/csrc/utils/python_strings.h
torch/include/torch/csrc/utils/python_stub.h
torch/include/torch/csrc/utils/python_symnode.h
torch/include/torch/csrc/utils/python_torch_function_mode.h
torch/include/torch/csrc/utils/python_tuples.h
torch/include/torch/csrc/utils/pythoncapi_compat.h
torch/include/torch/csrc/utils/schema_info.h
torch/include/torch/csrc/utils/six.h
torch/include/torch/csrc/utils/structseq.h
torch/include/torch/csrc/utils/tensor_apply.h
torch/include/torch/csrc/utils/tensor_dtypes.h
torch/include/torch/csrc/utils/tensor_flatten.h
torch/include/torch/csrc/utils/tensor_layouts.h
torch/include/torch/csrc/utils/tensor_list.h
torch/include/torch/csrc/utils/tensor_memoryformats.h
torch/include/torch/csrc/utils/tensor_new.h
torch/include/torch/csrc/utils/tensor_numpy.h
torch/include/torch/csrc/utils/tensor_qschemes.h
torch/include/torch/csrc/utils/tensor_types.h
torch/include/torch/csrc/utils/throughput_benchmark-inl.h
torch/include/torch/csrc/utils/throughput_benchmark.h
torch/include/torch/csrc/utils/torch_dispatch_mode.h
torch/include/torch/csrc/utils/variadic.h
torch/include/torch/csrc/utils/verbose.h
torch/include/torch/csrc/xpu/Event.h
torch/include/torch/csrc/xpu/Module.h
torch/include/torch/csrc/xpu/Stream.h
torch/jit/__init__.py
torch/jit/_async.py
torch/jit/_await.py
torch/jit/_builtins.py
torch/jit/_check.py
torch/jit/_dataclass_impls.py
torch/jit/_decomposition_utils.py
torch/jit/_decompositions.py
torch/jit/_freeze.py
torch/jit/_fuser.py
torch/jit/_ir_utils.py
torch/jit/_logging.py
torch/jit/_monkeytype_config.py
torch/jit/_pickle.py
torch/jit/_recursive.py
torch/jit/_script.py
torch/jit/_script.pyi
torch/jit/_serialization.py
torch/jit/_shape_functions.py
torch/jit/_state.py
torch/jit/_trace.py
torch/jit/annotations.py
torch/jit/frontend.py
torch/jit/generate_bytecode.py
torch/jit/quantized.py
torch/jit/supported_ops.py
torch/jit/unsupported_tensor_ops.py
torch/jit/_passes/__init__.py
torch/jit/_passes/_property_propagation.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/masked/__init__.py
torch/masked/_docs.py
torch/masked/_ops.py
torch/masked/maskedtensor/__init__.py
torch/masked/maskedtensor/_ops_refs.py
torch/masked/maskedtensor/binary.py
torch/masked/maskedtensor/core.py
torch/masked/maskedtensor/creation.py
torch/masked/maskedtensor/passthrough.py
torch/masked/maskedtensor/reductions.py
torch/masked/maskedtensor/unary.py
torch/monitor/__init__.py
torch/mps/__init__.py
torch/mps/event.py
torch/mps/profiler.py
torch/mtia/__init__.py
torch/mtia/_utils.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/nested/__init__.py
torch/nested/_internal/__init__.py
torch/nested/_internal/nested_tensor.py
torch/nested/_internal/ops.py
torch/nested/_internal/sdpa.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/attention/__init__.py
torch/nn/attention/_utils.py
torch/nn/attention/bias.py
torch/nn/attention/flex_attention.py
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_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/_functions.py
torch/nn/parallel/comm.py
torch/nn/parallel/data_parallel.py
torch/nn/parallel/distributed.py
torch/nn/parallel/parallel_apply.py
torch/nn/parallel/replicate.py
torch/nn/parallel/scatter_gather.py
torch/nn/qat/__init__.py
torch/nn/qat/dynamic/__init__.py
torch/nn/qat/dynamic/modules/__init__.py
torch/nn/qat/dynamic/modules/linear.py
torch/nn/qat/modules/__init__.py
torch/nn/qat/modules/conv.py
torch/nn/qat/modules/embedding_ops.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/rnn.py
torch/nn/quantized/_reference/modules/sparse.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/conv.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/dropout.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/rnn.py
torch/nn/quantized/modules/utils.py
torch/nn/utils/__init__.py
torch/nn/utils/_deprecation_utils.py
torch/nn/utils/_named_member_accessor.py
torch/nn/utils/_per_sample_grad.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/spectral_norm.py
torch/nn/utils/stateless.py
torch/nn/utils/weight_norm.py
torch/nn/utils/_expanded_weights/__init__.py
torch/nn/utils/_expanded_weights/conv_expanded_weights.py
torch/nn/utils/_expanded_weights/conv_utils.py
torch/nn/utils/_expanded_weights/embedding_expanded_weights.py
torch/nn/utils/_expanded_weights/expanded_weights_impl.py
torch/nn/utils/_expanded_weights/expanded_weights_utils.py
torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py
torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py
torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py
torch/nn/utils/_expanded_weights/linear_expanded_weights.py
torch/onnx/README.md
torch/onnx/__init__.py
torch/onnx/_constants.py
torch/onnx/_deprecation.py
torch/onnx/_experimental.py
torch/onnx/_exporter_states.py
torch/onnx/_flags.py
torch/onnx/_globals.py
torch/onnx/_onnx_supported_ops.py
torch/onnx/_type_utils.py
torch/onnx/errors.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_opset15.py
torch/onnx/symbolic_opset16.py
torch/onnx/symbolic_opset17.py
torch/onnx/symbolic_opset18.py
torch/onnx/symbolic_opset19.py
torch/onnx/symbolic_opset20.py
torch/onnx/symbolic_opset7.py
torch/onnx/symbolic_opset8.py
torch/onnx/symbolic_opset9.py
torch/onnx/utils.py
torch/onnx/verification.py
torch/onnx/_internal/__init__.py
torch/onnx/_internal/_exporter_legacy.py
torch/onnx/_internal/_lazy_import.py
torch/onnx/_internal/io_adapter.py
torch/onnx/_internal/jit_utils.py
torch/onnx/_internal/onnx_proto_utils.py
torch/onnx/_internal/onnxruntime.py
torch/onnx/_internal/registration.py
torch/onnx/_internal/diagnostics/OVERVIEW.md
torch/onnx/_internal/diagnostics/__init__.py
torch/onnx/_internal/diagnostics/_diagnostic.py
torch/onnx/_internal/diagnostics/_rules.py
torch/onnx/_internal/diagnostics/rules.yaml
torch/onnx/_internal/diagnostics/infra/__init__.py
torch/onnx/_internal/diagnostics/infra/_infra.py
torch/onnx/_internal/diagnostics/infra/context.py
torch/onnx/_internal/diagnostics/infra/decorator.py
torch/onnx/_internal/diagnostics/infra/formatter.py
torch/onnx/_internal/diagnostics/infra/utils.py
torch/onnx/_internal/diagnostics/infra/sarif/__init__.py
torch/onnx/_internal/diagnostics/infra/sarif/_address.py
torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py
torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py
torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py
torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py
torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py
torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py
torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py
torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py
torch/onnx/_internal/diagnostics/infra/sarif/_edge.py
torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py
torch/onnx/_internal/diagnostics/infra/sarif/_exception.py
torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py
torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py
torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py
torch/onnx/_internal/diagnostics/infra/sarif/_fix.py
torch/onnx/_internal/diagnostics/infra/sarif/_graph.py
torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py
torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py
torch/onnx/_internal/diagnostics/infra/sarif/_location.py
torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py
torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py
torch/onnx/_internal/diagnostics/infra/sarif/_message.py
torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py
torch/onnx/_internal/diagnostics/infra/sarif/_node.py
torch/onnx/_internal/diagnostics/infra/sarif/_notification.py
torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py
torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py
torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py
torch/onnx/_internal/diagnostics/infra/sarif/_region.py
torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py
torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py
torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py
torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py
torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py
torch/onnx/_internal/diagnostics/infra/sarif/_result.py
torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py
torch/onnx/_internal/diagnostics/infra/sarif/_run.py
torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py
torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py
torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py
torch/onnx/_internal/diagnostics/infra/sarif/_stack.py
torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py
torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py
torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py
torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py
torch/onnx/_internal/diagnostics/infra/sarif/_tool.py
torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py
torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py
torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py
torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py
torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py
torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py
torch/onnx/_internal/diagnostics/infra/sarif/version.py
torch/onnx/_internal/exporter/__init__.py
torch/onnx/_internal/exporter/_analysis.py
torch/onnx/_internal/exporter/_building.py
torch/onnx/_internal/exporter/_capture_strategies.py
torch/onnx/_internal/exporter/_compat.py
torch/onnx/_internal/exporter/_core.py
torch/onnx/_internal/exporter/_decomp.py
torch/onnx/_internal/exporter/_dispatching.py
torch/onnx/_internal/exporter/_errors.py
torch/onnx/_internal/exporter/_fx_passes.py
torch/onnx/_internal/exporter/_ir_passes.py
torch/onnx/_internal/exporter/_isolated.py
torch/onnx/_internal/exporter/_onnx_program.py
torch/onnx/_internal/exporter/_registration.py
torch/onnx/_internal/exporter/_reporting.py
torch/onnx/_internal/exporter/_schemas.py
torch/onnx/_internal/exporter/_tensors.py
torch/onnx/_internal/exporter/_testing.py
torch/onnx/_internal/exporter/_verification.py
torch/onnx/_internal/fx/__init__.py
torch/onnx/_internal/fx/_pass.py
torch/onnx/_internal/fx/decomposition_skip.py
torch/onnx/_internal/fx/decomposition_table.py
torch/onnx/_internal/fx/diagnostics.py
torch/onnx/_internal/fx/dynamo_graph_extractor.py
torch/onnx/_internal/fx/fx_onnx_interpreter.py
torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py
torch/onnx/_internal/fx/onnxfunction_dispatcher.py
torch/onnx/_internal/fx/patcher.py
torch/onnx/_internal/fx/registration.py
torch/onnx/_internal/fx/serialization.py
torch/onnx/_internal/fx/type_utils.py
torch/onnx/_internal/fx/analysis/__init__.py
torch/onnx/_internal/fx/analysis/unsupported_nodes.py
torch/onnx/_internal/fx/passes/__init__.py
torch/onnx/_internal/fx/passes/_utils.py
torch/onnx/_internal/fx/passes/decomp.py
torch/onnx/_internal/fx/passes/functionalization.py
torch/onnx/_internal/fx/passes/modularization.py
torch/onnx/_internal/fx/passes/readability.py
torch/onnx/_internal/fx/passes/type_promotion.py
torch/onnx/_internal/fx/passes/virtualization.py
torch/optim/__init__.py
torch/optim/_adafactor.py
torch/optim/_functional.py
torch/optim/adadelta.py
torch/optim/adagrad.py
torch/optim/adam.py
torch/optim/adamax.py
torch/optim/adamw.py
torch/optim/asgd.py
torch/optim/lbfgs.py
torch/optim/lr_scheduler.py
torch/optim/nadam.py
torch/optim/optimizer.py
torch/optim/radam.py
torch/optim/rmsprop.py
torch/optim/rprop.py
torch/optim/sgd.py
torch/optim/sparse_adam.py
torch/optim/swa_utils.py
torch/optim/_multi_tensor/__init__.py
torch/optim/_multi_tensor/__init__.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/find_first_use_of_broken_modules.py
torch/package/analyze/is_from_package.py
torch/package/analyze/trace_dependencies.py
torch/profiler/__init__.py
torch/profiler/_memory_profiler.py
torch/profiler/_pattern_matcher.py
torch/profiler/_utils.py
torch/profiler/itt.py
torch/profiler/profiler.py
torch/profiler/python_tracer.py
torch/quantization/__init__.py
torch/quantization/_numeric_suite.py
torch/quantization/_numeric_suite_fx.py
torch/quantization/_quantized_conversions.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/convert.py
torch/quantization/fx/fuse.py
torch/quantization/fx/fusion_patterns.py
torch/quantization/fx/graph_module.py
torch/quantization/fx/match_utils.py
torch/quantization/fx/pattern_utils.py
torch/quantization/fx/prepare.py
torch/quantization/fx/quantization_patterns.py
torch/quantization/fx/quantization_types.py
torch/quantization/fx/utils.py
torch/share/ATen/Declarations.yaml
torch/share/cmake/ATen/ATenConfig.cmake
torch/share/cmake/Caffe2/Caffe2Config.cmake
torch/share/cmake/Caffe2/Caffe2Targets-relwithdebinfo.cmake
torch/share/cmake/Caffe2/Caffe2Targets.cmake
torch/share/cmake/Caffe2/FindCUDAToolkit.cmake
torch/share/cmake/Caffe2/FindCUDSS.cmake
torch/share/cmake/Caffe2/FindCUSPARSELT.cmake
torch/share/cmake/Caffe2/FindSYCLToolkit.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/README.md
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/README.md
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake
torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake
torch/share/cmake/Caffe2/public/LoadHIP.cmake
torch/share/cmake/Caffe2/public/cuda.cmake
torch/share/cmake/Caffe2/public/gflags.cmake
torch/share/cmake/Caffe2/public/glog.cmake
torch/share/cmake/Caffe2/public/mkl.cmake
torch/share/cmake/Caffe2/public/mkldnn.cmake
torch/share/cmake/Caffe2/public/protobuf.cmake
torch/share/cmake/Caffe2/public/utils.cmake
torch/share/cmake/Caffe2/public/xpu.cmake
torch/share/cmake/Tensorpipe/TensorpipeTargets-relwithdebinfo.cmake
torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake
torch/share/cmake/Torch/TorchConfig.cmake
torch/share/cmake/Torch/TorchConfigVersion.cmake
torch/signal/__init__.py
torch/signal/windows/__init__.py
torch/signal/windows/windows.py
torch/sparse/__init__.py
torch/sparse/_semi_structured_conversions.py
torch/sparse/_semi_structured_ops.py
torch/sparse/_triton_ops.py
torch/sparse/_triton_ops_meta.py
torch/sparse/semi_structured.py
torch/special/__init__.py
torch/testing/__init__.py
torch/testing/_comparison.py
torch/testing/_creation.py
torch/testing/_utils.py
torch/testing/_internal/__init__.py
torch/testing/_internal/autocast_test_lists.py
torch/testing/_internal/autograd_function_db.py
torch/testing/_internal/check_kernel_launches.py
torch/testing/_internal/common_cuda.py
torch/testing/_internal/common_device_type.py
torch/testing/_internal/common_dist_composable.py
torch/testing/_internal/common_distributed.py
torch/testing/_internal/common_dtype.py
torch/testing/_internal/common_fsdp.py
torch/testing/_internal/common_jit.py
torch/testing/_internal/common_methods_invocations.py
torch/testing/_internal/common_mkldnn.py
torch/testing/_internal/common_modules.py
torch/testing/_internal/common_nn.py
torch/testing/_internal/common_optimizers.py
torch/testing/_internal/common_pruning.py
torch/testing/_internal/common_quantization.py
torch/testing/_internal/common_quantized.py
torch/testing/_internal/common_subclass.py
torch/testing/_internal/common_utils.py
torch/testing/_internal/composite_compliance.py
torch/testing/_internal/custom_op_db.py
torch/testing/_internal/custom_tensor.py
torch/testing/_internal/dist_utils.py
torch/testing/_internal/dynamo_test_failures.py
torch/testing/_internal/hop_db.py
torch/testing/_internal/hypothesis_utils.py
torch/testing/_internal/inductor_utils.py
torch/testing/_internal/jit_metaprogramming_utils.py
torch/testing/_internal/jit_utils.py
torch/testing/_internal/logging_tensor.py
torch/testing/_internal/logging_utils.py
torch/testing/_internal/quantization_torch_package_models.py
torch/testing/_internal/static_module.py
torch/testing/_internal/torchbind_impls.py
torch/testing/_internal/triton_utils.py
torch/testing/_internal/two_tensor.py
torch/testing/_internal/codegen/__init__.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/checkpoint_utils.py
torch/testing/_internal/distributed/common_state_dict.py
torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py
torch/testing/_internal/distributed/distributed_test.py
torch/testing/_internal/distributed/distributed_utils.py
torch/testing/_internal/distributed/fake_pg.py
torch/testing/_internal/distributed/multi_threaded_pg.py
torch/testing/_internal/distributed/rpc_utils.py
torch/testing/_internal/distributed/_shard/__init__.py
torch/testing/_internal/distributed/_shard/test_common.py
torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py
torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py
torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py
torch/testing/_internal/distributed/_tensor/__init__.py
torch/testing/_internal/distributed/_tensor/common_dtensor.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/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_agent_rpc_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/opinfo/__init__.py
torch/testing/_internal/opinfo/core.py
torch/testing/_internal/opinfo/refs.py
torch/testing/_internal/opinfo/utils.py
torch/testing/_internal/opinfo/definitions/__init__.py
torch/testing/_internal/opinfo/definitions/_masked.py
torch/testing/_internal/opinfo/definitions/fft.py
torch/testing/_internal/opinfo/definitions/linalg.py
torch/testing/_internal/opinfo/definitions/nested.py
torch/testing/_internal/opinfo/definitions/signal.py
torch/testing/_internal/opinfo/definitions/sparse.py
torch/testing/_internal/opinfo/definitions/special.py
torch/testing/_internal/optests/__init__.py
torch/testing/_internal/optests/aot_autograd.py
torch/testing/_internal/optests/autograd_registration.py
torch/testing/_internal/optests/fake_tensor.py
torch/testing/_internal/optests/generate_tests.py
torch/testing/_internal/optests/make_fx.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/_backport_slots.py
torch/utils/_config_module.py
torch/utils/_config_typing.pyi
torch/utils/_content_store.py
torch/utils/_contextlib.py
torch/utils/_cpp_extension_versioner.py
torch/utils/_cxx_pytree.py
torch/utils/_device.py
torch/utils/_exposed_in.py
torch/utils/_foreach_utils.py
torch/utils/_freeze.py
torch/utils/_get_clean_triton.py
torch/utils/_import_utils.py
torch/utils/_mode_utils.py
torch/utils/_ordered_set.py
torch/utils/_python_dispatch.py
torch/utils/_pytree.py
torch/utils/_stats.py
torch/utils/_thunk.py
torch/utils/_traceback.py
torch/utils/_triton.py
torch/utils/_typing_utils.py
torch/utils/_zip.py
torch/utils/backend_registration.py
torch/utils/bundled_inputs.py
torch/utils/checkpoint.py
torch/utils/collect_env.py
torch/utils/cpp_backtrace.py
torch/utils/cpp_extension.py
torch/utils/deterministic.py
torch/utils/dlpack.py
torch/utils/file_baton.py
torch/utils/flop_counter.py
torch/utils/hooks.py
torch/utils/mkldnn.py
torch/utils/mobile_optimizer.py
torch/utils/model_zoo.py
torch/utils/module_tracker.py
torch/utils/show_pickle.py
torch/utils/throughput_benchmark.py
torch/utils/weak.py
torch/utils/_strobelight/__init__.py
torch/utils/_strobelight/cli_function_profiler.py
torch/utils/_strobelight/examples/cli_function_profiler_example.py
torch/utils/_sympy/__init__.py
torch/utils/_sympy/functions.py
torch/utils/_sympy/interp.py
torch/utils/_sympy/numbers.py
torch/utils/_sympy/reference.py
torch/utils/_sympy/singleton_int.py
torch/utils/_sympy/solve.py
torch/utils/_sympy/symbol.py
torch/utils/_sympy/value_ranges.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_setup.py
torch/utils/benchmark/examples/compare.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/compile.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/callgrind.h
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/benchmark/utils/valgrind_wrapper/valgrind.h
torch/utils/bottleneck/__init__.py
torch/utils/bottleneck/__main__.py
torch/utils/data/__init__.py
torch/utils/data/backward_compatibility.py
torch/utils/data/dataframes_pipes.ipynb
torch/utils/data/dataloader.py
torch/utils/data/dataset.py
torch/utils/data/distributed.py
torch/utils/data/graph.py
torch/utils/data/graph_settings.py
torch/utils/data/sampler.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/datapipes/README.md
torch/utils/data/datapipes/__init__.py
torch/utils/data/datapipes/_decorator.py
torch/utils/data/datapipes/_hook_iterator.py
torch/utils/data/datapipes/_typing.py
torch/utils/data/datapipes/datapipe.py
torch/utils/data/datapipes/datapipe.pyi
torch/utils/data/datapipes/datapipe.pyi.in
torch/utils/data/datapipes/gen_pyi.py
torch/utils/data/datapipes/dataframe/__init__.py
torch/utils/data/datapipes/dataframe/dataframe_wrapper.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/fileopener.py
torch/utils/data/datapipes/iter/grouping.py
torch/utils/data/datapipes/iter/routeddecoder.py
torch/utils/data/datapipes/iter/selecting.py
torch/utils/data/datapipes/iter/sharding.py
torch/utils/data/datapipes/iter/streamreader.py
torch/utils/data/datapipes/iter/utils.py
torch/utils/data/datapipes/map/__init__.py
torch/utils/data/datapipes/map/callable.py
torch/utils/data/datapipes/map/combinatorics.py
torch/utils/data/datapipes/map/combining.py
torch/utils/data/datapipes/map/grouping.py
torch/utils/data/datapipes/map/utils.py
torch/utils/data/datapipes/utils/__init__.py
torch/utils/data/datapipes/utils/common.py
torch/utils/data/datapipes/utils/decoder.py
torch/utils/data/datapipes/utils/snapshot.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/jit/__init__.py
torch/utils/jit/log_extract.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/_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
torch/utils/viz/MemoryViz.js
torch/utils/viz/__init__.py
torch/utils/viz/_cycles.py
torch/xpu/__init__.py
torch/xpu/_gpu_trace.py
torch/xpu/_utils.py
torch/xpu/memory.py
torch/xpu/random.py
torch/xpu/streams.py
torchgen/__init__.py
torchgen/code_template.py
torchgen/context.py
torchgen/gen.py
torchgen/gen_aoti_c_shim.py
torchgen/gen_backend_stubs.py
torchgen/gen_executorch.py
torchgen/gen_functionalization_type.py
torchgen/gen_lazy_tensor.py
torchgen/gen_schema_utils.py
torchgen/gen_vmap_plumbing.py
torchgen/local.py
torchgen/model.py
torchgen/native_function_generation.py
torchgen/utils.py
torchgen/yaml_utils.py
torchgen/aoti/__init__.py
torchgen/aoti/fallback_ops.py
torchgen/api/__init__.py
torchgen/api/autograd.py
torchgen/api/cpp.py
torchgen/api/dispatcher.py
torchgen/api/functionalization.py
torchgen/api/lazy.py
torchgen/api/meta.py
torchgen/api/native.py
torchgen/api/python.py
torchgen/api/structured.py
torchgen/api/translate.py
torchgen/api/ufunc.py
torchgen/api/unboxing.py
torchgen/api/types/__init__.py
torchgen/api/types/signatures.py
torchgen/api/types/types.py
torchgen/api/types/types_base.py
torchgen/dest/__init__.py
torchgen/dest/lazy_ir.py
torchgen/dest/lazy_ts_lowering.py
torchgen/dest/native_functions.py
torchgen/dest/register_dispatch_key.py
torchgen/dest/ufunc.py
torchgen/executorch/__init__.py
torchgen/executorch/model.py
torchgen/executorch/parse.py
torchgen/executorch/api/__init__.py
torchgen/executorch/api/custom_ops.py
torchgen/executorch/api/et_cpp.py
torchgen/executorch/api/unboxing.py
torchgen/executorch/api/types/__init__.py
torchgen/executorch/api/types/signatures.py
torchgen/executorch/api/types/types.py
torchgen/operator_versions/__init__.py
torchgen/operator_versions/gen_mobile_upgraders.py
torchgen/operator_versions/gen_mobile_upgraders_constant.py
torchgen/packaged/ATen/native/native_functions.yaml
torchgen/packaged/ATen/native/tags.yaml
torchgen/packaged/ATen/templates/ATenOpList.cpp
torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp
torchgen/packaged/ATen/templates/DispatchKeyFunction.h
torchgen/packaged/ATen/templates/DispatchKeyFunctions.h
torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h
torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp
torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h
torchgen/packaged/ATen/templates/Function.h
torchgen/packaged/ATen/templates/FunctionalInverses.h
torchgen/packaged/ATen/templates/Functions.cpp
torchgen/packaged/ATen/templates/Functions.h
torchgen/packaged/ATen/templates/LazyIr.h
torchgen/packaged/ATen/templates/LazyNonNativeIr.h
torchgen/packaged/ATen/templates/MethodOperators.h
torchgen/packaged/ATen/templates/NativeFunction.h
torchgen/packaged/ATen/templates/NativeFunctions.h
torchgen/packaged/ATen/templates/NativeMetaFunction.h
torchgen/packaged/ATen/templates/NativeMetaFunctions.h
torchgen/packaged/ATen/templates/Operator.h
torchgen/packaged/ATen/templates/Operators.cpp
torchgen/packaged/ATen/templates/Operators.h
torchgen/packaged/ATen/templates/RedispatchFunctions.cpp
torchgen/packaged/ATen/templates/RedispatchFunctions.h
torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp
torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp
torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini
torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp
torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp
torchgen/packaged/ATen/templates/RegisterSchema.cpp
torchgen/packaged/ATen/templates/RegistrationDeclarations.h
torchgen/packaged/ATen/templates/TensorBody.h
torchgen/packaged/ATen/templates/TensorMethods.cpp
torchgen/packaged/ATen/templates/UfuncCPU.cpp
torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp
torchgen/packaged/ATen/templates/UfuncCUDA.cu
torchgen/packaged/ATen/templates/UnboxingFunctions.cpp
torchgen/packaged/ATen/templates/UnboxingFunctions.h
torchgen/packaged/ATen/templates/aten_interned_strings.h
torchgen/packaged/ATen/templates/enum_tag.h
torchgen/packaged/autograd/BUILD.bazel
torchgen/packaged/autograd/README.md
torchgen/packaged/autograd/__init__.py
torchgen/packaged/autograd/build.bzl
torchgen/packaged/autograd/context.py
torchgen/packaged/autograd/deprecated.yaml
torchgen/packaged/autograd/derivatives.yaml
torchgen/packaged/autograd/gen_annotated_fn_args.py
torchgen/packaged/autograd/gen_autograd.py
torchgen/packaged/autograd/gen_autograd_functions.py
torchgen/packaged/autograd/gen_inplace_or_view_type.py
torchgen/packaged/autograd/gen_python_functions.py
torchgen/packaged/autograd/gen_trace_type.py
torchgen/packaged/autograd/gen_variable_factories.py
torchgen/packaged/autograd/gen_variable_type.py
torchgen/packaged/autograd/gen_view_funcs.py
torchgen/packaged/autograd/load_derivatives.py
torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp
torchgen/packaged/autograd/templates/Functions.cpp
torchgen/packaged/autograd/templates/Functions.h
torchgen/packaged/autograd/templates/TraceType.cpp
torchgen/packaged/autograd/templates/VariableType.cpp
torchgen/packaged/autograd/templates/VariableType.h
torchgen/packaged/autograd/templates/ViewFuncs.cpp
torchgen/packaged/autograd/templates/ViewFuncs.h
torchgen/packaged/autograd/templates/annotated_fn_args.py.in
torchgen/packaged/autograd/templates/python_enum_tag.cpp
torchgen/packaged/autograd/templates/python_fft_functions.cpp
torchgen/packaged/autograd/templates/python_functions.cpp
torchgen/packaged/autograd/templates/python_functions.h
torchgen/packaged/autograd/templates/python_linalg_functions.cpp
torchgen/packaged/autograd/templates/python_nested_functions.cpp
torchgen/packaged/autograd/templates/python_nn_functions.cpp
torchgen/packaged/autograd/templates/python_return_types.cpp
torchgen/packaged/autograd/templates/python_return_types.h
torchgen/packaged/autograd/templates/python_sparse_functions.cpp
torchgen/packaged/autograd/templates/python_special_functions.cpp
torchgen/packaged/autograd/templates/python_torch_functions.cpp
torchgen/packaged/autograd/templates/python_variable_methods.cpp
torchgen/packaged/autograd/templates/variable_factories.h
torchgen/selective_build/__init__.py
torchgen/selective_build/operator.py
torchgen/selective_build/selector.py
torchgen/static_runtime/__init__.py
torchgen/static_runtime/config.py
torchgen/static_runtime/gen_static_runtime_ops.py
torchgen/static_runtime/generator.py