MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / write

Method write

src/api/cpp/array.cpp:1057–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055
1056template<>
1057AFAPI void array::write(const void *ptr, const size_t bytes, af::source src) {
1058 AF_THROW(af_write_array(get(), ptr, bytes, src));
1059}
1060
1061#undef INSTANTIATE
1062

Callers 6

writeTestFunction · 0.80
TESTFunction · 0.80
SetUpMethod · 0.80
compileModuleFunction · 0.80
compileModuleFunction · 0.80
saveFunction · 0.80

Calls 2

af_write_arrayFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected