Searched defs:cell_size (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/contrib/rnn/ops/ |
D | lstm_ops.cc | 51 DimensionHandle cell_size = c->Dim(cs_prev, 1); in __anon4050c6010102() local 138 DimensionHandle cell_size = c->Dim(cs_prev, 1); in __anon4050c6010202() local 207 DimensionHandle cell_size; in __anon4050c6010302() local
|
D | gru_ops.cc | 41 DimensionHandle cell_size = c->Dim(h_prev, 1); in __anon07a5ee8f0102() local 120 DimensionHandle cell_size = c->Dim(h_prev, 1); in __anon07a5ee8f0202() local
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | gru_ops_test.py | 336 cell_size, argument 411 cell_size, argument 469 cell_size, argument
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | lstm_ops_gpu.cu.cc | 90 const int batch_size, const int cell_size) { in lstm_gates() 195 const int batch_size, const int cell_size, in concat_xh() 233 typename TTypes<T>::Matrix h, int batch_size, int cell_size, in LSTMBlockCellFpropWithCUDA() 303 const int batch_size, const int cell_size, const bool use_peephole) { in lstm_gates_bprop() 372 typename TTypes<T>::Vec wco_grad, const int batch_size, const int cell_size, in LSTMBlockCellBpropWithCUDA()
|
D | gru_ops.cc | 54 const int64 cell_size = h_prev_tensor->dim_size(1); in Compute() local 209 const int64 cell_size = h_prev_tensor->dim_size(1); in Compute() local
|
D | lstm_ops.cc | 270 const int64 cell_size = cs_prev_tensor->dim_size(1); in Compute() local 475 const int64 cell_size = cs_prev_tensor->dim_size(1); in Compute() local 848 const int64 cell_size = cs_prev_tensor->dim_size(1); in Compute() local 1075 const int64 cell_size = w_tensor->dim_size(1) / 4; in Compute() local
|
D | lstm_ops.h | 104 int cell_size() const { return cell_size_; } in cell_size() function
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | gru_ops.py | 140 cell_size=None, argument
|
/external/libnl/lib/route/ |
D | tc.c | 617 int rtnl_tc_calc_cell_log(int cell_size) in rtnl_tc_calc_cell_log()
|
/external/iproute2/include/uapi/linux/ |
D | pkt_sched.h | 571 __u32 cell_size; member
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 618 __u32 cell_size; member
|