Home
last modified time | relevance | path

Searched defs:DeviceType (Results 1 – 20 of 20) 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.cc1512 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/libchrome/base/system_monitor/
Dsystem_monitor.h22 enum DeviceType { enum
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVAttributes.h26 enum class DeviceType; variable
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h29 enum class DeviceType : uint8_t { enum
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.cc42 const char* CustomDeviceTensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::CustomDeviceTensorHandle
Dtensor_handle.cc1081 const char* TensorHandle::DeviceType(Status* status) const { in DeviceType() function in tensorflow::TensorHandle
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_options.proto12 enum DeviceType { enum
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm69 CoreSimulatorSupport::DeviceType::DeviceType() function
72 CoreSimulatorSupport::DeviceType::DeviceType(id d) function
/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()
792 auto is_cpu_device = [](const std::pair<DeviceType, int32>& entry) -> bool { in AddHostOnlyDataTypesConstraints()
/external/ukey2/src/main/proto/
Dsecuregcm.proto173 enum DeviceType { enum
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp333 spirv::DeviceType /*deviceType*/, uint32_t /*deviceID*/, in verifyConstructionInvariants()
/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.h156 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument