Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.cc47 struct KernelContext { struct
50 const Executable::ResultsMemoryLayout* results_memory_layout = nullptr;
56 Executable::CallFrame* call_frame = nullptr;
59 CustomCall::UserData* custom_call_data = nullptr;
62 DiagnosticEngine* diagnostic_engine = nullptr;
H A Dexecutable.h39 class KernelContext; variable