Home
last modified time | relevance | path

Searched defs:output_json (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dprocess_angle_perf_results.py97 def _merge_json_output(output_json, jsons_to_merge, extra_links, test_cross_device=False): argument
243 def process_perf_results(output_json, argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc849 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()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc233 nlohmann::json output_json; in CreateOutputDescJson() local