Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp778 INFO("%s (%u)\n", buf, encSize); in print()
800 INFO("\n%s:%i (", fn->getName(), fn->getLabel()); in visit()
803 INFO("out"); in visit()
808 INFO(" %s", str); in visit()
812 INFO("%s%sin", colour[TXT_DEFAULT], fn->outs.empty() ? "" : ", "); in visit()
817 INFO(" %s", str); in visit()
819 INFO("%s)\n", colour[TXT_DEFAULT]); in visit()
828 INFO("---\n"); in visit()
830 INFO(" <- BB:%i (%s)\n", in visit()
834 INFO("BB:%i (%u instructions) - ", bb->getId(), bb->getInsnCount()); in visit()
[all …]
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcostmodel_context.cc30 MS_LOG(INFO) << "Create costmodel_context"; in GetInstance()
74 MS_LOG(INFO) << "device_memory_capacity: " << device_memory_capacity_ << "."; in PrintCostModel()
75 MS_LOG(INFO) << "costmodel_alpha: " << costmodel_alpha_ << "."; in PrintCostModel()
76 MS_LOG(INFO) << "costmodel_beta: " << costmodel_beta_ << "."; in PrintCostModel()
77 MS_LOG(INFO) << "costmodel_gamma: " << costmodel_gamma_ << "."; in PrintCostModel()
78 MS_LOG(INFO) << "costmodel_simplify_cal: " << costmodel_simplify_cal_ << "."; in PrintCostModel()
79 MS_LOG(INFO) << "costmodel_communi_threshold: " << costmodel_communi_threshold_ << "."; in PrintCostModel()
80 MS_LOG(INFO) << "costmodel_communi_const: " << costmodel_communi_const_ << "."; in PrintCostModel()
81 MS_LOG(INFO) << "costmodel_communi_bias: " << costmodel_communi_bias_ << "."; in PrintCostModel()
82 MS_LOG(INFO) << "is_multi_subgraphs: " << is_multi_subgraphs_ << "."; in PrintCostModel()
[all …]
/third_party/nghttp2/src/
Dshrpx_client_handler.cc67 if (LOG_ENABLED(INFO)) { in timeoutcb()
68 CLOG(INFO, handler) << "Time out"; in timeoutcb()
79 if (LOG_ENABLED(INFO)) { in shutdowncb()
80 CLOG(INFO, handler) << "Close connection due to TLS renegotiation"; in shutdowncb()
195 if (LOG_ENABLED(INFO)) { in tls_handshake()
196 CLOG(INFO, this) << "SSL/TLS handshake completed"; in tls_handshake()
316 if (LOG_ENABLED(INFO)) { in upstream_http2_connhd_read()
317 CLOG(INFO, this) << "invalid client connection header"; in upstream_http2_connhd_read()
344 if (LOG_ENABLED(INFO)) { in upstream_http1_connhd_read()
345 CLOG(INFO, this) << "This is HTTP/1.1 connection, " in upstream_http1_connhd_read()
[all …]
Dshrpx_connection.cc341 if (LOG_ENABLED(INFO)) { in tls_handshake()
342 LOG(INFO) << "tls: handshake read error"; in tls_handshake()
423 if (LOG_ENABLED(INFO)) { in tls_handshake()
424 LOG(INFO) << "tls: read early data " << nread << " bytes"; in tls_handshake()
430 if (LOG_ENABLED(INFO)) { in tls_handshake()
431 LOG(INFO) << "tls: read all early data; total " in tls_handshake()
458 if (LOG_ENABLED(INFO)) { in tls_handshake()
459 LOG(INFO) << "tls: handshake message is too large"; in tls_handshake()
467 if (LOG_ENABLED(INFO)) { in tls_handshake()
468 LOG(INFO) << "tls: handshake libssl error: " in tls_handshake()
[all …]
Dshrpx_dns_tracker.cc110 if (LOG_ENABLED(INFO)) { in resolve()
111 LOG(INFO) << "DNS entry not found for " << dnsq->host; in resolve()
121 if (LOG_ENABLED(INFO)) { in resolve()
122 LOG(INFO) << "Name lookup failed for " << host; in resolve()
135 if (LOG_ENABLED(INFO)) { in resolve()
136 LOG(INFO) << "Name lookup failed for " << host; in resolve()
146 if (LOG_ENABLED(INFO)) { in resolve()
147 LOG(INFO) << "Name lookup succeeded: " << host << " -> " in resolve()
178 if (LOG_ENABLED(INFO)) { in resolve()
179 LOG(INFO) << "DNS entry found for " << dnsq->host in resolve()
[all …]
/third_party/mindspore/mindspore/lite/minddata/wrapper/
DMDToDApi.cc50 using mindspore::MsLogLevel::INFO;
68 MS_LOG(INFO) << "MDToDAPI Call constructor";
71 MS_LOG(INFO) << "MDToDAPI Call destractor"; in ~MDToDApi()
93 MS_LOG(INFO) << f.Exists() << f.IsDirectory() << f.ParentPath(); in MDToDApi_pathTest()
96 MS_LOG(INFO) << dir_it.get(); in MDToDApi_pathTest()
101 MS_LOG(INFO) << v.toString() << "\n"; in MDToDApi_pathTest()
109 MS_LOG(INFO) << "Start createPipeLine"; in MDToDApi_createPipeLine()
114 MS_LOG(INFO) << "Column id not foud adding it "; in MDToDApi_createPipeLine()
119 MS_LOG(INFO) << "Found column image create map with:"; in MDToDApi_createPipeLine()
120 … MS_LOG(INFO) << "resize: { " << MDConf.ResizeSizeWH[0] << ", " << MDConf.ResizeSizeWH[1] << " }"; in MDToDApi_createPipeLine()
[all …]
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dfill_tests.cc35 MS_LOG(INFO) << " begin test "; in TEST_F()
41 MS_LOG(INFO) << " init tensors "; in TEST_F()
52 MS_LOG(INFO) << " initialize tensors "; in TEST_F()
57 MS_LOG(INFO) << " new FillParameter failed "; in TEST_F()
64 MS_LOG(INFO) << " new kernel::FillOpenCLKernel failed "; in TEST_F()
70 MS_LOG(INFO) << " new kernel::FillOpenCLKernel failed "; in TEST_F()
75 MS_LOG(INFO) << " initialize sub_graph "; in TEST_F()
79 MS_LOG(INFO) << " new kernel::OpenCLSubGraph Inner Kernel failed "; in TEST_F()
86 MS_LOG(INFO) << " new kernel::OpenCLSubGraph failed "; in TEST_F()
95 MS_LOG(INFO) << " initialize input data "; in TEST_F()
[all …]
Dcast_tests.cc41 MS_LOG(INFO) << " begin test "; in TEST_F()
51 MS_LOG(INFO) << " initialize param "; in TEST_F()
54 MS_LOG(INFO) << " new OpParameter failed "; in TEST_F()
61 MS_LOG(INFO) << " init tensors "; in TEST_F()
67 MS_LOG(INFO) << " new input_tensor or output_tensor failed "; in TEST_F()
75 MS_LOG(INFO) << " new kernel::CastOpenCLKernel failed "; in TEST_F()
87 MS_LOG(INFO) << " new kernel::CastOpenCLKernel failed "; in TEST_F()
102 MS_LOG(INFO) << " initialize sub_graph "; in TEST_F()
106 MS_LOG(INFO) << " new kernel::OpenCLSubGraph Inner Kernel failed "; in TEST_F()
119 MS_LOG(INFO) << " new kernel::OpenCLSubGraph failed "; in TEST_F()
[all …]
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dworker_node.cc24 MS_LOG(INFO) << "[Worker start]: 1. Begin to start worker node!"; in Start()
27 …MS_LOG(INFO) << "[Worker start]: 4. The node role:" << CommUtil::NodeRoleToString(node_info_.node_… in Start()
31 MS_LOG(INFO) << "[Worker start]: 5. Worker start heartbeat timer!"; in Start()
39 MS_LOG(INFO) << "[Worker start]: 6. Successfully start worker node!"; in Start()
47 MS_LOG(INFO) << "The config file is empty, then init node by context."; in Initialize()
58 MS_LOG(INFO) << "[Worker start]: 2. Worker node create tcp server successful!"; in Initialize()
65 MS_LOG(INFO) << "[Worker start]: 3. Worker node crete tcp client to scheduler successful!"; in Initialize()
72 MS_LOG(INFO) << "Stop worker node!"; in Stop()
89 MS_LOG(INFO) << "Worker node already finish!"; in Finish()
92 MS_LOG(INFO) << "[Worker finish]: 1. Begin to finish worker node!"; in Finish()
[all …]
Dserver_node.cc24 MS_LOG(INFO) << "[Server start]: 1. Begin to start server node!"; in Start()
27 …MS_LOG(INFO) << "[Server start]: 4. The node role:" << CommUtil::NodeRoleToString(node_info_.node_… in Start()
31 MS_LOG(INFO) << "[Server start]: 5. Server start heartbeat timer!"; in Start()
39 MS_LOG(INFO) << "[Server start]: 6. Successfully start server node!"; in Start()
47 MS_LOG(INFO) << "The config file is empty, then init node by context."; in Initialize()
58 MS_LOG(INFO) << "[Server start]: 2. Server node create tcp server successful!"; in Initialize()
65 MS_LOG(INFO) << "[Server start]: 3. Server node crete tcp client to scheduler successful!"; in Initialize()
69 MS_LOG(INFO) << "Stop server node!"; in Stop()
88 MS_LOG(INFO) << "Server node already finish!"; in Finish()
93 MS_LOG(INFO) << "The node has already stopped."; in Finish()
[all …]
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_segment_test.cc38 using mindspore::MsLogLevel::INFO;
58 MS_LOG(INFO) << FormatInfo("Test Shard Segment"); in TEST_F()
67 MS_LOG(INFO) << "Get category field: " << fields; in TEST_F()
79 MS_LOG(INFO) << "Read category info: " << *category_ptr; in TEST_F()
84 …MS_LOG(INFO) << "category field: 822, images count: " << pages_ptr->size() << ", image[0] size: " … in TEST_F()
88 MS_LOG(INFO) << "category field: 823, images count: " << pages_ptr_1->size(); in TEST_F()
93 …MS_LOG(INFO) << "category id: 1, images count: " << pages_ptr_2->size() << ", image[0] size: " << … in TEST_F()
97 MS_LOG(INFO) << "category field: 822, images count: " << pages_ptr_3->size(); in TEST_F()
101 MS_LOG(INFO) << "category id: 1, images count: " << pages_ptr_4->size(); in TEST_F()
105 MS_LOG(INFO) << FormatInfo("Test ReadAtPageByName of error category_name and category_field"); in TEST_F()
[all …]
Dut_shard_writer_test.cc36 using mindspore::MsLogLevel::INFO;
46 MS_LOG(INFO) << common::SafeCStr(FormatInfo("Test write imageNet")); in TEST_F()
58 …MS_LOG(INFO) << common::SafeCStr(FormatInfo("Test write imageNet int32 of sample less than num of … in TEST_F()
71 MS_LOG(INFO) << "item size: " << std::get<0>(j).size(); in TEST_F()
73 …MS_LOG(INFO) << "key: " << common::SafeCStr(item.key()) << ", value: " << common::SafeCStr(item.va… in TEST_F()
87 MS_LOG(INFO) << common::SafeCStr(FormatInfo("Test write shift raw page")); in TEST_F()
105 MS_LOG(INFO) << "Load Meta Data Already."; in TEST_F()
109 MS_LOG(INFO) << "Only process 10 file names:"; in TEST_F()
111 MS_LOG(INFO) << "Load Img Filenames Already."; in TEST_F()
118 MS_LOG(INFO) << "Init ShardHeader Already."; in TEST_F()
[all …]
Dut_shard_reader_test.cc33 using mindspore::MsLogLevel::INFO;
53 MS_LOG(INFO) << FormatInfo("Test read imageNet"); in TEST_F()
66 MS_LOG(INFO) << "key: " << item.key() << ", value: " << item.value().dump(); in TEST_F()
74 MS_LOG(INFO) << FormatInfo("Test read imageNet"); in TEST_F()
88 MS_LOG(INFO) << "key: " << item.key() << ", value: " << item.value().dump(); in TEST_F()
98 MS_LOG(INFO) << FormatInfo("Test read imageNet"); in TEST_F()
113 MS_LOG(INFO) << "key: " << item.key() << ", value: " << item.value().dump(); in TEST_F()
121 MS_LOG(INFO) << FormatInfo("Test read imageNet"); in TEST_F()
137 MS_LOG(INFO) << "key: " << item.key() << ", value: " << item.value().dump(); in TEST_F()
147 MS_LOG(INFO) << FormatInfo("Test read imageNet"); in TEST_F()
[all …]
Dut_common.cc152 MS_LOG(INFO) << common::SafeCStr(FormatInfo("Write imageNet")); in ShardWriterImageNet()
158 MS_LOG(INFO) << "-- ATTN -- Missed data directory. Skip this case. -----------------"; in ShardWriterImageNet()
165 MS_LOG(INFO) << "Init ShardHeader Already."; in ShardWriterImageNet()
177 MS_LOG(INFO) << "Init Schema Already."; in ShardWriterImageNet()
188 MS_LOG(INFO) << "Init Index Fields Already."; in ShardWriterImageNet()
196 MS_LOG(INFO) << "Init Images Already."; in ShardWriterImageNet()
203 MS_LOG(INFO) << "shard name is: " << common::SafeCStr(file_names[i - 1]); in ShardWriterImageNet()
206 MS_LOG(INFO) << "Init Output Files Already."; in ShardWriterImageNet()
219 MS_LOG(INFO) << "=============== images " << bin_data.size() << " ============================"; in ShardWriterImageNet()
229 MS_LOG(INFO) << "Done create index"; in ShardWriterImageNet()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_hwaes_test.cc75 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
76 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
88 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
90 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
94 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
97 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes_test.cc75 ABSL_RAW_LOG(INFO, "ABSL_HAVE_ACCELERATED_AES=%d", ABSL_HAVE_ACCELERATED_AES); in main()
76 ABSL_RAW_LOG(INFO, "ABSL_RANDOM_INTERNAL_AES_DISPATCH=%d", in main()
80 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_64"); in main()
82 ABSL_RAW_LOG(INFO, "ABSL_ARCH_X86_32"); in main()
84 ABSL_RAW_LOG(INFO, "ABSL_ARCH_AARCH64"); in main()
86 ABSL_RAW_LOG(INFO, "ABSL_ARCH_ARM"); in main()
88 ABSL_RAW_LOG(INFO, "ABSL_ARCH_PPC"); in main()
90 ABSL_RAW_LOG(INFO, "ARCH Unknown"); in main()
94 ABSL_RAW_LOG(INFO, "HasRandenHwAesImplementation = %d", x); in main()
97 ABSL_RAW_LOG(INFO, "CPUSupportsRandenHwAes = %d", x); in main()
[all …]
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/
Dcipher_init.cc28 MS_LOG(INFO) << "CipherInit::Init START"; in Init()
57 MS_LOG(INFO) << "DP parameters init, dp_eps: " << param.dp_eps; in Init()
58 MS_LOG(INFO) << "DP parameters init, dp_delta: " << param.dp_delta; in Init()
59 MS_LOG(INFO) << "DP parameters init, dp_norm_clip: " << param.dp_norm_clip; in Init()
70 MS_LOG(INFO) << " CipherInit exchange_key_threshold : " << exchange_key_threshold; in Init()
71 MS_LOG(INFO) << " CipherInit get_key_threshold : " << get_key_threshold; in Init()
72 MS_LOG(INFO) << " CipherInit share_secrets_threshold : " << share_secrets_threshold; in Init()
73 MS_LOG(INFO) << " CipherInit get_secrets_threshold : " << get_secrets_threshold; in Init()
74 MS_LOG(INFO) << " CipherInit client_list_threshold : " << client_list_threshold; in Init()
75 MS_LOG(INFO) << " CipherInit reconstruct_secrets_threshold : " << reconstruct_secrets_threshold; in Init()
[all …]
/third_party/abseil-cpp/absl/base/
Draw_logging_test.cc29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST()
30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST()
31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST()
32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST()
33 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST()
59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST()
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Draw_logging_test.cc29 ABSL_RAW_LOG(INFO, "RAW INFO: %d", 1); in TEST()
30 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d", 1, 2); in TEST()
31 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d", 1, 2, 3); in TEST()
32 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d", 1, 2, 3, 4); in TEST()
33 ABSL_RAW_LOG(INFO, "RAW INFO: %d %d %d %d %d", 1, 2, 3, 4, 5); in TEST()
59 ABSL_INTERNAL_LOG(INFO, "Internal Log"); in TEST()
61 ABSL_INTERNAL_LOG(INFO, log_msg); in TEST()
63 ABSL_INTERNAL_LOG(INFO, log_msg + " 2"); in TEST()
66 ABSL_INTERNAL_LOG(INFO, absl::StrCat("Internal log ", 3, " + ", d)); in TEST()
/third_party/mindspore/tests/ut/cpp/dataset/
Dtokenizer_op_test.cc47 MS_LOG(INFO) << "Doing TestUnicodeCharTokenizerOp."; in TEST_F()
55 MS_LOG(INFO) << "Out tensor1: " << output[0]->ToString(); in TEST_F()
75 MS_LOG(INFO) << "Out tensor2: " << output[0]->ToString(); in TEST_F()
89 MS_LOG(INFO) << "Out tensor3: " << output[0]->ToString(); in TEST_F()
98 MS_LOG(INFO) << "Out tensor4: " << output[0]->ToString(); in TEST_F()
107 MS_LOG(INFO) << "Out tensor5: " << output[0]->ToString(); in TEST_F()
117 MS_LOG(INFO) << "Out tensor6: " << output[0]->ToString(); in TEST_F()
122 MS_LOG(INFO) << "Doing TestWhitespaceTokenizerOp."; in TEST_F()
130 MS_LOG(INFO) << "Out tensor1: " << output[0]->ToString(); in TEST_F()
141 MS_LOG(INFO) << "Out tensor2: " << output[0]->ToString(); in TEST_F()
[all …]
Dslice_op_test.cc23 using mindspore::MsLogLevel::INFO;
31 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOpBasic."; in TEST_F()
54 MS_LOG(INFO) << "MindDataTestSliceOp-TestOp end."; in TEST_F()
58 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOpNeg."; in TEST_F()
80 MS_LOG(INFO) << "MindDataTestSliceOp-TestOp end."; in TEST_F()
84 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOp2D."; in TEST_F()
109 MS_LOG(INFO) << "MindDataTestSliceOp-TestOp end."; in TEST_F()
113 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOp3D."; in TEST_F()
138 MS_LOG(INFO) << "MindDataTestSliceOp-TestOp end."; in TEST_F()
142 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOpReturnNothing."; in TEST_F()
[all …]
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_swapchain.cc54 FML_DLOG(INFO) << "Device or surface is invalid."; in VulkanSwapchain()
59 FML_DLOG(INFO) << "Could not find surface capabilities."; in VulkanSwapchain()
77 FML_DLOG(INFO) << "Could not choose surface format."; in VulkanSwapchain()
83 FML_DLOG(INFO) << "Could not choose present mode."; in VulkanSwapchain()
95 FML_DLOG(INFO) << "Could not get physical device surface support."; in VulkanSwapchain()
100 FML_DLOG(INFO) << "Surface was not supported by the physical device."; in VulkanSwapchain()
142 FML_DLOG(INFO) << "Could not create the swapchain."; in VulkanSwapchain()
155 FML_DLOG(INFO) << "Could not create swapchain images."; in VulkanSwapchain()
321 FML_DLOG(INFO) << "Swapchain was invalid."; in AcquireSurface()
332 FML_DLOG(INFO) << "Could not get the next backbuffer."; in AcquireSurface()
[all …]
Dvulkan_window.cc23 FML_DLOG(INFO) << "Proc table has not acquired mandatory proc addresses."; in VulkanWindow()
28 FML_DLOG(INFO) << "Native surface is invalid."; in VulkanWindow()
45 FML_DLOG(INFO) << "Instance proc addresses have not been setup."; in VulkanWindow()
57 FML_DLOG(INFO) << "Device proc addresses have not been setup."; in VulkanWindow()
67 FML_DLOG(INFO) << "Vulkan surface is invalid."; in VulkanWindow()
74 FML_DLOG(INFO) << "Could not create Skia context."; in VulkanWindow()
81 FML_DLOG(INFO) << "Could not setup the swapchain initially."; in VulkanWindow()
147 FML_DLOG(INFO) << "Surface is invalid."; in AcquireSurface()
161 FML_DLOG(INFO) << "Swapchain and surface sizes are out of sync. Recreating " in AcquireSurface()
164 FML_DLOG(INFO) << "Could not recreate swapchain."; in AcquireSurface()
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.cc29 MS_LOG(INFO) << "RuntimeModel destructor start."; in ~RuntimeModel()
46 MS_LOG(INFO) << "Do RtModelDestroy"; in ~RuntimeModel()
58 MS_LOG(INFO) << "Stream id " << stream_id << " is wait active stream."; in InitStream()
63 MS_LOG(INFO) << "Stream id " << stream_id << " is force copy stream."; in InitStream()
67 MS_LOG(INFO) << "Total stream num " << davinci_model->GetStreamNum(); in InitStream()
79 MS_LOG(INFO) << "rtStreamCreateWithFlags end."; in InitStream()
89 MS_LOG(INFO) << "stream index: " << i << ", stream: " << stream; in InitStream()
94 MS_LOG(INFO) << "Event number: " << event_num; in InitEvent()
106 MS_LOG(INFO) << "Label number: " << davinci_model->GetBatchNum(); in InitLabel()
131 MS_LOG(INFO) << "InitResource start"; in InitResource()
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.cc138 MS_LOG(INFO) << "Start init hccl adapter."; in InitHccl()
141 MS_LOG(INFO) << "Hccl has been inited, skip."; in InitHccl()
146 MS_LOG(INFO) << "Init hccl adapter success."; in InitHccl()
152 …MS_LOG(INFO) << "Start init hccl adapter for " << (is_graph_mode ? "graph mode." : "pynative mode.… in InitHccl()
155 MS_LOG(INFO) << "Hccl has been inited, skip."; in InitHccl()
178 MS_LOG(INFO) << "Init hccl adapter success."; in InitHccl()
184 …MS_LOG(INFO) << "Start destroy hccl adapter for " << (is_graph_mode_ ? "graph mode." : "pynative m… in FinalizeHccl()
186 MS_LOG(INFO) << "Hccl has never been inited, skip."; in FinalizeHccl()
199 MS_LOG(INFO) << "Destroy hccl adapter success."; in FinalizeHccl()
207 MS_LOG(INFO) << "Start generate task for hccl node " << node->DebugString(); in GenTask()
[all …]

12345678910>>...50