Lines Matching refs:binary_elementwise_op
279 xnn_operator_t binary_elementwise_op = nullptr; in TestQS8() local
288 0, &binary_elementwise_op); in TestQS8()
296 0, &binary_elementwise_op); in TestQS8()
304 0, &binary_elementwise_op); in TestQS8()
313 ASSERT_NE(nullptr, binary_elementwise_op); in TestQS8()
316 …rator, decltype(&xnn_delete_operator)> auto_binary_elementwise_op(binary_elementwise_op, xnn_delet… in TestQS8()
322 binary_elementwise_op, in TestQS8()
333 binary_elementwise_op, in TestQS8()
344 binary_elementwise_op, in TestQS8()
357 xnn_run_operator(binary_elementwise_op, nullptr /* thread pool */)); in TestQS8()
461 xnn_operator_t binary_elementwise_op = nullptr; in TestQU8() local
470 0, &binary_elementwise_op); in TestQU8()
478 0, &binary_elementwise_op); in TestQU8()
486 0, &binary_elementwise_op); in TestQU8()
495 ASSERT_NE(nullptr, binary_elementwise_op); in TestQU8()
498 …rator, decltype(&xnn_delete_operator)> auto_binary_elementwise_op(binary_elementwise_op, xnn_delet… in TestQU8()
504 binary_elementwise_op, in TestQU8()
515 binary_elementwise_op, in TestQU8()
526 binary_elementwise_op, in TestQU8()
539 xnn_run_operator(binary_elementwise_op, nullptr /* thread pool */)); in TestQU8()
645 xnn_operator_t binary_elementwise_op = nullptr; in TestF16() local
649 status = xnn_create_add_nd_f16(output_min, output_max, 0, &binary_elementwise_op); in TestF16()
652 status = xnn_create_multiply_nd_f16(output_min, output_max, 0, &binary_elementwise_op); in TestF16()
661 ASSERT_NE(nullptr, binary_elementwise_op); in TestF16()
664 …rator, decltype(&xnn_delete_operator)> auto_binary_elementwise_op(binary_elementwise_op, xnn_delet… in TestF16()
670 binary_elementwise_op, in TestF16()
681 binary_elementwise_op, in TestF16()
694 xnn_run_operator(binary_elementwise_op, nullptr /* thread pool */)); in TestF16()
793 xnn_operator_t binary_elementwise_op = nullptr; in TestF32() local
800 0, &binary_elementwise_op)); in TestF32()
806 0, &binary_elementwise_op)); in TestF32()
811 0, &binary_elementwise_op)); in TestF32()
816 0, &binary_elementwise_op)); in TestF32()
822 0, &binary_elementwise_op)); in TestF32()
828 0, &binary_elementwise_op)); in TestF32()
833 0, &binary_elementwise_op)); in TestF32()
838 ASSERT_NE(nullptr, binary_elementwise_op); in TestF32()
841 …rator, decltype(&xnn_delete_operator)> auto_binary_elementwise_op(binary_elementwise_op, xnn_delet… in TestF32()
847 binary_elementwise_op, in TestF32()
858 binary_elementwise_op, in TestF32()
869 binary_elementwise_op, in TestF32()
880 binary_elementwise_op, in TestF32()
891 binary_elementwise_op, in TestF32()
902 binary_elementwise_op, in TestF32()
913 binary_elementwise_op, in TestF32()
926 xnn_run_operator(binary_elementwise_op, nullptr /* thread pool */)); in TestF32()