import theano.tensor as T from theano import (function, pp) import numpyt as np x = T.dscalar('x') # 宣告純量符號變數x, 預設type為double print (type(x)) ...
確定! 回上一頁