tf.constant(常量定义) 2019-05-18 19:13 指令 评论 0 要定义常量,请使用 tf.constant 指令,并传入它的值。例如: x = tf.constant([5.2])
评论 (0)