forked from mindspore-Ecosystem/mindspore
add operator diag and diag_part
This commit is contained in:
parent
4c2aa41f1d
commit
1984e4a1ff
|
@ -190,6 +190,7 @@ const char kNameAtan2[] = "Atan2";
|
|||
const char kNameApplyRMSProp[] = "ApplyRMSProp";
|
||||
const char kNameApplyCenteredRMSProp[] = "ApplyCenteredRMSProp";
|
||||
|
||||
|
||||
// -----------------OpAdapter initialization--------------
|
||||
std::unordered_map<std::string, OpAdapterDescPtr> &DfGraphConvertor::get_adpt_map() {
|
||||
static std::unordered_map<std::string, OpAdapterDescPtr> adpt_map = {
|
||||
|
|
Loading…
Reference in New Issue