Searched defs:DeviceType (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | types.h | 56 DeviceType(const char* type) // NOLINT(runtime/explicit) in DeviceType() function 59 explicit DeviceType(StringPiece type) : type_(type.data(), type.size()) {} in DeviceType() function
|
D | op_kernel.cc | 1472 const std::pair<DeviceType, int32>& b) { in SupportedDeviceTypesForNode()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.c | 280 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/ |
D | profiler_interface.h | 25 enum class DeviceType { enum
|
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.h | 29 enum class DeviceType : uint8_t { enum
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | inspecting_placer.cc | 59 [](string* out, const std::pair<DeviceType, int32>& type_and_pref) { in DebugString()
|
D | colocation_graph.cc | 491 [&](const std::pair<DeviceType, int32>& entry) { in MaybeExcludeXlaDevices()
|
/external/ukey2/src/main/proto/ |
D | securegcm.proto | 172 enum DeviceType { enum
|
/external/swiftshader/include/Direct3D/ |
D | d3d8caps.h | 27 D3DDEVTYPE DeviceType; member
|
D | d3d8types.h | 1338 D3DDEVTYPE DeviceType; member
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 305 D3DDEVTYPE DeviceType; member
|
D | d3d9types.h | 1517 D3DDEVTYPE DeviceType; member
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_win32.h | 198 UCHAR DeviceType; member
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 390 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument
|