danieldk HF Staff commited on
Commit
f60b4b0
·
1 Parent(s): 2913ead
Files changed (1) hide show
  1. torch-ext/kernels_test/layers.py +1 -0
torch-ext/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):