@@ -100,27 +100,27 @@ void OpLogitOutTest::
100
100
TEST_F (OpLogitOutTest, AllRealInputFloatOutputSupport) {
101
101
#define TEST_ENTRY (ctype, dtype ) \
102
102
test_integer_logit_out<ScalarType::dtype, ScalarType::Float>();
103
- ET_FORALL_REAL_TYPES (TEST_ENTRY);
103
+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
104
104
#undef TEST_ENTRY
105
105
}
106
106
107
107
TEST_F (OpLogitOutTest, AllRealInputDoubleOutputSupport) {
108
108
#define TEST_ENTRY (ctype, dtype ) \
109
109
test_integer_logit_out<ScalarType::dtype, ScalarType::Double>();
110
- ET_FORALL_REAL_TYPES (TEST_ENTRY);
110
+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
111
111
#undef TEST_ENTRY
112
112
}
113
113
TEST_F (OpLogitOutTest, AllRealInputFloatOutputSupportEpsSet) {
114
114
#define TEST_ENTRY (ctype, dtype ) \
115
115
test_integer_logit_out_eps_set<ScalarType::dtype, ScalarType::Float>();
116
- ET_FORALL_REAL_TYPES (TEST_ENTRY);
116
+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
117
117
#undef TEST_ENTRY
118
118
}
119
119
120
120
TEST_F (OpLogitOutTest, AllRealInputDoubleOutputSupportEpsSet) {
121
121
#define TEST_ENTRY (ctype, dtype ) \
122
122
test_integer_logit_out_eps_set<ScalarType::dtype, ScalarType::Double>();
123
- ET_FORALL_REAL_TYPES (TEST_ENTRY);
123
+ ET_FORALL_REALHBF16_TYPES (TEST_ENTRY);
124
124
#undef TEST_ENTRY
125
125
}
126
126
0 commit comments