2020年4月9日

The tensorflow simplest calculate

摘要: import tensorflow as tf #print("hello word") a=tf.constant(88) b=tf.constant(9) result=tf.add(a,b,name=None) op=tf.global_variables_initializer() with 阅读全文

posted @ 2020-04-09 21:52 拓子 阅读(105) 评论(0) 推荐(0) 编辑

导航