Skip to content

Commit 7a8f1a6

Browse files
committed
Update on "[executorch][flat_tensor] DataMap implementation"
DataMap implementation that * Loads a flat_tensor file * Populates a map with {fqn: tensor} and {fqn: TensorLayout}. * Makes tensor information available via the named_data_map.h interface. For now, DataMap doesn't store the DataLoader. - If/when tensors are in their own segments, DataMap should also store a DataLoader. Differential Revision: [D67064580](https://our.internmc.facebook.com/intern/diff/D67064580/) [ghstack-poisoned]
2 parents 9c37b57 + f0ac875 commit 7a8f1a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extension/flat_tensor/targets.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ def define_common_targets():
88
],
99
exported_headers = ["flat_tensor_data_map.h"],
1010
deps = [
11-
"//executorch/extension/flat_tensor/serialize:schema",
12-
"//executorch/extension/flat_tensor/serialize:serialize",
1311
"//executorch/extension/flat_tensor/serialize:generated_headers",
1412
"//executorch/extension/flat_tensor/serialize:flat_tensor_header",
1513
"//executorch/runtime/core:core",

0 commit comments

Comments
 (0)