Searched defs:verification_set (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/tests/mindspore_test_framework/components/ |
D | icomponent.py | 22 def __init__(self, verification_set): argument 46 def __init__(self, verification_set, function, inputs): argument 58 def __init__(self, verification_set, expect, result): argument 70 def __init__(self, verification_set, function, inputs): argument 82 def __init__(self, verification_set, expect, result): argument
|
/third_party/mindspore/tests/mindspore_test_framework/apps/ |
D | test_model_loss.py | 26 verification_set = [ variable
|
D | test_bert_ops_check_gradient.py | 28 verification_set = { variable
|
D | test_bert_compare_with_npy.py | 35 verification_set = { variable
|
D | test_reid_gradient_compare_with_pytorch.py | 25 verification_set = [ variable
|
D | test_lamb_check_loss.py | 28 verification_set = [ variable
|
D | test_check_exception.py | 26 verification_set = [ variable
|
D | test_bert_check_gradient.py | 34 verification_set = { variable
|
D | test_no_facade.py | 46 verification_set = { variable
|
/third_party/mindspore/tests/mindspore_test_framework/components/function/ |
D | compile_gradient_wrt_params.py | 48 def __call__(self, verification_set): argument
|
/third_party/mindspore/tests/mindspore_test_framework/utils/ |
D | block_util.py | 328 def create_funcs(verification_set, block_generator, block_runner, grad_op=None, default_rand_func=N… argument
|