MCPcopy Create free account
hub / github.com/BVLC/caffe / MaxBottomBlobs

Method MaxBottomBlobs

include/caffe/layer.hpp:216–216  ·  view source on GitHub ↗

* @brief Returns the maximum number of bottom blobs required by the layer, * or -1 if no maximum number is required. * * This method should be overridden to return a non-negative value if your * layer expects some maximum number of bottom blobs. */

Source from the content-addressed store, hash-verified

214 * layer expects some maximum number of bottom blobs.
215 */
216 virtual inline int MaxBottomBlobs() const { return -1; }
217 /**
218 * @brief Returns the exact number of top blobs required by the layer,
219 * or -1 if no exact number is required.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected