Searched defs:PH2 (Results 1 – 3 of 3) sorted by relevance
180 …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()
1031 action_chain<PH2,M2,A2> const & t) in operator ,()
2315 DistinctMDOperandPlaceholder PH2(0); in TEST_F() local