Lines Matching refs:output
28 float16_t *outp = output.ptr(); in test_weighted_average_f16()
34 ASSERT_EMPTY_TAIL(output); in test_weighted_average_f16()
42 float16_t *outp = output.ptr(); in test_copy_f16()
48 ASSERT_EQ(input,output); in test_copy_f16()
49 ASSERT_EMPTY_TAIL(output); in test_copy_f16()
55 float16_t *outp = output.ptr(); in test_fill_f16()
67 ASSERT_EMPTY_TAIL(output); in test_fill_f16()
116 float16_t *outp = output.ptr(); in test_q15_f16()
122 ASSERT_REL_ERROR(ref,output,REL_Q15_ERROR); in test_q15_f16()
123 ASSERT_EMPTY_TAIL(output); in test_q15_f16()
130 float16_t *outp = output.ptr(); in test_f32_f16()
136 ASSERT_REL_ERROR(ref,output,REL_ERROR); in test_f32_f16()
137 ASSERT_EMPTY_TAIL(output); in test_f32_f16()
144 float16_t *outp = output.ptr(); in test_f64_f16()
150 ASSERT_REL_ERROR(ref,output,REL_ERROR); in test_f64_f16()
151 ASSERT_EMPTY_TAIL(output); in test_f64_f16()
169 output.create(1,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
180 output.create(1,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
191 output.create(1,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
200 output.create(input.nbSamples(),SupportTestsF16::OUT_F16_ID,mgr); in setUp()
208 output.create(input.nbSamples(),SupportTestsF16::OUT_F16_ID,mgr); in setUp()
216 output.create(input.nbSamples(),SupportTestsF16::OUT_F16_ID,mgr); in setUp()
223 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
230 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
237 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
293 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
301 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
309 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
317 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
325 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
333 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
341 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
349 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
357 output.create(this->nbSamples,SupportTestsF16::OUT_F16_ID,mgr); in setUp()
393 output.dump(mgr); in tearDown()