摘要: 一 Code example import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' import tensorflow as tf import numpy as np A = tf.constant([[1,2,3],[4,5,6]]) B = tf 阅读全文
posted @ 2020-06-08 23:50 小他_W 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 一 Transformation method TensorFlow tensor has two shape transfomations,dynamic shape and static shape.Static shape conversion calls set_shape().The co 阅读全文
posted @ 2020-06-08 16:54 小他_W 阅读(104) 评论(0) 推荐(0) 编辑