Add links to missed ops in opset_8.md file (#8620)

This commit is contained in:
Anton Chetverikov 2021-11-16 15:23:14 +03:00 committed by GitHub
parent b726aa2c9b
commit 4a8554a76d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ declared in `namespace opset8`.
* [FloorMod](arithmetic/FloorMod_1.md) * [FloorMod](arithmetic/FloorMod_1.md)
* [Gather](movement/Gather_8.md) * [Gather](movement/Gather_8.md)
* [GatherElements](movement/GatherElements_6.md) * [GatherElements](movement/GatherElements_6.md)
* [GatherND_8](movement/GatherND_8.md) * [GatherND](movement/GatherND_8.md)
* [GatherTree](movement/GatherTree_1.md) * [GatherTree](movement/GatherTree_1.md)
* [Gelu](activation/GELU_7.md) * [Gelu](activation/GELU_7.md)
* [Greater](comparison/Greater_1.md) * [Greater](comparison/Greater_1.md)
@ -94,12 +94,14 @@ declared in `namespace opset8`.
* [LSTMCell](sequence/LSTMCell_1.md) * [LSTMCell](sequence/LSTMCell_1.md)
* [LSTMSequence](sequence/LSTMSequence_1.md) * [LSTMSequence](sequence/LSTMSequence_1.md)
* [MatMul](matrix/MatMul_1.md) * [MatMul](matrix/MatMul_1.md)
* [MaxPool](pooling/MaxPool_1.md) * [MatrixNMS](sort/MatrixNMS_8.md)
* [MaxPool](pooling/MaxPool_8.md)
* [Maximum](arithmetic/Maximum_1.md) * [Maximum](arithmetic/Maximum_1.md)
* [Minimum](arithmetic/Minimum_1.md) * [Minimum](arithmetic/Minimum_1.md)
* [Mish](activation/Mish_4.md) * [Mish](activation/Mish_4.md)
* [Mod](arithmetic/Mod_1.md) * [Mod](arithmetic/Mod_1.md)
* [MVN](normalization/MVN_6.md) * [MVN](normalization/MVN_6.md)
* [MulticlassNMS](sort/MulticlassNMS_8.md)
* [Multiply](arithmetic/Multiply_1.md) * [Multiply](arithmetic/Multiply_1.md)
* [Negative](arithmetic/Negative_1.md) * [Negative](arithmetic/Negative_1.md)
* [NonMaxSuppression](sort/NonMaxSuppression_5.md) * [NonMaxSuppression](sort/NonMaxSuppression_5.md)
@ -152,6 +154,7 @@ declared in `namespace opset8`.
* [Sign](arithmetic/Sign_1.md) * [Sign](arithmetic/Sign_1.md)
* [Sin](arithmetic/Sin_1.md) * [Sin](arithmetic/Sin_1.md)
* [Sinh](arithmetic/Sinh_1.md) * [Sinh](arithmetic/Sinh_1.md)
* [Slice](movement/Slice_8.md)
* [SoftMax](activation/SoftMax_8.md) * [SoftMax](activation/SoftMax_8.md)
* [SoftPlus](activation/SoftPlus_4.md) * [SoftPlus](activation/SoftPlus_4.md)
* [SpaceToBatch](movement/SpaceToBatch_2.md) * [SpaceToBatch](movement/SpaceToBatch_2.md)