HomeSort by relevance Sort by last modified time
    Searched refs:Device (Results 76 - 100 of 1894) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
crop_and_resize_op.h 27 template <typename Device, typename T>
38 template <typename Device, typename T>
41 bool operator()(const Device& d, typename TTypes<float, 4>::ConstTensor grads,
47 template <typename Device, typename T>
50 bool operator()(const Device& d, typename TTypes<float, 4>::ConstTensor grads,
57 template <typename Device>
60 void operator()(const Device& d,
63 isvalid.device(d) = ((box_index >= 0) && (box_index < batch)).all();
cwise_op_conj.cc 27 Name("Conj").Device(DEVICE_GPU).TypeConstraint<Variant>("T"),
30 Name("Conj").Device(DEVICE_GPU).TypeConstraint<complex64>("T"),
33 Name("Conj").Device(DEVICE_GPU).TypeConstraint<complex128>("T"),
transpose_functor.h 34 template <typename Device>
35 Status DoTranspose(const Device& device, const Tensor& in,
45 template <typename Device>
46 Status DoConjugateTranspose(const Device& device, const Tensor& in,
51 template <typename Device>
52 Status DoMatrixTranspose(const Device& device, const Tensor& in, Tensor* out);
56 template <typename Device>
    [all...]
xsmm_conv2d.h 38 template <typename Device, typename T>
44 template <typename Device, typename T>
50 template <typename Device, typename T>
l2loss_op.h 24 template <typename Device, typename T>
nth_element_op.h 27 template <typename Device, typename T>
pooling_ops_3d.h 27 template <typename Device, typename T, PoolingType Type>
30 template <typename Device, typename T>
33 template <typename Device, typename T>
36 template <typename Device, typename T>
population_count_op.h 28 template <typename Device, typename T>
relu_op_functor.h 27 template <typename Device, typename T>
33 void operator()(const Device& d, typename TTypes<T>::ConstTensor features,
35 activations.device(d) = features.cwiseMax(static_cast<T>(0));
40 template <typename Device, typename T>
48 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients,
54 backprops.device(d) =
60 template <typename Device, typename T>
66 void operator()(const Device& d, typename TTypes<T>::ConstTensor features,
68 activations.device(d) =
74 template <typename Device, typename T
    [all...]
snapshot_op_gpu.cu.cc 29 Name("Snapshot").Device(DEVICE_GPU).TypeConstraint<TYPE>("T"), \
softplus_op.cc 34 template <typename Device, typename T>
35 class SoftplusOp : public UnaryElementWiseOp<T, SoftplusOp<Device, T>> {
38 : UnaryElementWiseOp<T, SoftplusOp<Device, T>>(context) {
43 functor::Softplus<Device, T> functor;
44 functor(context->eigen_device<Device>(), input.flat<T>(),
49 template <typename Device, typename T>
51 : public BinaryElementWiseOp<T, SoftplusGradOp<Device, T>> {
54 : BinaryElementWiseOp<T, SoftplusGradOp<Device, T>>(context) {
72 template <typename Device, typename T>
73 void SoftplusGradOp<Device, T>::OperateNoTemplate(OpKernelContext* context
    [all...]
softsign_op.cc 34 template <typename Device, typename T>
35 class SoftsignOp : public UnaryElementWiseOp<T, SoftsignOp<Device, T>> {
38 : UnaryElementWiseOp<T, SoftsignOp<Device, T>>(context) {
43 functor::Softsign<Device, T> functor;
44 functor(context->eigen_device<Device>(), input.flat<T>(),
49 template <typename Device, typename T>
51 : public BinaryElementWiseOp<T, SoftsignGradOp<Device, T>> {
54 : BinaryElementWiseOp<T, SoftsignGradOp<Device, T>>(context) {
73 template <typename Device, typename T>
74 void SoftsignGradOp<Device, T>::OperateNoTemplate(OpKernelContext* context
    [all...]
softsign_op.h 28 template <typename Device, typename T>
34 void operator()(const Device& d, typename TTypes<T>::ConstTensor features,
36 activations.device(d) =
42 template <typename Device, typename T>
49 void operator()(const Device& d, typename TTypes<T>::ConstTensor gradients,
52 backprops.device(d) =
where_op.h 40 template <typename Device, typename T, typename TIndex>
43 OpKernelContext* ctx, const Device& d,
48 template <typename Device, int NDIM, typename T, typename TIndex>
57 OpKernelContext* ctx, const Device& d,
  /device/google/marlin/recovery/nanohub/
nanohub_recovery_ui.cpp 23 #include "device.h"
26 class Nanohub_Device : public Device
29 Nanohub_Device(ScreenRecoveryUI* ui) : Device(ui) {}
54 Device *make_device()
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FileIo.h 37 OUT EFI_DEVICE_PATH_PROTOCOL **Device
42 IN EFI_DEVICE_PATH_PROTOCOL *Device
47 IN EFI_DEVICE_PATH_PROTOCOL *Device,
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_memory_manager.h 24 class Device;
44 Device* device, DeviceContext* device_context, bool on_host,
51 Device* device, DeviceContext* device_context, bool on_host,
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
VirtioPciDevice.c 3 This driver produces Virtio Device Protocol instances for Virtio PCI devices.
48 Read a word from Region 0 of the device specified by PciIo.
53 @param[in] Dev Virtio PCI device.
104 // bus, device, platform, or type of I/O might require. For example on
133 Write a word into Region 0 of the device specified by PciIo.
138 @param[in] Dev Virtio PCI device.
184 // bus, device, platform, or type of I/O might require. For example on
213 Device probe function for this driver.
215 The DXE core calls this function for any given device in order to see if the
216 driver can drive the device.
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
IsaAcpi.c 149 @param Device Point to device ID instance
150 @param IsaAcpiDevice On return, point to resource data for Isa device
151 @param NextIsaAcpiDevice On return, point to resource data for next Isa device
155 IN EFI_ISA_ACPI_DEVICE_ID *Device,
166 if (Device == NULL) {
170 if (Device->HID == gPcatIsaAcpiDeviceList[Index].Device.HID &&
171 Device->UID == gPcatIsaAcpiDeviceList[Index].Device.UID ) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
QuarkSouthCluster.asi 19 Device (SDIO) // SDIO [Bus 0, Device 20, Function 0]
21 Name(_ADR,0x00140000) // Device (HI WORD)=20, Func (LO WORD)=0
26 Device (URT0) // UART0 [Bus 0, Device 20, Function 1]
28 Name(_ADR,0x00140001) // Device (HI WORD)=20, Func (LO WORD)=1
33 Device (USBD) // USB Device [Bus 0, Device 20, Function 2]
35 Name(_ADR,0x00140002) // Device (HI WORD)=20, Func (LO WORD)=2
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.c 2 The SdDxe driver is used to manage the SD memory card device.
5 access the SD memory card device.
108 DEBUG((DEBUG_INFO, " Device command classes 0x%x\n", Csd->Ccc));
115 DEBUG((DEBUG_INFO, " Device size 0x%x\n", Csd->CSizeLow | (Csd->CSizeHigh << 2)));
122 DEBUG((DEBUG_INFO, " Device size 0x%x\n", Csd2->CSizeLow | (Csd->CSizeHigh << 16)));
141 Get SD device model name.
143 @param[in, out] Device The pointer to the SD_DEVICE data structure.
151 IN OUT SD_DEVICE *Device,
164 AsciiStrToUnicodeStrS (String, Device->ModelName, sizeof (Device->ModelName) / sizeof (Device->ModelName[0]));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcIsaAcpi.c 150 IN EFI_ISA_ACPI_DEVICE_ID *Device,
161 if (Device == NULL) {
164 for(Index = 0; mLpcWpce791DeviceList[Index].Device.HID != 0; Index++) {
165 if (Device->HID == mLpcWpce791DeviceList[Index].Device.HID &&
166 Device->UID == mLpcWpce791DeviceList[Index].Device.UID ) {
170 if (mLpcWpce791DeviceList[Index].Device.HID == 0) {
176 if (NextIsaAcpiDevice != NULL && mLpcWpce791DeviceList[Index].Device.HID != 0){
191 OUT EFI_ISA_ACPI_DEVICE_ID **Device
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
NonDiscoverableDeviceRegistrationLib.c 29 Get Guid form the type of non-discoverable device.
31 @param[in] Type The type of non-discoverable device.
85 Register a non-discoverable MMIO device.
87 @param[in] Type The type of non-discoverable device
88 @param[in] DmaType Whether the device is DMA coherent
90 the device is enabled
92 non-discoverable device protocol.
97 owned by the device
117 NON_DISCOVERABLE_DEVICE *Device;
139 AllocSize = sizeof *Device +
    [all...]
  /external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops.h 31 template <typename Device, typename T>
33 void operator()(::tensorflow::OpKernelContext* ctx, const Device& d,
41 template <typename Device, typename T>
43 void operator()(::tensorflow::OpKernelContext* ctx, const Device& d,
  /external/tensorflow/tensorflow/core/common_runtime/
copy_tensor.h 19 #include "tensorflow/core/common_runtime/device.h"
32 DeviceContext* recv_dev_context, Device* src,
33 Device* dst,
46 DeviceContext* recv_dev_context, Device* src, Device* dst,

Completed in 1106 milliseconds

1 2 34 5 6 7 8 91011>>