HomeSort by relevance Sort by last modified time
    Searched refs:DeviceType (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/tensorflow/tensorflow/core/common_runtime/
device_set_test.cc 48 std::vector<DeviceType> types() const {
71 EXPECT_EQ(50, DeviceSet::DeviceTypeOrder(DeviceType("d1")));
72 EXPECT_EQ(51, DeviceSet::DeviceTypeOrder(DeviceType("d2")));
73 EXPECT_EQ(49, DeviceSet::DeviceTypeOrder(DeviceType("d3")));
75 EXPECT_EQ(std::vector<DeviceType>{}, types());
78 EXPECT_EQ(std::vector<DeviceType>{DeviceType("d1")}, types());
81 EXPECT_EQ(std::vector<DeviceType>{DeviceType("d1")}, types());
85 EXPECT_EQ((std::vector<DeviceType>{DeviceType("d2"), DeviceType("d1")})
    [all...]
memory_types.h 27 Status ValidateMemoryTypes(const DeviceType& device_type, const Graph* g);
38 Status EnsureMemoryTypes(const DeviceType& device_type,
43 Status MemoryTypeForOutput(const DeviceType& device_type, const Graph* g,
copy_tensor.h 56 Registration(DeviceType sender_device_type, DeviceType receiver_device_type,
67 static Status Register(DeviceType sender_device_type,
68 DeviceType receiver_device_type,
device_set.cc 58 int DeviceSet::DeviceTypeOrder(const DeviceType& d) {
62 static bool DeviceTypeComparator(const DeviceType& a, const DeviceType& b) {
74 std::vector<DeviceType> DeviceSet::PrioritizedDeviceTypeList() const {
75 std::vector<DeviceType> result;
device_set.h 65 std::vector<DeviceType> PrioritizedDeviceTypeList() const;
71 static int DeviceTypeOrder(const DeviceType& d);
device.cc 41 const string& name, DeviceType device, Bytes memory_limit,
  /external/tensorflow/tensorflow/core/framework/
memory_types.h 32 const DeviceType& device_type, const NodeDef& ndef,
types.cc 25 bool DeviceType::operator<(const DeviceType& other) const {
29 bool DeviceType::operator==(const DeviceType& other) const {
33 std::ostream& operator<<(std::ostream& os, const DeviceType& d) {
201 string DeviceTypeString(const DeviceType& device_type) {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDevice.h 27 template <typename ExpressionType, typename DeviceType> class TensorDevice {
29 TensorDevice(const DeviceType& device, ExpressionType& expression) : m_device(device), m_expression(expression) {}
35 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
46 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
57 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
62 const DeviceType& m_device;
  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 51 enum DeviceType {
56 DeviceType mDeviceType;
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.h 48 const std::function<bool(const Node*, const DeviceType&)>&
xla_device.h 51 const DeviceType& device_type);
58 const DeviceType& jit_device_type() const;
62 const DeviceType device_type_;
81 int device_ordinal, const DeviceType& jit_device_name,
107 const DeviceType& jit_device_name_;
xla_compilation_cache.h 49 XlaCompilationCache(xla::LocalClient* client, DeviceType device_type);
73 const DeviceType& device_type() const { return device_type_; }
85 const DeviceType device_type_;
  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.h 87 D3DDEVTYPE DeviceType,
95 D3DDEVTYPE DeviceType,
103 D3DDEVTYPE DeviceType,
110 D3DDEVTYPE DeviceType,
116 D3DDEVTYPE DeviceType,
122 D3DDEVTYPE DeviceType,
133 D3DDEVTYPE DeviceType,
adapter9.c 250 D3DDEVTYPE DeviceType,
265 DBG("This=%p DeviceType=%s AdapterFormat=%s\n", This,
266 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat));
272 hr = NineAdapter9_GetScreen(This, DeviceType, &screen);
376 D3DDEVTYPE DeviceType,
387 DBG("This=%p DeviceType=%s SurfaceFormat=%s Windowed=%i MultiSampleType=%u "
388 "pQualityLevels=%p\n", This, nine_D3DDEVTYPE_to_str(DeviceType),
398 hr = NineAdapter9_GetScreen(This, DeviceType, &screen);
438 D3DDEVTYPE DeviceType,
447 DBG("This=%p DeviceType=%s AdapterFormat=%s
    [all...]
  /external/mesa3d/include/d3dadapter/
d3dadapter9.h 42 HRESULT (WINAPI *CheckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat);
43 HRESULT (WINAPI *CheckDeviceMultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels);
44 HRESULT (WINAPI *CheckDepthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat);
45 HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
48 HRESULT (WINAPI *CreateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9Ex **ppReturnedDeviceInterface);
77 HRESULT WINAPI CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat);
78 HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels);
79 HRESULT WINAPI CheckDepthStencilMatch(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat)
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/kernels/
xla_launch_op.h 58 DeviceType device_type_;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscOnboardDeviceFunction.c 87 StatusAndType = (UINT8) ForType10InputData->OnBoardDeviceStatus.DeviceType;
94 SmbiosRecord->Device[0].DeviceType = StatusAndType;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOnboardDeviceFunction.c 125 StatusAndType = (UINT8) ForType10InputData->OnBoardDeviceStatus.DeviceType;
132 SmbiosRecord->Device[0].DeviceType = StatusAndType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d4drvif.h 35 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
36 ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 59 return ((BBS_BBS_DEVICE_PATH *) DevicePath)->DeviceType;
142 switch (CurBBSEntry->DeviceType) {
195 if (Index >= 5 && Index <= 16 && (CurBBSEntry->DeviceType == BBS_HARDDISK || CurBBSEntry->DeviceType == BBS_CDROM)) {
231 (LegacyBmDeviceType (BootOption->FilePath) == BbsTable[BbsData->BbsIndex].DeviceType)) {
255 (BbsTable[Index].DeviceType != LegacyBmDeviceType (BootOption->FilePath))) {
291 @param DeviceType Device type which need to check.
300 UINT16 DeviceType,
316 if (Entry->BbsType == DeviceType) {
549 BbsNode->DeviceType = BbsEntry->DeviceType;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBbs.c 181 BbsTable[0].DeviceType = BBS_FLOPPY;
229 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
231 BbsTable[BbsIndex + Index].DeviceType = BBS_CDROM;
236 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
245 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
247 BbsTable[BbsIndex + Index].DeviceType = BBS_CDROM;
252 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
BootManager.c 217 UINT16 DeviceType;
221 DeviceType = (UINT16) -1;
298 if (IsLegacyOption && DeviceType != ((BBS_BBS_DEVICE_PATH *) Option->DevicePath)->DeviceType) {
303 DeviceType = ((BBS_BBS_DEVICE_PATH *) Option->DevicePath)->DeviceType;
308 MIN (DeviceType & 0xF, ARRAY_SIZE (mDeviceTypeStr) - 1)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
I2CLib.h 43 I2C_DEVICE_TYPE DeviceType;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compilation_device.h 52 XlaCompilationDevice(const SessionOptions& options, DeviceType type);

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 910