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

  /external/tensorflow/tensorflow/contrib/lite/kernels/
optional_tensor_test.cc 65 cell_to_input_weights_ = AddNullInput();
67 cell_to_input_weights_ = AddInput(TensorType_FLOAT32);
72 cell_to_input_weights_ = AddNullInput();
145 PopulateTensor(cell_to_input_weights_, f);
223 int cell_to_input_weights_; member in class:tflite::__anon39267::LSTMOpModel
lstm_test.cc 67 cell_to_input_weights_ = AddNullInput();
69 cell_to_input_weights_ = AddInput(TensorType_FLOAT32);
74 cell_to_input_weights_ = AddNullInput();
147 PopulateTensor(cell_to_input_weights_, f);
221 int cell_to_input_weights_; member in class:tflite::__anon39264::LSTMOpModel
    [all...]
unidirectional_sequence_lstm_test.cc 70 cell_to_input_weights_ = AddNullInput();
72 cell_to_input_weights_ = AddInput(TensorType_FLOAT32);
77 cell_to_input_weights_ = AddNullInput();
151 PopulateTensor(cell_to_input_weights_, f);
226 int cell_to_input_weights_; member in class:tflite::__anon39285::UnidirectionalLSTMOpModel
    [all...]
  /frameworks/ml/nn/common/operations/
LSTM.h 124 const RunTimeOperandInfo *cell_to_input_weights_; member in class:android::nn::LSTMCell
LSTM.cpp 54 cell_to_input_weights_ = GetInput(operation, operands, kCellToInputWeightsTensor); // optional
378 GetBuffer<float>(cell_to_input_weights_), n_cell,

Completed in 205 milliseconds