Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/fusion/
Dembedding_lookup_fusion.cc23 void EmbeddingLookupFusion::set_max_norm(const float max_norm) { (void)this->AddAttr(kMaxNorm, Make… in set_max_norm()
29 void EmbeddingLookupFusion::Init(const float max_norm) { this->set_max_norm(max_norm); } in Init()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dembedding_lookup_fp32.c21 void l2_regulate(float *data, int size, float max_norm) { in l2_regulate()
/third_party/mindspore/mindspore/nn/layer/
Dembedding.py225 max_norm=None, sparse=True, vocab_cache_size=0): argument
477 … slice_mode='batch_slice', feature_num_list=None, max_norm=None, sparse=True, operator='SUM'): argument
Dthor_layer.py722 max_norm=None, sparse=True, vocab_cache_size=0): argument
/third_party/mindspore/tests/ut/python/ops/
Dtest_ops.py318 def construct(self, input_x, max_norm): argument
353 def __init__(self, vocab_size, embedding_size, max_norm=None): argument