Home
last modified time | relevance | path

Searched defs:feature_shape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/st/networks/models/deeplabv3/src/
Ddeeplabv3.py26 def __init__(self, feature_shape, scale_size, output_stride): argument
55 def __init__(self, channel, depth, feature_shape, scale_sizes, argument
144 def __init__(self, feature_shape, scale_size=1.0, decoder_output_stride=4): argument
174 feature_shape, argument
254 feature_shape, argument
336 feature_shape, argument
349 …def __init__(self, num_classes, feature_shape, backbone, channel, depth, infer_scale_sizes, atrous… argument
425 def deeplabv3_resnet50(num_classes, feature_shape, image_pyramid, argument
/third_party/mindspore/tests/st/model_zoo_tests/yolov3/src/
Dconfig.py27 feature_shape = [32, 3, 352, 640] variable in ConfigYOLOV3ResNet18
Dyolov3.py339 def __init__(self, feature_shape, backbone_shape, backbone, out_channel): argument