Searched defs:json_filepath (Results 1 – 5 of 5) sorted by relevance
25 def serialize(dataset, json_filepath=""): argument64 def deserialize(input_dict=None, json_filepath=None): argument
168 …Manager::set_enable_autotune(bool enable, bool save_autoconfig, const std::string &json_filepath) { in set_enable_autotune()
66 … [](ConfigManager &c, bool enable, bool save_autoconfig, std::string json_filepath) { in __anon4d12e4820202()
72 … [](const std::shared_ptr<DatasetNode> &self, const std::string &json_filepath) { in __anon10ea60a00102()78 [](const std::string &json_filepath) { in __anon10ea60a00102()
104 Status Serdes::Deserialize(const std::string &json_filepath, std::shared_ptr<DatasetNode> *ds) { in Deserialize()