ComputeKernels
Browse all 134 domain entities categorized under ComputeKernels in the pytorch Architecture Docs architecture documentation.
AddOperatorTester Class — pytorch Architecture
Architecture documentation for the AddOperatorTester class in add-operator-tester.h from the pytorch codebase.
AveragePoolingOperatorTester Class — pytorch Architecture
Architecture documentation for the AveragePoolingOperatorTester class in average-pooling-operator-tester.h from the pytorch codebase.
AvgPoolMicrokernelTester Class — pytorch Architecture
Architecture documentation for the AvgPoolMicrokernelTester class in avgpool-microkernel-tester.h from the pytorch codebase.
ChannelShuffleOperatorTester Class — pytorch Architecture
Architecture documentation for the ChannelShuffleOperatorTester class in channel-shuffle-operator-tester.h from the pytorch codebase.
ClampMicrokernelTester Class — pytorch Architecture
Architecture documentation for the ClampMicrokernelTester class in clamp-microkernel-tester.h from the pytorch codebase.
ClampOperatorTester Class — pytorch Architecture
Architecture documentation for the ClampOperatorTester class in clamp-operator-tester.h from the pytorch codebase.
ConvolutionOperatorTester Class — pytorch Architecture
Architecture documentation for the ConvolutionOperatorTester class in convolution-operator-tester.h from the pytorch codebase.
DeconvolutionOperatorTester Class — pytorch Architecture
Architecture documentation for the DeconvolutionOperatorTester class in deconvolution-operator-tester.h from the pytorch codebase.
DWConvMicrokernelTester Class — pytorch Architecture
Architecture documentation for the DWConvMicrokernelTester class in dwconv-microkernel-tester.h from the pytorch codebase.
FullyConnectedOperatorTester Class — pytorch Architecture
Architecture documentation for the FullyConnectedOperatorTester class in fully-connected-operator-tester.h from the pytorch codebase.
FullyConnectedSparseOperatorTester Class — pytorch Architecture
Architecture documentation for the FullyConnectedSparseOperatorTester class in fully-connected-sparse-operator-tester.h from the pytorch codebase.
GAvgPoolMicrokernelTester Class — pytorch Architecture
Architecture documentation for the GAvgPoolMicrokernelTester class in gavgpool-microkernel-tester.h from the pytorch codebase.
GemmBlockSparseMicrokernelTester Class — pytorch Architecture
Architecture documentation for the GemmBlockSparseMicrokernelTester class in gemm-block-sparse-microkernel-tester.h from the pytorch codebase.
test_packed Class — pytorch Architecture
Architecture documentation for the test_packed class in gemm-block-sparse-microkernel-tester.h from the pytorch codebase.
GemmMicrokernelTester Class — pytorch Architecture
Architecture documentation for the GemmMicrokernelTester class in gemm-microkernel-tester.h from the pytorch codebase.
GlobalAveragePoolingOperatorTester Class — pytorch Architecture
Architecture documentation for the GlobalAveragePoolingOperatorTester class in global-average-pooling-operator-tester.h from the pytorch codebase.
HardsigmoidOperatorTester Class — pytorch Architecture
Architecture documentation for the HardsigmoidOperatorTester class in hardsigmoid-operator-tester.h from the pytorch codebase.
HardswishOperatorTester Class — pytorch Architecture
Architecture documentation for the HardswishOperatorTester class in hardswish-operator-tester.h from the pytorch codebase.
LeakyReLUOperatorTester Class — pytorch Architecture
Architecture documentation for the LeakyReLUOperatorTester class in leaky-relu-operator-tester.h from the pytorch codebase.
LUTMicrokernelTester Class — pytorch Architecture
Architecture documentation for the LUTMicrokernelTester class in lut-microkernel-tester.h from the pytorch codebase.
LUTNormMicrokernelTester Class — pytorch Architecture
Architecture documentation for the LUTNormMicrokernelTester class in lut-norm-microkernel-tester.h from the pytorch codebase.
MaxPoolingOperatorTester Class — pytorch Architecture
Architecture documentation for the MaxPoolingOperatorTester class in max-pooling-operator-tester.h from the pytorch codebase.
MaxPoolMicrokernelTester Class — pytorch Architecture
Architecture documentation for the MaxPoolMicrokernelTester class in maxpool-microkernel-tester.h from the pytorch codebase.
RequantizationTester Class — pytorch Architecture
Architecture documentation for the RequantizationTester class in requantization-tester.h from the pytorch codebase.
RMaxMicrokernelTester Class — pytorch Architecture
Architecture documentation for the RMaxMicrokernelTester class in rmax-microkernel-tester.h from the pytorch codebase.
SigmoidOperatorTester Class — pytorch Architecture
Architecture documentation for the SigmoidOperatorTester class in sigmoid-operator-tester.h from the pytorch codebase.
SoftArgMaxOperatorTester Class — pytorch Architecture
Architecture documentation for the SoftArgMaxOperatorTester class in softargmax-operator-tester.h from the pytorch codebase.
TanHOperatorTester Class — pytorch Architecture
Architecture documentation for the TanHOperatorTester class in tanh-operator-tester.h from the pytorch codebase.
VAddMicrokernelTester Class — pytorch Architecture
Architecture documentation for the VAddMicrokernelTester class in vadd-microkernel-tester.h from the pytorch codebase.
ZipMicrokernelTester Class — pytorch Architecture
Architecture documentation for the ZipMicrokernelTester class in zip-microkernel-tester.h from the pytorch codebase.
ComputeKernels Domain — pytorch Architecture
Hardware-specific implementations of mathematical operations, including QNNPACK and CUDA. Architectural overview of the ComputeKernels domain in the pytorch codebase. Contains 73 source files.
8x4-packA-sse2.c — pytorch Source File
Architecture documentation for 8x4-packA-sse2.c, a c file in the pytorch codebase.
8x4c1x4-dq-packedA-sse2.c — pytorch Source File
Architecture documentation for 8x4c1x4-dq-packedA-sse2.c, a c file in the pytorch codebase.
8x4c1x4-dq-packedA-sse2.h — pytorch Source File
Architecture documentation for 8x4c1x4-dq-packedA-sse2.h, a c file in the pytorch codebase.
8x4c1x4-packed-sse2.h — pytorch Source File
Architecture documentation for 8x4c1x4-packed-sse2.h, a c file in the pytorch codebase.
gemmlowp-scalar.c — pytorch Source File
Architecture documentation for gemmlowp-scalar.c, a c file in the pytorch codebase.
gemmlowp-scalar.h — pytorch Source File
Architecture documentation for gemmlowp-scalar.h, a c file in the pytorch codebase.
gemmlowp-sse.h — pytorch Source File
Architecture documentation for gemmlowp-sse.h, a c file in the pytorch codebase.
gemmlowp-sse2.c — pytorch Source File
Architecture documentation for gemmlowp-sse2.c, a c file in the pytorch codebase.
gemmlowp-sse4.c — pytorch Source File
Architecture documentation for gemmlowp-sse4.c, a c file in the pytorch codebase.
gemmlowp-ssse3.c — pytorch Source File
Architecture documentation for gemmlowp-ssse3.c, a c file in the pytorch codebase.
add.cc — pytorch Source File
Architecture documentation for add.cc, a cpp file in the pytorch codebase.
add-operator-tester.h — pytorch Source File
Architecture documentation for add-operator-tester.h, a c file in the pytorch codebase.
average-pooling.cc — pytorch Source File
Architecture documentation for average-pooling.cc, a cpp file in the pytorch codebase.
average-pooling-operator-tester.h — pytorch Source File
Architecture documentation for average-pooling-operator-tester.h, a c file in the pytorch codebase.
avgpool-microkernel-tester.h — pytorch Source File
Architecture documentation for avgpool-microkernel-tester.h, a c file in the pytorch codebase.
channel-shuffle.cc — pytorch Source File
Architecture documentation for channel-shuffle.cc, a cpp file in the pytorch codebase.
channel-shuffle-operator-tester.h — pytorch Source File
Architecture documentation for channel-shuffle-operator-tester.h, a c 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