Home
last modified time | relevance | path

Searched refs:use_projection_weights (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Doptional_tensor_test.cc34 bool use_peephole, bool use_projection_weights, in LSTMOpModel() argument
86 if (use_projection_weights) { in LSTMOpModel()
Dlstm_test.cc38 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()
Dunidirectional_sequence_lstm_test.cc36 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()
Dbidirectional_sequence_lstm_test.cc39 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/
Dnnapi_delegate_test.cc2260 bool use_peephole, bool use_projection_weights, in LSTMOpModel() argument
2314 if (use_projection_weights) { in LSTMOpModel()