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

Function AllInputsAreDistTensor

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

Source from the content-addressed store, hash-verified

255
256template <typename... Args>
257bool AllInputsAreDistTensor(const Args&... args) {
258 return detail::DistTensorTypeParser().apply(args...).result;
259}
260
261} // namespace experimental
262} // namespace paddle

Callers 7

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

Calls 2

applyMethod · 0.45

Tested by

no test coverage detected