Searched refs:input_to_output_weights_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSTM.cpp | 56 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in LSTMCell() 308 const uint32_t n_cell = SizeOfDimension(input_to_output_weights_, 0); in Prepare() 309 NN_CHECK_EQ(NumDimensions(input_to_output_weights_), 2); in Prepare() 310 NN_CHECK_EQ(SizeOfDimension(input_to_output_weights_, 1), n_input); in Prepare() 319 input_to_output_weights_, recurrent_to_input_weights_, recurrent_to_forget_weights_, in Prepare() 959 GetBuffer<const float>(input_to_output_weights_), in Eval() 960 input_to_output_weights_->shape(), in Eval() 994 GetBuffer<const _Float16>(input_to_output_weights_), in Eval() 995 input_to_output_weights_->shape(), in Eval()
|
D | LSTM.h | 212 const RunTimeOperandInfo* input_to_output_weights_; variable
|