|
|
@@ -2,6 +2,7 @@ import mindspore |
|
|
import mindspore.nn as nn |
|
|
import mindspore.nn as nn |
|
|
from mindspore import context |
|
|
from mindspore import context |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Exp_Basic(nn.Cell): |
|
|
class Exp_Basic(nn.Cell): |
|
|
def __init__(self, args): |
|
|
def __init__(self, args): |
|
|
super(Exp_Basic, self).__init__() |
|
|
super(Exp_Basic, self).__init__() |
|
|
|