Skip to content

[ForwardDType] Add unit test

!363 (merged) introduces forwardDType and associated unit test.

List of tests:

  • Abs
  • Add
  • And
  • ArgMax
  • Atan
  • AvgPooling
  • BatchNorm
  • BitShift
  • Cast
  • Clip
  • Concat
  • ConstantOfShape
  • Conv
  • ConvDepthWise
  • ConvTranspose
  • CryptoHash
  • DepthToSpace
  • Div
  • Equal
  • Erf
  • Expand
  • FC
  • Flatten
  • Fold
  • Gather
  • GenericOperator
  • GlobalAveragePooling
  • GridSample
  • Heaviside
  • ILayerNorm
  • Identity
  • LRN
  • LeakyReLU
  • Ln
  • MatMul
  • MaxPooling
  • Memorize
  • MetaOperator
  • Mod
  • Move
  • Mul
  • Pad
  • Pop
  • Pow
  • ReLU
  • ReduceMean
  • ReduceSum
  • Reshape
  • Resize
  • Round
  • Scaling
  • Select
  • Shape
  • ShiftGELU
  • ShiftMax
  • Sigmoid
  • Slice
  • Softmax
  • Split
  • Sqrt
  • Squeeze
  • Stack
  • Sub
  • Tanh
  • TopK
  • Transpose
  • Unfold
  • Unsqueeze
  • WeightInterleaving
Edited by Cyril Moineau