Class DenseTensorList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Object>
com.linkedin.feathr.common.featurizeddataset.DenseTensorList
All Implemented Interfaces:
Iterable<Object>, Collection<Object>, List<Object>

public class DenseTensorList extends AbstractList<Object>
A list that is backed by a dense tensor. Exposes only the values of the tensor in their natural order. Warning: is only reasonably efficient for a single-threaded sequential access pattern. Random access is quite inefficient.