Skip to content

v0.20230606.0

Compare
Choose a tag to compare
@jemc jemc released this 06 Jun 14:57
· 18 commits to main since this release
53f9c50

What's Changed

  • Add Tensor.Op.Logical operations. by @jemc in #3
  • Add Tensor.Op.Cast and Tensor.Op.Bitcast operations. by @jemc in #4
  • Add Tensor.Op.Greater and Tensor.Op.Lesser. by @jemc in #5
  • Add Tensor.Op.Select. by @jemc in #6
  • Add Tensor.Op.Reshape. by @jemc in #7
  • Add Tensor.Op.Pack. by @jemc in #8
  • Add Tensor.Op.Slice. by @jemc in #9
  • More convenient interface for Tensor.Graph.Helper.slice! method. by @jemc in #10
  • Add Tensor.Op.Random operations and Tensor.Gen.Random to assist. by @jemc in #11
  • Add Tensor.Op.Multiply and Tensor.Op.Square. by @jemc in #12
  • Add initial support for gradient descent. by @jemc in #13

Full Changelog: v0.20230331.0...v0.20230606.0