- 03 6月, 2019 1 次提交
-
-
由 hong19860320 提交于
* enable reshape&reshape2 op and add unit test * enable scale op and add unit test * fix XShape checking for reshape2 unit test test=develop * remove op_desc.hasInput(..) and op_desc.hasOutput(..) to adapt X86 platform test=develop * remove target() and precision() from softmax, reshape, reshape2 and scale op fix CopyDataFrom() of TensorHvy test=develop * alloc memory then copy tensor's data during invoking TensorHvy::CopyDataFrom(...) test=develop
-
- 29 5月, 2019 2 次提交
-
-
由 hong19860320 提交于
* enable softmax op and add unit test * move softmax sub-functions to softmax.cc, and move basic math functions to funcs.h
-
由 tensor-tang 提交于
-
- 28 5月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* add fc unit test * refine eigen fc add cpu info, arm context init packed sgemm * enable packed sgemm * add arm math * pass fc ut * follow comments
-
- 24 5月, 2019 1 次提交
-
-
由 tensor-tang 提交于
-
- 23 5月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
* code clean - refine ARM cmake enhancement: - add lite_cc_library and lite_cc_test code clean: - remove ARM feed and fetch kernels, reuse the Host's remove unnecessary comments
-
- 22 5月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* add cmake * update * fix proto pd * fix compile * tmp save * fix protobuf device version * fix protobuf and host compile * fix std c++11 support on android * change array to vector to fix ndk c++_static * fix rt and add dockerfile * fix android compile issue with latest merge * init arm kernels * enable run on arm * update format * update format * update format
-
- 25 2月, 2019 1 次提交
-
-
由 superjomn 提交于
-