@brief returns the phase: TRAIN or TEST
| 136 | } |
| 137 | /// @brief returns the phase: TRAIN or TEST |
| 138 | inline Phase phase() const { return phase_; } |
| 139 | /** |
| 140 | * @brief returns the bottom vecs for each layer -- usually you won't |
| 141 | * need this unless you do per-layer checks such as gradients. |
no outgoing calls
no test coverage detected