Home
last modified time | relevance | path

Searched defs:use_peephole (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dlstm_ops.py54 use_peephole=None, argument
154 use_peephole=None, argument
352 use_peephole=False, argument
604 use_peephole=False, argument
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dlstm_ops_test.py107 def blocks_match(sess, use_peephole, dtype=dtypes.float32, cell_clip=None): argument
405 use_peephole=False, argument
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc224 const float cell_clip, bool use_peephole, typename TTypes<T>::ConstMatrix x, in LSTMBlockCellFpropWithCUDA()
303 const int batch_size, const int cell_size, const bool use_peephole) { in lstm_gates_bprop()
373 const bool use_peephole) { in LSTMBlockCellBpropWithCUDA()
Dlstm_ops.cc47 const float forget_bias, const float cell_clip, bool use_peephole, in LSTMBlockCellFpropWithEigen()
128 bool use_peephole, typename TTypes<T>::ConstMatrix x, in LSTMBlockCellBpropWithEigen()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc124 const bool use_peephole = (cell_to_output_weights_ptr != nullptr); in LstmStepWithAuxInput() local
478 const bool use_peephole = (cell_to_output_weights_ptr != nullptr); in LstmStepWithAuxInput() local
918 const bool use_peephole = (cell_to_output_weights != nullptr); in EvalFloat() local
1121 const bool use_peephole = (cell_to_output_weights != nullptr); in EvalHybrid() local
Dlstm_test.cc38 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
272 bool use_cifg, bool use_peephole, in HybridLSTMOpModel()
1634 bool use_cifg, bool use_peephole, in LayerNormLSTMOpModel()
1648 bool use_cifg, bool use_peephole, in HybridLayerNormLSTMOpModel()
Doptional_tensor_test.cc34 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc36 bool use_peephole, bool use_projection_weights, in UnidirectionalLSTMOpModel()
244 bool time_major, bool use_cifg, bool use_peephole, in HybridUnidirectionalLSTMOpModel()
Dbidirectional_sequence_lstm_test.cc39 bool use_peephole, bool use_projection_weights, in BidirectionalLSTMOpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2260 bool use_peephole, bool use_projection_weights, in LSTMOpModel()