Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/
Dreport.py87 def generate_difference_report(json1, json2, use_color=True): argument
/third_party/benchmark/tools/gbench/
Dreport.py125 def partition_benchmarks(json1, json2): argument
239 json2, argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc104 inline bool Order(const nlohmann::json &json1, const nlohmann::json &json2) { in Order()