Home
last modified time | relevance | path

Searched refs:bundled_program_ptr_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp442 : bundled_program_ptr_(buffer), in PyBundledModule()
460 return bundled_program_ptr_.cast<std::string_view>().data(); in get_bundled_program_ptr()
474 const py::bytes bundled_program_ptr_; member