Searched refs:BiasGPU (Results 1 – 3 of 3) sorted by relevance
78 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
32 struct BiasGPU { struct
333 BiasGPU<T>::compute(context->template eigen_device<Device>(), in Compute()