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

Method getFullOutputCopy

test/arrayfire_test.cpp:1251–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249
1250af_array TestOutputArrayInfo::getFullOutput() { return out_arr; }
1251af_array TestOutputArrayInfo::getFullOutputCopy() { return out_arr_cpy; }
1252af_seq *TestOutputArrayInfo::getSubArrayIdxs() { return &out_subarr_idxs[0]; }
1253dim_t TestOutputArrayInfo::getSubArrayNumDims() { return out_subarr_ndims; }
1254TestOutputArrayType TestOutputArrayInfo::getOutputArrayType() {

Callers 2

testWriteToOutputArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected