Searched refs:SetInputToCellWeights (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_test.cc | 140 void SetInputToCellWeights(const std::vector<float>& f) { in SetInputToCellWeights() function in tflite::__anonb3707f480111::LSTMOpModel 301 void SetInputToCellWeights(const std::vector<float>& f) { in SetInputToCellWeights() function in tflite::__anonb3707f480111::HybridLSTMOpModel 488 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 546 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 605 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 708 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 767 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 826 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 1481 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 1544 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() [all …]
|
D | unidirectional_sequence_lstm_test.cc | 130 void SetInputToCellWeights(const std::vector<float>& f) { in SetInputToCellWeights() function in tflite::__anon67ed54f90111::UnidirectionalLSTMOpModel 271 void SetInputToCellWeights(const std::vector<float>& f) { in SetInputToCellWeights() function in tflite::__anon67ed54f90111::HybridUnidirectionalLSTMOpModel 494 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 556 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 623 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 686 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 794 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 857 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 919 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 1579 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() [all …]
|
D | bidirectional_sequence_lstm_test.cc | 230 void SetInputToCellWeights(const std::vector<float>& f) { in SetInputToCellWeights() function in tflite::__anon821f96f80111::BidirectionalLSTMOpModel 492 lstm.SetInputToCellWeights({-0.50013041, 0.1370284, 0.11810488, 0.2013163, in TEST_P() 657 lstm.SetInputToCellWeights({-0.50013041, 0.1370284, 0.11810488, 0.2013163, in TEST_P() 821 lstm.SetInputToCellWeights({-0.50013041, 0.1370284, 0.11810488, 0.2013163, in TEST() 978 lstm.SetInputToCellWeights({-0.49770179, -0.27711356, -0.09624726, 0.05100781, in TEST() 1131 lstm.SetInputToCellWeights({-0.49770179, -0.27711356, -0.09624726, 0.05100781, in TEST() 1328 lstm.SetInputToCellWeights( in TEST() 2031 lstm.SetInputToCellWeights( in TEST() 2698 lstm.SetInputToCellWeights({-0.50013041, 0.1370284, 0.11810488, 0.2013163, in TEST_P()
|
D | optional_tensor_test.cc | 121 void SetInputToCellWeights(std::initializer_list<float> f) { in SetInputToCellWeights() function in tflite::__anon67d22bc80111::LSTMOpModel 268 lstm.SetInputToCellWeights({-0.49770179, -0.27711356, -0.09624726, 0.05100781, in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 2349 void SetInputToCellWeights(const std::vector<float>& f) { in SetInputToCellWeights() function in tflite::__anon0c68fcb70111::LSTMOpModel 2607 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 2710 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F() 3366 lstm.SetInputToCellWeights(input_to_cell_weights_); in TEST_F()
|