fix Tensor is not defined (#4129)

This commit is contained in:
digger yu
2023-07-03 17:10:18 +08:00
committed by GitHub
parent 7e46bc87b6
commit 8abc87798f

View File

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