Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/kernel/
H A Doperator_registry.h45 class KernelRuntimeContext; // Forward declaration variable
253 using KernelRuntimeContext = ::executorch::runtime::KernelRuntimeContext; variable
/aosp_15_r20/external/executorch/extension/kernel_util/
H A Dmake_boxed_from_unboxed_functor.h53 class KernelRuntimeContext; // Forward declaration variable
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.h36 class KernelRuntimeContext; variable
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dexecutor_test.cpp168 void test_op(KernelRuntimeContext& /*unused*/, EValue** /*unused*/) {} in test_op() argument