Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/
H A Dcbmem.h109 #define _CBMEM_INIT_HOOK_UNUSED(init_fn_) __attribute__((unused)) \ argument
112 #define _CBMEM_INIT_HOOK(init_fn_) \ argument
118 #define _CBMEM_INIT_HOOK_EARLY(init_fn_) \ argument
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DCUDAPluggableAllocator.h167 std::function<void(int)> init_fn_; member
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dbackend_integration_test.cpp155 std::optional<InitFn> init_fn_; member in StubBackend