Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
template <typename... Args>
257
bool AllInputsAreDistTensor(const Args&... args) {
258
return detail::DistTensorTypeParser().apply(args...).result;
259
}
260
261
} // namespace experimental
262
} // namespace paddle
Callers
7
copy
Function · 0.85
add_n_impl
Function · 0.85
fused_gemm_epilogue_impl
Function · 0.85
cudnn_lstm_grad_impl
Function · 0.85
embedding_grad_impl
Function · 0.85
copy_
Method · 0.85
PrepareCtxForAutoParallel
Function · 0.85
Calls
2
DistTensorTypeParser
Class · 0.70
apply
Method · 0.45
Tested by
no test coverage detected