Home
last modified time | relevance | path

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

/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/mindspore/lite/examples/export_models/models/
Dmini_alexnet.py34 def __init__(self, num_classes=10, channel=1, phase='train', include_top=True): argument