Lines Matching refs:hardswish_op
109 xnn_operator_t hardswish_op = nullptr; in TestF16() local
112 0, &hardswish_op); in TestF16()
116 ASSERT_NE(nullptr, hardswish_op); in TestF16()
119 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_hardswish_op(hardswish_op, xnn_… in TestF16()
123 hardswish_op, in TestF16()
129 xnn_run_operator(hardswish_op, nullptr /* thread pool */)); in TestF16()
165 xnn_operator_t hardswish_op = nullptr; in TestF32() local
170 0, &hardswish_op)); in TestF32()
171 ASSERT_NE(nullptr, hardswish_op); in TestF32()
174 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_hardswish_op(hardswish_op, xnn_… in TestF32()
178 hardswish_op, in TestF32()
184 xnn_run_operator(hardswish_op, nullptr /* thread pool */)); in TestF32()