This commit is contained in:
ZZZJ 2025-11-11 19:24:06 +08:00
parent 751b24be1b
commit 79fe16bda1
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ You have complete freedom to choose the set of operators you want to replace. Yo
Here's an example to show you the syntax of inline embedding custom CUDA operators in torch: The example given architecture is:
```python
# mseloss_torch.py
import torch
import torch.nn as nn
import torch.nn.functional as F