Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/
Dapply_wrap.cpp76 #define APPLY_0_TEST(z_ignored, i, apply_) \ argument
81 #define APPLY_N_TEST(z, i, apply_) \ argument
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_apply.cpp65 const Tensor& apply_(const Tensor& self, PyObject* fn) { in apply_() function