MCPcopy Create free account
hub / github.com/LBANN/lbann / get

Method get

include/lbann/utils/python.hpp:143–143  ·  view source on GitHub ↗

@returns @a Borrowed reference. */

Source from the content-addressed store, hash-verified

141
142 /** @returns @a Borrowed reference. */
143 inline PyObject* get() noexcept { return m_ptr; }
144 /** @returns @a Borrowed reference. */
145 inline const PyObject* get() const noexcept { return m_ptr; }
146 /** @returns @a Borrowed reference. */

Callers 10

readonly_referenceClass · 0.45
operator==Method · 0.45
raw_valueMethod · 0.45
beta.hppFile · 0.45
get_for_deviceMethod · 0.45
get_for_deviceMethod · 0.45
get_callbacksMethod · 0.45
trainerClass · 0.45
get_callbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected