Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/pynative/
Dtest_pynative_hook.py60 def test_custom_hook_function(self, hook_function, cell_hook_function): argument
74 def __init__(self, hook_function, cell_hook_function, num_class=10): argument
/third_party/mindspore/tests/st/hook/
Dtest_hook_function.py93 def cell_hook_function(cell_id, grad_input, grad_output): function
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_hook.py54 def cell_hook_function(cell_id, grad_input, grad_output): function