Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore/offline_debug/
Dconvert_async.py214 out_path = self._generate_path(file_path, tensor_type, index, tensor.format)
215 self._save_tensor_to_npy_file(out_path, array)
285 def _save_tensor_to_npy_file(out_path, dump_data_array): argument
289 np.save(out_path, dump_data_array)
290 os.chmod(out_path, stat.S_IRUSR)
321 out_path = os.path.join(self.output_path, new_file_name)
322 os.rename(target_file, out_path)
323 os.chmod(out_path, stat.S_IRUSR)
324 self.convert_tool.log.print_info_log("Rename file " + target_file + " to " + out_path)
/third_party/cef/tools/
Dgclient_hook.py136 out_path = os.path.join(src_dir, 'out', dir) variable
137 make_dir(out_path, False)
138 args_gn_path = os.path.join(out_path, 'args.gn')
148 issue_1999.apply(out_path)
/third_party/iptables/extensions/
DgenInit.py79 out_path = os.path.dirname(os.path.dirname(os.path.dirname(ori_path)))
80 out_path += "/out"
81 gen_path = out_path + "/gen"
82 md5_path = out_path + "/gen/md5"
DgenClear.py18 out_path = os.path.dirname(os.path.dirname(os.path.dirname(oriPath))) variable
/third_party/skia/experimental/xps_to_png/
Dxps_to_png.cs23 static void convert(double dpi, string path, string out_path) { in convert() argument
60 string filename = string.Format("{0}_{1}.png", out_path, index); in convert()
72 static void try_convert(double dpi, string path, string out_path) { in try_convert() argument
74 convert(dpi, path, out_path); in try_convert()
/third_party/flutter/skia/experimental/xps_to_png/
Dxps_to_png.cs23 static void convert(double dpi, string path, string out_path) { in convert() argument
60 string filename = string.Format("{0}_{1}.png", out_path, index); in convert()
72 static void try_convert(double dpi, string path, string out_path) { in try_convert() argument
74 convert(dpi, path, out_path); in try_convert()
/third_party/selinux/checkpolicy/
Dcheckmodule.c291 char *out_path = strdup(outfile); in main() local
292 if (out_path == NULL) { in main()
296 out_name = basename(out_path); in main()
305 free(out_path); in main()
/third_party/mindspore/tests/perf_test/mind_expression_perf/
Dprocess_data.py82 out_path = os.path.join(log_path, "reports", label+"_me.log")
83 print("Generating report to: %s" % out_path)
85 (fname_path, out_path))
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DBUILD.gn123 out_path = rebase_path(
125 args = [ "$out_path" ]
133 out_path = rebase_path(
135 args = [ "$out_path" ]
143 out_path = rebase_path(
145 args = [ "$out_path" ]
/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_data_saver.h44 void WriteFile(const std::string out_path);
/third_party/mindspore/tests/ut/cpp/dataset/
Ddata_helper_test.cc62 std::string out_path = datasets_root_path_ + "/testAlbum/testout"; in TEST_F() local
64 Status rc = dh.CreateAlbum(file_path, out_path); in TEST_F()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dfullconnection_fp32_tests.cc134 std::string out_path = "./matmul/FcFp32_output1.bin"; in FcTestInit2() local
135 auto out_data = mindspore::lite::ReadFile(out_path.c_str(), &buffer_size); in FcTestInit2()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_data_saver.h80 void WriteFile(std::string out_path, const BaseTime &start_time);
/third_party/glib/gio/
Dxdp-dbus.h189 gchar **out_path,
195 gchar **out_path,
414 gchar **out_path,
422 gchar **out_path,
Dxdp-dbus.c1319 gchar **out_path, in gxdp_documents_call_get_mount_point_finish() argument
1329 out_path); in gxdp_documents_call_get_mount_point_finish()
1351 gchar **out_path, in gxdp_documents_call_get_mount_point_sync() argument
1367 out_path); in gxdp_documents_call_get_mount_point_sync()
2387 gchar **out_path, in gxdp_documents_call_info_finish() argument
2398 out_path, in gxdp_documents_call_info_finish()
2424 gchar **out_path, in gxdp_documents_call_info_sync() argument
2442 out_path, in gxdp_documents_call_info_sync()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py453 def CopyTool(flavor, out_path): argument
474 tool_path = os.path.join(out_path, 'gyp-%s-tool' % prefix)
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py466 def CopyTool(flavor, out_path, generator_flags={}): argument
491 tool_path = os.path.join(out_path, "gyp-%s-tool" % prefix)
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dretrace_restricted_traces.py155 trace_path = os.path.abspath(os.path.join(args.out_path, trace))
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c66 struct path out_path; member
772 level->out_path = routing->regular; in organize_levels()
837 routing->regular = level->out_path; in plant_levels()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py2063 def WritePNamesDataHeader(out_path): argument
2064 with open(out_path, "w") as out_file:
2217 out_path = os.path.join(genprops_path, "pnames_data.h")
2218 WritePNamesDataHeader(out_path)
/third_party/gn/build/
Dgen.py205 out_dir = options.out_path or os.path.join(REPO_ROOT, 'out')