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 拓子 阅读(109) 评论(0) 推荐(0)
浙公网安备 33010602011771号