Class Join<NAMETYPE extends Name>


  • public class Join<NAMETYPE extends Name>
    extends PrimitiveTensorFunction<NAMETYPE>
    The join tensor operation produces a tensor from the argument tensors containing the set of cells given by the cross product of the cells of the given tensors, having as values the value produced by applying the given combinator function on the values from the two source cells.
    Author:
    bratseth