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

Method getOutputArrayType

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

Source from the content-addressed store, hash-verified

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}
1257
1258#if defined(USE_MTX)
1259::testing::AssertionResult mtxReadSparseMatrix(af::array &out,

Callers 3

genTestOutputArrayFunction · 0.80
testWriteToOutputArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected