Skip to content

Releases: jemc-savi/Tensor

v0.20230617.0

17 Jun 16:12
7c75596
Compare
Choose a tag to compare

What's Changed

  • Add Tensor.Op.Shape to return the shape of a tensor. by @jemc in #14
  • Add Tensor.Op.SplitV to split a tensor along a given axis. by @jemc in #15
  • Add a few missing pieces to Tensor.Op.Reshape. by @jemc in #16
  • Add Tensor.Op.Concat to concatenate input tensors. by @jemc in #17
  • Add Tensor.Comp.Tensordot.Outer, a special case of tensordot. by @jemc in #18
  • Add Tensor.Shape for dealing with tensor shapes. by @jemc in #19
  • Delay errors until session compute. by @jemc in #20
  • Update for latest Savi syntax. by @jemc in #21

Full Changelog: v0.20230606.0...v0.20230617.0

v0.20230606.0

06 Jun 14:57
53f9c50
Compare
Choose a tag to compare

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

v0.20230331.0

31 Mar 14:31
c6ebce2
Compare
Choose a tag to compare

What's Changed

  • Add initial code, capable of running a basic Tensor.Graph. by @jemc in #1
  • Add some Tensor.Ops and make it easy to run them. by @jemc in #2

New Contributors

  • @jemc made their first contribution in #1

Full Changelog: https://github.com/jemc-savi/Tensor/commits/v0.20230331.0