Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ EmplaceBackInputWithoutSetRange
Method
EmplaceBackInputWithoutSetRange
paddle/phi/core/kernel_context.cc:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void KernelContext::EmplaceBackInputWithoutSetRange(const TensorBase* input) {
27
inputs_.emplace_back(input);
28
}
29
30
void KernelContext::EmplaceBackInputs(
31
paddle::small_vector<const TensorBase*> inputs) {
Callers
3
BuildPhiKernelContext
Method · 0.80
BuildDygraphPhiKernelContext
Function · 0.80
TEST
Function · 0.80
Calls
1
emplace_back
Method · 0.45
Tested by
1
TEST
Function · 0.64