Home
last modified time | relevance | path

Searched refs:LossNet (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/ut/python/train/
Dtest_training.py49 class LossNet(nn.Cell): class
53 super(LossNet, self).__init__()
108 model = Model(LossNet())
149 net2 = LossNet()
154 _ = LossNet()
/third_party/mindspore/tests/ut/python/train/summary/
Dtest_image_summary.py99 class LossNet(nn.Cell): class
103 super(LossNet, self).__init__()
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/
Dtest_fl_fasterrcnn.py33 from src.network_define import LossCallBack, WithLossCell, TrainOneStepCell, LossNet
185 loss = LossNet()
/third_party/mindspore/tests/ut/python/utils/
Dtest_callback.py57 class LossNet(nn.Cell): class
61 super(LossNet, self).__init__()
375 net = LossNet()
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/
Dnetwork_define.py82 class LossNet(nn.Cell): class