Searched defs:json_filename (Results 1 – 3 of 3) sorted by relevance
76 std::string json_filename = model_so_path.substr(0, lastindex) + ".json"; in AOTIModelContainerRunner() local
580 fn json_filename() { in json_filename() function
3259 bool Parser::ParseJson(const char *json, const char *json_filename) { in ParseJson()