Skip to content

Instantly share code, notes, and snippets.

@hewumars
Last active July 11, 2019 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hewumars/f62cb26f59112f1a6c125fbe186ef421 to your computer and use it in GitHub Desktop.
Save hewumars/f62cb26f59112f1a6c125fbe186ef421 to your computer and use it in GitHub Desktop.
  • Data
  • Convolution
  • Correlation
  • Correlation_V2
  • Deconvolution
  • Pooling
  • Eltwise
  • ReLU
  • ReLU6
  • Sigmoid
  • AbsVal
  • TanH
  • PReLU
  • BatchNorm
  • FusionBatchNorm
  • Scale
  • FullConnection
  • Softmax
  • Plus
  • Activation
  • Flatten
  • Add
  • Sub
  • Mul
  • MatMul
  • Rsqrt
  • BiasAdd
  • Reshape
  • ConvolutionDepthwise
  • Dropout
  • Concat
  • ROIPooling
  • Proposal
  • FSRDetectionOutput
  • Detectpostprocess
  • LRN
  • TransData
  • Permute
  • SSDNormalize
  • SSDPriorBox
  • NetOutput
  • SSDDetectionOutput
  • ChannelAxpy
  • PSROIPooling
  • Power
  • Pow
  • ROIAlign
  • Python
  • FreespaceExtract
  • SpatialTransform
  • Shape
  • ArgMax
  • GatherNd
  • Gather
  • RealDiv
  • Pack
  • Slice
  • FloorDiv
  • Squeeze
  • StridedSlice
  • Range
  • GenerateRpnProposals
  • DecodeBBox
  • Pad
  • PadV2
  • MirrorPad
  • Tile
  • Size
  • Clipboxes
  • FastrcnnPredictions
  • Split
  • ExpandDims
  • Mean
  • Greater
  • Switch
  • Merge
  • Transpose
  • Cast
  • Region
  • Yolo
  • YoloDetectionOutput
  • Fill
  • Reverse
  • Unpack
  • Yolo2Reorg
  • ReduceSum
  • Const
  • ResizeBilinear
  • Maximum
  • FrameworkOp
  • _Arg
  • FusedBatchNormGrad
  • LSTM
  • HighWay
  • RNN
  • AttentionDecoder
  • LogicalNot
  • LogicalAnd
  • LogicalOr
  • Equal
  • Interp
  • ShuffleChannel
  • Aipp
  • MultiShape
  • Reciprocal
  • Selu
  • Elu
  • Acosh
  • Asinh
  • Minimum
  • Clip
  • L2Normalize
  • CropAndResize
  • UnusedConst
  • SparseToDense
  • NonMaxSuppression
  • TopKV2
  • InvertPermutation
  • Multinomial
  • ReverseSequence
  • ReduceProd
  • ReduceMax
  • ReduceMin
  • ExtractImagePatches
  • Sqrt
  • ReduceAll
  • ResizeNearestNeighbor
  • SpaceToBatchND
  • BatchToSpaceND
  • Assert
  • GreaterEqual
  • Floor
  • SpaceToDepth
  • DepthToSpace
  • Rint
  • Atan
  • Atanh
  • Acos
  • Asin
  • Neg
  • Log
  • Tan
  • Round
  • Upsample
  • FloorMod
  • Less
  • ZerosLike
  • Exp
  • Where
  • FakeQuantWithMinMaxVars
  • Softplus
  • Softsign
  • Cosh
  • Sinh
  • SquaredDifference
  • RequiredSpaceToBatchPaddings
  • SSDPostProcessor
  • RetinanetBoxes
  • RetinanetClippedBoxes
  • RetinanetFilteredDetections
  • RetinanetPostProcessor
  • RetinanetAnchors
  • Decode
  • Map
  • BatchMultiClassNonMaxSuppression
  • SecondStagePostprocessor
  • TensorFlowMapParser
  • MaxPool
  • ROIInterPooling
  • FirstStagePostprocessor
  • GridAnchorGenerator_108
  • EmbedLookup
  • HashLookup
  • LshProject
  • SVDF
  • Square
  • HCOMBroadcast
  • HCOMAllgather
  • HCOMAllreduce
  • VarAssign
  • VarIsInitializedOp
export SLOG_PRINT_TO_STDOUT=1 && export PATH=${PATH}:/home/mars/tools/che/ddk/ddk/uihost/toolchains/ccec-linux/bin/ && export LD_LIBRARY_PATH=/home/mars/tools/che/ddk/ddk/uihost/lib/ && export TVM_AICPU_LIBRARY_PATH=/home/mars/tools/che/ddk/ddk/uihost/lib/:/home/mars/tools/che/ddk/ddk/uihost/toolchains/ccec-linux/aicpu_lib && export TVM_AICPU_INCLUDE_PATH=/home/mars/tools/che/ddk/ddk/include/inc/tensor_engine && export PYTHONPATH=/home/mars/tools/che/ddk/ddk/site-packages && export TVM_AICPU_OS_SYSROOT=/home/mars/tools/che/ddk/ddk/uihost/toolchains/aarch64-linux-gcc6.3/sysroot && cd /home/mars/tools/che/model-zoo/my-model/.temp/ObjectDetectStageV160x128/ && /home/mars/tools/che/ddk/ddk/uihost/bin/omg --output="/home/mars/tools/che/model-zoo/my-model/ObjectDetectStageV160x128/device/ObjectDetectStageV160x128" --check_report=/home/mars/tools/che/model-zoo/my-model/ObjectDetectStageV160x128/ObjectDetectStageV160x128_result.json --plugin_path= --model="/home/mars/tools/che/model-zoo/my-model/.temp/ObjectDetectStageV160x128/ObjectDetectStageV160x128.prototxt" --framework=0 --ddk_version=1.3.T21.B880 --weight="/home/mars/tools/che/model-zoo/my-model/.temp/ObjectDetectStageV160x128/ObjectDetectStageV160x128.caffemodel" --input_shape="data:1,3,160,128" --insert_op_conf=/home/mars/tools/che/model-zoo/my-model/.temp/ObjectDetectStageV160x128/aipp.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment