fix Tensor is not defined (#4129)

pull/4142/head
digger yu 2023-07-03 17:10:18 +08:00 committed by GitHub
parent 7e46bc87b6
commit 8abc87798f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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