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

  /external/tensorflow/tensorflow/lite/kernels/
optional_tensor_test.cc 141 void SetRecurrentToOutputWeights(std::initializer_list<float> f) {
297 lstm.SetRecurrentToOutputWeights(
unidirectional_sequence_lstm_test.cc 150 void SetRecurrentToOutputWeights(const std::vector<float>& f) {
291 void SetRecurrentToOutputWeights(const std::vector<float>& f) {
506 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
568 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
635 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
698 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
804 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
867 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
    [all...]
lstm_test.cc 160 void SetRecurrentToOutputWeights(const std::vector<float>& f) {
321 void SetRecurrentToOutputWeights(const std::vector<float>& f) {
500 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
558 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
617 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
718 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
777 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
836 lstm.SetRecurrentToOutputWeights(recurrent_to_output_weights_);
    [all...]
bidirectional_sequence_lstm_test.cc 255 void SetRecurrentToOutputWeights(const std::vector<float>& f) {
527 lstm.SetRecurrentToOutputWeights(
692 lstm.SetRecurrentToOutputWeights(
    [all...]
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate_test.cc     [all...]

Completed in 501 milliseconds