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.cu.cc78 void BiasGPU<T>::compute(const GPUDevice& d, const T* input, const T* bias, in compute()
287 template struct BiasGPU<T>; \
293 template struct BiasGPU<int32>; variable
Dbias_op_gpu.h32 struct BiasGPU { struct
Dbias_op.cc333 BiasGPU<T>::compute(context->template eigen_device<Device>(), in Compute()