MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ResetPartition

Method ResetPartition

src/io/threaded_input_split.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 virtual void ResetPartition(unsigned part_index, unsigned num_parts) {
86 base_->ResetPartition(part_index, num_parts);
87 this->BeforeFirst();
88 }
89
90 private:
91 /*! \brief internal buffer size */

Callers

nothing calls this directly

Calls 1

BeforeFirstMethod · 0.95

Tested by

no test coverage detected