index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
caffe
/
layers
/
window_data_layer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-06
Switched multi-GPU to NCCL
Cyprien Noel
1
-4
/
+4
2016-05-14
add check for background and foreground window size > 0 in WindowData layer
Bob Poekert
1
-0
/
+3
2015-12-01
dismantle layer headers
Evan Shelhamer
1
-1
/
+4
2015-10-21
Clean redundant/unnecessary headers
Kang Kim
1
-2
/
+0
2015-09-17
Separate IO dependencies
Tea
1
-0
/
+2
2015-08-09
Persistent prefetch thread
Cyprien Noel
1
-8
/
+12
2015-03-03
WindowDataLayer outputs 1D labels
Jeff Donahue
1
-2
/
+3
2015-02-19
Merge pull request #1910 from philkr/encoded
Evan Shelhamer
1
-1
/
+1
2015-02-19
Repeal revert of #1878
Evan Shelhamer
1
-1
/
+1
2015-02-19
added a force_encoded_color flag to the data layer. Printing a warning if ima...
philkr
1
-1
/
+1
2015-02-19
Revert "Merge pull request #1878 from philkr/encoded"
Evan Shelhamer
1
-1
/
+1
2015-02-16
Merge pull request #1878 from philkr/encoded
Evan Shelhamer
1
-1
/
+1
2015-02-16
opencv 3.0 compilation (replace #1714)
Anatoly Baksheev
1
-4
/
+1
2015-02-16
Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to b...
philkr
1
-1
/
+1
2015-02-05
Layer type is a string
Jeff Donahue
1
-1
/
+2
2015-02-02
add space after "Loading mean file from"
Jeff Donahue
1
-1
/
+1
2014-10-15
Added CPUTimer
Sergio
1
-9
/
+9
2014-10-15
Change caffe time to do forward/backward and accumulate time per layer
Sergio
1
-15
/
+3
2014-10-15
Added cache_images to WindowDataLayer
Sergio
1
-6
/
+32
2014-10-15
Speed up WindowDataLayer and add mean_values
Sergio
1
-19
/
+46
2014-10-15
Add root_folder to ImageDataLayer
Sergio
1
-6
/
+18
2014-10-15
Added timers for benchmarking
Sergio
1
-6
/
+14
2014-10-13
move registration code to corresponding cpp files.
Yangqing Jia
1
-1
/
+1
2014-10-11
Added version dependent test for IMREAD_COLOR.
Kevin James Matzen
1
-1
/
+5
2014-10-11
Minor fixes. (1) cudnn.hpp uses CHECK_EQ internally, so it needs to include ...
Kevin James Matzen
1
-1
/
+1
2014-10-03
Fixed crop error and add test_data_transformer
Sergio Guadarrama
1
-2
/
+2
2014-10-03
Remove Datum from WindowDataLayer
Sergio Guadarrama
1
-6
/
+0
2014-10-03
Fixed MemoryDataLayer to make it work with pycaffe
Sergio Guadarrama
1
-1
/
+1
2014-10-03
Move data_mean into data_transformer remove datum_* from BaseData
Sergio Guadarrama
1
-0
/
+12
2014-09-21
Back-merge
Evan Shelhamer
1
-5
/
+5
2014-09-21
load transform params in window data layer
Evan Shelhamer
1
-5
/
+5
2014-09-19
fix types of (Layer)SetUp, Reshape, Forward, and Backward calls
Jonathan L Long
1
-10
/
+10
2014-09-16
set up datum size for WindowDataLayer
Ronghang Hu
1
-0
/
+6
2014-09-03
Place InternalThreadEntry lower in the {,Image,Window}DataLayer.cpp
Kai Li
1
-148
/
+148
2014-09-03
Move the rest duplicate codes of the data layers into their base class
Kai Li
1
-26
/
+0
2014-09-03
The BasePrefetchingDataLayer shouldn't join the thread
Kai Li
1
-0
/
+5
2014-09-03
Simplify the WindowDataLayer using the base class
Kai Li
1
-64
/
+31
2014-08-30
remove residual pthread references, but restore in build for gtest
Evan Shelhamer
1
-3
/
+0
2014-08-29
The return value of WaitForInternalThreadToExit has reversed
Kai Li
1
-1
/
+1
2014-08-29
Replace pthread with boost::thread
Kai Li
1
-2
/
+2
2014-08-23
fix internal thread interface confusion
Evan Shelhamer
1
-1
/
+1
2014-08-13
Generalize loss by allowing any top blob to be used as a loss in which
Jeff Donahue
1
-5
/
+3
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-1
/
+0
2014-08-04
Fix header alphabetization lint errors.
Jeff Donahue
1
-3
/
+3
2014-07-24
Cleanup pthread code for data layers
TANGUY Arnaud
1
-31
/
+25
2014-07-21
Merge pull request #752 from Yangqing/sweep
Jeff Donahue
1
-3
/
+0
2014-07-19
use Blob directly instead of shared_ptr for WindowDataLayer buffers
Jonathan L Long
1
-11
/
+9
2014-07-18
reapply namespace change
Yangqing Jia
1
-3
/
+0
2014-07-17
Merge pull request #716 from Yangqing/dev
Jeff Donahue
1
-4
/
+3
2014-07-17
stub out GPU layer methods to crash loudly in CPU-only mode
Evan Shelhamer
1
-0
/
+4
[next]