Home
last modified time | relevance | path

Searched refs:EventKey (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.h209 static int64_t EventKey(int32_t uid, int32_t device_ordinal) { in EventKey() function
Djitrt_custom_calls.cc282 const int64_t key = EventKey(uid, device_ordinal); in PopEvent()
296 const int64_t key = EventKey(uid, device_ordinal); in PushEvent()
/external/mesa3d/src/imgui/
Dimgui.h1431 …ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Co… member
Dimgui_widgets.cpp3529 callback_data.EventKey = event_key; in InputTextEx()