Searched refs:BiasGPU (Results 1 – 3 of 3) sorted by relevance
32 struct BiasGPU { struct
77 void BiasGPU<T>::compute(const GPUDevice& d, const T* input, const T* bias, in compute()272 template struct BiasGPU<T>; \
366 BiasGPU<T>::compute(context->template eigen_device<Device>(), in Compute()