@@ -100,27 +100,27 @@ void OpLogitOutTest::
100100TEST_F (OpLogitOutTest, AllRealInputFloatOutputSupport) {
101101#define TEST_ENTRY (ctype, dtype ) \
102102 test_integer_logit_out<ScalarType::dtype, ScalarType::Float>();
103- ET_FORALL_REAL_TYPES (TEST_ENTRY);
103+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
104104#undef TEST_ENTRY
105105}
106106
107107TEST_F (OpLogitOutTest, AllRealInputDoubleOutputSupport) {
108108#define TEST_ENTRY (ctype, dtype ) \
109109 test_integer_logit_out<ScalarType::dtype, ScalarType::Double>();
110- ET_FORALL_REAL_TYPES (TEST_ENTRY);
110+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
111111#undef TEST_ENTRY
112112}
113113TEST_F (OpLogitOutTest, AllRealInputFloatOutputSupportEpsSet) {
114114#define TEST_ENTRY (ctype, dtype ) \
115115 test_integer_logit_out_eps_set<ScalarType::dtype, ScalarType::Float>();
116- ET_FORALL_REAL_TYPES (TEST_ENTRY);
116+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
117117#undef TEST_ENTRY
118118}
119119
120120TEST_F (OpLogitOutTest, AllRealInputDoubleOutputSupportEpsSet) {
121121#define TEST_ENTRY (ctype, dtype ) \
122122 test_integer_logit_out_eps_set<ScalarType::dtype, ScalarType::Double>();
123- ET_FORALL_REAL_TYPES (TEST_ENTRY);
123+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
124124#undef TEST_ENTRY
125125}
126126
0 commit comments