(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: |
| 266 | root = get_source_root_dir() |
| 267 | return os.path.join(root, "third_party", "bazel", "acl") |
| 268 | |
| 269 | def config_mkldnn(root, args): |
| 270 | build_dir = mkldnn_build_dir(root) |
no test coverage detected