Reshaping happens during the call to forward.
(self, bottom, top)
| 119 | pass |
| 120 | |
| 121 | def reshape(self, bottom, top): |
| 122 | """Reshaping happens during the call to forward.""" |
| 123 | pass |
| 124 | |
| 125 | class BlobFetcher(Process): |
| 126 | """Experimental class for prefetching blobs in a separate process.""" |