Home
last modified time | relevance | path

Searched defs:eval_data (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/nn/probability/toolbox/
Duncertainty_evaluation.py149 def _eval_epistemic_uncertainty(self, eval_data, mc=10): argument
200 def _eval_aleatoric_uncertainty(self, eval_data): argument
210 def eval_epistemic_uncertainty(self, eval_data): argument
223 def eval_aleatoric_uncertainty(self, eval_data): argument
/third_party/mindspore/tests/st/probability/toolbox/
Dtest_uncertainty.py133 eval_data = Tensor(eval_data['image'], mstype.float32) variable
/third_party/mindspore/tests/st/fl/cross_silo_femnist/
Dtest_cross_silo_femnist.py272 def evalute_process(model, eval_data, img_size, batch_size): argument