MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / phase

Method phase

rtpose_wrapper/include/caffe/net.hpp:138–138  ·  view source on GitHub ↗

@brief returns the phase: TRAIN or TEST

Source from the content-addressed store, hash-verified

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.

Callers 4

InternalThreadEntryMethod · 0.80
InitMethod · 0.80
StateMeetsRuleMethod · 0.80
LayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected