Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtypes.h56 DeviceType(const char* type) // NOLINT(runtime/explicit) in DeviceType() function
59 explicit DeviceType(StringPiece type) : type_(type.data(), type.size()) {} in DeviceType() function
Dop_kernel.cc1472 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/tensorflow/tensorflow/core/profiler/internal/
Dprofiler_interface.h25 enum class DeviceType { enum
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h29 enum class DeviceType : uint8_t { enum
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc59 [](string* out, const std::pair<DeviceType, int32>& type_and_pref) { in DebugString()
Dcolocation_graph.cc491 [&](const std::pair<DeviceType, int32>& entry) { in MaybeExcludeXlaDevices()
/external/ukey2/src/main/proto/
Dsecuregcm.proto172 enum DeviceType { enum
/external/swiftshader/include/Direct3D/
Dd3d8caps.h27 D3DDEVTYPE DeviceType; member
Dd3d8types.h1338 D3DDEVTYPE DeviceType; member
/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/libusb/libusb/os/
Dwindows_winusb.h390 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument