Skip to content

Commit 3c92067

Browse files
committed
Fix typo
1 parent 471053f commit 3c92067

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)