jikexueyuanwiki / tensorflow-zh

谷歌全新开源人工智能系统TensorFlow官方文档中文版
http://wiki.jikexueyuan.com/project/tensorflow-zh/
12.37k stars 4.18k forks source link

tf.mul在新版本中已经更名 #190

Open bertguan96 opened 6 years ago

bertguan96 commented 6 years ago

tf.mul(x, y, name=None) 这个方法在最新的tensorflow中名字已经更改,是mul =tf.multiply()