Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HasKey
Method · 0.45
EmplaceBackInputs
Method · 0.45
EmplaceBackInputsWithoutSetRange
Method · 0.45
EmplaceBackOutputs
Method · 0.45
EmplaceBackOutputsWithoutSetRange
Method · 0.45
EmplaceBackInputs
Method · 0.45
EmplaceBackOutputs
Method · 0.45
HasStructuredKernel
Method · 0.45
Index
Method · 0.45
pop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected