Home
last modified time | relevance | path

Searched defs:DeviceType (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtypes.h57 DeviceType(const char* type) // NOLINT(runtime/explicit) in DeviceType() function
60 explicit DeviceType(StringPiece type) : type_(type.data(), type.size()) {} in DeviceType() function
Dop_kernel.cc1442 const std::pair<DeviceType, int32>& b) { in SupportedDeviceTypesForNode()
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c280 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat()
408 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType()
470 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch()
516 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion()
554 D3DDEVTYPE DeviceType, in NineAdapter9_GetDeviceCaps()
1008 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice()
1068 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
/external/ComputeLibrary/arm_compute/core/
DIDevice.h33 enum class DeviceType enum
/external/libchrome/base/system_monitor/
Dsystem_monitor.h22 enum DeviceType { enum
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h29 enum class DeviceType : uint8_t { enum
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_options.proto12 enum DeviceType { enum
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.cc50 const char* CustomDeviceTensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::CustomDeviceTensorHandle
Dtensor_handle.cc1064 const char* TensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::TensorHandle
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter_util_unittest.cc35 enum DeviceType { enum
85 bool CapabilitiesToDeviceInfo(DeviceType, EventDeviceInfo*) { in CapabilitiesToDeviceInfo() argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_viewer_test.cc125 TEST(OpStatsToPodViewer, DeviceType) { in TEST() argument
/external/angle/src/libANGLE/
DCLBitField.h67 using DeviceType = BitField; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc60 [](string* out, const std::pair<DeviceType, int32>& type_and_pref) { in DebugString()
Dcolocation_graph.cc521 [&](const std::pair<DeviceType, int32>& entry) { in MaybeExcludeXlaDevices()
791 auto is_cpu_device = [](const std::pair<DeviceType, int32>& entry) -> bool { in AddHostOnlyDataTypesConstraints()
/external/ukey2/src/main/proto/
Dsecuregcm.proto173 enum DeviceType { enum
/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
Dop_handler_selector_test.cc140 const char* DeviceType(Status* status) const override { in DeviceType() function in tfrt::tf::__anon9dfae7e90111::FakeTensorHandle
/external/mesa3d/include/D3D9/
Dd3d9caps.h305 D3DDEVTYPE DeviceType; member
Dd3d9types.h1517 D3DDEVTYPE DeviceType; member
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_win32.h198 UCHAR DeviceType; member
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc459 const char* TensorHandleInterface::DeviceType( in DeviceType() function in tfrt::tf::TensorHandleInterface
/external/uwb/src/rust/uwb_core/src/session/params/
Dfira_app_config_params.rs645 pub enum DeviceType { enum
/external/libusb/libusb/os/
Dwindows_winusb.h156 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument