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

  /external/tensorflow/tensorflow/contrib/lite/kernels/
optional_tensor_test.cc 60 recurrent_to_cell_weights_ = AddInput(TensorType_FLOAT32);
137 PopulateTensor(recurrent_to_cell_weights_, f);
220 int recurrent_to_cell_weights_; member in class:tflite::__anon39267::LSTMOpModel
lstm_test.cc 62 recurrent_to_cell_weights_ = AddInput(TensorType_FLOAT32);
139 PopulateTensor(recurrent_to_cell_weights_, f);
218 int recurrent_to_cell_weights_; member in class:tflite::__anon39264::LSTMOpModel
    [all...]
unidirectional_sequence_lstm_test.cc 65 recurrent_to_cell_weights_ = AddInput(TensorType_FLOAT32);
143 PopulateTensor(recurrent_to_cell_weights_, f);
223 int recurrent_to_cell_weights_; member in class:tflite::__anon39285::UnidirectionalLSTMOpModel
    [all...]
  /frameworks/ml/nn/common/operations/
LSTM.h 121 const RunTimeOperandInfo *recurrent_to_cell_weights_; member in class:android::nn::LSTMCell
LSTM.cpp 51 recurrent_to_cell_weights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor);
368 GetBuffer<float>(recurrent_to_cell_weights_), n_cell, n_output,

Completed in 401 milliseconds