Skip to content

Commit 6fafef7

Browse files
authored
Merge pull request #20 from interesaaat/LibTorchSharpFirstTest
Fix typo
2 parents ecf6b90 + 3c92067 commit 6fafef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TorchSharp/Tensor/TorchTensor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public long[] Shape
239239
[DllImport("libTorchSharp")]
240240
extern static IntPtr THSTensor_indices(IntPtr handle);
241241

242-
public TorchTensor Indeces
242+
public TorchTensor Indices
243243
{
244244
get
245245
{

0 commit comments

Comments
 (0)