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

Method begin

paddle/phi/core/mixed_vector.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 size_t size() const { return (*cpu_).size(); }
81
82 iterator begin() {
83 MutableCPU();
84 return (*cpu_).begin();
85 }
86
87 iterator end() {
88 MutableCPU();

Callers 10

HasKeyMethod · 0.45
EmplaceBackInputsMethod · 0.45
EmplaceBackOutputsMethod · 0.45
EmplaceBackInputsMethod · 0.45
EmplaceBackOutputsMethod · 0.45
HasStructuredKernelMethod · 0.45
IndexMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected