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

Method DumpWalkPath

paddle/fluid/framework/data_feed.cc:2913–2923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2911#endif
2912
2913void SlotRecordInMemoryDataFeed::DumpWalkPath(std::string dump_path,
2914 size_t dump_rate) {
2915 VLOG(3) << "INTO SlotRecordInMemoryDataFeed::DumpWalkPath";
2916#if defined(PADDLE_WITH_PSCORE) && defined(PADDLE_WITH_HETERPS)
2917 if (gpu_graph_mode_) {
2918 std::string path =
2919 string::format_string("%s/part-%03d", dump_path.c_str(), thread_id_);
2920 gpu_graph_data_generator_.DumpWalkPath(path, dump_rate);
2921 }
2922#endif
2923}
2924
2925void SlotRecordInMemoryDataFeed::DumpSampleNeighbors(std::string dump_path) {
2926 VLOG(1) << "INTO SlotRecordInMemoryDataFeed::DumpSampleNeighbors";

Callers

nothing calls this directly

Calls 2

format_stringFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected