HomeSort by relevance Sort by last modified time
    Searched refs:SetRecurrentToInputWeights (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/lite/kernels/
lstm_test.cc 148 void SetRecurrentToInputWeights(const std::vector<float>& f) {
309 void SetRecurrentToInputWeights(const std::vector<float>& f) {
497 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
555 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
614 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
    [all...]
unidirectional_sequence_lstm_test.cc 138 void SetRecurrentToInputWeights(const std::vector<float>& f) {
279 void SetRecurrentToInputWeights(const std::vector<float>& f) {
503 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
565 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
632 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
695 lstm.SetRecurrentToInputWeights(recurrent_to_input_weights_);
    [all...]
bidirectional_sequence_lstm_test.cc 240 void SetRecurrentToInputWeights(const std::vector<float>& f) {
512 lstm.SetRecurrentToInputWeights(
677 lstm.SetRecurrentToInputWeights(
    [all...]
optional_tensor_test.cc 129 void SetRecurrentToInputWeights(std::initializer_list<float> f) {
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate_test.cc     [all...]

Completed in 480 milliseconds