Skip to content

Commit e1c396f

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 8b90f0c + 05f5ce3 commit e1c396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/flat_tensor/flat_tensor_data_map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class FlatTensorDataMap final : public executorch::runtime::NamedDataMap {
5757

5858
FlatTensorDataMap(FlatTensorDataMap&&) noexcept = default;
5959

60-
~FlatTensorDataMap() = default;
60+
~FlatTensorDataMap() override = default;
6161

6262
private:
6363
FlatTensorDataMap(

0 commit comments

Comments
 (0)