All Entities
Browse all 6,004 entities in the pytorch Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.
aten/src/ATen/native/xnnpack/ — pytorch Directory Structure
Directory listing for aten/src/ATen/native/xnnpack/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/native/ — pytorch Directory Structure
Directory listing for aten/src/ATen/native/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/nnapi/ — pytorch Directory Structure
Directory listing for aten/src/ATen/nnapi/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/ops/ — pytorch Directory Structure
Directory listing for aten/src/ATen/ops/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/quantized/ — pytorch Directory Structure
Directory listing for aten/src/ATen/quantized/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/templates/ — pytorch Directory Structure
Directory listing for aten/src/ATen/templates/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/test/test_install/ — pytorch Directory Structure
Directory listing for aten/src/ATen/test/test_install/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/test/ — pytorch Directory Structure
Directory listing for aten/src/ATen/test/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/vulkan/ — pytorch Directory Structure
Directory listing for aten/src/ATen/vulkan/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/xpu/detail/ — pytorch Directory Structure
Directory listing for aten/src/ATen/xpu/detail/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/xpu/level_zero_stub/ — pytorch Directory Structure
Directory listing for aten/src/ATen/xpu/level_zero_stub/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/xpu/ — pytorch Directory Structure
Directory listing for aten/src/ATen/xpu/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ATen/ — pytorch Directory Structure
Directory listing for aten/src/ATen/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/THC/ — pytorch Directory Structure
Directory listing for aten/src/THC/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/src/ — pytorch Directory Structure
Directory listing for aten/src/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/tools/ — pytorch Directory Structure
Directory listing for aten/tools/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
aten/ — pytorch Directory Structure
Directory listing for aten/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/data/ — pytorch Directory Structure
Directory listing for benchmarks/data/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/distributed/ddp/ — pytorch Directory Structure
Directory listing for benchmarks/distributed/ddp/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/distributed/ — pytorch Directory Structure
Directory listing for benchmarks/distributed/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/ci_expected_accuracy/rocm/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/ci_expected_accuracy/rocm/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/ci_expected_accuracy/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/ci_expected_accuracy/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/genai_layers/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/genai_layers/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/microbenchmarks/operator_inp_logs/hf_train/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/microbenchmarks/operator_inp_logs/timm_train/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/microbenchmarks/operator_inp_logs/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/microbenchmarks/operator_inp_logs/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/microbenchmarks/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/microbenchmarks/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/dynamo/ — pytorch Directory Structure
Directory listing for benchmarks/dynamo/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
benchmarks/ — pytorch Directory Structure
Directory listing for benchmarks/ in the pytorch codebase. Contains 0 files and 0 subdirectories.
AndroidRuntime Domain — pytorch Architecture
Mobile-specific JNI bridge and Java implementation for running PyTorch models on Android devices. Architectural overview of the AndroidRuntime domain in the pytorch codebase. Contains 9 source files.
CoreTensor Domain — pytorch Architecture
The ATen (A Tensor) library providing the fundamental tensor operations and dispatcher for multi-device support. Architectural overview of the CoreTensor domain in the pytorch codebase. Contains 7 source files.
DynamoBenchmarks Domain — pytorch Architecture
Python-based performance testing and benchmarking infrastructure for the TorchDynamo compiler and general model performance. Architectural overview of the DynamoBenchmarks domain in the pytorch codebase. Contains 14 source files.
HardwareBackends Domain — pytorch Architecture
Specific implementations and hooks for various hardware accelerators including CUDA, ROCm, MPS, and Metal. Architectural overview of the HardwareBackends domain in the pytorch codebase. Contains 0 source files.
QuantizedKernels Domain — pytorch Architecture
Optimized low-precision operation kernels primarily using the QNNPACK and FBGEMM libraries for efficient CPU execution. Architectural overview of the QuantizedKernels domain in the pytorch codebase. Contains 73 source files.
generate_test_asset.cpp — pytorch Source File
Architecture documentation for generate_test_asset.cpp, a cpp file in the pytorch codebase.
generate_test_torchscripts.py — pytorch Source File
Architecture documentation for generate_test_torchscripts.py, a python file in the pytorch codebase.
pytorch_jni_common_test.cpp — pytorch Source File
Architecture documentation for pytorch_jni_common_test.cpp, a cpp file in the pytorch codebase.
PytorchHostTests.java — pytorch Source File
Architecture documentation for PytorchHostTests.java, a java file in the pytorch codebase.
PytorchInstrumentedTests.java — pytorch Source File
Architecture documentation for PytorchInstrumentedTests.java, a java file in the pytorch codebase.
PytorchLiteInstrumentedTests.java — pytorch Source File
Architecture documentation for PytorchLiteInstrumentedTests.java, a java file in the pytorch codebase.
PytorchTestBase.java — pytorch Source File
Architecture documentation for PytorchTestBase.java, a java file in the pytorch codebase.
PytorchInstrumentedTestSuite.java — pytorch Source File
Architecture documentation for PytorchInstrumentedTestSuite.java, a java file in the pytorch codebase.
PytorchLiteInstrumentedTestSuite.java — pytorch Source File
Architecture documentation for PytorchLiteInstrumentedTestSuite.java, a java file in the pytorch codebase.
cmake_macros.h — pytorch Source File
Architecture documentation for cmake_macros.h, a c file in the pytorch codebase.
pytorch_jni_common.cpp — pytorch Source File
Architecture documentation for pytorch_jni_common.cpp, a cpp file in the pytorch codebase.
pytorch_jni_common.h — pytorch Source File
Architecture documentation for pytorch_jni_common.h, a c file in the pytorch codebase.
pytorch_jni_jit.cpp — pytorch Source File
Architecture documentation for pytorch_jni_jit.cpp, a cpp file in the pytorch codebase.
pytorch_jni_lite.cpp — pytorch Source File
Architecture documentation for pytorch_jni_lite.cpp, a cpp file in the pytorch codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free