Home
last modified time | relevance | path

Searched defs:TestDevice (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dscope_test.go115 func TestDevice(t *testing.T) { func
/external/OpenCL-CTS/test_conformance/d3d10/
Dmain.cpp245 void TestDevice(cl_device_id device, ID3D10Device* pDevice) in TestDevice() function
/external/OpenCL-CTS/test_conformance/d3d11/
Dmain.cpp237 void TestDevice( in TestDevice() function
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_nearest_neighbor_op_test.cc34 enum class TestDevice { kCPU, kGPU }; enum
Dresize_bilinear_op_test.cc36 enum class TestDevice { CPU, GPU }; enum