Home
last modified time | relevance | path

Searched refs:input_to_cell_weights_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp60 input_to_cell_weights_ = GetInput(operation, operands, kInputToCellWeightsTensor); in LSTMCell()
361 input_, input_to_input_weights_, input_to_forget_weights_, input_to_cell_weights_, in Prepare()
998 GetBuffer<const float>(input_to_cell_weights_), in Eval()
1033 GetBuffer<const _Float16>(input_to_cell_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h210 const RunTimeOperandInfo* input_to_cell_weights_; variable