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

Method PostInit

src/model/embed_instance_reader.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 virtual bool InitGraphClient(const GraphClient* graph_client);
41 virtual bool InitDeepClient(const DeepClient* deep_client);
42 virtual void PostInit(const std::string& /*node_config*/) {}
43
44 bool Open(const std::string& file) override {
45 return line_parser_.Open(file);

Callers 2

InitTrainerContextMethod · 0.45
InitTrainerContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected