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