From 1a0f6606e8242b673d0d880f96bf7ca80474c339 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Date: Wed, 7 Apr 2021 18:58:34 +0800 Subject: [PATCH] Update op_list.md --- docs/introduction/op_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/op_list.md b/docs/introduction/op_list.md index e216ef2..721fe2d 100644 --- a/docs/introduction/op_list.md +++ b/docs/introduction/op_list.md @@ -20,7 +20,7 @@ | 41 | Cast | 42 | Split | 43 | Squeeze | 44 | ResizeNearestNeighbor | | 45 | Softmax | 46 | Range | 47 | ConcatV2 | 48 | MirrorPad | | 49 | Identity | 50 | GreaterEqual | 51 | StopGradient | 52 | Minimum | -| 53 | RadnomUniform | 54 | Fill | 55 | Floor | 56 | DepthToSpace | +| 53 | RandomUniform | 54 | Fill | 55 | Floor | 56 | DepthToSpace | | 57 | Sqrt | 58 | Softplus | 59 | Erf | 60 | AddV2 | | 61 | LessEqual | 62 | BatchMatMul | 63 | BatchMatMulV2 | 64 | ExpandDims | | 65 | BatchToSpaceND | 66 | SpaceToBatchND | 67 | OneHot | 68 | Pow | -- GitLab