Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp459 const float* bwInput = GetBuffer<const float>(input_); in Eval() local
463 bwInput = GetBuffer<const float>(aux_input_); in Eval()
538 params_, bwInput, bwInputShape, in Eval()
582 const _Float16* bwInput = GetBuffer<const _Float16>(input_); in Eval() local
586 bwInput = GetBuffer<const _Float16>(aux_input_); in Eval()
663 params_, bwInput, bwInputShape, in Eval()
DBidirectionalSequenceRNN.cpp235 const T* bwInput = input; in executeTyped() local
237 bwInput = auxInput; in executeTyped()
278 const T* inputBatchPtr = bwInput + i * batchSize * inputSize; in executeTyped()