import tensorflow as tf import numpy as np x1 = ([[1, 2, 3], [1, 2, 3], [1, 2, 3]]) x2 = ([[2, 1, 1], [2, 1, 1], [2, 1, 1]]) y1 = np.dot(x1, ...
確定! 回上一頁