Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ merge_instance
Method
merge_instance
paddle/fluid/framework/data_feed.h:390–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
struct PvInstanceObject {
389
std::vector<Record*> ads;
390
void merge_instance(Record* ins) { ads.push_back(ins); }
391
};
392
393
using PvInstance = PvInstanceObject*;
Callers
1
PreprocessInstance
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected