MCPcopy Create free account
hub / github.com/Tencent/embedx / GetBatch

Method GetBatch

src/model/instance_reader/eges_inst_reader.cc:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 protected:
108 bool GetBatch(Instance* inst) override {
109 return train_ ? GetTrainBatch(inst) : GetPredictBatch(inst);
110 }
111
112 /************************************************************************/
113 /* Read batch data from file for training */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected