Searched defs:json_filepath (Results 1 – 3 of 3) sorted by relevance
25 def serialize(dataset, json_filepath=""): argument55 def deserialize(input_dict=None, json_filepath=None): argument
74 [](std::shared_ptr<DatasetNode> self, const std::string &json_filepath) { in __anonb78612490102()80 [](const std::string &json_filepath) { in __anonb78612490102()
86 Status Serdes::Deserialize(const std::string &json_filepath, std::shared_ptr<DatasetNode> *ds) { in Deserialize()