Searched refs:use_projection_weights (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | optional_tensor_test.cc | 34 bool use_peephole, bool use_projection_weights, in LSTMOpModel() argument 86 if (use_projection_weights) { in LSTMOpModel()
|
D | lstm_test.cc | 38 bool use_peephole, bool use_projection_weights, in LSTMOpModel() argument 92 if (use_projection_weights) { in LSTMOpModel() 273 bool use_projection_weights, bool use_projection_bias, in HybridLSTMOpModel() argument 278 use_projection_weights, use_projection_bias, cell_clip, in HybridLSTMOpModel() 1635 bool use_projection_weights, bool use_projection_bias, in LayerNormLSTMOpModel() argument 1640 use_projection_weights, use_projection_bias, cell_clip, in LayerNormLSTMOpModel() 1649 bool use_projection_weights, in HybridLayerNormLSTMOpModel() argument 1655 use_peephole, use_projection_weights, in HybridLayerNormLSTMOpModel()
|
D | unidirectional_sequence_lstm_test.cc | 36 bool use_peephole, bool use_projection_weights, in UnidirectionalLSTMOpModel() argument 91 if (use_projection_weights) { in UnidirectionalLSTMOpModel() 245 bool use_projection_weights, bool use_projection_bias, float cell_clip, in HybridUnidirectionalLSTMOpModel() argument 250 use_cifg, use_peephole, use_projection_weights, use_projection_bias, in HybridUnidirectionalLSTMOpModel()
|
D | bidirectional_sequence_lstm_test.cc | 39 bool use_peephole, bool use_projection_weights, in BidirectionalLSTMOpModel() argument 99 if (use_projection_weights) { in BidirectionalLSTMOpModel() 154 if (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() argument 2314 if (use_projection_weights) { in LSTMOpModel()
|