Home
last modified time | relevance | path

Searched refs:BiasGPU (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.h32 struct BiasGPU { struct
Dbias_op_gpu.cu.cc77 void BiasGPU<T>::compute(const GPUDevice& d, const T* input, const T* bias, in compute()
272 template struct BiasGPU<T>; \
Dbias_op.cc366 BiasGPU<T>::compute(context->template eigen_device<Device>(), in Compute()