summaryrefslogtreecommitdiff
path: root/src/caffe/layers
AgeCommit message (Expand)AuthorFilesLines
2018-01-31v0.5.0huifang15-808/+502
2017-10-201. support ACL v17.10honggui1-10/+6
2017-10-11revised an compatibility issue with the new ACL 17.09 version. Documents will...honggui2-3/+4
2017-10-10ACL concat function is not stable enough yet. Bypass it till the issue was fi...honggui1-1/+2
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui12-62/+744
2017-07-01To match the new ARM Compute Library version 17.06Yao Honggui1-1/+2
2017-06-021. Porting Caffe onto ARM Compute Library.Yao Honggui18-0/+1190
2017-03-07Merge pull request #4630 from BlGene/load_hdf5_fixEvan Shelhamer1-1/+2
2017-01-18remove redundant operations in Crop layer (#5138)xmyqsh2-35/+27
2017-01-06Using default from proto for prefetchCyprien Noel1-2/+1
2017-01-06Switched multi-GPU to NCCLCyprien Noel7-106/+140
2016-11-28Add the missing periodZhou Mo1-3/+3
2016-11-28Make lint happy (> 80 characters)Zhou Mo1-4/+4
2016-11-27fix many typos by using codespellZhou Mo3-4/+4
2016-11-18Add missing spaces besides equal signs in batch_norm_layer.cppchenzy1-2/+2
2016-11-16sigmoid cross-entropy loss: normalize loss by different schemesEvan Shelhamer2-29/+88
2016-11-15sigmoid cross-entropy loss: ignore selected targets by `ignore_label`Evan Shelhamer2-0/+42
2016-11-01add the missing star in commentnihui1-1/+1
2016-10-27sigmoid cross-entropy loss: add GPU forward for full GPU modeEvan Shelhamer2-3/+35
2016-10-22Fix: made load_hd5 check blob dims by default.max argus1-1/+2
2016-09-29slightly relax batch norm checkBenedikt Wilbertz1-4/+8
2016-09-20Merge pull request #4600 from bwilbertz/fix_scale_layerJeff Donahue1-3/+11
2016-09-12batch norm: hide statistics from solver, simplifying layer definitionEvan Shelhamer1-0/+8
2016-09-01fix layerSetUp of scale_layer to not add bias blob when already presentBenedikt Wilbertz1-3/+11
2016-08-06num in blob is deprecatedFisher Yu1-2/+2
2016-06-01Add LSTMLayer and LSTMUnitLayer, with testsJeff Donahue3-0/+529
2016-06-01Add RNNLayer, with testsJeff Donahue1-0/+236
2016-06-01Add RecurrentLayer: an abstract superclass for other recurrent layer typesJeff Donahue2-0/+339
2016-05-30Merge pull request #4236 from CDLuminate/fix-spelling-errorEvan Shelhamer1-1/+1
2016-05-30fix spelling error in memory_data_layer.cppLumin Zhou1-1/+1
2016-05-27Check for non-empty ImageData filelist.Siddarth Malreddy1-0/+2
2016-05-18Merge pull request #4059 from crazytan/masterJon Long1-3/+6
2016-05-17handle image names with spacescrazytan1-3/+6
2016-05-17Merge pull request #4148 from bobpoekert/window_data_nonzero_checkJon Long1-0/+3
2016-05-16Add cuDNN v5 support, drop cuDNN v3 supportFelix Abecassis7-16/+69
2016-05-14add check for background and foreground window size > 0 in WindowData layerBob Poekert1-0/+3
2016-05-04add parameter layer for learning any bottomJonathan L Long1-0/+8
2016-04-14CropLayer: groom commentsEvan Shelhamer2-23/+8
2016-04-14[fix] CropLayer: check dimension bounds only for cropped dimensionsEvan Shelhamer1-5/+4
2016-04-08Solving issue with exp layer with base eemmanuel maggiori1-1/+2
2016-03-05Crop: fixes, tests and negative axis indexing.max argus2-24/+29
2016-03-05Extend Crop to N-D, changed CropParameter.max argus2-45/+176
2016-03-05add CropLayer: crop blob to another blob's dimensions with offsetsJonathan L Long2-0/+138
2016-02-28Merge pull request #3725 from shaibagon/drop_nd_blobsJeff Donahue1-2/+2
2016-02-28supporting N-D Blobs in Dropout layer Reshapeshai1-2/+2
2016-02-25add InputLayer for Net inputEvan Shelhamer1-0/+27
2016-02-20tranpose parameter added to IP layer to support tied weights in an autoencode...Youssef Kashef2-15/+58
2016-01-26Remove incorrect cast of gemm int arg to Dtype in BiasLayerJeff Donahue1-1/+1
2016-01-26Merge pull request #3591 from jeffdonahue/scale-bias-layerEvan Shelhamer4-0/+534
2016-01-26Prevent in-place computation in ReshapeLayer and FlattenLayerKang Kim2-0/+4