码迷,mamicode.com
首页 > 其他好文 > 详细

TenSorFlow-除法

时间:2019-01-04 22:33:22      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:VID   flow   除法   res   输出   run   code   import   session   

import tensorflow as tf a=tf.constant(5) b=tf.constant(3) res1=tf.divide(a,b) res2=tf.div(a,b) with tf.Session() as sess: print sess.run(res1) print sess.run(res2)

输出:

1.66666666667
1

TenSorFlow-除法

标签:VID   flow   除法   res   输出   run   code   import   session   

原文地址:http://blog.51cto.com/13959448/2339019

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!