HomeSort by relevance Sort by last modified time
    Searched refs:BiasGPU (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
bias_op_gpu.h 30 struct BiasGPU {
bias_op_gpu.cu.cc 69 void BiasGPU<T>::compute(const GPUDevice& d, const T* input, const T* bias,
243 template struct BiasGPU<T>; \
bias_op.cc 343 BiasGPU<T>::compute(context->template eigen_device<Device>(),

Completed in 61 milliseconds