Class OngoingTensorbackedCompletion<TB extends Tensorbacked<S>,​S>


  • public class OngoingTensorbackedCompletion<TB extends Tensorbacked<S>,​S>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TB with​(Shape shape, S value)  
      TB with​(Tensor<S> second)  
      TB with​(TB second)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • with

        public TB with​(Tensor<S> second)
      • with

        public TB with​(TB second)
      • with

        public TB with​(Shape shape,
                       S value)