Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 25 of 102) sorted by relevance

12345

/external/webrtc/talk/media/base/
Ddevice.h36 struct Device { struct
37 Device() {} in Device() argument
38 Device(const std::string& name, int id) in Device() argument
42 Device(const std::string& name, const std::string& id) in Device() argument
45 std::string name;
46 std::string id;
/external/adhd/cras/src/tests/
Ddev_io_stubs.h46 struct Device { struct
47 Device(IodevPtr dev, IonodePtr node, OpendevPtr odev) : in Device() function
56 using DevicePtr = std::unique_ptr<Device>; argument
/external/webrtc/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h39 struct Device { struct
40 Device(const std::string& n, const std::string& i) : name(n), id(i) {} in Device() argument
48 devices_.push_back(Device(device_name, device_id)); in AddDevice() argument
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common_gpu.h41 typedef GPUDevice Device; typedef
56 typedef GPUDevice Device; typedef
Dtensor_array.cc30 #define TENSOR_ARRAY_WRITE_OR_ADD(Device, T) \ argument
56 #define TENSOR_ARRAY_SET_ZERO(Device, T) \ argument
/external/tensorflow/tensorflow/go/
Dsession.go69 type Device struct { struct
70 Name, Type string
71 MemoryLimitBytes int64
75 func (d Device) String() string {
Dgraph.go62 Device string member
282 Device string member
/external/nos/host/generic/libnos/
DNuggetClient.cpp89 nos_device* NuggetClient::Device() { in Device() function in nos::NuggetClient
93 const nos_device* NuggetClient::Device() const { in Device() function in nos::NuggetClient
/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.h21 class Device; variable
Dkernel_benchmark_testlib.h31 class Device; variable
Dring_gatherer.h28 class Device; variable
Dring_reducer.h28 class Device; variable
Ddevice.cc26 Device::Device(Env* env, const DeviceAttributes& device_attributes) in Device() function in tensorflow::Device
Ddevice_factory.h27 class Device; variable
/external/clang/test/Index/
Dheaderfile-comment-to-html.m18 @interface Device interface
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device.h25 class Device; variable
Dworker.h29 class Device; variable
Dworker_env.h29 class Device; variable
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.h24 class Device; variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.h33 class Device; variable
/external/swiftshader/src/Vulkan/
DVkDevice.hpp25 class Device class
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.h31 class Device; variable
/external/tensorflow/tensorflow/core/profiler/
Dtrace_events.proto17 message Device { message
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder.cc32 KernelDefBuilder& KernelDefBuilder::Device(const char* device_type) { in Device() function in tensorflow::KernelDefBuilder
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp39 class Device : public sw::Renderer class

12345