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

Method EqualNumBottomTopBlobs

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

* @brief Returns true if the layer requires an equal number of bottom and * top blobs. * * This method should be overridden to return true if your layer expects an * equal number of bottom and top blobs. */

Source from the content-addressed store, hash-verified

246 * equal number of bottom and top blobs.
247 */
248 virtual inline bool EqualNumBottomTopBlobs() const { return false; }
249
250 /**
251 * @brief Return whether "anonymous" top blobs are created automatically

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected