Skip to content

Release v2.0.2

Latest
Compare
Choose a tag to compare
@zhaoyiluo zhaoyiluo released this 30 Nov 10:30
· 1 commit to master since this release
fc0150e

ChangeLog

Added

  • Support tf.math.top_k, tf.math.greater, tf.math.less, tf.math.rsqrt, tf.math.maximum, tf.math.minimum, tf.fill ops
  • Update test models and save scripts
  • Update docs

Fixed

  • Fix std::round for float and half data type
  • Fix EmbeddingBag layer to avoid extending to undesired dimensions for tf.gather

Changed

  • Explicitly call .contiguous() on tensor in convolution operation
  • Allow Select layer to handle const inputs
  • Remove macro control in FullyConnected layer
  • Remove outdated plugin files