Use lazy initialization to reuse orderd dict/list creations to save time on repeated...
authorDaniel Gordon <xkcd@cs.washington.edu>
Wed, 30 Mar 2016 21:27:19 +0000 (14:27 -0700)
committerDaniel Gordon <xkcd@cs.washington.edu>
Wed, 30 Mar 2016 22:38:42 +0000 (15:38 -0700)
commit7a8183642cb1a12945d0a9ad2bddf8304428b4c8
treed8d46cc8906f449b974431686e78ee9ca21cbdb0
parent559758d0c5c5906633174d392b89c0a7a88dc9f9
Use lazy initialization to reuse orderd dict/list creations to save time on repeated calls.
python/caffe/pycaffe.py