Home
last modified time | relevance | path

Searched refs:kMaxNorm (Results 1 – 2 of 2) 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()
25 auto value_ptr = GetAttr(kMaxNorm); in get_max_norm()
/third_party/mindspore/mindspore/core/ops/
Dop_utils.h114 constexpr auto kMaxNorm = "max_norm"; variable