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

Method GetPlace

paddle/phi/backends/device_code.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 virtual void Launch(const size_t n, std::vector<void*>* args) const = 0;
41
42 Place GetPlace() const { return place_; }
43 std::string GetName() const { return name_; }
44
45 protected:

Callers 11

AddCallbackMethod · 0.45
WaitMethod · 0.45
SetMethod · 0.45
xpu_context.ccFile · 0.45
gpu_context.ccFile · 0.45
SetStreamMethod · 0.45
custom_context.ccFile · 0.45
SetStreamMethod · 0.45
PoolingOneDNNHandlerMethod · 0.45
SoftplusOneDNNHandlerMethod · 0.45
MatmulOneDNNHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected