- 19 7月, 2017 2 次提交
 - 
- 
由 emailweixu 提交于
Enable error clipping for fc layer
 - 
由 helinwang 提交于
fix travis check style for Go
 
 - 
 - 18 7月, 2017 27 次提交
 - 
- 
由 Yu Yang 提交于
Override Net::DebugString to invoke inner ops_
 - 
由 Yu Yang 提交于
 - 
由 QI JUN 提交于
Add method converting Tensor to Eigen TensorMap
 - 
由 Yu Yang 提交于
Make CreateOp in Plain C++ params
 - 
由 Yu Yang 提交于
Read/Write a Tensor Python
 - 
由 Yu Yang 提交于
 - 
由 Yu Yang 提交于
 - 
由 Yu Yang 提交于
 - 
由 QI JUN 提交于
 - 
由 Yu Yang 提交于
Change `in_out_idxs_` to shared_ptr
 - 
由 Helin Wang 提交于
 - 
由 helinwang 提交于
Add gometalinter errcheck to pre-commit-hook, fix all Go unchecked errors.
 - 
由 Yu Yang 提交于
* `in_out_idxs_` shares between all operator instance in same type of operator.
 - 
由 Yu Yang 提交于
Fix Merge Bugs
 - 
由 Yu Yang 提交于
Net::DebugString() print what it is and invokes inner operators DebugString() with a prefix '\t'.
 - 
由 Yu Yang 提交于
* There is a merge conflict when merge PR #2914 * Develop and PR #2914 both add `DDim::size` method, but did not triger git merge conflict while merge.
 - 
由 Qiao Longfei 提交于
 - 
由 Yu Yang 提交于
Add skeletons of `mul`, `rowwise_add`, `sigmoid`, `softmax` ops
 - 
由 Yu Yang 提交于
* Follow review comments to seperate Tensor Numpy interactive methods in tensor.h. * Simplify logic for `CastToPyBufferImpl`, make it as one struct and in details namespace. * Remove `Scope` expose in Python, since it currently is useless. * Remove some debug functions.
 - 
由 qijun 提交于
 - 
由 hedaoyuan 提交于
Fix some link errors about NNPACK.
 - 
由 Yi Wang 提交于
refine tensor's conditional compilation, remove Tensor::numel_ and add DDim::size()
 - 
由 Helin Wang 提交于
 - 
由 Helin Wang 提交于
 - 
由 Helin Wang 提交于
 - 
由 Helin Wang 提交于
 - 
由 Helin Wang 提交于
Unchecked errors could be handled by: cd go; gometalinter --vendor --disable-all --enable errcheck $(glide nv)
 
 - 
 - 17 7月, 2017 11 次提交
 - 
- 
由 Yu Yang 提交于
Basically following http://pybind11.readthedocs.io/en/stable/advanced/pycpp/numpy.html * Use buffer protocol to return a view of Tensor. It can be cast to numpy array in Python. * Set a numpy array to a tensor.
 - 
由 Yu Yang 提交于
 - 
由 fengjiayi 提交于
 - 
由 fengjiayi 提交于
 - 
由 Yu Yang 提交于
 - 
由 fengjiayi 提交于
Enable tensor test
 - 
 - 
由 Yu Yang 提交于
 - 
由 Yu Yang 提交于
* Also fix unit test
 - 
由 Yu Yang 提交于
Python Generate OpCreation Methods by OpProto
 - 
由 qijun 提交于
 
 -