MCPcopy Create free account
hub / github.com/dmlc/parameter_server / SArray

Method SArray

src/util/shared_array_inl.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41template <typename V>
42template <typename W>
43SArray<V>::SArray(const std::initializer_list<W>& list) {
44 copyFrom(list.begin(), list.end());
45}
46
47template <typename V>
48template <typename W>

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected