Home
last modified time | relevance | path

Searched refs:original_func (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/third_party/proto/tensorflow/
Dnode_def.proto80 // level graph, the `original_func` is empty. This information, with the
/third_party/python/Lib/unittest/
Dcase.py1339 def _deprecate(original_func): argument
1342 'Please use {0} instead.'.format(original_func.__name__),
1344 return original_func(*args, **kwargs)