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

Function load

src/utils/serialization.cpp:52–55  ·  view source on GitHub ↗

@brief Load this half-precision value from Binary */

Source from the content-addressed store, hash-verified

50
51/** @brief Load this half-precision value from Binary */
52void load(BinaryInputArchive& archive, __half& value)
53{
54 archive.loadBinary(std::addressof(value), sizeof(value));
55}
56
57#endif // LBANN_HAS_CEREAL_BINARY_ARCHIVES
58#endif // LBANN_HAS_GPU_FP16

Callers 7

read_prototext_fileFunction · 0.50
loadMethod · 0.50
load_schemaMethod · 0.50
loadMethod · 0.50
mainFunction · 0.50
test_jagFunction · 0.50
build_node_from_fileFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_jagFunction · 0.40