(root)
| 259 | return os.path.join(mkldnn_build_dir(root), "intel") |
| 260 | |
| 261 | def acl_root_dir(root): |
| 262 | return os.path.join(mkldnn_build_dir(root), 'acl', 'ComputeLibrary') |
| 263 | |
| 264 | def extra_acl_patch_dir(root): |
| 265 | if root is None: |
no test coverage detected