Home
last modified time | relevance | path

Searched refs:LOGGER (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLLiteClient.java49 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()
90LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <serverMod> from server: " + serverMod)); in setGlobalParameters()
92LOGGER.info(Common.addTag("[startFLJob] set <batchSize> for AlTrainBert: " + batchSize)); in setGlobalParameters()
96 LOGGER.info(Common.addTag("[startFLJob] set <batchSize> for TrainLenet: " + batchSize)); in setGlobalParameters()
100LOGGER.severe(Common.addTag("[startFLJob] the ServerMod returned from server is not valid")); in setGlobalParameters()
103LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <iterations> from server: " + iterations)… in setGlobalParameters()
104 LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <epochs> from server: " + epochs)); in setGlobalParameters()
105LOGGER.info(Common.addTag("[startFLJob] GlobalParameters <batchSize> from server: " + batchSize)); in setGlobalParameters()
108LOGGER.severe(Common.addTag("[startFLJob] the cipherPublicParams returned from server is null")); in setGlobalParameters()
[all …]
DCommon.java66 private static final Logger LOGGER = Logger.getLogger(Common.class.toString()); field in Common
79LOGGER.severe(Common.addTag("[generateUrl] the input argument <serverNum> is not valid: <= 0, it s… in generateUrl()
85LOGGER.severe(Common.addTag("[generateUrl] the input argument <domainName> is null or not valid, i… in generateUrl()
91LOGGER.severe(Common.addTag("[generateUrl] the format of <domainName> is not valid, it should be l… in generateUrl()
98LOGGER.severe(Common.addTag("[generateUrl] the <ip> split from domainName is not valid, domainName… in generateUrl()
104LOGGER.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()
208LOGGER.info(addTag("[getWaitTime] next request time stamp: " + nextRequestTime + " current time st… in getWaitTime()
[all …]
DGetModel.java44 private static final Logger LOGGER = Logger.getLogger(GetModel.class.toString()); field in GetModel
84LOGGER.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()
101LOGGER.severe(Common.addTag("[getModel] the feature returned from server is null")); in parseResponseAlbert()
113LOGGER.info(Common.addTag("[getModel] weightFullname: " + feature.weightFullname() + ", weightLeng… in parseResponseAlbert()
117 LOGGER.info(Common.addTag("[getModel] ----------------loading weight into inference " + in parseResponseAlbert()
123LOGGER.severe(Common.addTag("[getModel] unsolved error code in <SessionUtil.updateFeatures>")); in parseResponseAlbert()
126LOGGER.info(Common.addTag("[getModel] ----------------loading weight into train model-------------… in parseResponseAlbert()
131LOGGER.severe(Common.addTag("[getModel] unsolved error code in <SessionUtil.updateFeatures>")); in parseResponseAlbert()
135 LOGGER.info(Common.addTag("[getModel] into <parseResponseAlbert>")); in parseResponseAlbert()
[all …]
DStartFLJob.java43 private static final Logger LOGGER = Logger.getLogger(StartFLJob.class.toString()); field in StartFLJob
81LOGGER.severe(Common.addTag("[startFLJob] the parameter of <name> is null or empty, please check!"… in flName()
96LOGGER.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()
209LOGGER.info(Common.addTag("[startFLJob] parseResponseAlbert by " + localFLParameter.getServerMod()… in parseResponseAlbert()
215LOGGER.severe(Common.addTag("[startFLJob] the feature returned from server is null")); in parseResponseAlbert()
229LOGGER.info(Common.addTag("[startFLJob] weightFullname: " + feature.weightFullname() + ", " + in parseResponseAlbert()
233LOGGER.info(Common.addTag("[startFLJob] ----------------loading weight into inference " + in parseResponseAlbert()
239LOGGER.severe(Common.addTag("[startFLJob] unsolved error code in <SessionUtil.updateFeatures>")); in parseResponseAlbert()
[all …]
DCipherClient.java67 private static final Logger LOGGER = Logger.getLogger(CipherClient.class.toString()); field in CipherClient
154LOGGER.severe(Common.addTag("[genDHKeyPairs] the return byte[] <cpk> is null, please check!")); in genDHKeyPairs()
160LOGGER.severe(Common.addTag("[genDHKeyPairs] the return byte[] <spk> is null, please check!")); in genDHKeyPairs()
176LOGGER.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()
190LOGGER.severe(Common.addTag("[genSecretShares] the size of u1ClientList is not valid: <= 1, it sho… in genSecretShares()
197LOGGER.severe(Common.addTag("[genSecretShares] the return ShareSecrets.SecretShare[] is null, plea… in genSecretShares()
208LOGGER.severe(Common.addTag("[genSecretShares] the shareIndex is out of range in array <shares>, "… in genSecretShares()
237LOGGER.severe(Common.addTag("[genEncryptExchangedKeys] the size of cKey is not valid: < 2, it shou… in genEncryptExchangedKeys()
243LOGGER.severe(Common.addTag("[genEncryptExchangedKeys] the returned secret1 is null, please check!… in genEncryptExchangedKeys()
[all …]
DFLParameter.java31 private static final Logger LOGGER = Logger.getLogger(FLParameter.class.toString()); field in FLParameter
84LOGGER.severe(Common.addTag("[flParameter] the parameter of <domainName> is null or empty, please … in getDomainName()
93LOGGER.severe(Common.addTag("[flParameter] the parameter of <domainName> is not valid, it should b… in setDomainName()
102LOGGER.severe(Common.addTag("[flParameter] the parameter of <certPath> is null or empty, please se… in getCertPath()
114LOGGER.severe(Common.addTag("[flParameter] the parameter of <certPath> is not exist, please check … in setCertPath()
122LOGGER.severe(Common.addTag("[flParameter] the parameter of <trainDataset> is null or empty, pleas… in getTrainDataset()
134LOGGER.severe(Common.addTag("[flParameter] the parameter of <trainDataset> is not exist, please ch… in setTrainDataset()
142LOGGER.severe(Common.addTag("[flParameter] the parameter of <vocabFile> is null, please set it bef… in getVocabFile()
154LOGGER.severe(Common.addTag("[flParameter] the parameter of <vocabFile> is not exist, please check… in setVocabFile()
162LOGGER.severe(Common.addTag("[flParameter] the parameter of <idsFile> is null, please set it befor… in getIdsFile()
[all …]
DSyncFLJob.java45 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()
73LOGGER.severe(Common.addTag("unsolved error code in <client.setInput>: the return trainDataSize<=0… in flJobRun()
90LOGGER.info(Common.addTag("[startFLJob] startFLJob succeed, curIteration: " + client.getIteration(… in flJobRun()
111 LOGGER.info(Common.addTag("[train] train succeed")); in flJobRun()
148LOGGER.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()
158LOGGER.info(Common.addTag("========================================================the total respo… in flJobRun()
165 LOGGER.info(Common.addTag("flJobRun finish")); in flJobRun()
[all …]
DUpdateModel.java45 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()
105LOGGER.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()
117LOGGER.severe(Common.addTag("[updateModel]the return <retCode> from server is invalid: " + in doResponse()
146LOGGER.severe(Common.addTag("[updateModel] the parameter of <name> is null or empty, please check!… in flName()
184LOGGER.severe(Common.addTag("[updateModel] the parameter of <id> is null or empty, please check!")… in id()
[all …]
DSSLSocketFactoryTools.java47 private static final Logger LOGGER = Logger.getLogger(SSLSocketFactory.class.toString()); field in SSLSocketFactoryTools
59LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the parameter of <hostname> is null or empty,…
64LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the parameter of <session> is null, please " +
70LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the <domainName> is null or not valid, it sho…
75LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the format of <domainName> is not valid, it "…
98LOGGER.severe(Common.addTag("[SSLSocketFactoryTools]catch Exception in initSslSocketFactory: " + in initSslSocketFactory()
123LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] the parameter of <assetName> is null or empty… in readCert()
136LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] cf.generateCertificate(inputStream) can not "… in readCert()
140LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] catch FileNotFoundException or CertificateExc… in readCert()
149LOGGER.severe(Common.addTag("[SSLSocketFactoryTools] catch IOException: " + ex.getMessage())); in readCert()
[all …]
DLocalFLParameter.java31 private static final Logger LOGGER = Logger.getLogger(LocalFLParameter.class.toString()); field in LocalFLParameter
97LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <classifierWeightName> is null, p… in getClassifierWeightName()
110LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <classifierWeightName> is null, p… in getAlbertWeightName()
123LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <flID> is null, please set it bef… in getFlID()
132LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <flID> is null, please check it b… in setFlID()
145LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <encryptLevel> is null, please ch… in setEncryptLevel()
152LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <encryptLevel> is " + encryptLeve… in setEncryptLevel()
165LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <earlyStopMod> is null, please ch… in setEarlyStopMod()
173LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <earlyStopMod> is " + earlyStopMo… in setEarlyStopMod()
186LOGGER.severe(Common.addTag("[localFLParameter] the parameter of <serverMod> is null, please check… in setServerMod()
[all …]
DSecureProtocol.java42 private static final Logger LOGGER = Logger.getLogger(SecureProtocol.class.toString()); field in SecureProtocol
86LOGGER.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()
151LOGGER.info(String.format("[PairWiseMask] ============= RequestExchangeKeys+GetExchangeKeys respon… in pwCreateMask()
159LOGGER.info(String.format("[Encrypt] =============RequestShareSecrets+GetShareSecrets response: %s… in pwCreateMask()
167LOGGER.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()
198LOGGER.severe(Common.addTag("[Encrypt] the flName is not valid, only support: lenet, albert")); in pwMaskModel()
[all …]
DFLJobResultCallback.java27 private static final Logger LOGGER = Logger.getLogger(FLJobResultCallback.class.toString()); field in FLJobResultCallback
37LOGGER.info(Common.addTag("[onFlJobIterationFinished] modelName: " + modelName + " iterationSeq: "… in onFlJobIterationFinished()
49LOGGER.info(Common.addTag("[onFlJobFinished] modelName: " + modelName + " iterationCount: " + in onFlJobFinished()
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py126 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/
Dgenerate_stats.py126 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/
DClientListReq.java51 private static final Logger LOGGER = Logger.getLogger(ClientListReq.class.toString()); field in ClientListReq
101LOGGER.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()
112LOGGER.severe(Common.addTag("[getClientList] unsolved error code in getClientList: catch IOExcepti… in getClientList()
133LOGGER.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()
136LOGGER.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()
138LOGGER.info(Common.addTag("[PairWiseMask] the size of clients: " + bufData.clientsLength())); in judgeGetClientList()
[all …]
DAESEncrypt.java45 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()
143LOGGER.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 …]
DReconstructSecretReq.java47 private static final Logger LOGGER = Logger.getLogger(ReconstructSecretReq.class.toString()); field in ReconstructSecretReq
80LOGGER.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()
116LOGGER.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()
135LOGGER.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()
138LOGGER.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 …]
DMasking.java31 private static final Logger LOGGER = Logger.getLogger(Masking.class.toString()); field in Masking
46LOGGER.severe(Common.addTag("[Masking] the input argument <secret> is null, please check!")); in getRandomBytes()
65LOGGER.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()
87LOGGER.severe(Common.addTag("[Masking] the the returned <subI> is not valid: -1, please check!")); in getMasking()
98LOGGER.severe(Common.addTag("[Masking] the input argument <data> is not valid: length < 4, please … in byte2int()
DShareSecrets.java31 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()
54LOGGER.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()
DKEYAgreement.java37 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/
Dgenerate.py40 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/
Dlogconfig.rb21 LOGGER
39 LOGGER = NoopLogger.new constant
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dlogger.py22 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/
DEncryptShare.java29 private static final Logger LOGGER = Logger.getLogger(DecryptShareSecrets.class.toString()); field in EncryptShare
40LOGGER.severe(Common.addTag("[DecryptShareSecrets] the parameter of <flID> is null, please set it … in getFlID()
DShareSecret.java29 private static final Logger LOGGER = Logger.getLogger(ShareSecret.class.toString()); field in ShareSecret
41LOGGER.severe(Common.addTag("[ShareSecret] the parameter of <flID> is null, please set it before u… in getFlID()

12