From 3d5d32d2b2944e241a09cca9d06e71f26dea6a31 Mon Sep 17 00:00:00 2001 From: mamingjie-China <52770436+mamingjie-China@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:55:42 +0800 Subject: [PATCH] Update op_zoo.md --- op_zoo.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/op_zoo.md b/op_zoo.md index 7cac3b2..4345721 100644 --- a/op_zoo.md +++ b/op_zoo.md @@ -12,8 +12,15 @@ | 43| Squeeze | 44 | Softmax | 45 | ResizeNearestNeighbor | 46 | ResizeBilinear | 47 | SquaredDifference | 48 | * | -## Caffe +## TensorFlow -| 模型 | 代码 | -|-------|--------| -| SqueezeNet | [code](https://github.com/DeepScale/SqueezeNet/tree/master/SqueezeNet_v1.1) | +| 序号 | OP | 序号 | OP |序号 | OP | +|------|------|------|------|------|------| +| 1 | Relu | 2 | Relu6 | 3 | Shape | 4 | Abs | 5 | Sigmoid | 6 | Exp | +| 7 | Rsqrt | 8 | swish_f32 | 9 | Tanh | 10 | LeakyRelu | 11 | Add | 12 | RealDiv | +| 13 | Sub | 14 | Maximum | 15 | Mul | 16 | FloorDiv | 17 | Placeholder | 18 | Const | +| 19 | Transpose | 20 | MaxPool | 21 | Conv2D | 22 | BiasAdd | 23 | FusedBatchNorm | 24 | DepthwiseConv2dNative | +| 25 | Reshape | 26 | AvgPool | 27 | SplitV | 28 | ConcatV2 | 29 | Tile | 30 | Pack | +| 31 | Pad | 32 | Range | 33 | Mean | 34 | MatMul | 35 | ArgMax | 36 | StridedSlice | +| 37 | Slice | 38 | Conv2DBackpropInput | 39 | Max | 40 | Sum | 41 | Cast | 42 | Split | +| 43| Squeeze | 44 | Softmax | 45 | ResizeNearestNeighbor | 46 | ResizeBilinear | 47 | SquaredDifference | 48 | * | -- GitLab