Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.cc66 class DeviceThread { class
69 explicit DeviceThread(const std::string& device, const bool is_async) in DeviceThread() function in tensorflow::parallel_device::DeviceThread
H A Dparallel_device_lib.h50 class DeviceThread; variable
/aosp_15_r20/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp538 class DeviceThread : public Thread class in __anon6dbb85c60111::AudioGroup
541 explicit DeviceThread(AudioGroup *group) : Thread(false), mGroup(group) {} in DeviceThread() function in __anon6dbb85c60111::AudioGroup::DeviceThread