🌈 搜索
📅  最后修改于: 2022-03-11 14:45:52.146000             🧑  作者: Mango
a = [[1,2],[3,4]] b = [[5,6],[7,8]] matrix_multi = tf.matmul(a,b)