Searched defs:use_peephole (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | lstm_ops.py | 54 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/ |
D | lstm_ops_test.py | 107 def blocks_match(sess, use_peephole, dtype=dtypes.float32, cell_clip=None): argument 405 use_peephole=False, argument
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | lstm_ops_gpu.cu.cc | 224 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()
|
D | lstm_ops.cc | 47 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/ |
D | lstm_eval.cc | 124 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
|
D | lstm_test.cc | 38 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()
|
D | optional_tensor_test.cc | 34 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
|
D | unidirectional_sequence_lstm_test.cc | 36 bool use_peephole, bool use_projection_weights, in UnidirectionalLSTMOpModel() 244 bool time_major, bool use_cifg, bool use_peephole, in HybridUnidirectionalLSTMOpModel()
|
D | bidirectional_sequence_lstm_test.cc | 39 bool use_peephole, bool use_projection_weights, in BidirectionalLSTMOpModel()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 2260 bool use_peephole, bool use_projection_weights, in LSTMOpModel()
|