Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dbackend_integration_test.cpp354 ET_UNUSED BackendInitContext& backend_init_context) in TEST_P()
398 ET_UNUSED BackendInitContext& backend_init_context) in TEST_P()
497 ET_UNUSED BackendInitContext& backend_init_context) in TEST_P()
540 ET_UNUSED BackendInitContext& backend_init_context) in TEST_P()
542 auto method_name = backend_init_context.get_method_name(); in TEST_P()
653 ET_UNUSED BackendInitContext& backend_init_context) in TEST_P()
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp58 BackendInitContext& backend_init_context, in Init() argument
86 delegate.compile_specs(), backend_init_context, &compile_specs); in Init()
101 backend_init_context, in Init()
143 BackendInitContext& backend_init_context, in PopulateCompileSpecs() argument
148 backend_init_context.get_runtime_allocator()->allocateList<CompileSpec>( in PopulateCompileSpecs()
629 BackendInitContext backend_init_context( in init() local
633 delegate, program_, backend_init_context, &delegates_[i]); in init()
/aosp_15_r20/external/executorch/runtime/backend/
H A Dtargets.bzl19 "backend_init_context.h",