Searched refs:recurrent_to_input_weights_ (Results 1 – 4 of 4) sorted by relevance
59 recurrent_to_input_weights_ = AddNullInput(); in UnidirectionalLSTMOpModel()61 recurrent_to_input_weights_ = AddInput(weights_type); in UnidirectionalLSTMOpModel()139 PopulateTensor(recurrent_to_input_weights_, f); in SetRecurrentToInputWeights()210 int recurrent_to_input_weights_; member in tflite::__anon67ed54f90111::UnidirectionalLSTMOpModel280 SetWeights(recurrent_to_input_weights_, f); in SetRecurrentToInputWeights()326 std::vector<float> recurrent_to_input_weights_; member in tflite::__anon67ed54f90111::BaseLstmTest419 recurrent_to_input_weights_ = { in SetUp()503 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()565 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()632 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()[all …]
60 recurrent_to_input_weights_ = AddNullInput(); in LSTMOpModel()62 recurrent_to_input_weights_ = AddInput(weight_type); in LSTMOpModel()149 PopulateTensor(recurrent_to_input_weights_, f); in SetRecurrentToInputWeights()235 int recurrent_to_input_weights_; member in tflite::__anonb3707f480111::LSTMOpModel310 SetWeights(recurrent_to_input_weights_, f); in SetRecurrentToInputWeights()353 std::vector<float> recurrent_to_input_weights_; member in tflite::__anonb3707f480111::BaseLstmTest418 recurrent_to_input_weights_ = { in SetUp()497 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()555 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()614 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()[all …]
54 recurrent_to_input_weights_ = AddNullInput(); in LSTMOpModel()56 recurrent_to_input_weights_ = AddInput(TensorType_FLOAT32); in LSTMOpModel()130 PopulateTensor(recurrent_to_input_weights_, f); in SetRecurrentToInputWeights()203 int recurrent_to_input_weights_; member in tflite::__anon67d22bc80111::LSTMOpModel
2282 recurrent_to_input_weights_ = AddNullInput(); in LSTMOpModel()2284 recurrent_to_input_weights_ = AddInput(weight_type); in LSTMOpModel()2358 SetData(recurrent_to_input_weights_, weight_type_, f); in SetRecurrentToInputWeights()2428 int recurrent_to_input_weights_; member in tflite::__anon0c68fcb70111::LSTMOpModel2471 std::vector<float> recurrent_to_input_weights_; member in tflite::__anon0c68fcb70111::BaseLstmTest2536 recurrent_to_input_weights_ = { in SetUp()2616 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()2852 recurrent_to_input_weights_ = { in SetUp()3375 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_); in TEST_F()