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

Class DeepDataTest

src/deep/deep_data_test.cc:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace embedx {
24
25class DeepDataTest : public ::testing::Test {
26 protected:
27 DeepConfig config_;
28 std::unique_ptr<DeepData> deep_data_;
29
30 protected:
31 const std::string FREQ_FILE = "testdata/user_item_freq";
32 const std::string NODE_CONFIG = "testdata/user_item_config";
33 const std::string ITEM_FEATURE_FILE = "testdata/context";
34 const std::string INST_FILE = "testdata/inst";
35};
36
37TEST_F(DeepDataTest, FailOnMissingFreqFile) {
38 DeepConfig EMPTY_CONFIG;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected