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
/
util
/
insert_splits.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-25
drop Net inputs + Forward with bottoms
Evan Shelhamer
1
-20
/
+1
2015-08-14
[net] improve net config and shape mismatch error messages
Jeff Donahue
1
-1
/
+2
2015-02-05
'layers' -> 'layer'
Jeff Donahue
1
-10
/
+10
2015-02-05
Layer type is a string
Jeff Donahue
1
-1
/
+1
2014-08-13
Disallow in-place computation in SPLIT layer -- has strange effects in
Jeff Donahue
1
-5
/
+0
2014-08-13
Make multiple losses work by inserting split layers and add some tests for it.
Jeff Donahue
1
-4
/
+32
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-2
/
+0
2014-08-04
Fix header alphabetization lint errors.
Jeff Donahue
1
-1
/
+1
2014-07-18
reapply namespace change
Yangqing Jia
1
-5
/
+0
2014-03-27
LayerType enum
Jeff Donahue
1
-1
/
+1
2014-03-27
fix insert_splits for new layer param format
Jeff Donahue
1
-10
/
+9
2014-03-27
caffe.proto: layer->layers
Jeff Donahue
1
-8
/
+8
2014-03-27
changes to layers etc to make 'make all' run successfully under new
Jeff Donahue
1
-25
/
+24
2014-03-27
Standardize copyright, add root-level CONTRIBUTORS credit
Evan Shelhamer
1
-1
/
+1
2014-02-26
fix post-rebase linter errors
Jeff Donahue
1
-0
/
+1
2014-02-26
minor cleanup; only get blob_name if needed
Jeff Donahue
1
-3
/
+3
2014-02-26
fix split layer insertion bug with in-place layers
Jeff Donahue
1
-18
/
+61
2014-02-26
remove unnecessary include
Jeff Donahue
1
-1
/
+0
2014-02-26
eliminate some cruft by relying on std::map default initializations
Jeff Donahue
1
-15
/
+5
2014-02-26
get rid of messy snprintf string concatenation
Jeff Donahue
1
-6
/
+5
2014-02-26
get_split_blob_name returns a string to remove some verbosity
Jeff Donahue
1
-17
/
+10
2014-02-26
remove redundant add_bottom (immediately cleared and then re-added)
Jeff Donahue
1
-1
/
+0
2014-02-26
fix comment typo
Jeff Donahue
1
-1
/
+1
2014-02-26
give first top split blob same name as bottom blob
Jeff Donahue
1
-6
/
+10
2014-02-26
eliminate redundant code with get_split_blob_name method
Jeff Donahue
1
-12
/
+15
2014-02-26
some cleanup
Jeff Donahue
1
-1
/
+3
2014-02-26
add split layer insertion tests; move split insertion code to util file
Jeff Donahue
1
-0
/
+97
2014-02-17
Revert "Merge pull request #114 from jeffdonahue/dags-by-split"
Evan Shelhamer
1
-86
/
+0
2014-02-16
remove unnecessary include
Jeff Donahue
1
-1
/
+0
2014-02-16
eliminate some cruft by relying on std::map default initializations
Jeff Donahue
1
-15
/
+5
2014-02-16
get rid of messy snprintf string concatenation
Jeff Donahue
1
-6
/
+5
2014-02-16
get_split_blob_name returns a string to remove some verbosity
Jeff Donahue
1
-17
/
+10
2014-02-16
remove redundant add_bottom (immediately cleared and then re-added)
Jeff Donahue
1
-1
/
+0
2014-02-16
fix comment typo
Jeff Donahue
1
-1
/
+1
2014-02-15
give first top split blob same name as bottom blob
Jeff Donahue
1
-6
/
+10
2014-02-15
eliminate redundant code with get_split_blob_name method
Jeff Donahue
1
-12
/
+15
2014-02-15
some cleanup
Jeff Donahue
1
-1
/
+3
2014-02-15
add split layer insertion tests; move split insertion code to util file
Jeff Donahue
1
-0
/
+97