Build
Browse files
build/torch-universal/kernels_test/layers.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import torch
|
| 2 |
import torch.nn as nn
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
class LinearImplicitBackward(nn.Module):
|
|
|
|
| 1 |
import torch
|
| 2 |
import torch.nn as nn
|
| 3 |
+
from torch.nn import functional as F
|
| 4 |
|
| 5 |
|
| 6 |
class LinearImplicitBackward(nn.Module):
|