/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager_test.cc | 126 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in MakeReductionTestCase() 175 auto* device = GetDevice(num_ranks_per_node, node, i); in MakeGatherTestCase() 220 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in MakeBroadcastTestCase() 263 GetDevice(test_case->num_ranks_per_node, node, local_rank); in VerifyResults() 333 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in RunMultiNodeAllReduceTest() 382 auto* device = GetDevice(num_ranks_per_node, node, local_rank); in RunMultiNodeBroadcastTest() 425 static BaseGPUDevice* GetDevice(int num_ranks_per_node, int node, in GetDevice() function in tensorflow::NcclManagerTest 476 auto* device = this->GetDevice(num_ranks, /*node=*/0, rank); in TYPED_TEST() 523 auto* device = this->GetDevice(num_ranks, /*node=*/0, rank); in TYPED_TEST() 543 auto* device = this->GetDevice(num_ranks, /*node=*/0, rank); in TYPED_TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | cluster_formation.cc | 58 StringRef GetDevice(Operation* op) { in GetDevice() function 94 GetDevice(defining_op) == c.device) in CanMergeIntoCluster() 190 auto device = GetDevice(&op); in BuildClusters()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_scaledrenderbuffer.h | 33 CFX_RenderDevice* GetDevice() const;
|
D | cpdf_scaledrenderbuffer.cpp | 68 CFX_RenderDevice* CPDF_ScaledRenderBuffer::GetDevice() const { in GetDevice() function in CPDF_ScaledRenderBuffer
|
D | cpdf_renderstatus.cpp | 364 CPDF_RenderStatus status(m_pContext.Get(), buffer.GetDevice()); in DrawObjWithBackground()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 117 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 314 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 320 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 329 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 351 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 380 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 386 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 392 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0; 602 HRESULT (WINAPI *GetDevice)(IDirect3DBaseTexture9 *This, IDirect3DDevice9 **ppDevice); 628 #define IDirect3DBaseTexture9_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_virtual_mem_allocator.cc | 71 TF_RETURN_IF_ERROR(GpuDriver::GetDevice(gpu_id.value(), &gpu_handle)); in Create() 77 TF_RETURN_IF_ERROR(GpuDriver::GetDevice(peer_id.value(), &peer_handle)); in Create()
|
/external/deqp-deps/amber/src/vulkan/ |
D | pipeline.h | 68 Device* GetDevice() const { return device_; } in GetDevice() function
|
D | graphics_pipeline.cc | 364 pipeline_->GetDevice()->GetPtrs()->vkCmdBeginRenderPass( in RenderPassGuard() 372 pipeline_->GetDevice()->GetPtrs()->vkCmdEndRenderPass( in ~RenderPassGuard()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StreamProducerD3DTexture.cpp | 123 textureD3D->GetDevice(&device); in validateD3DTexture()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | D3DTextureSurfaceWGL.cpp | 59 texture11->GetDevice(&d3d11Device); in GetD3D11TextureInfo() 151 HRESULT result = texture9->GetDevice(&d3d9Device); in GetD3D9TextureInfo()
|
/external/angle/src/tests/egl_tests/ |
D | EGLPresentPathD3D11Test.cpp | 245 mOffscreenSurfaceD3D11Texture->GetDevice(&device); in checkPixelsUsingD3D()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | implementation_selector.cc | 364 FindDeviceIndex(node_view, fanout.node_view()->GetDevice(), &index); in SelectDeviceIndex()
|
D | generic_layout_optimizer_transposer_test.cc | 529 EXPECT_EQ(const_perm_node->GetDevice(), kDevice); in TEST_F() 584 EXPECT_EQ(transpose_node->GetDevice(), kDevice); in TEST_F()
|
D | generic_layout_optimizer_transposer.cc | 1289 const string& node_device = node->GetDevice(); in MaybeReshapeVectorFanin()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_driver.h | 206 static port::Status GetDevice(int device_ordinal, GpuDeviceHandle* device);
|
D | asm_compiler.cc | 145 TF_RETURN_IF_ERROR(gpu::GpuDriver::GetDevice(device_ordinal, &handle)); in CompileGpuAsm()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view_internal.h | 165 const string& GetDevice() const { return node()->device(); } in GetDevice() function 434 if (diff->graph_view->GetNode(diff->node_index)->GetDevice() == device) { in UpdateDevice()
|
D | graph_view_test.cc | 287 TYPED_TEST(TypedNodeViewTest, GetDevice) { in TYPED_TEST() argument 299 EXPECT_EQ(a_node->GetDevice(), "device_a"); in TYPED_TEST() 303 EXPECT_EQ(b_node->GetDevice(), "device_b"); in TYPED_TEST() 307 EXPECT_EQ(c_node->GetDevice(), "device_c"); in TYPED_TEST() 311 EXPECT_EQ(d_node->GetDevice(), ""); in TYPED_TEST() 812 EXPECT_EQ(node_view->GetDevice(), expected_node_view.GetDevice()); in CompareGraphViewWithGraph()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 169 status = GpuDriver::GetDevice(device_ordinal_, &device_); in Init() 812 auto status = GpuDriver::GetDevice(device_ordinal, &device); in CreateDeviceDescription()
|
D | rocm_driver.cc | 321 /* static */ port::Status GpuDriver::GetDevice(int device_ordinal, in GetDevice() function in stream_executor::gpu::GpuDriver
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 139 status = GpuDriver::GetDevice(device_ordinal_, &device_); in Init() 964 auto status = GpuDriver::GetDevice(device_ordinal, &device); in CreateDeviceDescription()
|
D | cuda_driver.cc | 347 /* static */ port::Status GpuDriver::GetDevice(int device_ordinal, in GetDevice() function in stream_executor::gpu::GpuDriver
|
/external/webrtc/modules/audio_device/win/ |
D | core_audio_utility_win.cc | 316 error = device_enum->GetDevice(rtc::ToUtf16(device_id).c_str(), in CreateDeviceInternal()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 747 texture->GetDevice(&textureDevice); in getD3DTextureInfo()
|