MCPcopy 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
26void KernelContext::EmplaceBackInputWithoutSetRange(const TensorBase* input) {
27 inputs_.emplace_back(input);
28}
29
30void KernelContext::EmplaceBackInputs(
31 paddle::small_vector<const TensorBase*> inputs) {

Callers 3

BuildPhiKernelContextMethod · 0.80
TESTFunction · 0.80

Calls 1

emplace_backMethod · 0.45

Tested by 1

TESTFunction · 0.64