- 18 7月, 2017 22 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Make CreateOp in Plain C++ params
-
由 Yu Yang 提交于
Read/Write a Tensor Python
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Change `in_out_idxs_` to shared_ptr
-
由 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.
-
由 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 18 次提交
-
-
由 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
-
由 Yu Yang 提交于
-
由 Yan Chunwei 提交于
* add inputs * add ut for multiple inputs * fix AddToLayer * op_desc -> op_proto * CreateArgumentOffsetMap -> CreateInOutOffsetMap * move CreateInOutOffsetMap from OperatorBase to op registry * arg_idxs_ -> in_out_idxs_
-
由 Yu Yang 提交于
* Implement InferShape and register them, give a stub Kernel method by LOG(INFO)
-
由 Yu Yang 提交于
CMake `op_library` function
-
由 Yiqun Liu 提交于
Update the dockerfile to build cross-compiling image for Android.
-
由 fengjiayi 提交于
Refactor DDim's product() and add slice_ddim()
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-