Searched refs:input_to_output_weights_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSTM.cpp | 61 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in LSTMCell() 351 const uint32_t n_cell = SizeOfDimension(input_to_output_weights_, 0); in Prepare() 352 NN_CHECK_EQ(NumDimensions(input_to_output_weights_), 2); in Prepare() 353 NN_CHECK_EQ(SizeOfDimension(input_to_output_weights_, 1), n_input); in Prepare() 362 input_to_output_weights_, recurrent_to_input_weights_, recurrent_to_forget_weights_, in Prepare() 1001 GetBuffer<const float>(input_to_output_weights_), in Eval() 1002 input_to_output_weights_->shape(), in Eval() 1036 GetBuffer<const _Float16>(input_to_output_weights_), in Eval() 1037 input_to_output_weights_->shape(), in Eval()
|
D | LSTM.h | 212 const RunTimeOperandInfo* input_to_output_weights_; variable
|