OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRUBlockCellBprop
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/rnn/kernels/
gru_ops_gpu.cu.cc
28
template struct
GRUBlockCellBprop
<GPUDevice, T, true>;
gru_ops.h
122
struct
GRUBlockCellBprop
: public GRUCell {
123
GRUBlockCellBprop
(const int batch_size, const int input_size,
gru_ops.cc
358
functor::
GRUBlockCellBprop
<Device, T, USE_CUBLAS>(batch_size, input_size,
420
void
GRUBlockCellBprop
<GPUDevice, T, true>::operator()( \
434
extern template struct
GRUBlockCellBprop
<GPUDevice, T, true>;
Completed in 471 milliseconds