Uses of Package
com.yahoo.tensor.functions

Packages that use com.yahoo.tensor.functions
Package
Description
Tensor data types
Tensor data types
Tensor function evaluation
  • Class
    Description
     
  • Class
    Description
    A primitive tensor function is a tensor function which cannot be expressed in terms of other tensor functions.
    A representation of a tensor function which is able to be translated to a set of primitive tensor functions if necessary.
    A context which is passed down to all nested functions when returning a string representation.
  • Class
    Description
    A composite tensor function is a tensor function which can be expressed (less tersely) as a tree of primitive tensor functions.
    A function which is a tensor whose values are computed by individual lambda functions on evaluation.
    An indexed tensor whose values are generated by a function
    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.
    A primitive tensor function is a tensor function which cannot be expressed in terms of other tensor functions.
    The reduce tensor operation returns a tensor produced from the argument tensor where some dimensions are collapsed to a single value using an aggregator function.
     
    A function which returns a scalar
    Returns a subspace of a tensor
     
    A representation of a tensor function which is able to be translated to a set of primitive tensor functions if necessary.
    A context which is passed down to all nested functions when returning a string representation.