Home
last modified time | relevance | path

Searched defs:json_file (Results 1 – 14 of 14) sorted by relevance

/third_party/jsoncpp/example/stringWrite/
DstringWrite.cpp26 const std::string json_file = writer.write(root); in main() local
30 const std::string json_file = Json::writeString(builder, root); in main() local
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/
Dre_construct_json.py19 def common_op_info(json_file): argument
125 def single_to_fusion(json_file, tune_mode): argument
/third_party/flatbuffers/samples/
Dsample_bfbs.cpp28 std::string json_file; in main() local
/third_party/cef/tools/cefbuilds/
Dcef_json_builder_example.py100 json_file = os.path.join(current_dir, 'index.json') variable
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc99 std::ifstream json_file(dump_config_file.value()); in Parse() local
126 void WriteJsonFile(const std::string &file_path, const std::ifstream &json_file) { in WriteJsonFile()
146 std::ifstream json_file(dump_config_file.value()); in CopyDumpJsonToDir() local
170 std::ifstream json_file(config_path); in CopyHcclJsonToDir() local
/third_party/protobuf/benchmarks/js/
Djs_benchmark.js21 var json_file = ""; variable
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dfile_configuration.cc28 std::ifstream json_file(file_path_); in Initialize() local
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dgen_restricted_traces.py340 def read_json(json_file): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/kash/
Dkernel_pack.cc29 bool CheckHash(const std::string &json_file, const std::string &bin_file, const nlohmann::json &js)… in CheckHash()
/third_party/mindspore/mindspore/ccsrc/debug/
Denv_config_parser.cc128 std::ifstream json_file(config_file_); in ParseFromFile() local
/third_party/grpc/test/cpp/qps/
Dqps_json_driver.cc244 FILE* json_file = fopen(FLAGS_scenarios_file.c_str(), "r"); in QpsDriver() local
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.py605 def regression_check_reflect(shader, json_file, args): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc711 nlohmann::json json_file; in schema_to_json() local
726 nlohmann::json json_file; in to_json_char() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc709 FileDescriptorProto json_file; in SetUp() local