File tree 1 file changed +8
-1
lines changed
kernels/portable/cpu/util
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ inline void apply_elementwise_fn(
119
119
}
120
120
});
121
121
}
122
- } // namespace internal
123
122
124
123
template <typename CTYPE_COMPUTE, const char * op_name, typename Op>
125
124
inline void apply_unitensor_elementwise_fn (
@@ -206,6 +205,14 @@ inline ScalarType get_compute_type(ScalarType& common_type) {
206
205
}
207
206
return compute_type;
208
207
}
208
+ } // namespace internal
209
+
210
+ // DEPRECATED: these APIs should not have been stabilized for external
211
+ // use as they are undergoing active development.
212
+ using internal::apply_bitensor_elementwise_fn;
213
+ using internal::apply_tritensor_elementwise_fn;
214
+ using internal::apply_unitensor_elementwise_fn;
215
+ using internal::get_compute_type;
209
216
210
217
} // namespace utils
211
218
} // namespace native
You can’t perform that action at this time.
0 commit comments