Skip to content

Commit d4ef4c8

Browse files
committed
Introduce public MergedDataMap
Pull Request resolved: #14766 Add public merged data map. Module can use this to resolve multiple named data maps. ghstack-source-id: 312935687 @exported-using-ghexport Differential Revision: [D83527299](https://our.internmc.facebook.com/intern/diff/D83527299/)
1 parent a66ea20 commit d4ef4c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/named_data_map/test/targets.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ def define_common_targets(is_fbcode=False):
88
# intentionally don't work in xplat (since they're host-only tools).
99
"ET_MODULE_ADD_MUL_DATA_PATH": "$(location fbcode//executorch/test/models:exported_program_and_data[ModuleAddMul.ptd])",
1010
"ET_MODULE_LINEAR_DATA_PATH": "$(location fbcode//executorch/test/models:exported_program_and_data[ModuleLinear.ptd])",
11+
<<<<<<< HEAD
12+
=======
13+
"ET_MODULE_SIMPLE_TRAIN_DATA_PATH": "$(location fbcode//executorch/test/models:exported_program_and_data[ModuleSimpleTrain.ptd])",
14+
>>>>>>> 61affd021c (Introduce public MergedDataMap)
1115
}
1216

1317
runtime.cxx_test(

0 commit comments

Comments
 (0)