Home
last modified time | relevance | path

Searched defs:num_channel (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/examples/export_models/models/
DNetworkInNetwork.py26 def __init__(self, num_classes=10, num_channel=3): argument
/third_party/mindspore/tests/st/summary/
Dtest_summary_ops.py37 def __init__(self, num_class=10, num_channel=1, include_top=True): argument
Dtest_summary_collector.py51 def __init__(self, num_class=10, num_channel=1, include_top=True): argument
/third_party/mindspore/tests/st/networks/
Dtest_gradient_accumulation.py53 def __init__(self, num_class=10, num_channel=1): argument
/third_party/mindspore/mindspore/nn/layer/
Dnormalization.py243 def _channel_check(channel, num_channel, prim_name=None): argument