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

Function readArrayCheck

src/api/cpp/util.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int readArrayCheck(const char *filename, const char *key) {
46 int out = -1;
47 AF_THROW(af_read_array_key_check(&out, filename, key));
48 return out;
49}
50
51void toString(char **output, const char *exp, const array &arr,
52 const int precision, const bool transpose) {

Callers

nothing calls this directly

Calls 1

af_read_array_key_checkFunction · 0.50

Tested by

no test coverage detected