Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp111 fw_projection_weights_ = GetInput(operation, operands, kFwProjectionWeightsTensor); // optional in BidirectionalSequenceLSTM()
295 fw_projection_weights_, fw_projection_bias_, fw_input_layer_norm_weights_, in Prepare()
508 GetBuffer<const float>(fw_projection_weights_), in Eval()
632 GetOptionalBuffer<const _Float16>(fw_projection_weights_), in Eval()
DBidirectionalSequenceLSTM.h194 const RunTimeOperandInfo* fw_projection_weights_; variable