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

Method getFullOutput

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

Source from the content-addressed store, hash-verified

1248}
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; }

Callers 2

testWriteToOutputArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected