Home
last modified time | relevance | path

Searched defs:identity_transform (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/example/
Didentity_transform.cpp44 struct identity_transform<phoenix::rule::terminal> struct
66 struct identity_transform<boost::reference_wrapper<T> > argument
68 typedef std::string result_type;
71 std::string operator()(Terminal const & terminal, Context) const in operator ()()
97 struct identity_transform<phoenix::rule::argument> struct
99 typedef std::string result_type;
102 std::string operator()(N, Context) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/
Dtraverse.hpp216 struct identity_transform : transform_policies<identity_transform> {}; struct
/aosp_15_r20/external/pytorch/torch/distributions/
H A Dtransforms.py399 identity_transform = ComposeTransform([]) variable