Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h124 constexpr char ACTIVATION_TYPE[] = "activation_type"; variable
Dactivation_info.cc49 auto iter = attrs_.find(ACTIVATION_TYPE); in GetAttrs()