Uses of Interface
com.yahoo.tensor.evaluation.TypeContext
Packages that use TypeContext
Package
Description
Tensor data types
Tensor function evaluation
-
Uses of TypeContext in com.yahoo.tensor.evaluation
Subinterfaces of TypeContext in com.yahoo.tensor.evaluationModifier and TypeInterfaceDescriptioninterfaceEvaluationContext<NAMETYPE extends Name>An evaluation context which is passed down to all nested functions during evaluation.Classes in com.yahoo.tensor.evaluation that implement TypeContextMethods in com.yahoo.tensor.evaluation with parameters of type TypeContext -
Uses of TypeContext in com.yahoo.tensor.functions
Methods in com.yahoo.tensor.functions that return types with arguments of type TypeContextModifier and TypeMethodDescriptiondefault Optional<TypeContext<NAMETYPE>>ToStringContext.typeContext()Returns the context used to resolve types in this, if present.Methods in com.yahoo.tensor.functions with parameters of type TypeContextModifier and TypeMethodDescriptionCellCast.type(TypeContext<NAMETYPE> context) CompositeTensorFunction.type(TypeContext<NAMETYPE> context) Finds the type this produces by first converting it to a primitive functionConcat.type(TypeContext<NAMETYPE> context) ConstantTensor.type(TypeContext<NAMETYPE> context) CosineSimilarity.type(TypeContext<NAMETYPE> context) DynamicTensor.type(TypeContext<NAMETYPE> context) EuclideanDistance.type(TypeContext<NAMETYPE> context) final TensorTypeExpand.type(TypeContext<NAMETYPE> context) Generate.type(TypeContext<NAMETYPE> context) Join.type(TypeContext<NAMETYPE> context) Map.type(TypeContext<NAMETYPE> context) MapSubspaces.type(TypeContext<NAMETYPE> context) Merge.type(TypeContext<NAMETYPE> context) Reduce.type(TypeContext<NAMETYPE> context) Rename.type(TypeContext<NAMETYPE> context) Slice.type(TypeContext<NAMETYPE> context) abstract TensorTypeTensorFunction.type(TypeContext<NAMETYPE> context) Returns the type of the tensor this produces given the input types in the context