提交 7560f987 authored 作者: James Bergstra's avatar James Bergstra

renamed floatx -> floatX

上级 29c523e1
...@@ -60,8 +60,8 @@ import scalar ...@@ -60,8 +60,8 @@ import scalar
import sparse import sparse
import gradient import gradient
import gof import gof
import floatx import floatX
floatx.set_floatX() floatX.set_floatX()
## import scalar_opt ## import scalar_opt
......
...@@ -2,7 +2,7 @@ from theano.tensor import * ...@@ -2,7 +2,7 @@ from theano.tensor import *
import theano.config as config import theano.config as config
from theano import function from theano import function
#from theano.floatx import set_floatX, xscalar, xmatrix, xrow, xcol, xvector, xtensor3, xtensor4 #from theano.floatx import set_floatX, xscalar, xmatrix, xrow, xcol, xvector, xtensor3, xtensor4
import theano.floatx as FX import theano.floatX as FX
def test_floatX(): def test_floatX():
def test(): def test():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论