summaryrefslogtreecommitdiff
path: root/nn/common/operations/Conv2D.cpp
AgeCommit message (Expand)Author
2018-06-01Guard concurrent scratch_buffer and gemmlowp::GemmContext accessMiao Wang
2018-04-13Fix Conv2D crash in 64bit binary.Przemyslaw Szczepaniak
2018-04-06Make convFloat32 and convQuant8 not segfault when asking too much memory.Przemyslaw Szczepaniak
2018-03-28Fix memory leak in convQuant8Przemyslaw Szczepaniak
2017-12-22Refactor CPU operationsMiao Wang
2017-09-29Allow Conv2D and FullyConnected use multiple thread.Miao Wang
2017-09-24Allow anisotropic strides for 2d conv and pooling operations.Miao Wang
2017-09-22Use softer error reporting instead of CHECK*Miao Wang
2017-09-11Move all op preparation functions to OperationsUtils.Miao Wang
2017-09-10Making padding explicit, instead of SAME / VALIDMiao Wang
2017-09-09Explicitly add "_2D" to applicable ops, and add fused activationMiao Wang
2017-08-11Initial implementation of the following quantized ops.Miao Wang
2017-07-27Implement the following operations for Android NN runtime.Miao Wang