/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | costmodel_context.cc | 30 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/mindspore/mindspore/ccsrc/utils/system/ |
D | file_system.cc | 33 MS_LOG(ERROR) << "Create write file failed because the file name is null."; in CreateWriteFile() 38 MS_LOG(ERROR) << "Create write file(" << file_name << ") failed."; in CreateWriteFile() 43 MS_LOG(ERROR) << "Open the write file(" << file_name << ") failed."; in CreateWriteFile() 51 MS_LOG(WARNING) << "The file name is null."; in FileExist() 56 MS_LOG(DEBUG) << "The file(" << file_name << ") not exist."; in FileExist() 64 MS_LOG(WARNING) << "The file name is null."; in DeleteFile() 69 MS_LOG(ERROR) << "Delete the file(" << file_name << ") failed." << ErrnoToString(errno); in DeleteFile() 78 MS_LOG(WARNING) << "The directory name is null."; in CreateDir() 84 MS_LOG(ERROR) << "Create the dir(" << dir_name << ") failed." << ErrnoToString(errno); in CreateDir() 93 MS_LOG(WARNING) << "The directory name is null."; in DeleteDir() [all …]
|
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | vm.cc | 70 MS_LOG(DEBUG) << "InstSet size:" << insts_.size(); in FinalVM() 76 MS_LOG(DEBUG) << "Push " << v.ToString() << " sp_:" << sp_; in Push() 82 MS_LOG(EXCEPTION) << "Invalid value of n " << n << ", it should be not more than " << (sp_ - 1); in Pop() 92 …MS_LOG(EXCEPTION) << "MoveStack arg error: nitems=" << nitems << " height=" << height << " sp=" <<… in MoveStack() 104 MS_LOG(DEBUG) << "Ref i:" << i << " sp_:" << sp_; in Ref() 109 MS_LOG(DEBUG) << "VM ref python:" << py::str(value); in Ref() 112 MS_LOG(DEBUG) << "Ref not python :" << insts_stack_[sp_next].ToString(); in Ref() 116 …MS_LOG(EXCEPTION) << "IndexError: index(" << sp_next << ") out of range [0, " << insts_stack_.size… in Ref() 123 MS_LOG(EXCEPTION) << "Stack retp_ is empty"; in Popp() 126 MS_LOG(DEBUG) << "Pop pc:" << pc_ << ", sp:" << sp_; in Popp() [all …]
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/ |
D | runtime_model.cc | 29 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() 76 MS_LOG(EXCEPTION) << "Call rt api rtStreamCreate failed, ret: " << rt_ret; in InitStream() 79 MS_LOG(INFO) << "rtStreamCreateWithFlags end."; in InitStream() 87 MS_LOG(EXCEPTION) << "Call rt api rtModelBindStream failed, ret: " << rt_ret; in InitStream() 89 MS_LOG(INFO) << "stream index: " << i << ", stream: " << stream; in InitStream() 94 MS_LOG(INFO) << "Event number: " << event_num; in InitEvent() [all …]
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/ |
D | acl_graph_impl.cc | 39 MS_LOG(ERROR) << "Prepare model resource failed."; in Run() 49 MS_LOG(ERROR) << "Prepare model resource failed."; in GetInputs() 59 MS_LOG(ERROR) << "Prepare model resource failed."; in GetOutputs() 67 MS_LOG(INFO) << "Start load acl model."; in LoadAclModel() 72 MS_LOG(ERROR) << "Call aclmdlLoadFromMem failed."; in LoadAclModel() 81 MS_LOG(ERROR) << "Pre init model resource failed."; in LoadAclModel() 85 MS_LOG(INFO) << "Load acl model success."; in LoadAclModel() 96 MS_LOG(ERROR) << "Acl init failed."; in InitEnv() 102 MS_LOG(ERROR) << "Acl open device " << device_id_ << " failed"; in InitEnv() 105 MS_LOG(INFO) << "Open device " << device_id_ << " success"; in InitEnv() [all …]
|
/third_party/mindspore/mindspore/lite/src/cxx_api/ |
D | context.cc | 67 MS_LOG(ERROR) << "Invalid context."; in SetThreadNum() 75 MS_LOG(ERROR) << "Invalid context."; in GetThreadNum() 83 MS_LOG(ERROR) << "Invalid context."; in SetEnableParallel() 91 MS_LOG(ERROR) << "Invalid context."; in GetEnableParallel() 100 MS_LOG(ERROR) << "Invalid context."; in SetThreadAffinity() 109 MS_LOG(ERROR) << "Invalid context."; in GetThreadAffinityMode() 117 MS_LOG(ERROR) << "Invalid context."; in SetThreadAffinity() 127 MS_LOG(ERROR) << "Invalid context."; in GetThreadAffinityCoreList() 135 MS_LOG(ERROR) << "Invalid context."; in SetDelegate() 143 MS_LOG(ERROR) << "Invalid context."; in GetDelegate() [all …]
|
D | types.cc | 52 …MS_LOG(ERROR) << "Set data failed, tensor current data size " << DataSize() << " not match data le… in SetData() 61 MS_LOG(ERROR) << "Set data failed, data len " << data_len; in SetData() 93 MS_LOG(ERROR) << "data_len is error."; in CreateTensor() 97 MS_LOG(ERROR) << "Mull data ptr of tensor."; in CreateTensor() 102 MS_LOG(ERROR) << "Allocate tensor impl failed."; in CreateTensor() 109 MS_LOG(ERROR) << "Allocate tensor impl failed."; in CreateTensor() 115 MS_LOG(ERROR) << "Allocate data failed."; in CreateTensor() 128 MS_LOG(ERROR) << "Allocate tensor impl failed."; in CreateRefTensor() 133 MS_LOG(ERROR) << "Allocate tensor impl failed."; in CreateRefTensor() 141 MS_LOG(ERROR) << "Unsupported Feature."; in CreateDevTensor() [all …]
|
D | cell.cc | 25 MS_LOG(ERROR) << "Unsupported feature."; in operator ()() 29 ParameterCell::ParameterCell(const ParameterCell &cell) { MS_LOG(ERROR) << "Unsupported feature."; } in ParameterCell() 31 MS_LOG(ERROR) << "Unsupported feature."; in operator =() 35 ParameterCell::ParameterCell(ParameterCell &&cell) { MS_LOG(ERROR) << "Unsupported feature."; } in ParameterCell() 38 MS_LOG(ERROR) << "Unsupported feature."; in operator =() 42 ParameterCell::ParameterCell(const MSTensor &tensor) { MS_LOG(ERROR) << "Unsupported feature."; } in ParameterCell() 45 MS_LOG(ERROR) << "Unsupported feature."; in operator =() 49 ParameterCell::ParameterCell(MSTensor &&tensor) : tensor_(tensor) { MS_LOG(ERROR) << "Unsupported f… in ParameterCell() 52 MS_LOG(ERROR) << "Unsupported feature."; in operator =() 58 MS_LOG(ERROR) << "Invalid graph."; in GraphCell() [all …]
|
/third_party/mindspore/mindspore/lite/src/cxx_api/model/ |
D | model_impl.cc | 49 MS_LOG(ERROR) << "The input model buffer is nullptr."; in Build() 53 MS_LOG(ERROR) << "The input model buffer size is 0."; in Build() 59 MS_LOG(ERROR) << "Allocate session failed."; in Build() 65 MS_LOG(ERROR) << "Init session failed"; in Build() 70 MS_LOG(DEBUG) << "Build model success."; in Build() 78 MS_LOG(ERROR) << "Allocate session failed."; in Build() 84 MS_LOG(ERROR) << "Init session failed"; in Build() 89 MS_LOG(DEBUG) << "Build model success."; in Build() 94 MS_LOG(DEBUG) << "Start build model."; in Build() 96 MS_LOG(ERROR) << "Invalid graph."; in Build() [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/ |
D | acl_pass.cc | 59 MS_LOG(ERROR) << "New Tensor failed."; in CreateOmParameter() 63 …MS_LOG(ERROR) << "Dst buff size " << param_value->Size() << " should be greater than src buff siz… in CreateOmParameter() 68 MS_LOG(ERROR) << "Memcpy om data failed."; in CreateOmParameter() 79 MS_LOG(ERROR) << "Convert graph to om failed."; in BuildGraph() 84 MS_LOG(ERROR) << "Convert graph to om failed."; in BuildGraph() 91 MS_LOG(INFO) << "Deparser graph start."; in RunPrimitiveMapper() 104 MS_LOG(ERROR) << "Prim is nullptr."; in RunPrimitiveMapper() 110 MS_LOG(DEBUG) << "Name: " << name << " not need to mapper."; in RunPrimitiveMapper() 113 MS_LOG(INFO) << "Deparser cnode: " << name; in RunPrimitiveMapper() 116 MS_LOG(ERROR) << "Deparser primitive failed."; in RunPrimitiveMapper() [all …]
|
/third_party/mindspore/mindspore/ccsrc/utils/summary/ |
D | event_writer.cc | 30 MS_LOG(EXCEPTION) << "Get the file system failed."; in EventWriter() 34 MS_LOG(EXCEPTION) << "Create the event file(" << file_full_name << ") failed."; in EventWriter() 44 MS_LOG(ERROR) << "Close file(" << filename_ << ") failed."; in ~EventWriter() 55 MS_LOG(ERROR) << "Open the file(" << filename_ << ") failed."; in Open() 60 MS_LOG(ERROR) << "Open the file(" << filename_ << ") failed."; in Open() 68 MS_LOG(ERROR) << "Write failed because file could not be opened."; in Write() 74 MS_LOG(ERROR) << "Event write failed."; in Write() 81 MS_LOG(ERROR) << "Failed to flush to file(" << filename_ << ") because the file not exist."; in Flush() 85 MS_LOG(ERROR) << "Can't flush because the event file is null."; in Flush() 90 …MS_LOG(ERROR) << "Failed to sync to file(" << filename_ << "), the event count(" << events_write_c… in Flush() [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/ |
D | model_infer.cc | 35 MS_LOG(INFO) << "Acl has been initialized, skip."; in Init() 41 MS_LOG(ERROR) << "Acl init failed."; in Init() 47 MS_LOG(ERROR) << "Acl open device " << device_id << " failed."; in Init() 50 MS_LOG(INFO) << "Open device " << device_id << " success."; in Init() 54 MS_LOG(ERROR) << "Acl create context failed."; in Init() 57 MS_LOG(INFO) << "Create context success."; in Init() 62 MS_LOG(ERROR) << "Acl get run mode failed."; in Init() 67 MS_LOG(INFO) << "Get run mode success is device input/output " << is_device; in Init() 69 MS_LOG(INFO) << "Init acl success, device id " << device_id; in Init() 76 MS_LOG(WARNING) << "Init is not ok, no need to finalize."; in Finalize() [all …]
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/allreduce_fusion/ |
D | allreduce_fusion.cc | 33 …MS_LOG(EXCEPTION) << "FindCNodesWithPara exceeds max recursive call times! Max recursive call time… in FindCNodesWithPara() 76 MS_LOG(DEBUG) << "AddNode " << cnode->DebugString(); in AddNodeToGraph() 78 MS_LOG(ERROR) << "AddNode failed! cnode: " << cnode->DebugString(); in AddNodeToGraph() 88 MS_LOG(EXCEPTION) << "FindCNode exceeds max recursive call times! Max recursive call times is " in FindCNode() 102 …MS_LOG(DEBUG) << "cnode " << cnode->ToString() << " IsParallelCareNode: " << IsParallelCareNode(cn… in FindCNode() 107 MS_LOG(DEBUG) << "cnode " << cnode->DebugString() << " cost: " << cost; in FindCNode() 129 …MS_LOG(EXCEPTION) << "FindNextCNodes exceeds max recursive call times! Max recursive call times is… in FindNextCNodes() 134 …MS_LOG(DEBUG) << "from cnode " << from->DebugString() << " has " << from_inputs.size() << " inputs… in FindNextCNodes() 168 MS_LOG(ERROR) << "AddEdge error"; in AddEdgeToGraph() 171 …MS_LOG(DEBUG) << "from " << cur_cnode->DebugString() << ", to " << cnode->DebugString() << " dist … in AddEdgeToGraph() [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | winograd.cc | 84 MS_LOG(ERROR) << "Load source failed."; in BuildKernel() 90 MS_LOG(ERROR) << "Build kernel failed."; in BuildKernel() 96 MS_LOG(ERROR) << "Build kernel failed."; in BuildKernel() 101 MS_LOG(ERROR) << "Build kernel failed."; in BuildKernel() 120 MS_LOG(ERROR) << "Malloc failed."; in InitFilter() 127 MS_LOG(ERROR) << "Malloc failed."; in InitFilter() 142 MS_LOG(ERROR) << "new winograd_filter failed."; in InitFilter() 149 MS_LOG(ERROR) << "WinogradWeightTransform failed."; in InitFilter() 169 MS_LOG(ERROR) << "Map Buffer failed."; in InitFilter() 174 MS_LOG(ERROR) << "UnmapBuffer failed."; in InitFilter() [all …]
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | worker_node.cc | 24 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() 34 MS_LOG(ERROR) << "Start Worker node timeout!"; 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() 51 MS_LOG(WARNING) << "Recover the worker node is failed."; in Initialize() 58 MS_LOG(INFO) << "[Worker start]: 2. Worker node create tcp server successful!"; in Initialize() 62 MS_LOG(EXCEPTION) << "Worker node connect to scheduler timeout!"; in Initialize() 65 MS_LOG(INFO) << "[Worker start]: 3. Worker node crete tcp client to scheduler successful!"; in Initialize() [all …]
|
D | server_node.cc | 24 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() 34 MS_LOG(ERROR) << "Start server node timeout!"; 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() 51 MS_LOG(WARNING) << "Recover the server node is failed."; in Initialize() 58 MS_LOG(INFO) << "[Server start]: 2. Server node create tcp server successful!"; in Initialize() 62 MS_LOG(EXCEPTION) << "Server node connect to scheduler timedout!"; in Initialize() 65 MS_LOG(INFO) << "[Server start]: 3. Server node crete tcp client to scheduler successful!"; in Initialize() [all …]
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | MDToDApi.cc | 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() 121 MS_LOG(INFO) << "crop: { " << MDConf.CropSizeWH[0] << ", " << MDConf.CropSizeWH[1] << " }"; in MDToDApi_createPipeLine() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/ |
D | MDAclProcess.cc | 91 MS_LOG(ERROR) << "Failed to deinitialize dvppCommon_, ret = " << ret; in Release() 94 MS_LOG(INFO) << "dvppCommon_ object deinitialized successfully"; in Release() 101 MS_LOG(ERROR) << "Failed to destroy stream, ret = " << ret; in Release() 107 MS_LOG(INFO) << "The stream is destroyed successfully"; in Release() 119 MS_LOG(ERROR) << "Failed to create dvppCommon_ object"; in InitModule() 122 MS_LOG(INFO) << "DvppCommon object created successfully"; in InitModule() 125 MS_LOG(ERROR) << "Failed to initialize dvppCommon_ object, ret = " << ret; in InitModule() 128 MS_LOG(INFO) << "DvppCommon object initialized successfully"; in InitModule() 139 MS_LOG(ERROR) << "Failed to get ACL context, ret = " << ret; in InitResource() 142 MS_LOG(INFO) << "The context is created successfully"; in InitResource() [all …]
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/ |
D | profiling_manager.cc | 55 MS_LOG(ERROR) << "MsprofReporterCallback callback is nullptr."; in PluginInit() 62 MS_LOG(ERROR) << "MsprofReporter init failed, ret: " << ret; in PluginInit() 70 MS_LOG(ERROR) << "MsprofReporterCallback callback is nullptr."; in PluginUnInit() 77 MS_LOG(WARNING) << "profiling plugin uninit failed, ret:%d" << cb_ret; in PluginUnInit() 84 MS_LOG(ERROR) << "Copy job_id failed."; in GetProfConf() 90 MS_LOG(ERROR) << "Profiler manager instance is nullptr."; in GetProfConf() 108 MS_LOG(ERROR) << "Copy profiling_options failed"; in GetProfConf() 123 MS_LOG(ERROR) << "Call msprofCtrlCallback failed, ret: " << cb_ret; in StartupProfiling() 126 MS_LOG(INFO) << "No need profiling. please export PROFILING_MODE and in train mode."; in StartupProfiling() 131 MS_LOG(ERROR) in StartupProfiling() [all …]
|
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/ |
D | tensorrt_subgraph.cc | 54 MS_LOG(ERROR) << "Get NPU subgraph input and output ops failed."; in Init() 60 MS_LOG(ERROR) << "New network failed."; in Init() 65 MS_LOG(WARNING) << "hw dims resize is unsupported."; in Init() 70 MS_LOG(WARNING) << "set tensorrt config failed."; in Init() 79 MS_LOG(ERROR) << "addOptimizationProfile failed."; in BuildEngine() 82 MS_LOG(INFO) << "build engine for tensorrt network: " << this->network_->getName(); in BuildEngine() 84 MS_LOG(DEBUG) << "tensorrt op: " << this->network_->getLayer(i)->getName(); in BuildEngine() 86 MS_LOG(DEBUG) << "end of tensorrt network: " << this->network_->getName(); in BuildEngine() 90 MS_LOG(ERROR) << "Create engine failed in TensorRT network"; in BuildEngine() 99 MS_LOG(ERROR) << "create builder config failed."; in SetDeviceConfig() [all …]
|
/third_party/mindspore/mindspore/ccsrc/fl/armour/cipher/ |
D | cipher_init.cc | 28 MS_LOG(INFO) << "CipherInit::Init START"; in Init() 30 MS_LOG(ERROR) << "CipherInit::input data invalid."; in Init() 34 MS_LOG(ERROR) << "CipherInit::memory copy failed."; 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() 67 MS_LOG(ERROR) << "Cipher Param Update is invalid."; 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() [all …]
|
/third_party/mindspore/mindspore/ccsrc/utils/context/ |
D | context_extends.cc | 50 MS_LOG(EXCEPTION) << "nullptr"; in OpenTsd() 58 MS_LOG(DEBUG) << "ACLTDT Dataset client is already opened."; in OpenTsd() 73 MS_LOG(INFO) << "Should config rank size."; in OpenTsd() 78 MS_LOG(EXCEPTION) << "Error rank size " << rank_env << "."; in OpenTsd() 85 MS_LOG(WARNING) << "Init slog failed, ret = " << log_ret; in OpenTsd() 88 MS_LOG(INFO) << "Device id = " << device_id << ", rank size = " << rank_size << "."; in OpenTsd() 93 MS_LOG(ERROR) << "Ascend error occurred, error message:\n" << error_message; in OpenTsd() 95 …MS_LOG(EXCEPTION) << "Device " << device_id << " call rtSetDevice failed, ret[" << static_cast<int… in OpenTsd() 109 MS_LOG(EXCEPTION) << "ms_context_prt is nullptr"; in CloseTsd() 127 MS_LOG(ERROR) << "Ascend error occurred, error message:\n" << error_message; in CloseTsd() [all …]
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_client.cc | 43 MS_LOG(EXCEPTION) << "SSL_CTX_new failed"; in InitSSL() 49 MS_LOG(EXCEPTION) << "The config file is empty."; in InitSSL() 56 MS_LOG(EXCEPTION) << "The key:" << kClientCertPath << "'s value is not exist."; in InitSSL() 63 MS_LOG(EXCEPTION) << "The client password's value is empty."; in InitSSL() 74 MS_LOG(EXCEPTION) << "PKCS12_parse failed."; in InitSSL() 79 MS_LOG(EXCEPTION) << "the cert is nullptr"; in InitSSL() 82 MS_LOG(EXCEPTION) << "the key is nullptr"; in InitSSL() 89 MS_LOG(WARNING) << "The key:" << kCaCertPath << "'s value is not exist."; in InitSSL() 95 MS_LOG(INFO) << "The crl path is empty."; in InitSSL() 97 MS_LOG(EXCEPTION) << "Verify crl failed."; in InitSSL() [all …]
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | slice_op_test.cc | 31 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOpBasic."; in TEST_F() 50 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 51 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() 54 MS_LOG(INFO) << "MindDataTestSliceOp-TestOp end."; in TEST_F() 58 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOpNeg."; in TEST_F() 76 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() 77 MS_LOG(DEBUG) << *expected << std::endl; in TEST_F() 80 MS_LOG(INFO) << "MindDataTestSliceOp-TestOp end."; in TEST_F() 84 MS_LOG(INFO) << "Doing MindDataTestSliceOp-TestOp2D."; in TEST_F() 105 MS_LOG(DEBUG) << *output << std::endl; in TEST_F() [all …]
|
/third_party/mindspore/mindspore/lite/tools/cropper/ |
D | cropper.cc | 34 MS_LOG(DEBUG) << cmd; in ReadPackage() 38 MS_LOG(ERROR) << "Error to popen" << this->flags_->package_file_; in ReadPackage() 46 MS_LOG(DEBUG) << "file nums: " << this->all_files_.size(); in ReadPackage() 57 MS_LOG(ERROR) << "read package failed."; in RunCropper() 62 MS_LOG(ERROR) << "get model files failed."; in RunCropper() 67 MS_LOG(ERROR) << "get model ops failed."; in RunCropper() 72 MS_LOG(ERROR) << "get op match files failed."; in RunCropper() 77 MS_LOG(ERROR) << "get discard file list failed."; in RunCropper() 82 MS_LOG(ERROR) << "cut package failed."; in RunCropper() 93 MS_LOG(ERROR) << "Read model file failed while running " << path.c_str(); in GetModelOps() [all …]
|