summaryrefslogtreecommitdiff
path: root/include/caffe/python_layer.hpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Data Layers Parallel for Multi-GPURonghang Hu1-0/+4
2015-08-06PythonLayer takes parameters by stringTakuya Narihira1-0/+2
2015-05-14[pycaffe] correct exceptions from Python; remove PyErr_PrintJonathan L Long1-25/+4
2015-05-13[pycaffe] use bp::object instead of PyObject* for self in Python layerTakuya Narihira1-7/+6
2015-02-17[pycaffe] fix bug in Python layer setupJonathan L Long1-1/+1
2015-02-16[pycaffe] allow Layer to be extended from PythonJonathan L Long1-0/+68