Uses of Class
com.yahoo.tensor.functions.PrimitiveTensorFunction
Packages that use PrimitiveTensorFunction
Package
Description
Tensor data types
Tensor function evaluation
-
Uses of PrimitiveTensorFunction in com.yahoo.tensor.evaluation
Subclasses of PrimitiveTensorFunction in com.yahoo.tensor.evaluationModifier and TypeClassDescriptionclassVariableTensor<NAMETYPE extends Name>A tensor variable name which resolves to a tensor in the context at evaluation timeMethods in com.yahoo.tensor.evaluation that return PrimitiveTensorFunction -
Uses of PrimitiveTensorFunction in com.yahoo.tensor.functions
Subclasses of PrimitiveTensorFunction in com.yahoo.tensor.functionsModifier and TypeClassDescriptionclassThe cell_cast tensor function creates a new tensor with the specified cell value type.classConcatenation of two tensors along an (indexed) dimensionclassConstantTensor<NAMETYPE extends Name>A function which returns a constant tensor.classDynamicTensor<NAMETYPE extends Name>A function which is a tensor whose values are computed by individual lambda functions on evaluation.classAn indexed tensor whose values are generated by a functionclassThe 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.classThe map tensor function produces a tensor where the given function is applied on each cell value.classMapSubspaces<NAMETYPE extends Name>The map_subspaces tensor function transforms each dense subspace in a (mixed) tensorclassThe merge tensor operation produces from two argument tensors having equal types a tensor having the same type where the values are the union of the values of both tensors.classThe reduce tensor operation returns a tensor produced from the argument tensor where some dimensions are collapsed to a single value using an aggregator function.classThe rename tensor function returns a tensor where some dimensions are assigned new names.classReturns a subspace of a tensorMethods in com.yahoo.tensor.functions that return PrimitiveTensorFunctionModifier and TypeMethodDescriptionArgmax.toPrimitive()Argmin.toPrimitive()CellCast.toPrimitive()Concat.toPrimitive()ConstantTensor.toPrimitive()CosineSimilarity.toPrimitive()Diag.toPrimitive()DynamicTensor.toPrimitive()EuclideanDistance.toPrimitive()Expand.toPrimitive()Generate.toPrimitive()Join.toPrimitive()L1Normalize.toPrimitive()L2Normalize.toPrimitive()Map.toPrimitive()MapSubspaces.toPrimitive()Matmul.toPrimitive()Merge.toPrimitive()Random.toPrimitive()Range.toPrimitive()Reduce.toPrimitive()ReduceJoin.toPrimitive()Rename.toPrimitive()Slice.toPrimitive()Softmax.toPrimitive()abstract PrimitiveTensorFunction<NAMETYPE>TensorFunction.toPrimitive()Translate this function - and all of its arguments recursively - to a tree of primitive functions only.XwPlusB.toPrimitive()