Link fixes for opset docs (#1072)
authorAndrey Zaytsev <andrey.zaytsev@intel.com>
Thu, 25 Jun 2020 15:46:21 +0000 (18:46 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 15:46:21 +0000 (18:46 +0300)
* Fixed links

* Update opset.md

docs/ops/opset.md
docs/ops/opset1.md
docs/ops/opset2.md
docs/ops/opset3.md

index bad3ca1..08ca7ae 100644 (file)
@@ -6,9 +6,10 @@ This topic provides a complete list of available sets of operations supported in
 
 | OpenVINO™ Version | Actual Operations Set            | 
 | :---------------- | :------------------------------- | 
-| 2020.4            | [opset3](./docs/ops/opset3.md)   | 
-| 2020.2            | [opset2](./docs/ops/opset2.md)   | 
-| 2020.1            | [opset1](./docs/ops/opset1.md)   | 
+| 2020.4            | [opset3](opset3.md)   |
+| 2020.3            | [opset2](opset2.md)   |
+| 2020.2            | [opset2](opset2.md)   | 
+| 2020.1            | [opset1](opset1.md)   | 
 
 ## See Also
-[Deep Learning Network Intermediate Representation and Operations Sets in OpenVINO™](./docs/MO_DG/IR_and_opsets.md)
+[Deep Learning Network Intermediate Representation and Operations Sets in OpenVINO™](../MO_DG/IR_and_opsets.md)
index e93c35a..0f52e29 100644 (file)
@@ -9,109 +9,109 @@ declared in `namespace opset1`.
 
 ## Table of Contents <a name="toc"></a>
 
-* [Abs](./docs/ops/arithmetic/Abs_1.md)
-* [Acos](./docs/ops/arithmetic/Acos_1.md)
-* [Add](./docs/ops/arithmetic/Add_1.md)
-* [Asin](./docs/ops/arithmetic/Asin_1.md)
-* [Atan](./docs/ops/arithmetic/Atan_1.md)
-* [AvgPool](./docs/ops/pooling/AvgPool_1.md)
-* [BatchNormInference](./docs/ops/normalization/BatchNormInference_1.md)
-* [BinaryConvolution](./docs/ops/convolution/BinaryConvolution_1.md)
-* [Broadcast](./docs/ops/movement/Broadcast_1.md)
-* [CTCGreedyDecoder](./docs/ops/sequence/CTCGreedyDecoder_1.md)
-* [Ceiling](./docs/ops/arithmetic/Ceiling_1.md)
-* [Clamp](./docs/ops/activation/Clamp_1.md)
-* [Concat](./docs/ops/movement/Concat_1.md)
-* [Constant](./docs/ops/infrastructure/Constant_1.md)
-* [Convert](./docs/ops/type/Convert_1.md)
-* [ConvertLike](./docs/ops/type/ConvertLike_1.md)
-* [Convolution](./docs/ops/convolution/Convolution_1.md)
-* [ConvolutionBackpropData](./docs/ops/convolution/ConvolutionBackpropData_1.md)
-* [Cos](./docs/ops/arithmetic/Cos_1.md)
-* [Cosh](./docs/ops/arithmetic/Cosh_1.md)
-* [DeformableConvolution](./docs/ops/convolution/DeformableConvolution_1.md)
-* [DeformablePSROIPooling](./docs/ops/detection/DeformablePSROIPooling_1.md)
-* [DepthToSpace](./docs/ops/movement/DepthToSpace_1.md)
-* [DetectionOutput](./docs/ops/detection/DetectionOutput_1.md)
-* [Divide](./docs/ops/arithmetic/Divide_1.md)
-* [Elu](./docs/ops/activation/Elu_1.md)
-* [Equal](./docs/ops/comparison/Equal_1.md)
-* [Erf](./docs/ops/arithmetic/Erf_1.md)
-* [Exp](./docs/ops/activation/Exp_1.md)
-* [FakeQuantize](./docs/ops/quantization/FakeQuantize_1.md)
-* [Floor](./docs/ops/arithmetic/Floor_1.md)
-* [FloorMod](./docs/ops/arithmetic/FloorMod_1.md)
-* [Gather](./docs/ops/movement/Gather_1.md)
-* [GatherTree](./docs/ops/movement/GatherTree_1.md)
-* [Greater](./docs/ops/comparison/Greater_1.md)
-* [GreaterEqual](./docs/ops/comparison/GreaterEqual_1.md)
-* [GRN](./docs/ops/normalization/GRN_1.md)
-* [GroupConvolution](./docs/ops/convolution/GroupConvolution_1.md)
-* [GroupConvolutionBackpropData](./docs/ops/convolution/GroupConvolutionBackpropData_1.md)
-* [HardSigmoid](./docs/ops/activation/HardSigmoid_1.md)
-* [Interpolate](./docs/ops/image/Interpolate_1.md)
-* [Less](./docs/ops/comparison/Less_1.md)
-* [LessEqual](./docs/ops/comparison/LessEqual_1.md)
-* [Log](./docs/ops/arithmetic/Log_1.md)
-* [LogicalAnd](./docs/ops/logical/LogicalAnd_1.md)
-* [LogicalNot](./docs/ops/logical/LogicalNot_1.md)
-* [LogicalOr](./docs/ops/logical/LogicalOr_1.md)
-* [LogicalXor](./docs/ops/logical/LogicalXor_1.md)
-* [LRN](./docs/ops/normalization/LRN_1.md)
-* [LSTMCell](./docs/ops/sequence/LSTMCell_1.md)
-* [LSTMSequence](./docs/ops/sequence/LSTMSequence_1.md)
-* [MatMul](./docs/ops/matrix/MatMul_1.md)
-* [MaxPool](./docs/ops/pooling/MaxPool_1.md)
-* [Maximum](./docs/ops/arithmetic/Maximum_1.md)
-* [Minimum](./docs/ops/arithmetic/Minimum_1.md)
-* [Mod](./docs/ops/arithmetic/Mod_1.md)
-* [Multiply](./docs/ops/arithmetic/Multiply_1.md)
-* [Negative](./docs/ops/arithmetic/Negative_1.md)
-* [NonMaxSuppression](./docs/ops/sort/NonMaxSuppression_1.md)
-* [NormalizeL2](./docs/ops/normalization/NormalizeL2_1.md)
-* [NotEqual](./docs/ops/comparison/NotEqual_1.md)
-* [OneHot](./docs/ops/sequence/OneHot_1.md)
-* [Pad](./docs/ops/movement/Pad_1.md)
-* [Parameter](./docs/ops/infrastructure/Parameter_1.md)
-* [Power](./docs/ops/arithmetic/Power_1.md)
-* [PReLU](./docs/ops/activation/PReLU_1.md)
-* [PriorBoxClustered](./docs/ops/detection/PriorBoxClustered_1.md)
-* [PriorBox](./docs/ops/detection/PriorBox_1.md)
-* [Proposal](./docs/ops/detection/Proposal_1.md)
-* [PSROIPooling](./docs/ops/detection/PSROIPooling_1.md)
-* [Range](./docs/ops/generation/Range_1.md)
-* [ReLU](./docs/ops/activation/ReLU_1.md)
-* [ReduceLogicalAnd](./docs/ops/reduction/ReduceLogicalAnd_1.md)
-* [ReduceLogicalOr](./docs/ops/reduction/ReduceLogicalOr_1.md)
-* [ReduceMax](./docs/ops/reduction/ReduceMax_1.md)
-* [ReduceMean](./docs/ops/reduction/ReduceMean_1.md)
-* [ReduceMin](./docs/ops/reduction/ReduceMin_1.md)
-* [ReduceProd](./docs/ops/reduction/ReduceProd_1.md)
-* [ReduceSum](./docs/ops/reduction/ReduceSum_1.md)
-* [RegionYolo](./docs/ops/detection/RegionYolo_1.md)
-* [Reshape](./docs/ops/shape/Reshape_1.md)
-* [Result](./docs/ops/infrastructure/Result_1.md)
-* [ReverseSequence](./docs/ops/movement/ReverseSequence_1.md)
-* [Select](./docs/ops/condition/Select_1.md)
-* [Selu](./docs/ops/arithmetic/Selu_1.md)
-* [ShapeOf](./docs/ops/shape/ShapeOf_1.md)
-* [Sigmoid](./docs/ops/activation/Sigmoid_1.md)
-* [Sign](./docs/ops/arithmetic/Sign_1.md)
-* [Sin](./docs/ops/arithmetic/Sin_1.md)
-* [Sinh](./docs/ops/arithmetic/Sinh_1.md)
-* [SoftMax](./docs/ops/activation/SoftMax_1.md)
-* [SpaceToDepth](./docs/ops/movement/SpaceToDepth_1.md)
-* [Split](./docs/ops/movement/Split_1.md)
-* [Sqrt](./docs/ops/arithmetic/Sqrt_1.md)
-* [SquaredDifference](./docs/ops/arithmetic/SquaredDifference_1.md)
-* [Squeeze](./docs/ops/shape/Squeeze_1.md)
-* [StridedSlice](./docs/ops/movement/StridedSlice_1.md)
-* [Subtract](./docs/ops/arithmetic/Subtract_1.md)
-* [Tan](./docs/ops/arithmetic/Tan_1.md)
-* [Tanh](./docs/ops/arithmetic/Tanh_1.md)
-* [TensorIterator](./docs/ops/infrastructure/TensorIterator_1.md)
-* [Tile](./docs/ops/movement/Tile_1.md)
-* [TopK](./docs/ops/sort/TopK_1.md)
-* [Transpose](./docs/ops/movement/Transpose_1.md)
-* [Unsqueeze](./docs/ops/shape/Unsqueeze_1.md)
-* [VariadicSplit](./docs/ops/movement/VariadicSplit_1.md)
+* [Abs](arithmetic/Abs_1.md)
+* [Acos](arithmetic/Acos_1.md)
+* [Add](arithmetic/Add_1.md)
+* [Asin](arithmetic/Asin_1.md)
+* [Atan](arithmetic/Atan_1.md)
+* [AvgPool](pooling/AvgPool_1.md)
+* [BatchNormInference](normalization/BatchNormInference_1.md)
+* [BinaryConvolution](convolution/BinaryConvolution_1.md)
+* [Broadcast](movement/Broadcast_1.md)
+* [CTCGreedyDecoder](sequence/CTCGreedyDecoder_1.md)
+* [Ceiling](arithmetic/Ceiling_1.md)
+* [Clamp](activation/Clamp_1.md)
+* [Concat](movement/Concat_1.md)
+* [Constant](infrastructure/Constant_1.md)
+* [Convert](type/Convert_1.md)
+* [ConvertLike](type/ConvertLike_1.md)
+* [Convolution](convolution/Convolution_1.md)
+* [ConvolutionBackpropData](convolution/ConvolutionBackpropData_1.md)
+* [Cos](arithmetic/Cos_1.md)
+* [Cosh](arithmetic/Cosh_1.md)
+* [DeformableConvolution](convolution/DeformableConvolution_1.md)
+* [DeformablePSROIPooling](detection/DeformablePSROIPooling_1.md)
+* [DepthToSpace](movement/DepthToSpace_1.md)
+* [DetectionOutput](detection/DetectionOutput_1.md)
+* [Divide](arithmetic/Divide_1.md)
+* [Elu](activation/Elu_1.md)
+* [Equal](comparison/Equal_1.md)
+* [Erf](arithmetic/Erf_1.md)
+* [Exp](activation/Exp_1.md)
+* [FakeQuantize](quantization/FakeQuantize_1.md)
+* [Floor](arithmetic/Floor_1.md)
+* [FloorMod](arithmetic/FloorMod_1.md)
+* [Gather](movement/Gather_1.md)
+* [GatherTree](movement/GatherTree_1.md)
+* [Greater](comparison/Greater_1.md)
+* [GreaterEqual](comparison/GreaterEqual_1.md)
+* [GRN](normalization/GRN_1.md)
+* [GroupConvolution](convolution/GroupConvolution_1.md)
+* [GroupConvolutionBackpropData](convolution/GroupConvolutionBackpropData_1.md)
+* [HardSigmoid](activation/HardSigmoid_1.md)
+* [Interpolate](image/Interpolate_1.md)
+* [Less](comparison/Less_1.md)
+* [LessEqual](comparison/LessEqual_1.md)
+* [Log](arithmetic/Log_1.md)
+* [LogicalAnd](logical/LogicalAnd_1.md)
+* [LogicalNot](logical/LogicalNot_1.md)
+* [LogicalOr](logical/LogicalOr_1.md)
+* [LogicalXor](logical/LogicalXor_1.md)
+* [LRN](normalization/LRN_1.md)
+* [LSTMCell](sequence/LSTMCell_1.md)
+* [LSTMSequence](sequence/LSTMSequence_1.md)
+* [MatMul](matrix/MatMul_1.md)
+* [MaxPool](pooling/MaxPool_1.md)
+* [Maximum](arithmetic/Maximum_1.md)
+* [Minimum](arithmetic/Minimum_1.md)
+* [Mod](arithmetic/Mod_1.md)
+* [Multiply](arithmetic/Multiply_1.md)
+* [Negative](arithmetic/Negative_1.md)
+* [NonMaxSuppression](sort/NonMaxSuppression_1.md)
+* [NormalizeL2](normalization/NormalizeL2_1.md)
+* [NotEqual](comparison/NotEqual_1.md)
+* [OneHot](sequence/OneHot_1.md)
+* [Pad](movement/Pad_1.md)
+* [Parameter](infrastructure/Parameter_1.md)
+* [Power](arithmetic/Power_1.md)
+* [PReLU](activation/PReLU_1.md)
+* [PriorBoxClustered](detection/PriorBoxClustered_1.md)
+* [PriorBox](detection/PriorBox_1.md)
+* [Proposal](detection/Proposal_1.md)
+* [PSROIPooling](detection/PSROIPooling_1.md)
+* [Range](generation/Range_1.md)
+* [ReLU](activation/ReLU_1.md)
+* [ReduceLogicalAnd](reduction/ReduceLogicalAnd_1.md)
+* [ReduceLogicalOr](reduction/ReduceLogicalOr_1.md)
+* [ReduceMax](reduction/ReduceMax_1.md)
+* [ReduceMean](reduction/ReduceMean_1.md)
+* [ReduceMin](reduction/ReduceMin_1.md)
+* [ReduceProd](reduction/ReduceProd_1.md)
+* [ReduceSum](reduction/ReduceSum_1.md)
+* [RegionYolo](detection/RegionYolo_1.md)
+* [Reshape](shape/Reshape_1.md)
+* [Result](infrastructure/Result_1.md)
+* [ReverseSequence](movement/ReverseSequence_1.md)
+* [Select](condition/Select_1.md)
+* [Selu](arithmetic/Selu_1.md)
+* [ShapeOf](shape/ShapeOf_1.md)
+* [Sigmoid](activation/Sigmoid_1.md)
+* [Sign](arithmetic/Sign_1.md)
+* [Sin](arithmetic/Sin_1.md)
+* [Sinh](arithmetic/Sinh_1.md)
+* [SoftMax](activation/SoftMax_1.md)
+* [SpaceToDepth](movement/SpaceToDepth_1.md)
+* [Split](movement/Split_1.md)
+* [Sqrt](arithmetic/Sqrt_1.md)
+* [SquaredDifference](arithmetic/SquaredDifference_1.md)
+* [Squeeze](shape/Squeeze_1.md)
+* [StridedSlice](movement/StridedSlice_1.md)
+* [Subtract](arithmetic/Subtract_1.md)
+* [Tan](arithmetic/Tan_1.md)
+* [Tanh](arithmetic/Tanh_1.md)
+* [TensorIterator](infrastructure/TensorIterator_1.md)
+* [Tile](movement/Tile_1.md)
+* [TopK](sort/TopK_1.md)
+* [Transpose](movement/Transpose_1.md)
+* [Unsqueeze](shape/Unsqueeze_1.md)
+* [VariadicSplit](movement/VariadicSplit_1.md)
index de20144..41a4d31 100644 (file)
@@ -9,115 +9,115 @@ declared in `namespace opset2`.
 
 ## Table of Contents <a name="toc"></a>
 
-* [Abs](./docs/ops/arithmetic/Abs_1.md)
-* [Acos](./docs/ops/arithmetic/Acos_1.md)
-* [Add](./docs/ops/arithmetic/Add_1.md)
-* [Asin](./docs/ops/arithmetic/Asin_1.md)
-* [Atan](./docs/ops/arithmetic/Atan_1.md)
-* [AvgPool](./docs/ops/pooling/AvgPool_1.md)
-* [BatchNormInference](./docs/ops/normalization/BatchNormInference_1.md)
-* [BatchToSpace](./docs/ops/movement/BatchToSpace_2.md)
-* [BinaryConvolution](./docs/ops/convolution/BinaryConvolution_1.md)
-* [Broadcast](./docs/ops/movement/Broadcast_1.md)
-* [CTCGreedyDecoder](./docs/ops/sequence/CTCGreedyDecoder_1.md)
-* [Ceiling](./docs/ops/arithmetic/Ceiling_1.md)
-* [Clamp](./docs/ops/activation/Clamp_1.md)
-* [Concat](./docs/ops/movement/Concat_1.md)
-* [Constant](./docs/ops/infrastructure/Constant_1.md)
-* [Convert](./docs/ops/type/Convert_1.md)
-* [ConvertLike](./docs/ops/type/ConvertLike_1.md)
-* [Convolution](./docs/ops/convolution/Convolution_1.md)
-* [ConvolutionBackpropData](./docs/ops/convolution/ConvolutionBackpropData_1.md)
-* [Cos](./docs/ops/arithmetic/Cos_1.md)
-* [Cosh](./docs/ops/arithmetic/Cosh_1.md)
-* [DeformableConvolution](./docs/ops/convolution/DeformableConvolution_1.md)
-* [DeformablePSROIPooling](./docs/ops/detection/DeformablePSROIPooling_1.md)
-* [DepthToSpace](./docs/ops/movement/DepthToSpace_1.md)
-* [DetectionOutput](./docs/ops/detection/DetectionOutput_1.md)
-* [Divide](./docs/ops/arithmetic/Divide_1.md)
-* [Elu](./docs/ops/activation/Elu_1.md)
-* [Equal](./docs/ops/comparison/Equal_1.md)
-* [Erf](./docs/ops/arithmetic/Erf_1.md)
-* [Exp](./docs/ops/activation/Exp_1.md)
-* [FakeQuantize](./docs/ops/quantization/FakeQuantize_1.md)
-* [Floor](./docs/ops/arithmetic/Floor_1.md)
-* [FloorMod](./docs/ops/arithmetic/FloorMod_1.md)
-* [Gather](./docs/ops/movement/Gather_1.md)
-* [GatherTree](./docs/ops/movement/GatherTree_1.md)
-* [Gelu](./docs/ops/activation/GELU_2.md)
-* [Greater](./docs/ops/comparison/Greater_1.md)
-* [GreaterEqual](./docs/ops/comparison/GreaterEqual_1.md)
-* [GRN](./docs/ops/normalization/GRN_1.md)
-* [GroupConvolution](./docs/ops/convolution/GroupConvolution_1.md)
-* [GroupConvolutionBackpropData](./docs/ops/convolution/GroupConvolutionBackpropData_1.md)
-* [HardSigmoid](./docs/ops/activation/HardSigmoid_1.md)
-* [Interpolate](./docs/ops/image/Interpolate_1.md)
-* [Less](./docs/ops/comparison/Less_1.md)
-* [LessEqual](./docs/ops/comparison/LessEqual_1.md)
-* [Log](./docs/ops/arithmetic/Log_1.md)
-* [LogicalAnd](./docs/ops/logical/LogicalAnd_1.md)
-* [LogicalNot](./docs/ops/logical/LogicalNot_1.md)
-* [LogicalOr](./docs/ops/logical/LogicalOr_1.md)
-* [LogicalXor](./docs/ops/logical/LogicalXor_1.md)
-* [LRN](./docs/ops/normalization/LRN_1.md)
-* [LSTMCell](./docs/ops/sequence/LSTMCell_1.md)
-* [LSTMSequence](./docs/ops/sequence/LSTMSequence_1.md)
-* [MatMul](./docs/ops/matrix/MatMul_1.md)
-* [MaxPool](./docs/ops/pooling/MaxPool_1.md)
-* [Maximum](./docs/ops/arithmetic/Maximum_1.md)
-* [Minimum](./docs/ops/arithmetic/Minimum_1.md)
-* [Mod](./docs/ops/arithmetic/Mod_1.md)
-* [MVN](./docs/ops/normalization/MVN_1.md)
-* [Multiply](./docs/ops/arithmetic/Multiply_1.md)
-* [Negative](./docs/ops/arithmetic/Negative_1.md)
-* [NonMaxSuppression](./docs/ops/sort/NonMaxSuppression_1.md)
-* [NormalizeL2](./docs/ops/normalization/NormalizeL2_1.md)
-* [NotEqual](./docs/ops/comparison/NotEqual_1.md)
-* [OneHot](./docs/ops/sequence/OneHot_1.md)
-* [Pad](./docs/ops/movement/Pad_1.md)
-* [Parameter](./docs/ops/infrastructure/Parameter_1.md)
-* [Power](./docs/ops/arithmetic/Power_1.md)
-* [PReLU](./docs/ops/activation/PReLU_1.md)
-* [PriorBoxClustered](./docs/ops/detection/PriorBoxClustered_1.md)
-* [PriorBox](./docs/ops/detection/PriorBox_1.md)
-* [Proposal](./docs/ops/detection/Proposal_1.md)
-* [PSROIPooling](./docs/ops/detection/PSROIPooling_1.md)
-* [Range](./docs/ops/generation/Range_1.md)
-* [ReLU](./docs/ops/activation/ReLU_1.md)
-* [ReduceLogicalAnd](./docs/ops/reduction/ReduceLogicalAnd_1.md)
-* [ReduceLogicalOr](./docs/ops/reduction/ReduceLogicalOr_1.md)
-* [ReduceMax](./docs/ops/reduction/ReduceMax_1.md)
-* [ReduceMean](./docs/ops/reduction/ReduceMean_1.md)
-* [ReduceMin](./docs/ops/reduction/ReduceMin_1.md)
-* [ReduceProd](./docs/ops/reduction/ReduceProd_1.md)
-* [ReduceSum](./docs/ops/reduction/ReduceSum_1.md)
-* [RegionYolo](./docs/ops/detection/RegionYolo_1.md)
-* [ReorgYolo](./docs/ops/detection/ReorgYolo_1.md)
-* [Reshape](./docs/ops/shape/Reshape_1.md)
-* [Result](./docs/ops/infrastructure/Result_1.md)
-* [ReverseSequence](./docs/ops/movement/ReverseSequence_1.md)
-* [ROIPooling](./docs/ops/detection/ROIPooling_1.md)
-* [Select](./docs/ops/condition/Select_1.md)
-* [Selu](./docs/ops/arithmetic/Selu_1.md)
-* [ShapeOf](./docs/ops/shape/ShapeOf_1.md)
-* [Sigmoid](./docs/ops/activation/Sigmoid_1.md)
-* [Sign](./docs/ops/arithmetic/Sign_1.md)
-* [Sin](./docs/ops/arithmetic/Sin_1.md)
-* [Sinh](./docs/ops/arithmetic/Sinh_1.md)
-* [SoftMax](./docs/ops/activation/SoftMax_1.md)
-* [SpaceToBatch](./docs/ops/movement/SpaceToBatch_2.md)
-* [SpaceToDepth](./docs/ops/movement/SpaceToDepth_1.md)
-* [Split](./docs/ops/movement/Split_1.md)
-* [Sqrt](./docs/ops/arithmetic/Sqrt_1.md)
-* [SquaredDifference](./docs/ops/arithmetic/SquaredDifference_1.md)
-* [Squeeze](./docs/ops/shape/Squeeze_1.md)
-* [StridedSlice](./docs/ops/movement/StridedSlice_1.md)
-* [Subtract](./docs/ops/arithmetic/Subtract_1.md)
-* [Tan](./docs/ops/arithmetic/Tan_1.md)
-* [Tanh](./docs/ops/arithmetic/Tanh_1.md)
-* [TensorIterator](./docs/ops/infrastructure/TensorIterator_1.md)
-* [Tile](./docs/ops/movement/Tile_1.md)
-* [TopK](./docs/ops/sort/TopK_1.md)
-* [Transpose](./docs/ops/movement/Transpose_1.md)
-* [Unsqueeze](./docs/ops/shape/Unsqueeze_1.md)
-* [VariadicSplit](./docs/ops/movement/VariadicSplit_1.md)
+* [Abs](arithmetic/Abs_1.md)
+* [Acos](arithmetic/Acos_1.md)
+* [Add](arithmetic/Add_1.md)
+* [Asin](arithmetic/Asin_1.md)
+* [Atan](arithmetic/Atan_1.md)
+* [AvgPool](pooling/AvgPool_1.md)
+* [BatchNormInference](normalization/BatchNormInference_1.md)
+* [BatchToSpace](movement/BatchToSpace_2.md)
+* [BinaryConvolution](convolution/BinaryConvolution_1.md)
+* [Broadcast](movement/Broadcast_1.md)
+* [CTCGreedyDecoder](sequence/CTCGreedyDecoder_1.md)
+* [Ceiling](arithmetic/Ceiling_1.md)
+* [Clamp](activation/Clamp_1.md)
+* [Concat](movement/Concat_1.md)
+* [Constant](infrastructure/Constant_1.md)
+* [Convert](type/Convert_1.md)
+* [ConvertLike](type/ConvertLike_1.md)
+* [Convolution](convolution/Convolution_1.md)
+* [ConvolutionBackpropData](convolution/ConvolutionBackpropData_1.md)
+* [Cos](arithmetic/Cos_1.md)
+* [Cosh](arithmetic/Cosh_1.md)
+* [DeformableConvolution](convolution/DeformableConvolution_1.md)
+* [DeformablePSROIPooling](detection/DeformablePSROIPooling_1.md)
+* [DepthToSpace](movement/DepthToSpace_1.md)
+* [DetectionOutput](detection/DetectionOutput_1.md)
+* [Divide](arithmetic/Divide_1.md)
+* [Elu](activation/Elu_1.md)
+* [Equal](comparison/Equal_1.md)
+* [Erf](arithmetic/Erf_1.md)
+* [Exp](activation/Exp_1.md)
+* [FakeQuantize](quantization/FakeQuantize_1.md)
+* [Floor](arithmetic/Floor_1.md)
+* [FloorMod](arithmetic/FloorMod_1.md)
+* [Gather](movement/Gather_1.md)
+* [GatherTree](movement/GatherTree_1.md)
+* [Gelu](activation/GELU_2.md)
+* [Greater](comparison/Greater_1.md)
+* [GreaterEqual](comparison/GreaterEqual_1.md)
+* [GRN](normalization/GRN_1.md)
+* [GroupConvolution](convolution/GroupConvolution_1.md)
+* [GroupConvolutionBackpropData](convolution/GroupConvolutionBackpropData_1.md)
+* [HardSigmoid](activation/HardSigmoid_1.md)
+* [Interpolate](image/Interpolate_1.md)
+* [Less](comparison/Less_1.md)
+* [LessEqual](comparison/LessEqual_1.md)
+* [Log](arithmetic/Log_1.md)
+* [LogicalAnd](logical/LogicalAnd_1.md)
+* [LogicalNot](logical/LogicalNot_1.md)
+* [LogicalOr](logical/LogicalOr_1.md)
+* [LogicalXor](logical/LogicalXor_1.md)
+* [LRN](normalization/LRN_1.md)
+* [LSTMCell](sequence/LSTMCell_1.md)
+* [LSTMSequence](sequence/LSTMSequence_1.md)
+* [MatMul](matrix/MatMul_1.md)
+* [MaxPool](pooling/MaxPool_1.md)
+* [Maximum](arithmetic/Maximum_1.md)
+* [Minimum](arithmetic/Minimum_1.md)
+* [Mod](arithmetic/Mod_1.md)
+* [MVN](normalization/MVN_1.md)
+* [Multiply](arithmetic/Multiply_1.md)
+* [Negative](arithmetic/Negative_1.md)
+* [NonMaxSuppression](sort/NonMaxSuppression_1.md)
+* [NormalizeL2](normalization/NormalizeL2_1.md)
+* [NotEqual](comparison/NotEqual_1.md)
+* [OneHot](sequence/OneHot_1.md)
+* [Pad](movement/Pad_1.md)
+* [Parameter](infrastructure/Parameter_1.md)
+* [Power](arithmetic/Power_1.md)
+* [PReLU](activation/PReLU_1.md)
+* [PriorBoxClustered](detection/PriorBoxClustered_1.md)
+* [PriorBox](detection/PriorBox_1.md)
+* [Proposal](detection/Proposal_1.md)
+* [PSROIPooling](detection/PSROIPooling_1.md)
+* [Range](generation/Range_1.md)
+* [ReLU](activation/ReLU_1.md)
+* [ReduceLogicalAnd](reduction/ReduceLogicalAnd_1.md)
+* [ReduceLogicalOr](reduction/ReduceLogicalOr_1.md)
+* [ReduceMax](reduction/ReduceMax_1.md)
+* [ReduceMean](reduction/ReduceMean_1.md)
+* [ReduceMin](reduction/ReduceMin_1.md)
+* [ReduceProd](reduction/ReduceProd_1.md)
+* [ReduceSum](reduction/ReduceSum_1.md)
+* [RegionYolo](detection/RegionYolo_1.md)
+* [ReorgYolo](detection/ReorgYolo_1.md)
+* [Reshape](shape/Reshape_1.md)
+* [Result](infrastructure/Result_1.md)
+* [ReverseSequence](movement/ReverseSequence_1.md)
+* [ROIPooling](detection/ROIPooling_1.md)
+* [Select](condition/Select_1.md)
+* [Selu](arithmetic/Selu_1.md)
+* [ShapeOf](shape/ShapeOf_1.md)
+* [Sigmoid](activation/Sigmoid_1.md)
+* [Sign](arithmetic/Sign_1.md)
+* [Sin](arithmetic/Sin_1.md)
+* [Sinh](arithmetic/Sinh_1.md)
+* [SoftMax](activation/SoftMax_1.md)
+* [SpaceToBatch](movement/SpaceToBatch_2.md)
+* [SpaceToDepth](movement/SpaceToDepth_1.md)
+* [Split](movement/Split_1.md)
+* [Sqrt](arithmetic/Sqrt_1.md)
+* [SquaredDifference](arithmetic/SquaredDifference_1.md)
+* [Squeeze](shape/Squeeze_1.md)
+* [StridedSlice](movement/StridedSlice_1.md)
+* [Subtract](arithmetic/Subtract_1.md)
+* [Tan](arithmetic/Tan_1.md)
+* [Tanh](arithmetic/Tanh_1.md)
+* [TensorIterator](infrastructure/TensorIterator_1.md)
+* [Tile](movement/Tile_1.md)
+* [TopK](sort/TopK_1.md)
+* [Transpose](movement/Transpose_1.md)
+* [Unsqueeze](shape/Unsqueeze_1.md)
+* [VariadicSplit](movement/VariadicSplit_1.md)
index b759b28..d0934a5 100644 (file)
@@ -9,135 +9,135 @@ declared in `namespace opset3`.
 
 ## Table of Contents <a name="toc"></a>
 
-* [Abs](./docs/ops/arithmetic/Abs_1.md)
-* [Acos](./docs/ops/arithmetic/Acos_1.md)
-* [Acosh](./docs/ops/arithmetic/Acosh_1.md)
-* [Add](./docs/ops/arithmetic/Add_1.md)
-* [Asin](./docs/ops/arithmetic/Asin_1.md)
-* [Asinh](./docs/ops/arithmetic/Asinh_1.md)
-* [Assign](./docs/ops/infrastructure/Assign_3.md)
-* [Atan](./docs/ops/arithmetic/Atan_1.md)
-* [Atanh](./docs/ops/arithmetic/Atanh_1.md)
-* [AvgPool](./docs/ops/pooling/AvgPool_1.md)
-* [BatchNormInference](./docs/ops/normalization/BatchNormInference_1.md)
-* [BatchToSpace](./docs/ops/movement/BatchToSpace_2.md)
-* [BinaryConvolution](./docs/ops/convolution/BinaryConvolution_1.md)
-* [Broadcast](./docs/ops/movement/Broadcast_3.md)
-* [Bucketize](./docs/ops/condition/Bucketize_3.md)
-* [CTCGreedyDecoder](./docs/ops/sequence/CTCGreedyDecoder_1.md)
-* [Ceiling](./docs/ops/arithmetic/Ceiling_1.md)
-* [Clamp](./docs/ops/activation/Clamp_1.md)
-* [Concat](./docs/ops/movement/Concat_1.md)
-* [Constant](./docs/ops/infrastructure/Constant_1.md)
-* [Convert](./docs/ops/type/Convert_1.md)
-* [ConvertLike](./docs/ops/type/ConvertLike_1.md)
-* [Convolution](./docs/ops/convolution/Convolution_1.md)
-* [ConvolutionBackpropData](./docs/ops/convolution/ConvolutionBackpropData_1.md)
-* [Cos](./docs/ops/arithmetic/Cos_1.md)
-* [Cosh](./docs/ops/arithmetic/Cosh_1.md)
-* [CumSum](./docs/ops/arithmetic/CumSum_3.md)
-* [DeformableConvolution](./docs/ops/convolution/DeformableConvolution_1.md)
-* [DeformablePSROIPooling](./docs/ops/detection/DeformablePSROIPooling_1.md)
-* [DepthToSpace](./docs/ops/movement/DepthToSpace_1.md)
-* [DetectionOutput](./docs/ops/detection/DetectionOutput_1.md)
-* [Divide](./docs/ops/arithmetic/Divide_1.md)
-* [Elu](./docs/ops/activation/Elu_1.md)
-* [EmbeddingBagOffsetsSum](./docs/ops/sparse/EmbeddingBagOffsetsSum_3.md)
-* [EmbeddingBagPackedSum](./docs/ops/sparse/EmbeddingBagPackedSum_3.md)
-* [EmbeddingSegmentsSum](./docs/ops/sparse/EmbeddingSegmentsSum_3.md)
-* [Equal](./docs/ops/comparison/Equal_1.md)
-* [Erf](./docs/ops/arithmetic/Erf_1.md)
-* [Exp](./docs/ops/activation/Exp_1.md)
-* [ExtractImagePatches](./docs/ops/movement/ExtractImagePatches_3.md)
-* [FakeQuantize](./docs/ops/quantization/FakeQuantize_1.md)
-* [Floor](./docs/ops/arithmetic/Floor_1.md)
-* [FloorMod](./docs/ops/arithmetic/FloorMod_1.md)
-* [Gather](./docs/ops/movement/Gather_1.md)
-* [GatherTree](./docs/ops/movement/GatherTree_1.md)
-* [Gelu](./docs/ops/activation/GELU_2.md)
-* [Greater](./docs/ops/comparison/Greater_1.md)
-* [GreaterEqual](./docs/ops/comparison/GreaterEqual_1.md)
-* [GRN](./docs/ops/normalization/GRN_1.md)
-* [GroupConvolution](./docs/ops/convolution/GroupConvolution_1.md)
-* [GroupConvolutionBackpropData](./docs/ops/convolution/GroupConvolutionBackpropData_1.md)
-* [GRUCell](./docs/ops/sequence/GRUCell_3.md)
-* [HardSigmoid](./docs/ops/activation/HardSigmoid_1.md)
-* [Interpolate](./docs/ops/image/Interpolate_1.md)
-* [Less](./docs/ops/comparison/Less_1.md)
-* [LessEqual](./docs/ops/comparison/LessEqual_1.md)
-* [Log](./docs/ops/arithmetic/Log_1.md)
-* [LogicalAnd](./docs/ops/logical/LogicalAnd_1.md)
-* [LogicalNot](./docs/ops/logical/LogicalNot_1.md)
-* [LogicalOr](./docs/ops/logical/LogicalOr_1.md)
-* [LogicalXor](./docs/ops/logical/LogicalXor_1.md)
-* [LRN](./docs/ops/normalization/LRN_1.md)
-* [LSTMCell](./docs/ops/sequence/LSTMCell_1.md)
-* [LSTMSequence](./docs/ops/sequence/LSTMSequence_1.md)
-* [MatMul](./docs/ops/matrix/MatMul_1.md)
-* [MaxPool](./docs/ops/pooling/MaxPool_1.md)
-* [Maximum](./docs/ops/arithmetic/Maximum_1.md)
-* [Minimum](./docs/ops/arithmetic/Minimum_1.md)
-* [Mod](./docs/ops/arithmetic/Mod_1.md)
-* [MVN](./docs/ops/normalization/MVN_1.md)
-* [Multiply](./docs/ops/arithmetic/Multiply_1.md)
-* [Negative](./docs/ops/arithmetic/Negative_1.md)
-* [NonMaxSuppression](./docs/ops/sort/NonMaxSuppression_3.md)
-* [NonZero](./docs/ops/condition/NonZero_3.md)
-* [NormalizeL2](./docs/ops/normalization/NormalizeL2_1.md)
-* [NotEqual](./docs/ops/comparison/NotEqual_1.md)
-* [OneHot](./docs/ops/sequence/OneHot_1.md)
-* [Pad](./docs/ops/movement/Pad_1.md)
-* [Parameter](./docs/ops/infrastructure/Parameter_1.md)
-* [Power](./docs/ops/arithmetic/Power_1.md)
-* [PReLU](./docs/ops/activation/PReLU_1.md)
-* [PriorBoxClustered](./docs/ops/detection/PriorBoxClustered_1.md)
-* [PriorBox](./docs/ops/detection/PriorBox_1.md)
-* [Proposal](./docs/ops/detection/Proposal_1.md)
-* [PSROIPooling](./docs/ops/detection/PSROIPooling_1.md)
-* [Range](./docs/ops/generation/Range_1.md)
-* [ReLU](./docs/ops/activation/ReLU_1.md)
-* [ReadValue](./docs/ops/infrastructure/ReadValue_3.md)
-* [ReduceLogicalAnd](./docs/ops/reduction/ReduceLogicalAnd_1.md)
-* [ReduceLogicalOr](./docs/ops/reduction/ReduceLogicalOr_1.md)
-* [ReduceMax](./docs/ops/reduction/ReduceMax_1.md)
-* [ReduceMean](./docs/ops/reduction/ReduceMean_1.md)
-* [ReduceMin](./docs/ops/reduction/ReduceMin_1.md)
-* [ReduceProd](./docs/ops/reduction/ReduceProd_1.md)
-* [ReduceSum](./docs/ops/reduction/ReduceSum_1.md)
-* [RegionYolo](./docs/ops/detection/RegionYolo_1.md)
-* [ReorgYolo](./docs/ops/detection/ReorgYolo_1.md)
-* [Reshape](./docs/ops/shape/Reshape_1.md)
-* [Result](./docs/ops/infrastructure/Result_1.md)
-* [Reverse](./docs/ops/movement/Reverse_1.md)
-* [ReverseSequence](./docs/ops/movement/ReverseSequence_1.md)
-* [RNNCell](./docs/ops/sequence/RNNCell_3.md)
-* [ROIAlign](./docs/ops/detection/ROIAlign_3.md)
-* [ROIPooling](./docs/ops/detection/ROIPooling_1.md)
-* [ScatterElementsUpdate](./docs/ops/movement/ScatterElementsUpdate_3.md)
-* [ScatterNDUpdate](./docs/ops/movement/ScatterNDUpdate_3.md)
-* [ScatterUpdate](./docs/ops/movement/ScatterUpdate_3.md)
-* [Select](./docs/ops/condition/Select_1.md)
-* [Selu](./docs/ops/arithmetic/Selu_1.md)
-* [ShapeOf](./docs/ops/shape/ShapeOf_3.md)
-* [ShuffleChannels](./docs/ops/movement/ShuffleChannels_1.md)
-* [Sigmoid](./docs/ops/activation/Sigmoid_1.md)
-* [Sign](./docs/ops/arithmetic/Sign_1.md)
-* [Sin](./docs/ops/arithmetic/Sin_1.md)
-* [Sinh](./docs/ops/arithmetic/Sinh_1.md)
-* [SoftMax](./docs/ops/activation/SoftMax_1.md)
-* [SpaceToBatch](./docs/ops/movement/SpaceToBatch_2.md)
-* [SpaceToDepth](./docs/ops/movement/SpaceToDepth_1.md)
-* [Split](./docs/ops/movement/Split_1.md)
-* [Sqrt](./docs/ops/arithmetic/Sqrt_1.md)
-* [SquaredDifference](./docs/ops/arithmetic/SquaredDifference_1.md)
-* [Squeeze](./docs/ops/shape/Squeeze_1.md)
-* [StridedSlice](./docs/ops/movement/StridedSlice_1.md)
-* [Subtract](./docs/ops/arithmetic/Subtract_1.md)
-* [Tan](./docs/ops/arithmetic/Tan_1.md)
-* [Tanh](./docs/ops/arithmetic/Tanh_1.md)
-* [TensorIterator](./docs/ops/infrastructure/TensorIterator_1.md)
-* [Tile](./docs/ops/movement/Tile_1.md)
-* [TopK](./docs/ops/sort/TopK_3.md)
-* [Transpose](./docs/ops/movement/Transpose_1.md)
-* [Unsqueeze](./docs/ops/shape/Unsqueeze_1.md)
-* [VariadicSplit](./docs/ops/movement/VariadicSplit_1.md)
+* [Abs](arithmetic/Abs_1.md)
+* [Acos](arithmetic/Acos_1.md)
+* [Acosh](arithmetic/Acosh_1.md)
+* [Add](arithmetic/Add_1.md)
+* [Asin](arithmetic/Asin_1.md)
+* [Asinh](arithmetic/Asinh_1.md)
+* [Assign](infrastructure/Assign_3.md)
+* [Atan](arithmetic/Atan_1.md)
+* [Atanh](arithmetic/Atanh_1.md)
+* [AvgPool](pooling/AvgPool_1.md)
+* [BatchNormInference](normalization/BatchNormInference_1.md)
+* [BatchToSpace](movement/BatchToSpace_2.md)
+* [BinaryConvolution](convolution/BinaryConvolution_1.md)
+* [Broadcast](movement/Broadcast_3.md)
+* [Bucketize](condition/Bucketize_3.md)
+* [CTCGreedyDecoder](sequence/CTCGreedyDecoder_1.md)
+* [Ceiling](arithmetic/Ceiling_1.md)
+* [Clamp](activation/Clamp_1.md)
+* [Concat](movement/Concat_1.md)
+* [Constant](infrastructure/Constant_1.md)
+* [Convert](type/Convert_1.md)
+* [ConvertLike](type/ConvertLike_1.md)
+* [Convolution](convolution/Convolution_1.md)
+* [ConvolutionBackpropData](convolution/ConvolutionBackpropData_1.md)
+* [Cos](arithmetic/Cos_1.md)
+* [Cosh](arithmetic/Cosh_1.md)
+* [CumSum](arithmetic/CumSum_3.md)
+* [DeformableConvolution](convolution/DeformableConvolution_1.md)
+* [DeformablePSROIPooling](detection/DeformablePSROIPooling_1.md)
+* [DepthToSpace](movement/DepthToSpace_1.md)
+* [DetectionOutput](detection/DetectionOutput_1.md)
+* [Divide](arithmetic/Divide_1.md)
+* [Elu](activation/Elu_1.md)
+* [EmbeddingBagOffsetsSum](sparse/EmbeddingBagOffsetsSum_3.md)
+* [EmbeddingBagPackedSum](sparse/EmbeddingBagPackedSum_3.md)
+* [EmbeddingSegmentsSum](sparse/EmbeddingSegmentsSum_3.md)
+* [Equal](comparison/Equal_1.md)
+* [Erf](arithmetic/Erf_1.md)
+* [Exp](activation/Exp_1.md)
+* [ExtractImagePatches](movement/ExtractImagePatches_3.md)
+* [FakeQuantize](quantization/FakeQuantize_1.md)
+* [Floor](arithmetic/Floor_1.md)
+* [FloorMod](arithmetic/FloorMod_1.md)
+* [Gather](movement/Gather_1.md)
+* [GatherTree](movement/GatherTree_1.md)
+* [Gelu](activation/GELU_2.md)
+* [Greater](comparison/Greater_1.md)
+* [GreaterEqual](comparison/GreaterEqual_1.md)
+* [GRN](normalization/GRN_1.md)
+* [GroupConvolution](convolution/GroupConvolution_1.md)
+* [GroupConvolutionBackpropData](convolution/GroupConvolutionBackpropData_1.md)
+* [GRUCell](sequence/GRUCell_3.md)
+* [HardSigmoid](activation/HardSigmoid_1.md)
+* [Interpolate](image/Interpolate_1.md)
+* [Less](comparison/Less_1.md)
+* [LessEqual](comparison/LessEqual_1.md)
+* [Log](arithmetic/Log_1.md)
+* [LogicalAnd](logical/LogicalAnd_1.md)
+* [LogicalNot](logical/LogicalNot_1.md)
+* [LogicalOr](logical/LogicalOr_1.md)
+* [LogicalXor](logical/LogicalXor_1.md)
+* [LRN](normalization/LRN_1.md)
+* [LSTMCell](sequence/LSTMCell_1.md)
+* [LSTMSequence](sequence/LSTMSequence_1.md)
+* [MatMul](matrix/MatMul_1.md)
+* [MaxPool](pooling/MaxPool_1.md)
+* [Maximum](arithmetic/Maximum_1.md)
+* [Minimum](arithmetic/Minimum_1.md)
+* [Mod](arithmetic/Mod_1.md)
+* [MVN](normalization/MVN_1.md)
+* [Multiply](arithmetic/Multiply_1.md)
+* [Negative](arithmetic/Negative_1.md)
+* [NonMaxSuppression](sort/NonMaxSuppression_3.md)
+* [NonZero](condition/NonZero_3.md)
+* [NormalizeL2](normalization/NormalizeL2_1.md)
+* [NotEqual](comparison/NotEqual_1.md)
+* [OneHot](sequence/OneHot_1.md)
+* [Pad](movement/Pad_1.md)
+* [Parameter](infrastructure/Parameter_1.md)
+* [Power](arithmetic/Power_1.md)
+* [PReLU](activation/PReLU_1.md)
+* [PriorBoxClustered](detection/PriorBoxClustered_1.md)
+* [PriorBox](detection/PriorBox_1.md)
+* [Proposal](detection/Proposal_1.md)
+* [PSROIPooling](detection/PSROIPooling_1.md)
+* [Range](generation/Range_1.md)
+* [ReLU](activation/ReLU_1.md)
+* [ReadValue](infrastructure/ReadValue_3.md)
+* [ReduceLogicalAnd](reduction/ReduceLogicalAnd_1.md)
+* [ReduceLogicalOr](reduction/ReduceLogicalOr_1.md)
+* [ReduceMax](reduction/ReduceMax_1.md)
+* [ReduceMean](reduction/ReduceMean_1.md)
+* [ReduceMin](reduction/ReduceMin_1.md)
+* [ReduceProd](reduction/ReduceProd_1.md)
+* [ReduceSum](reduction/ReduceSum_1.md)
+* [RegionYolo](detection/RegionYolo_1.md)
+* [ReorgYolo](detection/ReorgYolo_1.md)
+* [Reshape](shape/Reshape_1.md)
+* [Result](infrastructure/Result_1.md)
+* [Reverse](movement/Reverse_1.md)
+* [ReverseSequence](movement/ReverseSequence_1.md)
+* [RNNCell](sequence/RNNCell_3.md)
+* [ROIAlign](detection/ROIAlign_3.md)
+* [ROIPooling](detection/ROIPooling_1.md)
+* [ScatterElementsUpdate](movement/ScatterElementsUpdate_3.md)
+* [ScatterNDUpdate](movement/ScatterNDUpdate_3.md)
+* [ScatterUpdate](movement/ScatterUpdate_3.md)
+* [Select](condition/Select_1.md)
+* [Selu](arithmetic/Selu_1.md)
+* [ShapeOf](shape/ShapeOf_3.md)
+* [ShuffleChannels](movement/ShuffleChannels_1.md)
+* [Sigmoid](activation/Sigmoid_1.md)
+* [Sign](arithmetic/Sign_1.md)
+* [Sin](arithmetic/Sin_1.md)
+* [Sinh](arithmetic/Sinh_1.md)
+* [SoftMax](activation/SoftMax_1.md)
+* [SpaceToBatch](movement/SpaceToBatch_2.md)
+* [SpaceToDepth](movement/SpaceToDepth_1.md)
+* [Split](movement/Split_1.md)
+* [Sqrt](arithmetic/Sqrt_1.md)
+* [SquaredDifference](arithmetic/SquaredDifference_1.md)
+* [Squeeze](shape/Squeeze_1.md)
+* [StridedSlice](movement/StridedSlice_1.md)
+* [Subtract](arithmetic/Subtract_1.md)
+* [Tan](arithmetic/Tan_1.md)
+* [Tanh](arithmetic/Tanh_1.md)
+* [TensorIterator](infrastructure/TensorIterator_1.md)
+* [Tile](movement/Tile_1.md)
+* [TopK](sort/TopK_3.md)
+* [Transpose](movement/Transpose_1.md)
+* [Unsqueeze](shape/Unsqueeze_1.md)
+* [VariadicSplit](movement/VariadicSplit_1.md)