Skip to content

Commit 60c1f8f

Browse files
committed
format
1 parent 3395ed5 commit 60c1f8f

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/training/SGD.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
24
*
3-
* * Copyright (c) Meta Platforms, Inc. and affiliates.
4-
* * All rights reserved.
5-
* *
6-
* * This source code is licensed under the BSD-style license found in the
7-
* * LICENSE file in the root directory of this source tree.
8-
*
9-
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
107
*/
118

129
package org.pytorch.executorch.training;

extension/android/executorch_android/src/main/java/org/pytorch/executorch/training/TrainingModule.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
* All rights reserved.
24
*
3-
* * Copyright (c) Meta Platforms, Inc. and affiliates.
4-
* * All rights reserved.
5-
* *
6-
* * This source code is licensed under the BSD-style license found in the
7-
* * LICENSE file in the root directory of this source tree.
8-
*
9-
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree.
107
*/
118

129
package org.pytorch.executorch.training;

0 commit comments

Comments
 (0)