We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72ef5b commit f174d55Copy full SHA for f174d55
backends/apple/coreml/TARGETS
@@ -72,7 +72,7 @@ runtime.cxx_python_extension(
72
headers = glob([
73
"runtime/inmemoryfs/**/*.hpp",
74
]),
75
- base_module = "",
+ base_module = "executorch.backends.apple.coreml",
76
compiler_flags = [
77
"-std=c++17",
78
],
0 commit comments