Home
last modified time | relevance | path

Searched defs:get_device_name (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DdeviceInfo.cpp119 std::string get_device_name(cl_device_id device) in get_device_name() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_placer_test.cc209 auto get_device_name = [&placer](const string& device) -> string { in TEST() local
/aosp_15_r20/external/pytorch/torch/xpu/
H A D__init__.py205 def get_device_name(device: Optional[_device_t] = None) -> str: function
/aosp_15_r20/art/test/testrunner/
H A Dtestrunner.py351 def get_device_name(): function
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py581 def get_device_name(self) -> str: member in AndroidBluetoothDecorator
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py481 def get_device_name(device: Optional[_device_t] = None) -> str: function
/aosp_15_r20/external/ltp/lib/
H A Dtst_test.c1092 static const char *get_device_name(const char *fs_type) in get_device_name() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py2336 def get_device_name(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc509 py::object get_device_name() const { in get_device_name() function in __anona01327af0411::EagerContextThreadLocalDataWrapper