Searched refs:projection_weights_ (Results 1 – 2 of 2) sorted by relevance
80 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()
227 const RunTimeOperandInfo* projection_weights_; variable