Skip to content

v0.20230617.0

Latest
Compare
Choose a tag to compare
@jemc jemc released this 17 Jun 16:12
7c75596

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