Home
last modified time | relevance | path

Searched defs:verification_set (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/tests/mindspore_test_framework/components/
Dicomponent.py22 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/
Dtest_model_loss.py26 verification_set = [ variable
Dtest_bert_ops_check_gradient.py28 verification_set = { variable
Dtest_bert_compare_with_npy.py35 verification_set = { variable
Dtest_reid_gradient_compare_with_pytorch.py25 verification_set = [ variable
Dtest_lamb_check_loss.py28 verification_set = [ variable
Dtest_check_exception.py26 verification_set = [ variable
Dtest_bert_check_gradient.py34 verification_set = { variable
Dtest_no_facade.py46 verification_set = { variable
/third_party/mindspore/tests/mindspore_test_framework/components/function/
Dcompile_gradient_wrt_params.py48 def __call__(self, verification_set): argument
/third_party/mindspore/tests/mindspore_test_framework/utils/
Dblock_util.py328 def create_funcs(verification_set, block_generator, block_runner, grad_op=None, default_rand_func=N… argument