Uses of Class
com.yahoo.tensor.functions.CompositeTensorFunction
Packages that use CompositeTensorFunction
-
Uses of CompositeTensorFunction in com.yahoo.tensor.functions
Subclasses of CompositeTensorFunction in com.yahoo.tensor.functionsModifier and TypeClassDescriptionclassclassclassA tensor generator which returns a tensor of any dimension filled with 1 in the diagonal and 0 elsewhere.classThe expand tensor function returns a tensor with a new dimension of size 1 is added, equivalent to "tensor * tensor(dim_name[1])(1)".classL1Normalize<NAMETYPE extends Name>classL2Normalize<NAMETYPE extends Name>classclassA tensor generator which returns a tensor of any dimension filled with random numbers between 0 and 1.classA tensor generator which returns a tensor of any dimension filled with the sum of the tensor indexes of each position.classReduceJoin<NAMETYPE extends Name>An optimization for tensor expressions where a join immediately follows a reduce.classclass