Home
last modified time | relevance | path

Searched refs:hook_function (Results 1 – 1 of 1) 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
61 return hook_function, cell_hook_function
74 def __init__(self, hook_function, cell_hook_function, num_class=10): argument
87 self.hook = P.HookBackward(hook_function)
172 net = LeNet5(hook_function=function[0], cell_hook_function=function[1])