摘要: import tensorflow as tf import numpy as np a = tf.range(1,7) a = tf.reshape(a,[2,3]) b = tf.constant([[2],[2],[2]]) #b = tf.reshape(b,[1,-1]) c = tf.m 阅读全文
posted @ 2020-11-02 10:50 qiezi_online 阅读(106) 评论(0) 推荐(0)