Package com.linkedin.feathr.common
Interface TypedTensor
- All Known Implementing Classes:
GenericTypedTensor
public interface TypedTensor
TypedTensor builds on top of @link{TensorType} and @{TensorData} and can be generated from tensor
operators that change the shape.
-
Method Summary
-
Method Details
-
getData
TensorData getData() -
getType
TensorType getType() -
slice
-
subSlice
-
toDebugString
String toDebugString() -
toDebugString
-