Home
last modified time | relevance | path

Searched defs:scalar_identity (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_arith_ops_folder.h72 bool scalar_identity = identity_ty.hasRank() && identity_ty.getRank() == 0; in IdentityArithmeticOpFolder() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp54 struct scalar_identity: struct
56 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()