首页 > 编程知识 正文

exp函数运算公式,exp函数matlab

时间:2023-05-03 23:10:02 阅读:219351 作者:15

第一种是tensor用exp函数

th> a 1 1 0[torch.DoubleTensor of size 1x3] [0.0002s]th> a:exp() 2.7183 2.7183 1.0000[torch.DoubleTensor of size 1x3] th> a=1 [0.0001s]th> b=math.exp(a) [0.0001s]th> b2.718281828459 [0.0001s]th> a=3 [0.0001s]th> b=math.exp(a) [0.0001s]th> b20.085536923188

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。