75 Commits (04cd833cae75d0b85e4da1a7cd7a4c4fd2eefd94)
 

Author SHA1 Message Date
  nihuini 04cd833cae convert Maximum 9 years ago
  nihuini 92eef2bbc4 write Identity const, write scalar const 9 years ago
  nihuini 776c1ff471 convert Floor, use c++98 map erase 9 years ago
  nihuini eb2ad9b7f8 Merge branch 'master' of https://github.com/Tencent/ncnn 9 years ago
  nihuini 7914a8ad21 binaryop with scalar const 9 years ago
  vicwer 1b0a3d2600 Update relu.cpp 9 years ago
  Hyungsuk Yoon 36e6219770 minor bug fix 9 years ago
  nihuini a203e3bac3 convert Identity-Const to MemoryData, handle all consts before binaryop, fix #119 9 years ago
  nihuini 55822398a5 unary_op_xxx 9 years ago
  nihuini 091a43676a implement binaryop and unaryop with operator template, binaryop between blobs with different dims 9 years ago
  nihuini 91f3281a1d enable memorydata by default 9 years ago
  nihuini 640242ceda memorydata is zero-to-one type layer 9 years ago
  nihuini b3b3b42326 fix BinaryOp add type 9 years ago
  nihuini c0b1ae6e2b convert Const as MemoryData, used as one of BinaryOp input 9 years ago
  nihuini 59d34e6a9c model data may not be 128bit aligned, copy data anyway 9 years ago
  nihuini a6d24fdc79 implement memorydata as general const blob producer 9 years ago
  nihuini 47218db6e5 fix minus padding SAME, fix #116 9 years ago
  gzygzy9211 c85c4df44c wing fix vs std::min std::max compile problem 9 years ago
  nihuini 45b2e7cd57 fix #110 9 years ago
  nihuini a638cf632e convert ELU parameter, fix #109 9 years ago
  nihuini cccacc7957 fix build 9 years ago
  nihuini 1464b9f6ea convert concat concatv2, axis not supported 9 years ago
  nihuini 94025f1ad3 convert reduce max and reduce sum 9 years ago
  nihuini 70eaf0b9b1 name changes 9 years ago
  nihuini ac819d06a4 more reduce dim, wip ... 9 years ago
  nihuini 152f300129 reduction max min 9 years ago
  nihuini ca4af98948 convert LRN 9 years ago
  nihuini 0edd2b78c5 arm neon optimize for bilinear_resize, about 40% faster 9 years ago
  nihuini 613028aa17 implement Mat resize_bilinear 9 years ago
  nihuini 7830b3da42 fix potential overread when bias_term is zero 9 years ago
  nihuini b4e3615ee4 depth-wise optimize 9 years ago
  nihuini 934f48cb5e arm neon optimize for group convolution 9 years ago
  nihuini ac76e4ba02 include algorithm for std::max 9 years ago
  nihuini aefb9830fc space fix 9 years ago
  nihuini 9f51c21322 implement depth-wise convolution 9 years ago
  nihuini 6de9b4f8ce fix #95 9 years ago
  nihuini 0b508266f6 update android.toolchain.cmake 9 years ago
  nihuini a93e26d983 more ops ... 9 years ago
  nihuini fcdf37387d fix convolution 4x4s4 and 5x5s1 9 years ago
  nihuini 3c23873704 use binaryop 9 years ago
  nihuini dcbc117368 implement binaryop and unaryop 9 years ago
  HaoChen 5fda804f11 remove redundant “+” from line 390 9 years ago
  nihui b3415f4bc9 fix convolution 4x4s1 on aarch64 9 years ago
  nihuini c9af14b70e regard Identity as Dropout if input is not Const 9 years ago
  nihuini ced04ddb4a fix slice point overread 9 years ago
  nihuini 9560c6dc9d Merge branch 'master' of https://github.com/Tencent/ncnn 9 years ago
  nihuini 9b8d0052cd fix convolution 5x5s1 5x5s2 on aarch64 9 years ago
  nihui 406a216bf5 add qq qun 9 years ago
  nihuini 86b39402a5 implement reshape reorder c-h-w to h-w-c 9 years ago
  nihuini af02f1475b convert Reshape param 9 years ago