- 01 12月, 2017 24 次提交
-
-
-
由 xzl 提交于
-
由 武毅 提交于
Add switch for distributed support
-
由 Yancey 提交于
* fix grpc compile warn * update * -Wnon-virtual-dtor -> -Wno-non-virtual-dtor
-
由 QI JUN 提交于
* change GPU memory allocating policy * fix potential overflow bug
-
由 chengduo 提交于
-
由 typhoonzero 提交于
-
由 Yu Yang 提交于
* Expose sigmoid_cross_entropy_with_logits Also, change the `labels` to `label` for api consistency * Very simple GAN based on pure FC layers
-
由 QI JUN 提交于
-
由 Yiqun Liu 提交于
-
由 Yiqun Liu 提交于
Add version and commit information in capi config.h and use unofficial glog for Android API < 21. (#6113) * Automatically configure the version and commit information in capi. * Use the unofficial glog repository for building for Android (API < 21).
-
由 whs 提交于
Add nce op
-
由 Yu Yang 提交于
Also, change the `labels` to `label` for api consistency
-
由 Tao Luo 提交于
Fix comments in sequence_rnn_(mixed/matched)_inputs.py
-
由 Tao Luo 提交于
enable inference benchmark
-
由 typhoonzero 提交于
-
由 QI JUN 提交于
-
由 Yiqun Liu 提交于
* Enable the case N != ldc in EigenBlasGemm. * Use MemoryHandle instead of direct calling of posix_memalign to alloc temporary memory. * Use Eigen's slice() instead of a temporary memory. * Add if-else for different cases in EigenBlasGemm (for N ?= ldc).
-
由 qingqing01 提交于
Use protobuf v3.2.0 for MOBILE_INFERENCE compiling.
-
由 Yu Yang 提交于
* Fix Proformance problem of enforce * Fix missing `;` in code * Fix CI
-
由 Yu Yang 提交于
-
由 Abhinav Arora 提交于
-
由 xuwei06 提交于
-
由 tensor-tang 提交于
-
- 30 11月, 2017 16 次提交
-
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 QI JUN 提交于
* add gflags for C++ unittest
-
由 Yi Wang 提交于
* Translate the CPU profiling document * Paragraphing
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
由 tensor-tang 提交于
-
由 Yu Yang 提交于
* Unify fluid submodules to fluid module Change books just use `import fluid`, not submodules * Remove g_main_program/g_startup_program Use default_main_program/default_startup_program instead * Typo * Add API for switch default program * Two functions: switch_main_program/switch_startup_program * A guard: program_guard. Users can use the `with` statement change default programs * Change unittests in `test_layers` * Fix CI * Fix CI * Fix CI
-
由 Yu Yang 提交于
Fix #6087
-
由 QI JUN 提交于
* fix python gflags init * format code
-
由 Yu Yang 提交于
-
由 Yibing Liu 提交于
Revise comments in rank_loss_op
-