summaryrefslogtreecommitdiff
path: root/nn/common/operations/LayerNormLSTMTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/LayerNormLSTMTest.cpp')
-rw-r--r--nn/common/operations/LayerNormLSTMTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/nn/common/operations/LayerNormLSTMTest.cpp b/nn/common/operations/LayerNormLSTMTest.cpp
index 1cac0df65..a856c5f35 100644
--- a/nn/common/operations/LayerNormLSTMTest.cpp
+++ b/nn/common/operations/LayerNormLSTMTest.cpp
@@ -13,17 +13,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include "LSTM.h"
-
-#include "NeuralNetworksWrapper.h"
-
#include <android-base/logging.h>
#include <gmock/gmock-matchers.h>
#include <gtest/gtest.h>
+
#include <sstream>
#include <string>
#include <vector>
+#include "LSTM.h"
+#include "NeuralNetworksWrapper.h"
+
namespace android {
namespace nn {
namespace wrapper {