__init__.py
|
Adds 3D pooling (#1526)
|
2024-11-19 16:45:24 -08:00 |
base.py
|
fix module attribute set, reset, set (#1403)
|
2024-09-11 16:30:42 -07:00 |
containers.py
|
copyright + ack
|
2023-11-30 11:12:53 -08:00 |
convolution_transpose.py
|
Transposed Convolution (#1245)
|
2024-09-06 19:52:38 -07:00 |
convolution.py
|
add groups in conv2d (#1569)
|
2024-11-07 13:57:53 -08:00 |
dropout.py
|
Typing the dropout. (#1479)
|
2024-10-15 06:45:46 -07:00 |
embedding.py
|
Block sparse qmm (#1124)
|
2024-05-16 15:24:14 -07:00 |
linear.py
|
Block sparse qmm (#1124)
|
2024-05-16 15:24:14 -07:00 |
normalization.py
|
faster group norm (#1304)
|
2024-08-01 12:49:23 -07:00 |
pooling.py
|
Adds 3D pooling (#1526)
|
2024-11-19 16:45:24 -08:00 |
quantized.py
|
Some fixes to typing (#1371)
|
2024-08-28 11:16:19 -07:00 |
recurrent.py
|
Faster RNN layers (#1419)
|
2024-09-17 06:04:19 -07:00 |
transformer.py
|
Fix typo in transformer docs (#1414)
|
2024-09-14 06:05:15 -07:00 |
upsample.py
|
improvements to scatter / gather (#1541)
|
2024-10-30 19:30:54 -07:00 |