summaryrefslogtreecommitdiff
path: root/nn/common/operations/BidirectionalSequenceLSTM.cpp
AgeCommit message (Expand)Author
2020-06-09Verify non-optional tensors have values in CpuExecutorMichael Butler
2020-02-18Add parallel linking support for BIDIRECTIONAL_SEQUENCE_LSTMLev Proleev
2020-02-05Add a state output for BIDIRECTIONAL_SEQUENCE_LSTMLev Proleev
2019-11-27Remove CpuExecutor::mOperandsSlava Shklyaev
2019-08-16Create temporary buffers for BIDIRECTIONAL_SEQUENCE_LSTM out state.Xusong Wang
2019-07-19Cleanup HalInterfaces.hMichael Butler
2019-07-03Adds LOG_TAG to cpp files not including it alreadyStefano Galarraga
2019-04-05BidirectionalSequenceLSTM op: Fixes merge_outputsViet Dang
2019-03-20BidirectionalSequenceLSTM op: Adds layer norm support.Viet Dang
2019-01-29Fix a regression that caused a test failure for UnidirectionalSequenceLSTM op.Viet Dang
2019-01-29Add more tests for BidirectionalSequenceLSTM op.Viet Dang
2019-01-28Implements BIDIRECTIONAL_SEQUENCE_LSTM operation.Michael K. Sanders