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

  /external/tensorflow/tensorflow/contrib/rnn/kernels/
gru_ops_gpu.cu.cc 27 template struct GRUBlockCellFprop<GPUDevice, T, true>; \
gru_ops.h 69 struct GRUBlockCellFprop : public GRUCell {
70 GRUBlockCellFprop(const int batch_size, const int input_size,
gru_ops.cc 150 functor::GRUBlockCellFprop<Device, T, USE_CUBLAS>(batch_size, input_size,
390 void GRUBlockCellFprop<GPUDevice, T, true>::operator()( \
401 extern template struct GRUBlockCellFprop<GPUDevice, T, true>;

Completed in 200 milliseconds