Searched defs:out_chls (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/ |
D | resnet.py | 38 def _BatchNorm2dInit(out_chls, momentum=0.1, affine=True, use_batch_statistics=True): argument
|
D | resnet50v1.py | 38 def _BatchNorm2dInit(out_chls, momentum=0.1, affine=True, use_batch_statistics=True): argument
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | yolo.py | 72 def __init__(self, in_channels, out_chls, out_channels): argument
|
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/ |
D | yolov3.py | 288 def __init__(self, in_channels, out_chls, out_channels): argument
|