Searched defs:Device (Results 1 - 25 of 75) sorted by relevance

123

/external/tensorflow/tensorflow/core/kernels/
H A Dpooling_ops_common_gpu.h41 typedef GPUDevice Device; typedef in class:tensorflow::DnnPoolingOp
56 typedef GPUDevice Device; typedef in class:tensorflow::DnnPoolingGradOp
H A Dcheck_numerics_op.cc46 template <typename Device, typename T>
105 typedef GPUDevice Device; typedef in class:tensorflow::__anon26373::CheckNumericsOp
141 const Device& d = context->eigen_device<Device>();
213 Name("CheckNumerics").Device(DEVICE_CPU).TypeConstraint<T>("T"), \
221 Name("CheckNumerics").Device(DEVICE_GPU).TypeConstraint<Eigen::half>("T"),
224 Name("CheckNumerics").Device(DEVICE_GPU).TypeConstraint<float>("T"),
227 Name("CheckNumerics").Device(DEVICE_GPU).TypeConstraint<double>("T"),
H A Dinplace_ops_functor_gpu.cu.cc27 typedef Eigen::GpuDevice Device; typedef in namespace:tensorflow::functor
43 Status DoParallelConcatUpdate(const Device& d, const Tensor& value, int32 loc,
59 Status DoParallelConcat(const Device& d, const Tensor& value, int32 loc,
H A Dbias_op.cc84 template <typename Device, typename T>
138 const Device& d = context->eigen_device<Device>();
169 functor::Bias<Device, T, Dims> functor;
170 functor(ctx->eigen_device<Device>(), input.tensor<T, Dims>(), bias.vec<T>(),
180 Name("BiasAdd").Device(DEVICE_CPU).TypeConstraint<type>("T"), \
183 Name("BiasAddV1").Device(DEVICE_CPU).TypeConstraint<type>("T"), \
192 Name("BiasAdd").Device(DEVICE_SYCL).TypeConstraint<type>("T"), \
195 Name("BiasAddV1").Device(DEVICE_SYCL).TypeConstraint<type>("T"), \
204 template <typename Device, typenam
310 typedef GPUDevice Device; typedef in class:tensorflow::BiasOp
369 typedef GPUDevice Device; typedef in class:tensorflow::BiasGradOp
[all...]
H A Davgpooling_op.cc49 template <typename Device, typename T>
95 SpatialAvgPool<Device, T>(context, output, tensor_in, params, padding_);
106 Name("AvgPool").Device(DEVICE_CPU).TypeConstraint<float>("T"),
109 Name("AvgPool").Device(DEVICE_CPU).TypeConstraint<Eigen::half>("T"),
116 typedef GPUDevice Device; typedef in class:tensorflow::AvgPoolingOp
165 functor::SpatialAvgPooling<Device, T>()(
166 context->eigen_device<Device>(), output->tensor<T, 4>(),
196 Name("AvgPool").Device(DEVICE_GPU).TypeConstraint<Eigen::half>("T"),
199 Name("AvgPool").Device(DEVICE_GPU).TypeConstraint<float>("T"),
208 template <typename Device, clas
371 typedef GPUDevice Device; typedef in class:tensorflow::AvgPoolingGradOp
444 typedef GPUDevice Device; typedef in class:tensorflow::AvgPoolingGradOpCustomGPUKernel
[all...]
/external/webrtc/talk/media/base/
H A Ddevice.h36 struct Device { struct in namespace:cricket
37 Device() {} function in struct:cricket::Device
38 Device(const std::string& name, int id) function in struct:cricket::Device
42 Device(const std::string& name, const std::string& id) function in struct:cricket::Device
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice.cc26 Device::Device(Env* env, const DeviceAttributes& device_attributes) function in class:tensorflow::Device
33 Device::~Device() {
40 DeviceAttributes Device::BuildDeviceAttributes(
H A Ddevice.h16 // A Device is a something that can perform computations as part of a
20 // responsible for the Device <-> id mapping.
22 // Device names
23 // * Every Device should have a unique name with the format:
54 class Device : public DeviceBase { class in namespace:tensorflow
56 Device(Env* env, const DeviceAttributes& device_attributes);
57 ~Device() override;
136 // Summarizes the status of this Device, for debugging.
170 TF_DISALLOW_COPY_AND_ASSIGN(Device);
/external/nos/host/generic/libnos/
H A DNuggetClient.cpp89 nos_device* NuggetClient::Device() { function in class:nos::NuggetClient
93 const nos_device* NuggetClient::Device() const { function in class:nos::NuggetClient
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.hpp39 class Device : public sw::Renderer class in namespace:es1
42 explicit Device(sw::Context *context);
44 virtual ~Device();
H A DDevice.cpp15 #include "Device.hpp"
36 Device::Device(Context *context) : Renderer(context, OpenGL, true), context(context) function in class:es1::Device
127 Device::~Device()
151 void* Device::operator new(size_t size)
153 ASSERT(size == sizeof(Device)); // This operator can't be called from a derived class
154 return sw::allocate(sizeof(Device), 16);
157 void Device::operator delete(void * mem)
162 void Device
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dkernel_def_builder.cc32 KernelDefBuilder& KernelDefBuilder::Device(const char* device_type) { function in class:tensorflow::KernelDefBuilder
H A Dnode_def_builder.cc200 NodeDefBuilder& NodeDefBuilder::Device(StringPiece device_spec) { function in class:tensorflow::NodeDefBuilder
/external/dtc/Documentation/
H A Ddtc-paper.tex14 \title{Device trees everywhere}
49 --- the Device Tree Compiler --- that turns a simple text
199 \caption{Device tree blob layout}
314 \section{The Device Tree Compiler}
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.hpp39 class Device : public sw::Renderer class in namespace:es2
51 explicit Device(sw::Context *context);
53 virtual ~Device();
/external/autotest/client/cros/input_playback/
H A Dinput_playback.py16 class Device(object): class in inherits:object
140 new_device = Device(input_type)
405 new_device = Device(input_type)
494 Device should be emulated first.
/external/deqp/scripts/android/
H A Dinstall_apk.py41 class Device: class in inherits:
69 devices.append(Device(m.group(1), m.group(2), m.group(3), m.group(4)))
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorExecutor.h26 template<typename Expression, typename Device, bool Vectorizable>
32 static inline void run(const Expression& expr, const Device& device = Device()) argument
34 TensorEvaluator<Expression, Device> evaluator(expr, device);
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.hpp47 class Device : public sw::Renderer class in namespace:gl
50 explicit Device(sw::Context *context);
52 virtual ~Device();
H A DDevice.cpp15 #include "Device.hpp"
36 Device::Device(Context *context) : Renderer(context, OpenGL, true), context(context) function in class:gl::Device
168 Device::~Device()
186 void* Device::operator new(size_t size)
188 ASSERT(size == sizeof(Device)); // This operator can't be called from a derived class
189 return sw::allocate(sizeof(gl::Device), 16);
192 void Device::operator delete(void * mem)
197 void Device
[all...]
/external/tensorflow/tensorflow/core/graph/
H A Dnode_builder.cc97 NodeBuilder& NodeBuilder::Device(StringPiece device_spec) { function in class:tensorflow::NodeBuilder
98 def_builder_.Device(device_spec);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcdeviceinfo.h39 struct Device { struct in class:FakeWebRtcDeviceInfo
40 Device(const std::string& n, const std::string& i) : name(n), id(i) {} function in struct:FakeWebRtcDeviceInfo::Device
48 devices_.push_back(Device(device_name, device_id));
52 Device* dev = GetDeviceById(
67 Device* dev = GetDeviceByIndex(device_num);
80 Device* dev = GetDeviceById(device_id);
87 Device* dev = GetDeviceById(device_id);
109 Device* GetDeviceByIndex(size_t num) {
112 Device* GetDeviceById(const char* device_id) {
122 std::vector<Device> devices
[all...]
/external/syslinux/efi32/include/efi/
H A Defilib.h701 IN EFI_HANDLE Device OPTIONAL,
738 UINT8 Device; member in struct:__anon23907
/external/syslinux/efi64/include/efi/
H A Defilib.h701 IN EFI_HANDLE Device OPTIONAL,
738 UINT8 Device; member in struct:__anon24087
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defilib.h701 IN EFI_HANDLE Device OPTIONAL,
738 UINT8 Device; member in struct:__anon24290

Completed in 3122 milliseconds

123