File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
extension/flat_tensor/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ def define_common_targets(is_fbcode=False):
35
35
# The tests use this var to find the program file to load. This uses
36
36
# an fbcode target path because the authoring/export tools
37
37
# intentionally don't work in xplat (since they're host-only tools).
38
- "ET_MODULE_LINEAR_PROGRAM " : "$(location fbcode//executorch/test/models:exported_programs_with_data_separated[ModuleLinear.pte])" ,
39
- "ET_MODULE_LINEAR_DATA " : "$(location fbcode//executorch/test/models:exported_programs_with_data_separated[ModuleLinear.ptd])" ,
38
+ "ET_MODULE_LINEAR_PROGRAM_PATH " : "$(location fbcode//executorch/test/models:exported_programs_with_data_separated[ModuleLinear.pte])" ,
39
+ "ET_MODULE_LINEAR_DATA_PATH " : "$(location fbcode//executorch/test/models:exported_programs_with_data_separated[ModuleLinear.ptd])" ,
40
40
}
41
41
42
42
runtime .cxx_test (
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def define_common_targets():
95
95
name = "exported_programs_with_data_separated" ,
96
96
cmd = "$(exe :export_program) --modules ModuleLinear --external-constants --outdir $OUT" ,
97
97
outs = {
98
- "ModuleLinear.pte" : ["ModuleLinear .pte" ],
98
+ "ModuleLinear.pte" : ["ModuleLinearProgram .pte" ],
99
99
"ModuleLinear.ptd" : ["_default_external_constant.ptd" ],
100
100
},
101
101
default_outs = ["." ],
You can’t perform that action at this time.
0 commit comments