Class OngoingTensorOperation<C,​V>

  • Type Parameters:
    C -
    V -
    All Implemented Interfaces:
    OngoingOperation<Tensor<V>,​V>

    public class OngoingTensorOperation<C,​V>
    extends java.lang.Object
    implements OngoingOperation<Tensor<V>,​V>
    Part of the fluent API for operations on tensors.
    • Constructor Detail

      • OngoingTensorOperation

        public OngoingTensorOperation​(Environment<V> environment,
                                      Tensor<V> left)
        Parameters:
        environment - the environment to use
        left - first tensoric to use