MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / ParseFileInstance

Method ParseFileInstance

paddle/fluid/framework/data_feed.h:424–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 return true;
423 }
424 virtual bool ParseFileInstance(
425 std::function<int(char* buf, int len)> ReadBuffFunc UNUSED,
426 std::function<void(std::vector<SlotRecord>&, int, int)> PullRecordsFunc
427 UNUSED, // NOLINT
428 int& lines UNUSED) { // NOLINT
429 return false;
430 }
431};
432
433struct UsedSlotGpuType {

Callers 1

LoadIntoMemoryByFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected