Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp80 projection_weights_ = GetInput(operation, operands, kProjectionWeightsTensor); // optional in LSTMCell()
365 forget_gate_bias_, cell_bias_, output_gate_bias_, projection_weights_, in Prepare()
1018 GetBuffer<const float>(projection_weights_), in Eval()
1053 GetOptionalBuffer<const _Float16>(projection_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h227 const RunTimeOperandInfo* projection_weights_; variable