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

Method getSubArrayNumDims

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

Source from the content-addressed store, hash-verified

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() {
1255 return out_arr_type;
1256}

Callers 2

testWriteToOutputArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected