摘要: 常用函数: 1. import tensorflow as tf x1 = tf.constant([1,2,3],dtype=tf.int8) print(x1) x2 = tf.cast(x1,dtype=tf.float16) x3 = tf.reduce_min(x1) x4 = tf.re 阅读全文
posted @ 2021-01-09 18:21 yangqqq 阅读(70) 评论(0) 推荐(0) 编辑