fix Tensor is not defined (#4129)

pull/4142/head
digger yu 1 year ago committed by GitHub
parent 7e46bc87b6
commit 8abc87798f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
import torch
from torch import Tensor
def bias_dropout_add(x, bias, residual, prob, training):

Loading…
Cancel
Save