MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / ParseKernelKeyByInputArgs

Function ParseKernelKeyByInputArgs

paddle/phi/api/lib/kernel_dispatch.h:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225template <typename... Args>
226KernelKeySet ParseKernelKeyByInputArgs(const Args&... args) {
227 return detail::KernelKeyParser().apply(args...).key_set;
228}
229
230template <typename... Args>
231KernelType ParseKernelTypeByInputArgs(const Args&... args) {

Callers 8

copyFunction · 0.85
add_n_implFunction · 0.85
fused_gemm_epilogue_implFunction · 0.85
cudnn_lstm_grad_implFunction · 0.85
embedding_grad_implFunction · 0.85
copy_Method · 0.85
scale_kernel_contextFunction · 0.85
scale_switch_caseFunction · 0.85

Calls 2

KernelKeyParserClass · 0.85
applyMethod · 0.45

Tested by

no test coverage detected