- 19 7月, 2017 9 次提交
-
-
由 xzl 提交于
-
-
由 xzl 提交于
-
由 Yu Yang 提交于
Tensor should use PADDLE_ONLY_CPU macro
-
-
由 xzl 提交于
-
由 qingqing01 提交于
Add voc2012 dataset for image segment
-
由 emailweixu 提交于
Enable error clipping for fc layer
-
由 helinwang 提交于
fix travis check style for Go
-
- 18 7月, 2017 31 次提交
-
-
由 xzl 提交于
-
-
由 xzl 提交于
-
由 xzl 提交于
-
由 xzl 提交于
-
由 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 提交于
* Not use __CUDACC__ macro, because malloc in GPU memory do not have to used in .cu file. * Also, `PADDLE_ENFORCE` logic is wrong.
-
由 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.
-
由 wanghaoshuang 提交于
-
-
由 wanghaoshuang 提交于
-
由 qijun 提交于
-
由 hedaoyuan 提交于
Fix some link errors about NNPACK.
-
由 Yi Wang 提交于
refine tensor's conditional compilation, remove Tensor::numel_ and add DDim::size()
-