Home
last modified time | relevance | path

Searched defs:_check_param (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
D_checkparam.py202 def _check_param(): function
236 def _check_param(): function
258 def _check_param(): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/
Dftrl.py147 def _check_param(initial_accum, learning_rate, lr_power, l1, l2, use_locking, prim_name=None): function
Dthor.py111 def _check_param(momentum, frequency, lr, cls_name): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Drandom_func.py1524 def _check_param(op_name, param_name, param_value): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Dop_info_register.py432 def _check_param(self, param_list, key_list, fn_list, kwargs): member in RegOp