Home
last modified time | relevance | path

Searched defs:input_json (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/fuzzer/
Dflatbuffers_monster_fuzzer.cc67 const std::string input_json, const bool check_parser) { in do_test()
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc476 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest()
502 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest()
565 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTestWithValidator()
608 const string& test_name, ConformanceLevel level, const string& input_json) { in ExpectParseFailureForJson()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dsingle_tbe_json_creator.cc79 auto input_json = inputs_json.at(i); in GenDataJson() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc821 void GetInputSizeList(const nlohmann::json &input_json, std::vector<size_t> *input_size_list) { in GetInputSizeList()
892 void GetRealInputSize(const nlohmann::json &input_json, std::vector<size_t> *input_size_list, size_… in GetRealInputSize()
911 void GetInputSizeList2(const nlohmann::json &input_json, std::vector<size_t> *input_size_list) { in GetInputSizeList2()