Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h115 constexpr char RELU6_TYPE[] = "relu6"; variable
Dactivation_info.cc54 if ((val != RELU_TYPE) && (val != RELU6_TYPE) && (val != SIGMOID_TYPE)) { in GetAttrs()