Searched refs:timeMajorOperand (Results 1 – 1 of 1) sorted by relevance
188 const auto& timeMajorOperand = *GetInput(operation, operands, kTimeMajorParam); in BidirectionalSequenceLSTM() local189 params_.time_major = getScalarDataWithDefault<bool>(timeMajorOperand, false); in BidirectionalSequenceLSTM()263 const auto& timeMajorOperand = *GetInput(operation, operands, kTimeMajorParam); in Prepare() local264 NN_RET_CHECK(timeMajorOperand.length >= sizeof(bool)); in Prepare()