Home
last modified time | relevance | path

Searched defs:PyBundledModule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp438 struct PyBundledModule final { struct
439 explicit PyBundledModule( in PyBundledModule() function
453 static std::unique_ptr<PyBundledModule> load_from_buffer( in load_from_buffer()
459 const void* get_bundled_program_ptr() { in get_bundled_program_ptr()
463 const void* get_program_ptr() { in get_program_ptr()
467 size_t get_program_len() { in get_program_len()
474 const py::bytes bundled_program_ptr_;
475 const void* program_ptr_;
476 size_t program_len_;