MCPcopy 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
54void KernelContext::EmplaceBackOutputWithoutSetRange(TensorBase* output) {
55 outputs_.emplace_back(output);
56}
57
58void KernelContext::EmplaceBackOutputs(
59 paddle::small_vector<TensorBase*> outputs) {

Callers 3

BuildPhiKernelContextMethod · 0.80
TESTFunction · 0.80

Calls 1

emplace_backMethod · 0.45

Tested by 1

TESTFunction · 0.64