Home
last modified time | relevance | path

Searched defs:decay_filter (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/networks/models/bert/bert_performance/
Dtest_bert_tdt_ge.py174 decay_filter = lambda x: 'layernorm' not in x.name.lower() and 'bias' not in x.name.lower() function
Dtest_bert_tdt_lossscale.py195 decay_filter = lambda x: 'layernorm' not in x.name.lower() and 'bias' not in x.name.lower() function
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/bert/bert_precision/
Dtest_bert_tdt_lossscale.py194 decay_filter = lambda x: 'layernorm' not in x.name.lower() and 'bias' not in x.name.lower() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/
Dthor.py252 …use_nesterov=False, decay_filter=lambda x: x.name not in [], split_indices=None, enable_clip_grad=… argument
374 use_nesterov=False, decay_filter=lambda x: x.name not in [], split_indices=None, argument
665decay_filter=lambda x: x.name not in [], split_indices=None, enable_clip_grad=False, frequency=100… argument
Doptimizer.py256 decay_filter = lambda x: isinstance(x, Cell) or x > 0 function
271 decay_filter = lambda x: 'beta' not in x.name and 'gamma' not in x.name function
/third_party/mindspore/mindspore-src/source/tests/ut/python/ir/
Dtest_row_tensor.py221 decay_filter=lambda x: 'beta' not in x.name and 'gamma' not in x.name): argument