Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ EmplaceBackOutputWithoutSetRange
Method
EmplaceBackOutputWithoutSetRange
paddle/phi/core/kernel_context.cc:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void KernelContext::EmplaceBackOutputWithoutSetRange(TensorBase* output) {
55
outputs_.emplace_back(output);
56
}
57
58
void KernelContext::EmplaceBackOutputs(
59
paddle::small_vector<TensorBase*> outputs) {
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