Skip to content

Commit 8c6a8ee

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 8c6a8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/named_data_map/test/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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+
"ET_MODULE_SIMPLE_TRAIN_DATA_PATH": "$(location fbcode//executorch/test/models:exported_program_and_data[ModuleSimpleTrain.ptd])",
1112
}
1213

1314
runtime.cxx_test(

0 commit comments

Comments
 (0)