2020年11月2日
摘要: import tensorflow as tf import numpy as np a = np.array([1,2,3,4,5,6,7,8,9],dtype='float32'); a = a.reshape(3,3); c = a + [22,33,44];#c.dtype='float64 阅读全文
posted @ 2020-11-02 12:31 一杯明月 阅读(11030) 评论(0) 推荐(0)