Home
last modified time | relevance | path

Searched refs: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() argument
453 static std::unique_ptr<PyBundledModule> load_from_buffer( in load_from_buffer() argument
456 return std::make_unique<PyBundledModule>(buffer, bundled_input_pool_size); in load_from_buffer()
658 PyBundledModule& m, in load_from_bundled_program()
813 PyBundledModule& m, in load_bundled_input()
826 PyBundledModule& m, in verify_result_with_bundled_expected_output()
1015 &PyBundledModule::load_from_buffer, in PYBIND11_MODULE()
1092 py::class_<PyBundledModule>(m, "BundledModule"); in PYBIND11_MODULE()