計算正切 a = torch.randn(4) tan = torch.tan(a) print(tan) tensor([ 0.0061, -0.9945, -17.3586, -0.3077]) # 9.計算雙曲正切 a = torch.randn(4) ...
確定! 回上一頁