/third_party/mindspore/mindspore/ccsrc/utils/system/ |
D | file_system.cc | 51 MS_LOG(WARNING) << "The file name is null."; in FileExist() 64 MS_LOG(WARNING) << "The file name is null."; in DeleteFile() 78 MS_LOG(WARNING) << "The directory name is null."; in CreateDir() 93 MS_LOG(WARNING) << "The directory name is null."; in DeleteDir() 127 MS_LOG(WARNING) << "The file name is null."; in FileExist() 140 MS_LOG(WARNING) << "The directory name is null."; in CreateDir() 153 MS_LOG(WARNING) << "The directory name is null."; in DeleteDir() 166 MS_LOG(WARNING) << "The file name is null."; in DeleteFile() 179 MS_LOG(WARNING) << "The File(" << file_name_ << ") already open."; in Open() 212 MS_LOG(WARNING) << "File(" << file_name_ << ") already close."; in Close()
|
/third_party/skia/third_party/externals/libwebp/ |
D | xcframeworkbuild.sh | 54 WARNING: Xcode 12.0 or higher is required to build targets for 55 WARNING: Apple Silicon (arm64). The XCFrameworks generated with Xcode 11 will 56 WARNING: contain libraries for MacOS & Catalyst supporting x86_64 only. 57 WARNING: The build will continue in 5 seconds... 89 WARNING: The following directories will be deleted: 90 WARNING: ${BUILDDIR} 91 WARNING: ${TARGETDIR} 92 WARNING: ${DECTARGETDIR} 93 WARNING: ${MUXTARGETDIR} 94 WARNING: ${DEMUXTARGETDIR} [all …]
|
D | iosbuild.sh | 68 WARNING: The following directories will be deleted: 69 WARNING: ${BUILDDIR} 70 WARNING: ${TARGETDIR} 71 WARNING: ${DECTARGETDIR} 72 WARNING: ${MUXTARGETDIR} 73 WARNING: ${DEMUXTARGETDIR} 74 WARNING: The build will continue in 5 seconds...
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | comm_util.cc | 76 MS_LOG(WARNING) << "Get ifaddrs failed."; in GetAvailableInterfaceAndIP() 165 MS_LOG(WARNING) << kLibeventLogPrefix << msg; in LogCallback() 218 MS_LOG(WARNING) << "ASN1 time diff failed."; in VerifyCertTime() 223 MS_LOG(WARNING) << "Cert start time is later than now time."; in VerifyCertTime() 230 MS_LOG(WARNING) << "ASN1 time diff failed."; in VerifyCertTime() 240 … MS_LOG(WARNING) << "The certificate will expire in " << day << " days and " << sec << " seconds."; in VerifyCertTime() 242 MS_LOG(WARNING) << "The certificate has expired."; in VerifyCertTime() 260 MS_LOG(WARNING) << "Equip cert in root crl, verify failed"; in VerifyCRL() 277 MS_LOG(WARNING) << "Get text by nid failed."; in VerifyCommonName() 281 MS_LOG(WARNING) << "Get text by nid failed."; in VerifyCommonName() [all …]
|
D | abstract_node.cc | 85 MS_LOG(WARNING) << "Client send message failed."; in Broadcast() 120 MS_LOG(WARNING) << "The node role:" << CommUtil::NodeRoleToString(node_info_.node_role_) in set_scale_out_done() 140 MS_LOG(WARNING) << "The node role:" << CommUtil::NodeRoleToString(node_info_.node_role_) in set_scale_in_done() 232 MS_LOG(WARNING) << "Client send message failed."; in Send() 273 MS_LOG(WARNING) << "Client send message failed."; in Send() 326 MS_LOG(WARNING) << "Client send message failed."; in Send() 377 MS_LOG(WARNING) << "The output is not empty."; in CollectiveReceiveAsync() 461 MS_LOG(WARNING) << "Server response message failed."; in Response() 512 MS_LOG(WARNING) << "The node role is:" << CommUtil::NodeRoleToString(node_info_.node_role_) in StartHeartbeatTimer() 515 … MS_LOG(WARNING) << "The node role is:" << CommUtil::NodeRoleToString(node_info_.node_role_) in StartHeartbeatTimer() [all …]
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | env_config_parser.cc | 45 MS_LOG(WARNING) << "The environment variable '" << ENV_RDR_ENABLE << "' should be 0 or 1."; in GetRdrEnableFromEnv() 73 …MS_LOG(WARNING) << "Json Parse Failed. The '" << key << "' in '" << setting_key << "' should be st… in CheckJsonStringType() 84 MS_LOG(WARNING) << "Check json failed, '" << key << "' not found in '" << setting_key << "'." in CheckJsonKeyExist() 130 MS_LOG(WARNING) << "Env config file:" << config_file_ << " open failed." in ParseFromFile() 140 …MS_LOG(WARNING) << "Env config json contents '" << GetIfstreamString(json_file) << "' in config fi… in ParseFromFile() 195 …MS_LOG(WARNING) << "The '" << KEY_RDR_SETTINGS << "' not exists. Please check the config file '" <… in ParseRdrSetting() 219 MS_LOG(WARNING) << err_msg; in ParseRdrPath() 236 … MS_LOG(WARNING) << "Json parse failed. 'enable' in " << KEY_RDR_SETTINGS << " should be boolean." in ParseRdrEnable()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | pad.cc | 38 MS_LOG(WARNING) << "Pad only support 1 input Tensor."; in CheckSpecs() 42 MS_LOG(WARNING) << "Pad only support 1 output Tensor."; in CheckSpecs() 47 MS_LOG(WARNING) << "Pad only supports 1D-4D input Tensor but get " << in_ndim << "D."; in CheckSpecs() 52 MS_LOG(WARNING) << "Pad only supports 1D-4D output Tensor but get " << out_ndim << "D."; in CheckSpecs() 56 MS_LOG(WARNING) << "Pad: input ndim != output ndim."; in CheckSpecs() 60 MS_LOG(WARNING) << "Pad only support CONSTANT MODE."; in CheckSpecs() 69 MS_LOG(WARNING) << "pad tensor shape invalid."; in CheckSpecs()
|
D | gather.cc | 35 …MS_LOG(WARNING) << "GatherOpenCLKernel only supports 3 input Tensor but get " << in_tensors_.size(… in CheckSpecs() 39 …MS_LOG(WARNING) << "GatherOpenCLKernel only supports 1 output Tensor but get " << out_tensors_.siz… in CheckSpecs() 44 MS_LOG(WARNING) << "GatherOpenCLKernel Unsupportted intensor1 = tensor and datatype = fp16 "; in CheckSpecs() 49 …MS_LOG(WARNING) << "GatherOpenCLKernel only supports 1-4D input Tensor but get " << input_ndim << … in CheckSpecs() 54 …MS_LOG(WARNING) << "GatherOpenCLKernel only supports 1D indices Tensor but get " << indices_ndim <… in CheckSpecs() 61 … MS_LOG(WARNING) << "GatherOpenCLKernel only supports Int32/Int64/Float32/Float16 indices Tensor."; in CheckSpecs() 70 MS_LOG(WARNING) << "GatherOpenCLKernel need Axis."; in CheckSpecs() 77 MS_LOG(WARNING) << "axis is invalid: axis=" << axis_ << "."; in CheckSpecs()
|
D | split.cc | 59 MS_LOG(WARNING) << "enqueueCopyImage failed."; in RunAxis0() 72 MS_LOG(WARNING) << "in size: " << in_tensors_.size() << ", out size: " << out_tensors_.size(); in CheckSpecs() 76 MS_LOG(WARNING) << "in_tensors_ must be tensor"; in CheckSpecs() 81 MS_LOG(WARNING) << "out_tensor must be tensor"; in CheckSpecs() 87 MS_LOG(WARNING) << "num_split_ only supported = 2 or split_dim_ = 0 yet"; in CheckSpecs() 91 MS_LOG(WARNING) << "split_dim_ must between 0~3"; in CheckSpecs() 95 MS_LOG(WARNING) << "split_sizes_ can not nullptr"; in CheckSpecs() 99 MS_LOG(WARNING) << "param->split_sizes_[0] is zero."; in CheckSpecs()
|
D | fullconnection.cc | 40 MS_LOG(WARNING) << "in size: " << in_tensors_.size() << ", out size: " << out_tensors_.size(); in CheckSpecs() 45 MS_LOG(WARNING) << "fullconnection only support a_transpose_=false yet."; in CheckSpecs() 50 MS_LOG(WARNING) << "fullconnection only support 2d output shape or 4d output but H=W=1"; in CheckSpecs() 56 MS_LOG(WARNING) << "Unsupported activation type " << param->act_type_; in CheckSpecs() 64 MS_LOG(WARNING) << "Unsupported fullconnection shape"; in CheckSpecs() 69 … MS_LOG(WARNING) << "If fullconnection input weight is not constant, b_transpose_ should be true."; in CheckSpecs() 73 MS_LOG(WARNING) << "If fullconnection input weight is not constant, it should be 2d."; in CheckSpecs() 77 MS_LOG(WARNING) in CheckSpecs() 83 MS_LOG(WARNING) << "FullConnection don't support non-constant bias yet."; in CheckSpecs()
|
D | cast.cc | 35 MS_LOG(WARNING) << "in size: " << in_tensors_.size() << ", out size: " << out_tensors_.size(); in CheckSpecs() 40 MS_LOG(WARNING) << "input shape must be equal to output shape"; in CheckSpecs() 45 MS_LOG(WARNING) << "input dtype must be float32/float16"; in CheckSpecs() 50 MS_LOG(WARNING) << "output dtype must be float32/float16"; in CheckSpecs()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/ |
D | random_choice_op.cc | 30 …MS_LOG(WARNING) << "Unable to determine Num of Input, ops in RandomChoice don't take the same numb… in NumInput() 42 …MS_LOG(WARNING) << "Unable to determine NumOutput, ops in RandomChoice don't have the same number … in NumOutput() 55 MS_LOG(WARNING) << "TensorOp in RandomChoice don't return the same tensorShape."; in OutputShape() 70 MS_LOG(WARNING) << "TensorOp in RandomChoice don't return the same tensorType."; in OutputType() 91 MS_LOG(WARNING) << "op_list has only 1 op, this op would be picked every time."; in RandomChoiceOp()
|
/third_party/mindspore/mindspore/lite/src/train/ |
D | accuracy_metrics.cc | 32 MS_LOG(WARNING) << "input to output mapping vectors sizes do not match"; in AccuracyMetrics() 35 MS_LOG(WARNING) << "Only classification metrics is supported"; in AccuracyMetrics() 45 MS_LOG(WARNING) << "indices " << input_indexes_[i] << "/" << output_indexes_[i] in Update() 62 MS_LOG(WARNING) << "Accuary can not be calculated, because the number of samples is 0."; in Eval()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/ |
D | trt_op_converter.cc | 34 MS_LOG(WARNING) << "Expect Tensor but got weight"; in ToShape() 69 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 1 expected."; in AddReshapeLayer() 87 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 2 expected."; in AddElementLayer() 133 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 1 expected."; in AddPoolingLayer() 139 MS_LOG(WARNING) << "The format: " << format << " not supported."; in AddPoolingLayer() 165 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 1 expected."; in AddActivationLayer() 180 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 2 expected."; in AddUnaryLayer() 195 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 2 expected."; in AddReduceLayer() 218 MS_LOG(WARNING) << "No dimension be be reduced. " << node->DebugString(); in AddReduceLayer() 260 MS_LOG(WARNING) << "Input num not match: " << inputs.size() << ", with 2 expected."; in MS_TRT_CONVERTER_FUNC_REG() [all …]
|
D | graph_converter.cc | 75 MS_LOG(WARNING) << "Output node found: " << out_idx; in BuildMakeTupleNode() 117 MS_LOG(WARNING) << "Argument not found. Arg: " << useful_parameters[j]->DebugString(); in GetUsefulArguments() 134 MS_LOG(WARNING) << "Graph convert init failed."; in BuildTrtNode() 140 MS_LOG(WARNING) << "Graph converter parse failed."; in BuildTrtNode() 147 MS_LOG(WARNING) << "Graph converte serialize failed."; in BuildTrtNode() 206 MS_LOG(WARNING) << "Convert to Tensor-RT network failed."; in ReplaceSubgraphWithTrtNode() 251 MS_LOG(WARNING) << "Load Tensor-RT so failed. Inference with native backend."; in Run() 266 MS_LOG(WARNING) << "Failed replace sub graph with TrtNode."; in Run() 273 MS_LOG(WARNING) << "Convert to Tensor-RT network failed. " << e.what(); in Run()
|
/third_party/glslang/Test/baseResults/ |
D | spv.controlFlowAttributes.frag.out | 2 WARNING: 0:27: 'unroll' : expected no arguments 3 WARNING: 0:28: 'dont_unroll' : expected no arguments 4 WARNING: 0:29: 'dependency_infinite' : expected no arguments 5 WARNING: 0:30: 'dependency_length' : expected a single integer argument 6 WARNING: 0:31: '' : attribute with arguments not recognized, skipping 7 WARNING: 0:32: '' : attribute with arguments not recognized, skipping 8 WARNING: 0:33: '' : attribute with arguments not recognized, skipping
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | scheduler.cc | 28 MS_LOG(WARNING) << "Scheduler start failed."; in Run() 32 MS_LOG(WARNING) << "Scheduler finis failed."; in Run() 36 MS_LOG(WARNING) << "Scheduler stop failed."; in Run()
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | jni-example.cc | 46 MS_LOG(WARNING) << env->GetStringUTFChars(path, 0); in Java_com_example_mindsporepredict_MainActivity_pathTest() 48 MS_LOG(WARNING) << f.Exists() << f.IsDirectory() << f.ParentPath(); in Java_com_example_mindsporepredict_MainActivity_pathTest() 51 MS_LOG(WARNING) << dir_it.get(); in Java_com_example_mindsporepredict_MainActivity_pathTest() 55 MS_LOG(WARNING) << v.toString(); in Java_com_example_mindsporepredict_MainActivity_pathTest()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_data_saver.cc | 102 MS_LOG(WARNING) << "Create event failed when add event to device."; in AddKernelEventToDevice() 134 MS_LOG(WARNING) << "Output directory. Ignore the writing data."; in WriteFile() 138 MS_LOG(WARNING) << "No operation detail infos to write."; in WriteFile() 165 MS_LOG(WARNING) << "Open file '" << file_path << "' failed!"; in WriteActivity() 173 MS_LOG(WARNING) << "Open file '" << timestamp_file_path << "' failed!"; in WriteActivity() 200 MS_LOG(WARNING) << "Open file '" << file_path << "' failed!"; in WriteStepTraceAsyncLaunchKernel() 245 …MS_LOG(WARNING) << "[profiling step trace] insufficient number of timestamps for fp/bp/iter_end op… in WriteStepTraceAsyncLaunchKernel() 270 …MS_LOG(WARNING) << "[profiling step trace] insufficient number of timestamps for communication ope… in WriteStepTraceAsyncLaunchKernel() 299 MS_LOG(WARNING) << "Open file '" << file_path << "' failed!"; in WriteStepTrace() 345 MS_LOG(WARNING) << "Open file '" << file_path << "' failed!"; in WriteStartTime()
|
/third_party/mindspore/mindspore/ccsrc/utils/context/ |
D | graph_kernel_flags.cc | 74 MS_LOG(WARNING) << "Repeated GraphKernel flag: " << flag.first; in ParseFlags() 77 MS_LOG(WARNING) << "Invalid GraphKernel flag: " << token; in ParseFlags() 99 MS_LOG(WARNING) << "Invalid GraphKernel flag: --" << iter->first; in AddFlag() 101 MS_LOG(WARNING) << "Invalid GraphKernel flag: --" << iter->first << "=" << iter->second; in AddFlag() 157 MS_LOG(WARNING) << "Unknown GraphKernel flag: " << item.first; in Refresh() 163 MS_LOG(WARNING) << "GraphKernel only support GRAPH_MODE"; in Refresh() 181 …MS_LOG(WARNING) << "GraphKernelFlag: opt_level should be in the range [0,3] but got " << opt_level; in RegisterFlags()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/ |
D | custom_kernel.cc | 45 MS_LOG(WARNING) << "Context is nullptr."; in GetAclModelOptions() 51 MS_LOG(WARNING) << "Size of device infos is less than one."; in GetAclModelOptions() 55 MS_LOG(WARNING) << "Device info is nullptr."; in GetAclModelOptions() 60 MS_LOG(WARNING) << "Ascend310 info is nullptr."; in GetAclModelOptions() 121 MS_LOG(WARNING) << "Custom kernel has not been prepared."; in Execute()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Common.cpp | 64 case CONSOLE_COLOR::WARNING: in SetConsoleColor() 150 PrintMessageV(CONSOLE_COLOR::WARNING, format, argList); in PrintWarningF() 158 PrintMessageV(CONSOLE_COLOR::WARNING, format, argList); in PrintWarningF() 166 PrintMessageV(CONSOLE_COLOR::WARNING, format, argList); in PrintErrorF() 174 PrintMessageV(CONSOLE_COLOR::WARNING, format, argList); in PrintErrorF()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | trt_loader.cc | 31 MS_LOG(WARNING) << "Can not open libnvinfer.so.7 " << dlerror() in TrtLoader() 38 MS_LOG(WARNING) << "Failed to get createInferBuilder_INTERNAL symbol. " << dlerror(); in TrtLoader() 44 MS_LOG(WARNING) << "Failed to get createInferRuntime_INTERNAL symbol. " << dlerror(); in TrtLoader()
|
/third_party/cef/libcef/common/ |
D | task_impl.cc | 19 LOG(WARNING) << "No task runner for threadId " << threadId; in CefCurrentlyOn() 31 LOG(WARNING) << "No task runner for threadId " << threadId; in CefPostTask() 46 LOG(WARNING) << "No task runner for threadId " << threadId; in CefPostDelayedTask()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip.cc | 186 DLOG(WARNING) << "Failed to open " << src_file.value(); in UnzipWithFilterCallback() 203 DLOG(WARNING) << "Failed to open src_file " << src_file; in UnzipWithFilterAndWriters() 208 DLOG(WARNING) << "Failed to open the current file in zip"; in UnzipWithFilterAndWriters() 213 DLOG(WARNING) << "Found an unsafe file in zip " << entry_path; in UnzipWithFilterAndWriters() 224 DLOG(WARNING) << "Failed to extract " << entry_path; in UnzipWithFilterAndWriters() 229 DLOG(WARNING) << "Skipped file " << entry_path; in UnzipWithFilterAndWriters() 233 DLOG(WARNING) << "Failed to advance to the next file"; in UnzipWithFilterAndWriters()
|