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

  /external/tensorflow/tensorflow/contrib/lite/kernels/
optional_tensor_test.cc 70 cell_to_output_weights_ = AddInput(TensorType_FLOAT32);
74 cell_to_output_weights_ = AddNullInput();
153 PopulateTensor(cell_to_output_weights_, f);
225 int cell_to_output_weights_; member in class:tflite::__anon39267::LSTMOpModel
lstm_test.cc 72 cell_to_output_weights_ = AddInput(TensorType_FLOAT32);
76 cell_to_output_weights_ = AddNullInput();
155 PopulateTensor(cell_to_output_weights_, f);
223 int cell_to_output_weights_; member in class:tflite::__anon39264::LSTMOpModel
    [all...]
unidirectional_sequence_lstm_test.cc 75 cell_to_output_weights_ = AddInput(TensorType_FLOAT32);
79 cell_to_output_weights_ = AddNullInput();
159 PopulateTensor(cell_to_output_weights_, f);
228 int cell_to_output_weights_; member in class:tflite::__anon39285::UnidirectionalLSTMOpModel
    [all...]
  /frameworks/ml/nn/common/operations/
LSTM.h 126 const RunTimeOperandInfo *cell_to_output_weights_; member in class:android::nn::LSTMCell
LSTM.cpp 56 cell_to_output_weights_ = GetInput(operation, operands, kCellToOutputWeightsTensor); // optional
312 const bool use_peephole = (cell_to_output_weights_->lifetime != OperandLifeTime::NO_VALUE);
422 GetBuffer<float>(cell_to_output_weights_), n_cell,

Completed in 103 milliseconds