MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / value

Method value

lesson6-Segmentation/json.hpp:11394–11397  ·  view source on GitHub ↗

! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

11392 @pre The iterator is initialized; i.e. `m_object != nullptr`.
11393 */
11394 reference value() const
11395 {
11396 return operator*();
11397 }
11398
11399 private:
11400 /// associated JSON instance

Callers 13

TrainMethod · 0.45
valueMethod · 0.45
getFunction · 0.45
to_jsonFunction · 0.45
hashFunction · 0.45
updateFunction · 0.45
basic_json diffFunction · 0.45
merge_patchFunction · 0.45
pretrained_resnetFunction · 0.45
InitializeMethod · 0.45
TrainMethod · 0.45
loadPretrainedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected