Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dkernel_integration_test.cpp50 struct KernelControl { struct
53 int call_count = 0;
57 bool call_context_fail = true;
61 Error fail_value = Error::Ok;
64 bool allocate_temp_memory = false;
67 bool simulate_temp_memory_allocation = false;
70 int temp_memory_size = 0;
73 int total_allocated_size = 0;
75 void reset() { in reset()
89 static void register_singleton() { in register_singleton()
[all …]