| 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() { |
| 1255 | return out_arr_type; |
| 1256 | } |
no outgoing calls
no test coverage detected