mgrid[ -4.0:4:0.01,-4.0:4:0.01] tf.constant(X.astype (np.float32)) ys tf.constant(Y.astype (np.float32)) # Compute Gaussian ZS tf.exp(-(x8**2+ys**2)/2.0) # plot ...
確定! 回上一頁