MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / has_fuse_code_attr

Function has_fuse_code_attr

generate_code.py:116–117  ·  view source on GitHub ↗
(op: dict)

Source from the content-addressed store, hash-verified

114
115
116def has_fuse_code_attr(op: dict):
117 return any([x['predefined'] == 'fuse_code' for x in op['input']])
118
119
120def infer_cfg(cfg, target: Target):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected