/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/ |
D | FLLiteClient.java | 49 private static final Logger LOGGER = Logger.getLogger(FLLiteClient.class.toString()); field in FLLiteClient 82 LOGGER.severe(Common.addTag("[startFLJob] the FLPlan get from server is null")); in setGlobalParameters() 90 … LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <serverMod> from server: " + serverMod)); in setGlobalParameters() 92 … LOGGER.info(Common.addTag("[startFLJob] set <batchSize> for AlTrainBert: " + batchSize)); in setGlobalParameters() 96 LOGGER.info(Common.addTag("[startFLJob] set <batchSize> for TrainLenet: " + batchSize)); in setGlobalParameters() 100 … LOGGER.severe(Common.addTag("[startFLJob] the ServerMod returned from server is not valid")); in setGlobalParameters() 103 …LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <iterations> from server: " + iterations)… in setGlobalParameters() 104 LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <epochs> from server: " + epochs)); in setGlobalParameters() 105 … LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <batchSize> from server: " + batchSize)); in setGlobalParameters() 108 … LOGGER.severe(Common.addTag("[startFLJob] the cipherPublicParams returned from server is null")); in setGlobalParameters() [all …]
|
D | Common.java | 66 private static final Logger LOGGER = Logger.getLogger(Common.class.toString()); field in Common 79 …LOGGER.severe(Common.addTag("[generateUrl] the input argument <serverNum> is not valid: <= 0, it s… in generateUrl() 85 …LOGGER.severe(Common.addTag("[generateUrl] the input argument <domainName> is null or not valid, i… in generateUrl() 91 …LOGGER.severe(Common.addTag("[generateUrl] the format of <domainName> is not valid, it should be l… in generateUrl() 98 …LOGGER.severe(Common.addTag("[generateUrl] the <ip> split from domainName is not valid, domainName… in generateUrl() 104 …LOGGER.severe(Common.addTag("[generateUrl] the <port> split from domainName is not valid, domainNa… in generateUrl() 129 LOGGER.info(addTag("classifierWeightName size: " + classifierWeightName.size())); in setClassifierWeightName() 156 LOGGER.info(addTag("albertWeightName size: " + albertWeightName.size())); in setAlbertWeightName() 190 LOGGER.severe(addTag("[sleep] catch InterruptedException: " + ex.getMessage())); in sleep() 208 …LOGGER.info(addTag("[getWaitTime] next request time stamp: " + nextRequestTime + " current time st… in getWaitTime() [all …]
|
D | GetModel.java | 44 private static final Logger LOGGER = Logger.getLogger(GetModel.class.toString()); field in GetModel 84 …LOGGER.severe(Common.addTag("[GetModel] the input parameter of <name> is null or empty, please che… in getRequestGetModel() 95 LOGGER.info(Common.addTag("[getModel] into <parseResponseAlbert>")); in parseResponseAlbert() 101 … LOGGER.severe(Common.addTag("[getModel] the feature returned from server is null")); in parseResponseAlbert() 113 …LOGGER.info(Common.addTag("[getModel] weightFullname: " + feature.weightFullname() + ", weightLeng… in parseResponseAlbert() 117 LOGGER.info(Common.addTag("[getModel] ----------------loading weight into inference " + in parseResponseAlbert() 123 … LOGGER.severe(Common.addTag("[getModel] unsolved error code in <SessionUtil.updateFeatures>")); in parseResponseAlbert() 126 …LOGGER.info(Common.addTag("[getModel] ----------------loading weight into train model-------------… in parseResponseAlbert() 131 … LOGGER.severe(Common.addTag("[getModel] unsolved error code in <SessionUtil.updateFeatures>")); in parseResponseAlbert() 135 LOGGER.info(Common.addTag("[getModel] into <parseResponseAlbert>")); in parseResponseAlbert() [all …]
|
D | StartFLJob.java | 43 private static final Logger LOGGER = Logger.getLogger(StartFLJob.class.toString()); field in StartFLJob 81 …LOGGER.severe(Common.addTag("[startFLJob] the parameter of <name> is null or empty, please check!"… in flName() 96 …LOGGER.severe(Common.addTag("[startFLJob] the parameter of <id> is null or empty, please check!")); in id() 123 LOGGER.info(Common.addTag("[startFLJob] the train data size: " + dataSize)); in dataSize() 204 LOGGER.severe(Common.addTag("[startFLJob] the feature size get from server is zero")); in parseResponseAlbert() 209 …LOGGER.info(Common.addTag("[startFLJob] parseResponseAlbert by " + localFLParameter.getServerMod()… in parseResponseAlbert() 215 … LOGGER.severe(Common.addTag("[startFLJob] the feature returned from server is null")); in parseResponseAlbert() 229 … LOGGER.info(Common.addTag("[startFLJob] weightFullname: " + feature.weightFullname() + ", " + in parseResponseAlbert() 233 … LOGGER.info(Common.addTag("[startFLJob] ----------------loading weight into inference " + in parseResponseAlbert() 239 … LOGGER.severe(Common.addTag("[startFLJob] unsolved error code in <SessionUtil.updateFeatures>")); in parseResponseAlbert() [all …]
|
D | CipherClient.java | 67 private static final Logger LOGGER = Logger.getLogger(CipherClient.class.toString()); field in CipherClient 154 … LOGGER.severe(Common.addTag("[genDHKeyPairs] the return byte[] <cpk> is null, please check!")); in genDHKeyPairs() 160 … LOGGER.severe(Common.addTag("[genDHKeyPairs] the return byte[] <spk> is null, please check!")); in genDHKeyPairs() 176 … LOGGER.severe(Common.addTag("[genIndividualSecret] the return value is -1, please check!")); in genIndividualSecret() 185 LOGGER.severe(Common.addTag("[genSecretShares] the input argument <secret> is null")); in genSecretShares() 190 …LOGGER.severe(Common.addTag("[genSecretShares] the size of u1ClientList is not valid: <= 1, it sho… in genSecretShares() 197 …LOGGER.severe(Common.addTag("[genSecretShares] the return ShareSecrets.SecretShare[] is null, plea… in genSecretShares() 208 …LOGGER.severe(Common.addTag("[genSecretShares] the shareIndex is out of range in array <shares>, "… in genSecretShares() 237 …LOGGER.severe(Common.addTag("[genEncryptExchangedKeys] the size of cKey is not valid: < 2, it shou… in genEncryptExchangedKeys() 243 …LOGGER.severe(Common.addTag("[genEncryptExchangedKeys] the returned secret1 is null, please check!… in genEncryptExchangedKeys() [all …]
|
D | FLParameter.java | 31 private static final Logger LOGGER = Logger.getLogger(FLParameter.class.toString()); field in FLParameter 84 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <domainName> is null or empty, please … in getDomainName() 93 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <domainName> is not valid, it should b… in setDomainName() 102 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <certPath> is null or empty, please se… in getCertPath() 114 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <certPath> is not exist, please check … in setCertPath() 122 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <trainDataset> is null or empty, pleas… in getTrainDataset() 134 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <trainDataset> is not exist, please ch… in setTrainDataset() 142 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <vocabFile> is null, please set it bef… in getVocabFile() 154 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <vocabFile> is not exist, please check… in setVocabFile() 162 …LOGGER.severe(Common.addTag("[flParameter] the parameter of <idsFile> is null, please set it befor… in getIdsFile() [all …]
|
D | SyncFLJob.java | 45 private static final Logger LOGGER = Logger.getLogger(SyncFLJob.class.toString()); field in SyncFLJob 64 LOGGER.severe(Common.addTag("init session failed")); in flJobRun() 70 LOGGER.info(Common.addTag("flName: " + flParameter.getFlName())); in flJobRun() 73 …LOGGER.severe(Common.addTag("unsolved error code in <client.setInput>: the return trainDataSize<=0… in flJobRun() 90 …LOGGER.info(Common.addTag("[startFLJob] startFLJob succeed, curIteration: " + client.getIteration(… in flJobRun() 111 LOGGER.info(Common.addTag("[train] train succeed")); in flJobRun() 148 …LOGGER.info(Common.addTag("[evaluate] the testDataset is null, don't evaluate the model after gett… in flJobRun() 156 LOGGER.info(Common.addTag("[evaluate] evaluate succeed")); in flJobRun() 158 …LOGGER.info(Common.addTag("========================================================the total respo… in flJobRun() 165 LOGGER.info(Common.addTag("flJobRun finish")); in flJobRun() [all …]
|
D | UpdateModel.java | 45 private static final Logger LOGGER = Logger.getLogger(UpdateModel.class.toString()); field in UpdateModel 102 LOGGER.info(Common.addTag("[updateModel] ==========updateModel response================")); in doResponse() 103 LOGGER.info(Common.addTag("[updateModel] ==========retcode: " + response.retcode())); in doResponse() 104 LOGGER.info(Common.addTag("[updateModel] ==========reason: " + response.reason())); in doResponse() 105 …LOGGER.info(Common.addTag("[updateModel] ==========next request time: " + response.nextReqTime())); in doResponse() 108 LOGGER.info(Common.addTag("[updateModel] updateModel success")); in doResponse() 114 LOGGER.warning(Common.addTag("[updateModel] catch RequestError or SystemError")); in doResponse() 117 … LOGGER.severe(Common.addTag("[updateModel]the return <retCode> from server is invalid: " + in doResponse() 146 …LOGGER.severe(Common.addTag("[updateModel] the parameter of <name> is null or empty, please check!… in flName() 184 …LOGGER.severe(Common.addTag("[updateModel] the parameter of <id> is null or empty, please check!")… in id() [all …]
|
D | SSLSocketFactoryTools.java | 47 private static final Logger LOGGER = Logger.getLogger(SSLSocketFactory.class.toString()); field in SSLSocketFactoryTools 59 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the parameter of <hostname> is null or empty,… 64 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the parameter of <session> is null, please " + 70 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the <domainName> is null or not valid, it sho… 75 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the format of <domainName> is not valid, it "… 98 … LOGGER.severe(Common.addTag("[SSLSocketFactoryTools]catch Exception in initSslSocketFactory: " + in initSslSocketFactory() 123 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the parameter of <assetName> is null or empty… in readCert() 136 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] cf.generateCertificate(inputStream) can not "… in readCert() 140 …LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] catch FileNotFoundException or CertificateExc… in readCert() 149 … LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] catch IOException: " + ex.getMessage())); in readCert() [all …]
|
D | LocalFLParameter.java | 31 private static final Logger LOGGER = Logger.getLogger(LocalFLParameter.class.toString()); field in LocalFLParameter 97 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <classifierWeightName> is null, p… in getClassifierWeightName() 110 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <classifierWeightName> is null, p… in getAlbertWeightName() 123 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <flID> is null, please set it bef… in getFlID() 132 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <flID> is null, please check it b… in setFlID() 145 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <encryptLevel> is null, please ch… in setEncryptLevel() 152 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <encryptLevel> is " + encryptLeve… in setEncryptLevel() 165 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <earlyStopMod> is null, please ch… in setEarlyStopMod() 173 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <earlyStopMod> is " + earlyStopMo… in setEarlyStopMod() 186 …LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <serverMod> is null, please check… in setServerMod() [all …]
|
D | SecureProtocol.java | 42 private static final Logger LOGGER = Logger.getLogger(SecureProtocol.class.toString()); field in SecureProtocol 86 … LOGGER.severe(Common.addTag("[PairWiseMask] the input argument <prime> is null, please check!")); in setPWParameter() 146 LOGGER.info(String.format("[PairWiseMask] ==============request flID: %s ==============", in pwCreateMask() 151 …LOGGER.info(String.format("[PairWiseMask] ============= RequestExchangeKeys+GetExchangeKeys respon… in pwCreateMask() 159 …LOGGER.info(String.format("[Encrypt] =============RequestShareSecrets+GetShareSecrets response: %s… in pwCreateMask() 167 …LOGGER.severe(Common.addTag("[Encrypt] the returned featureMask from cipherClient.doubleMaskingWei… in pwCreateMask() 172 LOGGER.info("[Encrypt] =============Create double feature mask: SUCCESS============="); in pwCreateMask() 185 LOGGER.severe("[Encrypt] feature mask is null, please check"); in pwMaskModel() 188 LOGGER.info(String.format("[Encrypt] feature mask size: %s", featureMask.length)); in pwMaskModel() 198 … LOGGER.severe(Common.addTag("[Encrypt] the flName is not valid, only support: lenet, albert")); in pwMaskModel() [all …]
|
D | FLJobResultCallback.java | 27 private static final Logger LOGGER = Logger.getLogger(FLJobResultCallback.class.toString()); field in FLJobResultCallback 37 …LOGGER.info(Common.addTag("[onFlJobIterationFinished] modelName: " + modelName + " iterationSeq: "… in onFlJobIterationFinished() 49 … LOGGER.info(Common.addTag("[onFlJobFinished] modelName: " + modelName + " iterationCount: " + in onFlJobFinished()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_stats.py | 126 LOGGER = logging.getLogger('generate_stats') variable 165 LOGGER.debug("Ran [bb ls '" + bot_name + "' -n 1 -status success -p]") 216 LOGGER.debug("Ran [bb get '" + build_name + "' -steps]") 246 LOGGER.warning('Step info empty for ' + print_name + '\n') 254 LOGGER.warning('Step info does not sum to total for ' + print_name + ' | Total: ' + 269 LOGGER.debug("Ran [bb log '" + build_name + "' '" + step_name + "']") 272 LOGGER.warning("Unexpected error from bb log '" + build_name + "' '" + step_name + "': '" + 310 LOGGER.debug("Formatting error workaround rebuilt line as: '" + line + "'\n") 325 LOGGER.warning("Line improperly formatted: '" + line + "'\n") 354 LOGGER.warning("Too many characters in column '" + key + [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_stats.py | 126 LOGGER = logging.getLogger('generate_stats') variable 165 LOGGER.debug("Ran [bb ls '" + bot_name + "' -n 1 -status success -p]") 216 LOGGER.debug("Ran [bb get '" + build_name + "' -steps]") 246 LOGGER.warning('Step info empty for ' + print_name + '\n') 254 LOGGER.warning('Step info does not sum to total for ' + print_name + ' | Total: ' + 269 LOGGER.debug("Ran [bb log '" + build_name + "' '" + step_name + "']") 272 LOGGER.warning("Unexpected error from bb log '" + build_name + "' '" + step_name + "': '" + 310 LOGGER.debug("Formatting error workaround rebuilt line as: '" + line + "'\n") 325 LOGGER.warning("Line improperly formatted: '" + line + "'\n") 354 LOGGER.warning("Too many characters in column '" + key + [all …]
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/ |
D | ClientListReq.java | 51 private static final Logger LOGGER = Logger.getLogger(ClientListReq.class.toString()); field in ClientListReq 101 …LOGGER.info(Common.addTag("[getClientList] the server is not ready now, need wait some time and " + in getClientList() 108 LOGGER.info(Common.addTag("getClientList responseData size: " + responseData.length)); in getClientList() 112 …LOGGER.severe(Common.addTag("[getClientList] unsolved error code in getClientList: catch IOExcepti… in getClientList() 133 …LOGGER.info(Common.addTag("[PairWiseMask] ************** the response of GetClientList ***********… in judgeGetClientList() 134 LOGGER.info(Common.addTag("[PairWiseMask] return code: " + retCode)); in judgeGetClientList() 135 LOGGER.info(Common.addTag("[PairWiseMask] reason: " + bufData.reason())); in judgeGetClientList() 136 … LOGGER.info(Common.addTag("[PairWiseMask] current iteration in server: " + bufData.iteration())); in judgeGetClientList() 137 LOGGER.info(Common.addTag("[PairWiseMask] next request time: " + bufData.nextReqTime())); in judgeGetClientList() 138 … LOGGER.info(Common.addTag("[PairWiseMask] the size of clients: " + bufData.clientsLength())); in judgeGetClientList() [all …]
|
D | AESEncrypt.java | 45 private static final Logger LOGGER = Logger.getLogger(AESEncrypt.class.toString()); field in AESEncrypt 68 LOGGER.severe(Common.addTag("Key is null")); in AESEncrypt() 72 LOGGER.severe(Common.addTag("the length of key is not correct")); in AESEncrypt() 94 LOGGER.severe(Common.addTag("Key is null")); in encrypt() 98 LOGGER.severe(Common.addTag("data is null")); in encrypt() 118 LOGGER.severe(Common.addTag("catch NoSuchAlgorithmException or " + in encrypt() 135 LOGGER.severe(Common.addTag("Key is null")); in encryptCTR() 139 LOGGER.severe(Common.addTag("data is null")); in encryptCTR() 143 …LOGGER.severe(Common.addTag("iVec is null or the length of iVec is not valid, it should be " + "I_… in encryptCTR() 155 LOGGER.severe(Common.addTag("[encryptCTR] catch NoSuchAlgorithmException or " + in encryptCTR() [all …]
|
D | ReconstructSecretReq.java | 47 private static final Logger LOGGER = Logger.getLogger(ReconstructSecretReq.class.toString()); field in ReconstructSecretReq 80 …LOGGER.info(Common.addTag("[PairWiseMask] request failed: the decryptShareSecretsList is null, ple… in sendReconstructSecret() 88 LOGGER.severe(Common.addTag("[PairWiseMask] get remote flID failed!")); in sendReconstructSecret() 116 … LOGGER.info(Common.addTag("[sendReconstructSecret] the server is not ready now, need wait some " + in sendReconstructSecret() 126 LOGGER.severe(Common.addTag("[PairWiseMask] un solved error code in reconstruct")); in sendReconstructSecret() 135 …LOGGER.info(Common.addTag("[PairWiseMask] **************the response of SendReconstructSecrets****… in judgeSendReconstructSecrets() 136 LOGGER.info(Common.addTag("[PairWiseMask] return code: " + retCode)); in judgeSendReconstructSecrets() 137 LOGGER.info(Common.addTag("[PairWiseMask] reason: " + bufData.reason())); in judgeSendReconstructSecrets() 138 … LOGGER.info(Common.addTag("[PairWiseMask] current iteration in server: " + bufData.iteration())); in judgeSendReconstructSecrets() 139 LOGGER.info(Common.addTag("[PairWiseMask] next request time: " + bufData.nextReqTime())); in judgeSendReconstructSecrets() [all …]
|
D | Masking.java | 31 private static final Logger LOGGER = Logger.getLogger(Masking.class.toString()); field in Masking 46 … LOGGER.severe(Common.addTag("[Masking] the input argument <secret> is null, please check!")); in getRandomBytes() 65 …LOGGER.severe(Common.addTag("[Masking] the input argument <length> is not valid: <= 0, please chec… in getMasking() 77 LOGGER.severe(Common.addTag("[Masking] the return byte[] is null, please check!")); in getMasking() 87 … LOGGER.severe(Common.addTag("[Masking] the the returned <subI> is not valid: -1, please check!")); in getMasking() 98 …LOGGER.severe(Common.addTag("[Masking] the input argument <data> is not valid: length < 4, please … in byte2int()
|
D | ShareSecrets.java | 31 private static final Logger LOGGER = Logger.getLogger(ShareSecrets.class.toString()); field in ShareSecrets 46 LOGGER.severe(Common.addTag("the argument <k> is not valid: <= 0, it should be > 0")); in ShareSecrets() 50 LOGGER.severe(Common.addTag("the argument <n> is not valid: <= 0, it should be > 0")); in ShareSecrets() 54 … LOGGER.severe(Common.addTag("the argument <k, n> is not valid: k > n, it should k <= n")); in ShareSecrets() 71 LOGGER.severe(Common.addTag("the input argument <bytes> is null")); in split() 75 LOGGER.severe(Common.addTag("the input argument <primeByte> is null")); in split() 111 LOGGER.severe(Common.addTag("the input argument <shares> is null")); in combine() 115 LOGGER.severe(Common.addTag("the input argument <primeByte> is null")); in combine()
|
D | KEYAgreement.java | 37 private static final Logger LOGGER = Logger.getLogger(KEYAgreement.class.toString()); field in KEYAgreement 62 LOGGER.severe(Common.addTag("privateKey is null")); in generatePublicKey() 79 LOGGER.severe(Common.addTag("privateKey is null")); in keyAgreement() 83 LOGGER.severe(Common.addTag("publicKey is null")); in keyAgreement() 100 LOGGER.severe(Common.addTag("password is null")); in getEncryptedPassword()
|
/third_party/grpc/tools/distrib/python/grpc_prefixed/ |
D | generate.py | 40 LOGGER = logging.getLogger(__name__) variable 93 LOGGER.error('Wheel creation failed with %d', job.returncode) 94 LOGGER.error(outs) 96 LOGGER.info('Package <%s> generated', meta.name)
|
/third_party/grpc/src/ruby/lib/grpc/ |
D | logconfig.rb | 21 LOGGER 39 LOGGER = NoopLogger.new constant
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | logger.py | 22 class LOGGER(logging.Logger): class 31 super(LOGGER, self).__init__(logger_name) 78 logger = LOGGER('yolov3_darknet53', rank)
|
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/struct/ |
D | EncryptShare.java | 29 private static final Logger LOGGER = Logger.getLogger(DecryptShareSecrets.class.toString()); field in EncryptShare 40 …LOGGER.severe(Common.addTag("[DecryptShareSecrets] the parameter of <flID> is null, please set it … in getFlID()
|
D | ShareSecret.java | 29 private static final Logger LOGGER = Logger.getLogger(ShareSecret.class.toString()); field in ShareSecret 41 …LOGGER.severe(Common.addTag("[ShareSecret] the parameter of <flID> is null, please set it before u… in getFlID()
|