Skip to content

Commit b036ff0

Browse files
committed
Update base for Update on "[ExecuTorch][#10447] Extend PyBundledModule with extension.BundledModule"
# Context This issue is a step of #9638. In #9638, we want to have `extension.Module` as the single source of implementation in `pybindings`, which means that `pybindings.PyModule` should use `extension.Module` rather than its own `pybindings.Module`. # Proposal Now that we have `extension.BundledModule` ready, we want to test it out by having our existing `PyBundledModule` to extend it, and let `verify_result_with_bundled_expected_output` to use it, so that we can test out the whole thing with https://github.com/pytorch/executorch/blob/fb45e19055a92d2a91a4d4b7008e135232cbb14b/devtools/bundled_program/test/test_end2end.py Differential Revision: [D73564127](https://our.internmc.facebook.com/intern/diff/D73564127/) [ghstack-poisoned]
1 parent 8ce661c commit b036ff0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/pybindings/pybindings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ using ::executorch::ET_RUNTIME_NAMESPACE::get_registered_kernels;
9393
using ::executorch::ET_RUNTIME_NAMESPACE::Kernel;
9494
using ::executorch::ET_RUNTIME_NAMESPACE::Method;
9595
using ::executorch::ET_RUNTIME_NAMESPACE::Program;
96-
using ::executorch::extension::ET_BUNDLED_MODULE_NAMESPACE::BundledModule;
9796
using ::executorch::extension::BufferDataLoader;
9897
using ::executorch::extension::MallocMemoryAllocator;
9998
using ::executorch::extension::MmapDataLoader;

0 commit comments

Comments
 (0)