Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit d08aaa1

Browse files
committed
Remove incorrect partial modifier
1 parent 2ef4574 commit d08aaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OnnxStack.Core/Extensions/TensorExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace OnnxStack.Core
1010
{
11-
public static partial class TensorExtension
11+
public static class TensorExtension
1212
{
1313
/// <summary>
1414
/// Divides the tensor by float.

0 commit comments

Comments
 (0)