Lines Matching refs:ptr

18         const float32_t *inp  = inputA.ptr();  in test_max_f32()
23 float32_t *refp = ref.ptr(); in test_max_f32()
24 int16_t *refind = maxIndexes.ptr(); in test_max_f32()
26 float32_t *outp = output.ptr(); in test_max_f32()
27 int16_t *ind = index.ptr(); in test_max_f32()
44 const float32_t *inp = inputA.ptr(); in test_absmax_f32()
49 float32_t *refp = ref.ptr(); in test_absmax_f32()
50 int16_t *refind = maxIndexes.ptr(); in test_absmax_f32()
52 float32_t *outp = output.ptr(); in test_absmax_f32()
53 int16_t *ind = index.ptr(); in test_absmax_f32()
70 const float32_t *inp = inputA.ptr(); in test_max_no_idx_f32()
74 float32_t *refp = ref.ptr(); in test_max_no_idx_f32()
76 float32_t *outp = output.ptr(); in test_max_no_idx_f32()
90 const float32_t *inp = inputA.ptr(); in test_absmax_no_idx_f32()
94 float32_t *refp = ref.ptr(); in test_absmax_no_idx_f32()
96 float32_t *outp = output.ptr(); in test_absmax_no_idx_f32()
110 const float32_t *inp = inputA.ptr(); in test_min_no_idx_f32()
114 float32_t *refp = ref.ptr(); in test_min_no_idx_f32()
116 float32_t *outp = output.ptr(); in test_min_no_idx_f32()
130 const float32_t *inp = inputA.ptr(); in test_absmin_no_idx_f32()
134 float32_t *refp = ref.ptr(); in test_absmin_no_idx_f32()
136 float32_t *outp = output.ptr(); in test_absmin_no_idx_f32()
150 const float32_t *inp = inputA.ptr(); in test_min_f32()
155 float32_t *refp = ref.ptr(); in test_min_f32()
156 int16_t *refind = minIndexes.ptr(); in test_min_f32()
158 float32_t *outp = output.ptr(); in test_min_f32()
159 int16_t *ind = index.ptr(); in test_min_f32()
176 const float32_t *inp = inputA.ptr(); in test_absmin_f32()
181 float32_t *refp = ref.ptr(); in test_absmin_f32()
182 int16_t *refind = minIndexes.ptr(); in test_absmin_f32()
184 float32_t *outp = output.ptr(); in test_absmin_f32()
185 int16_t *ind = index.ptr(); in test_absmin_f32()
202 const float32_t *inp = inputA.ptr(); in test_mean_f32()
206 float32_t *refp = ref.ptr(); in test_mean_f32()
208 float32_t *outp = output.ptr(); in test_mean_f32()
224 const float32_t *inp = inputA.ptr(); in test_power_f32()
228 float32_t *refp = ref.ptr(); in test_power_f32()
230 float32_t *outp = output.ptr(); in test_power_f32()
246 const float32_t *inp = inputA.ptr(); in test_rms_f32()
250 float32_t *refp = ref.ptr(); in test_rms_f32()
252 float32_t *outp = output.ptr(); in test_rms_f32()
268 const float32_t *inp = inputA.ptr(); in test_std_f32()
272 float32_t *refp = ref.ptr(); in test_std_f32()
274 float32_t *outp = output.ptr(); in test_std_f32()
290 const float32_t *inp = inputA.ptr(); in test_var_f32()
294 float32_t *refp = ref.ptr(); in test_var_f32()
296 float32_t *outp = output.ptr(); in test_var_f32()
357 const float32_t *inp = inputA.ptr(); in test_entropy_f32()
358 const int16_t *dimsp = dims.ptr(); in test_entropy_f32()
360 float32_t *outp = output.ptr(); in test_entropy_f32()
377 const float32_t *inp = inputA.ptr(); in test_logsumexp_f32()
378 const int16_t *dimsp = dims.ptr(); in test_logsumexp_f32()
380 float32_t *outp = output.ptr(); in test_logsumexp_f32()
397 const float32_t *inpA = inputA.ptr(); in test_kullback_leibler_f32()
398 const float32_t *inpB = inputB.ptr(); in test_kullback_leibler_f32()
399 const int16_t *dimsp = dims.ptr(); in test_kullback_leibler_f32()
401 float32_t *outp = output.ptr(); in test_kullback_leibler_f32()
418 const float32_t *inpA = inputA.ptr(); in test_logsumexp_dot_prod_f32()
419 const float32_t *inpB = inputB.ptr(); in test_logsumexp_dot_prod_f32()
420 const int16_t *dimsp = dims.ptr(); in test_logsumexp_dot_prod_f32()
422 float32_t *outp = output.ptr(); in test_logsumexp_dot_prod_f32()
423 float32_t *tmpp = tmp.ptr(); in test_logsumexp_dot_prod_f32()
441 const float32_t *inpA = inputA.ptr(); in test_mse_f32()
442 const float32_t *inpB = inputB.ptr(); in test_mse_f32()
446 float32_t *refp = ref.ptr(); in test_mse_f32()
448 float32_t *outp = output.ptr(); in test_mse_f32()
464 const float32_t *inp = inputA.ptr(); in test_accumulate_f32()
465 const int16_t *dimsp = dims.ptr(); in test_accumulate_f32()
467 float32_t *outp = output.ptr(); in test_accumulate_f32()
758 const int16_t *dimsp = dims.ptr(); in setUp()
770 const int16_t *dimsp = dims.ptr(); in setUp()
783 const int16_t *dimsp = dims.ptr(); in setUp()
796 const int16_t *dimsp = dims.ptr(); in setUp()
1131 const int16_t *dimsp = dims.ptr(); in setUp()