Searched defs:saliency (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/explainer/benchmark/_attribution/ |
D | localization.py | 24 def _get_max_position(saliency): argument 33 def _mask_out_saliency(saliency, threshold): argument 92 def evaluate(self, explainer, inputs, targets, saliency=None, mask=None): argument 170 def _check_evaluate_param_with_mask(self, explainer, inputs, targets, saliency, mask): argument
|
D | robustness.py | 56 def evaluate(self, explainer, inputs, targets, saliency=None): argument
|
D | faithfulness.py | 78 def calc_faithfulness(self, inputs, model, targets, saliency): argument 402 def evaluate(self, explainer, inputs, targets, saliency=None): argument
|
D | metric.py | 210 def _check_evaluate_param(self, explainer, inputs, targets, saliency): argument
|