- 16 1月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Simplify the compare op for CPU. * Use asynchronous tensor copy in reshape_op's kernel. * Optimize while_op for test, avoiding creating variables every time. test=develop * Enable the cache of kernel type and kernel function. test=develop * Enable profiling with gperftools. * Remove flags for testing, and fix the linking error. test=develop * Delete the codes of ChooseKernel. test=develop * Fix bug when preparing ExecutorPrepareContext for while_op. * Fix missing depending on grpc libraries. * Remove the redundant print. test=develop * Follow comments. * Remove the codes related to prepare the ExecutorPrepareContext for while_op. test=develop
-
- 12 12月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 15 10月, 2018 1 次提交
-
-
由 minqiyang 提交于
test=develop
-
- 11 10月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 06 9月, 2018 1 次提交
-
-
由 chengduo 提交于
* Add intermediate * fix flatten/squeeze/unsqueeze * Considering compatibility issues, we could not fix the origin op * follow comment * reset the shape of XShape
-
- 31 7月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "remove inplace in single op" * "fix ci" * "add transpiler case" * fix conflict * "fix reshape" * "delete reshape inplace attr" * "follo the comments" * "rerun ci"
-
- 24 7月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 02 7月, 2018 3 次提交
- 08 5月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Do not use ctor * Reduce line of codes. * We can use virtual function for Maker now. * The implementation does not care what maker holds, it is easier to refactor later.
-
- 19 4月, 2018 1 次提交
-
-
由 Yang Yang(Tony) 提交于
* script to add semicolon * fix typo
-
- 17 4月, 2018 1 次提交
-
-
由 Yang Yang 提交于
-
- 02 4月, 2018 1 次提交
-
-
由 _青葱 提交于
-
- 29 3月, 2018 1 次提交
-
-
由 guosheng 提交于
-
- 28 3月, 2018 1 次提交
-
-
由 guosheng 提交于
-
- 21 3月, 2018 2 次提交
- 19 3月, 2018 1 次提交
-
-
由 caoying03 提交于
-
- 13 3月, 2018 1 次提交
-
-
由 caoying03 提交于
-
- 12 3月, 2018 1 次提交
-
-
由 caoying03 提交于
-
- 08 3月, 2018 1 次提交
-
-
由 ying 提交于
-
- 07 3月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 28 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 23 1月, 2018 1 次提交
-
-
由 ying 提交于
-
- 26 12月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 20 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Move framework.proto to proto namespace * Fix compile * Fix compile * Fix Compile
-
- 15 12月, 2017 1 次提交
-
-
由 Yibing Liu 提交于
-
- 14 12月, 2017 2 次提交
-
-
由 Yibing Liu 提交于
-
由 Yibing Liu 提交于
-
- 13 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 29 11月, 2017 1 次提交
-
-
由 Yibing Liu 提交于
-
- 05 11月, 2017 1 次提交
-
-
由 kexinzhao 提交于
* polish r operator docs * fix on naming convention
-
- 31 10月, 2017 1 次提交
-
-
由 dangqingqing 提交于
Use posix_memalign to allocate aligned memory, since some SIMD instructions require the alignment of memory accesses.
-
- 30 10月, 2017 1 次提交
-
-
由 Qiao Longfei 提交于
* add batch_norm_layer * add img_conv_group layer and test * add check to Tensor.type() * forward can run * with backward * change label data time from int32 to int64 * refine code * follow comment
-
- 17 10月, 2017 1 次提交
-
-
由 Yu Yang 提交于
They are public now
-
- 07 10月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-