Home
last modified time | relevance | path

Searched refs:REGISTER_COMPUTE_FN (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc212 #define REGISTER_COMPUTE_FN(func) \ macro
221 REGISTER_COMPUTE_FN(Abs); in UnaryOpsCompositionSupport()
222 REGISTER_COMPUTE_FN(Acos); in UnaryOpsCompositionSupport()
223 REGISTER_COMPUTE_FN(Acosh); in UnaryOpsCompositionSupport()
224 REGISTER_COMPUTE_FN(Asin); in UnaryOpsCompositionSupport()
225 REGISTER_COMPUTE_FN(Asinh); in UnaryOpsCompositionSupport()
226 REGISTER_COMPUTE_FN(Atan); in UnaryOpsCompositionSupport()
227 REGISTER_COMPUTE_FN(Atanh); in UnaryOpsCompositionSupport()
228 REGISTER_COMPUTE_FN(Ceil); in UnaryOpsCompositionSupport()
229 REGISTER_COMPUTE_FN(Cos); in UnaryOpsCompositionSupport()
[all …]