MCPcopy 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

388struct PvInstanceObject {
389 std::vector<Record*> ads;
390 void merge_instance(Record* ins) { ads.push_back(ins); }
391};
392
393using PvInstance = PvInstanceObject*;

Callers 1

PreprocessInstanceMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected