Searched defs:output_json (Results 1 – 3 of 3) sorted by relevance
97 def _merge_json_output(output_json, jsons_to_merge, extra_links, test_cross_device=False): argument243 def process_perf_results(output_json, argument
849 void GetOutputSizeList(const nlohmann::json &output_json, std::vector<size_t> *output_size_list) { in GetOutputSizeList()931 void GetRealOutputSize(const nlohmann::json &output_json, std::vector<size_t> *output_size_list, si… in GetRealOutputSize()950 void GetOutputSizeList2(const nlohmann::json &output_json, std::vector<size_t> *output_size_list) { in GetOutputSizeList2()
233 nlohmann::json output_json; in CreateOutputDescJson() local