mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
fix minor typo
This commit is contained in:
parent
1c7c9c716f
commit
926c0f6eed
|
|
@ -204,7 +204,7 @@ REGISTER_OP("MatrixDeterminant")
|
||||||
return Status::OK();
|
return Status::OK();
|
||||||
})
|
})
|
||||||
.Doc(R"doc(
|
.Doc(R"doc(
|
||||||
Computes the determinant of one ore more square matrices.
|
Computes the determinant of one or more square matrices.
|
||||||
|
|
||||||
The input is a tensor of shape `[..., M, M]` whose inner-most 2 dimensions
|
The input is a tensor of shape `[..., M, M]` whose inner-most 2 dimensions
|
||||||
form square matrices. The output is a tensor containing the determinants
|
form square matrices. The output is a tensor containing the determinants
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user