Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp110 bw_projection_weights_ = GetInput(operation, operands, kBwProjectionWeightsTensor); // optional in BidirectionalSequenceLSTM()
237 bw_projection_weights_, bw_projection_bias_, bw_input_layer_norm_weights_, in Prepare()
344 GetBuffer<const float>(bw_projection_weights_), in Eval()
430 GetOptionalBuffer<const _Float16>(bw_projection_weights_), in Eval()
DBidirectionalSequenceLSTM.h218 const RunTimeOperandInfo* bw_projection_weights_; variable