Unverified Commit 8abc8779 authored by digger yu's avatar digger yu Committed by GitHub
Browse files

fix Tensor is not defined (#4129)

parent 7e46bc87
import torch import torch
from torch import Tensor
def bias_dropout_add(x, bias, residual, prob, training): def bias_dropout_add(x, bias, residual, prob, training):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment