* @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. */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected