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

Function InputsContainDistTensor

paddle/fluid/eager/utils.h:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368template <typename... Args>
369bool InputsContainDistTensor(const phi::distributed::ProcessMesh** mesh,
370 const Args&... args) {
371 return DistTensorTypeParser(mesh).apply(args...).result;
372}
373
374template <typename... Args>
375bool InputsNeedConvertDistTensor(const phi::distributed::ProcessMesh** mesh,

Callers 15

operator()Method · 0.85
operator()Method · 0.85
eager_api_run_programFunction · 0.85
getValueForBoolTensorFunction · 0.85
ApplySetitemFunction · 0.85
ApplyGetitemFunction · 0.85
eager_api_linearFunction · 0.85
eager_api_run_programFunction · 0.85
eager_api_run_backwardFunction · 0.85
eager_api_run_custom_opFunction · 0.85
eager_api_async_readFunction · 0.85

Calls 2

applyMethod · 0.45

Tested by

no test coverage detected