| 1252 | af_seq *TestOutputArrayInfo::getSubArrayIdxs() { return &out_subarr_idxs[0]; } |
| 1253 | dim_t TestOutputArrayInfo::getSubArrayNumDims() { return out_subarr_ndims; } |
| 1254 | TestOutputArrayType TestOutputArrayInfo::getOutputArrayType() { |
| 1255 | return out_arr_type; |
| 1256 | } |
| 1257 | |
| 1258 | #if defined(USE_MTX) |
| 1259 | ::testing::AssertionResult mtxReadSparseMatrix(af::array &out, |
no outgoing calls
no test coverage detected