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

  /external/tensorflow/tensorflow/contrib/lite/kernels/
optional_tensor_test.cc 51 input_to_output_weights_ = AddInput(TensorType_FLOAT32);
125 PopulateTensor(input_to_output_weights_, f);
216 int input_to_output_weights_; member in class:tflite::__anon39267::LSTMOpModel
lstm_test.cc 53 input_to_output_weights_ = AddInput(TensorType_FLOAT32);
127 PopulateTensor(input_to_output_weights_, f);
214 int input_to_output_weights_; member in class:tflite::__anon39264::LSTMOpModel
    [all...]
unidirectional_sequence_lstm_test.cc 56 input_to_output_weights_ = AddInput(TensorType_FLOAT32);
131 PopulateTensor(input_to_output_weights_, f);
219 int input_to_output_weights_; member in class:tflite::__anon39285::UnidirectionalLSTMOpModel
    [all...]
  /frameworks/ml/nn/common/operations/
LSTM.h 117 const RunTimeOperandInfo *input_to_output_weights_; member in class:android::nn::LSTMCell
LSTM.cpp 46 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor);
306 const uint32_t n_cell = input_to_output_weights_->shape().dimensions[0];
355 GetBuffer<float>(input_to_output_weights_), n_cell, n_input,

Completed in 277 milliseconds