Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.h75 void (*context_cleanup)(struct panfrost_context *ctx); member
H A Dpan_cmdstream.c3868 context_cleanup(struct panfrost_context *ctx) in context_cleanup() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dsingle_threaded_executor.cc337 auto context_cleanup = gtl::MakeCleanup([&params] { in Run() local