diff --git a/OperatorFormulas.html b/OperatorFormulas.html
index 8ddcba0..c34c9ab 100644
--- a/OperatorFormulas.html
+++ b/OperatorFormulas.html
@@ -1970,7 +1970,7 @@
Operators
function bitwiseRightShift(a, b) = elementwiseBinary(a, b, (x, y) = > x >> y) |
NA |
BitShift direction = RIGHT |
- DML_OPERATOR_ELEMENT_WISE_BIT_SHIFT_Right |
+ DML_OPERATOR_ELEMENT_WISE_BIT_SHIFT_RIGHT |
? |
? |
? |
@@ -7841,6 +7841,159 @@ Operators
ANEURALNETWORKS_REVERSE = 105
}
+
+QNN Qualcomm Neural Network
+
+https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-50/SupportedOps.html#operation-definitions
+https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-50/CpuOpDefSupplement.html
+
+ArgbToRgb
+Argmax
+Argmin
+AxisAlignedBboxTransform
+Batchnorm
+BatchPermutation
+BatchToSpace
+BboxTransform
+BoxWithNmsLimit
+Buffer
+Cast
+ChannelShuffle
+CollectRpnProposals
+CombinedNms
+Concat
+ConstantOfShape
+Conv2d
+Conv3d
+Convert
+Correlation1D
+CreateSparse
+CropAndResize
+CumulativeSum
+DepthToSpace
+DepthWiseConv2d
+Dequantize
+DetectionOutput
+DistributeFpnProposals
+ElementWiseAbs
+ElementWiseAdd
+ElementWiseAnd
+ElementWiseAsin
+ElementWiseAtan
+ElementWiseBinary
+ElementWiseCeil
+ElementWiseCos
+ElementWiseDivide
+ElementWiseEqual
+ElementWiseExp
+ElementWiseFloor
+ElementWiseFloorDiv
+ElementWiseFmod
+ElementWiseGreater
+ElementWiseGreaterEqual
+ElementWiseLess
+ElementWiseLessEqual
+ElementWiseLog
+ElementWiseMaximum
+ElementWiseMinimum
+ElementWiseMod
+ElementWiseMultiply
+ElementWiseNeg
+ElementWiseNeuron
+ElementWiseNot
+ElementWiseNotEqual
+ElementWiseOr
+ElementWisePower
+ElementWiseRound
+ElementWiseRsqrt
+ElementWiseSelect
+ElementWiseSign
+ElementWiseSin
+ElementWiseSoftplus
+ElementWiseSquaredDifference
+ElementWiseSquareRoot
+ElementWiseSubtract
+ElementWiseUnary
+ElementWiseXor
+Elu
+ExpandDims
+ExtractGlimpse
+ExtractPatches
+FullyConnected
+Gather
+GatherElements
+GatherNd
+Gelu
+GenerateProposals
+GetSparseIndices
+GetSparseValues
+GridSample
+GroupNorm
+Gru
+HardSwish
+HeatMapMaxKeyPoint
+ImageProjectionTransform
+InstanceNorm
+L2Norm
+L2Pool2d
+LayerNorm
+LogSoftmax
+Lrn
+Lstm
+MaskedSoftmax
+MatMul
+Moments
+MultiClassNms
+NonMaxSuppression
+NonZero
+Nv12ToRgb
+Nv21ToRgb
+OneHot
+Pack
+Pad
+PoolAvg2d
+PoolAvg3d
+PoolMax2d
+PoolMax3d
+Prelu
+Quantize
+ReduceMax
+ReduceMean
+ReduceMin
+ReduceProd
+ReduceSum
+ReduceSumSquare
+Relu
+Relu1
+Relu6
+ReluMinMax
+Reshape
+Resize
+ResizeBilinear
+ResizeNearestNeighbor
+RmsNorm
+RoiAlign
+RoiPooling
+ScatterElements
+ScatterNd
+Shape
+Sigmoid
+Softmax
+SpaceToBatch
+SpaceToDepth
+SparseToDense
+Split
+Squeeze
+StridedSlice
+Tanh
+Tile
+TopK
+Transpose
+TransposeConv2d
+TransposeConv3d
+UnPack
+
+
MIL (model intermediate language) https://apple.github.io/coremltools/source/coremltools.converters.mil.mil.ops.defs.html#coremltools.converters.mil.mil.ops.defs.iOS15.activation.gelu
Add pooling link:
@@ -7884,6 +8037,9 @@ Operators