Searched refs:JsonGopInfo (Results 1 – 4 of 4) sorted by relevance
32 struct JsonGopInfo { struct110 std::vector<JsonGopInfo> gopVec_;112 std::map<int32_t, JsonGopInfo> frameGopMap_;
31 struct JsonGopInfo { struct70 std::vector<JsonGopInfo> gopVec_;
39 void from_json(const nlohmann::json &j, JsonGopInfo &gop) in from_json()119 gopVec_ = gopJson_.get<vector<JsonGopInfo>>(); in LoadJson()
61 void from_json(const nlohmann::json &j, JsonGopInfo &gop) in from_json()136 gopVec_ = gopJson_.get<std::vector<JsonGopInfo>>(); in InitParameter()390 JsonGopInfo frame = frameGopMap_[gopId]; in CheckGopLayerResult()