• notoraptor's avatar
    Change the checking of Apply.run_params(): Previously, it checks if · 72eeee09
    notoraptor 提交于
    `op.get_params()` exists. Now it checks if `ops.params_type` exists.
    
    Add a default implementation of `Op.get_params()` which tris to detect
    and filter params from the op if `op.params_type` is defined with a
    Wrapper, else it will raise a `MethodNotDefined` exception.
    
    Rewrite test_wrapper. The tested op now uses 3 theano types: TensorType,
    Scalar and Generic. Test methods are also renamed and rewritten to be
    more readable.
    
    Simplify `Wrap.__hash__`, as `Wrap` is now considered as internal. The
    ndarrays are now hashed first with `theano.tensor.utils.hash_from_ndarray`.
    72eeee09
名称
最后提交
最后更新
.jenkins 正在载入提交数据...
.travis 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.gitignore 正在载入提交数据...
.mailmap 正在载入提交数据...
.travis.yml 正在载入提交数据...
CONTRIBUTING.md 正在载入提交数据...
DESCRIPTION.txt 正在载入提交数据...
EMAIL.txt 正在载入提交数据...
HISTORY.txt 正在载入提交数据...
ISSUE_TEMPLATE.md 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
MANIFEST.in 正在载入提交数据...
NEWS.txt 正在载入提交数据...
NEWS_DEV.txt 正在载入提交数据...
README.txt 正在载入提交数据...
Theano.pyproj 正在载入提交数据...
Theano.sln 正在载入提交数据...
requirement-rtd.txt 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...