Searched defs:scalar_identity (Results 1 – 2 of 2) sorted by relevance
72 bool scalar_identity = identity_ty.hasRank() && identity_ty.getRank() == 0; in IdentityArithmeticOpFolder() local
54 struct scalar_identity: struct56 typedef typename scalar_unary_functor<T>::argument_type argument_type;57 typedef typename scalar_unary_functor<T>::result_type result_type;60 result_type apply (argument_type t) { in apply()