Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h228 const RunTimeOperandInfo* projection_weights_; variable
DLSTM.cpp80 projection_weights_ = GetInput(operation, operands, kProjectionWeightsTensor); // optional in LSTMCell()
365 forget_gate_bias_, cell_bias_, output_gate_bias_, projection_weights_, in Prepare()
1020 GetBuffer<const float>(projection_weights_), in Eval()
1055 GetOptionalBuffer<const _Float16>(projection_weights_), in Eval()