Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorBackward.cpp180 …auto partial_gelu_backward = [approximate](auto && PH1, auto && PH2) { return at::gelu_backward(st… in gelu_backwards_nested()
186 …auto partial_relu_backward = [threshold](auto && PH1, auto && PH2) { return at::threshold_backward… in threshold_backwards_nested()
192 …auto partial_silu_backward = [](auto && PH1, auto && PH2) { return at::silu_backward(std::forward<… in silu_backward_nested()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Drule_parser.hpp1031 action_chain<PH2,M2,A2> const & t) in operator ,()
/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp2315 DistinctMDOperandPlaceholder PH2(0); in TEST_F() local