megengine.utils.network.NodeFilterHasInput.name¶
- NodeFilterHasInput.name(pattern, ignorecase=True)¶
通过节点名称过滤。
- 参数
pattern(class – str): a string in glob syntax that can contain
?
and*
to match a single or arbitrary characters.ignorecase (bool, optional) – 是否忽略大小写。
- 返回
返回一个新的
NodeFilter
对象。