04 2022 档案

摘要:import tensorflow as tf print(tf.__version__) a = tf.constant(2.0) print(a) #声明一个标量常量 t_1 = tf.constant(2) t_2 = tf.constant(2) #常量相加 t_add = tf.add(t 阅读全文
posted @ 2022-04-25 17:55 Tambourine 阅读(35) 评论(0) 推荐(0) 编辑