Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/devtools/bundled_program/
H A Dbundled_program.h35 SerializedBundledProgram* bundled_program_ptr,
53 SerializedBundledProgram* bundled_program_ptr,
110 serialized_bundled_program* bundled_program_ptr, in LoadBundledInput() argument
113 method, bundled_program_ptr, testset_idx); in LoadBundledInput()
119 serialized_bundled_program* bundled_program_ptr,
124 method, bundled_program_ptr, testset_idx, rtol, atol);
H A Dbundled_program.cpp248 SerializedBundledProgram* bundled_program_ptr, in load_bundled_input() argument
252 bundled_program_ptr), in load_bundled_input()
257 bundled_program_flatbuffer::GetBundledProgram(bundled_program_ptr), in load_bundled_input()
343 SerializedBundledProgram* bundled_program_ptr, in verify_method_outputs() argument
349 bundled_program_ptr), in verify_method_outputs()
354 bundled_program_flatbuffer::GetBundledProgram(bundled_program_ptr), in verify_method_outputs()
/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp816 const void* bundled_program_ptr = m.get_bundled_program_ptr(); in load_bundled_input() local
818 module_->get_method(method_name), bundled_program_ptr, testset_idx); in load_bundled_input()
831 const void* bundled_program_ptr = m.get_bundled_program_ptr(); in verify_result_with_bundled_expected_output() local
834 method, bundled_program_ptr, testset_idx); in verify_result_with_bundled_expected_output()
841 method, bundled_program_ptr, testset_idx, rtol, atol); in verify_result_with_bundled_expected_output()