75 Commits (04cd833cae75d0b85e4da1a7cd7a4c4fd2eefd94)
 

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