numpy.empty_like(a, dtype=None, order=’K’, subok=True)
生成与a相似(形态和数据类型)的随机矩阵
numpy记录
原文:https://www.cnblogs.com/xiaodongsuibi/p/9317016.html