Package com.yahoo.tensor
Class TypeResolver
java.lang.Object
com.yahoo.tensor.TypeResolver
Common type resolving for basic tensor operations.
- Author:
- arnej
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TensorTypecell_cast(TensorType inputType, TensorType.Value toCellType) static TensorTypeconcat(TensorType lhs, TensorType rhs, String concatDimension) static TensorTypejoin(TensorType lhs, TensorType rhs) static TensorTypemap(TensorType inputType) static TensorTypemerge(TensorType lhs, TensorType rhs) static TensorTypepeek(TensorType inputType, List<String> peekDimensions) static TensorTypereduce(TensorType inputType, List<String> reduceDimensions) static TensorType
-
Constructor Details
-
TypeResolver
public TypeResolver()
-
-
Method Details
-
map
-
reduce
-
peek
-
rename
-
cell_cast
-
join
-
merge
-
concat
-