Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp188 const auto& timeMajorOperand = *GetInput(operation, operands, kTimeMajorParam); in BidirectionalSequenceLSTM() local
189 params_.time_major = getScalarDataWithDefault<bool>(timeMajorOperand, false); in BidirectionalSequenceLSTM()
263 const auto& timeMajorOperand = *GetInput(operation, operands, kTimeMajorParam); in Prepare() local
264 NN_RET_CHECK(timeMajorOperand.length >= sizeof(bool)); in Prepare()