Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp142 bw_projection_weights_ = GetInput(operation, operands, kBwProjectionWeightsTensor); // optional in BidirectionalSequenceLSTM()
402 bw_projection_weights_, bw_projection_bias_, bw_input_layer_norm_weights_, in Prepare()
559 GetBuffer<const float>(bw_projection_weights_), in Eval()
684 GetOptionalBuffer<const _Float16>(bw_projection_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h222 const RunTimeOperandInfo* bw_projection_weights_; variable