摘要: 1 def tensor_demo(): 2 """ 3 张量的演示 4 :return: 5 """ 6 tensor1 = tf.constant(4.0) 7 tensor2 = tf.constant([1, 2, 3, 4]) 8 linear_squares = tf.constant( 阅读全文
posted @ 2020-02-10 21:08 生长的力量 阅读(249) 评论(0) 推荐(0)