Uses of Interface
org.tensorflow.ndarray.SparseNdArray
Packages that use SparseNdArray
-
Uses of SparseNdArray in org.tensorflow.ndarray.impl.sparse
Classes in org.tensorflow.ndarray.impl.sparse that implement SparseNdArrayModifier and TypeClassDescriptionclassAbstractSparseNdArray<T, U extends NdArray<T>>Abstract base class for sparse array.classsparse array for the boolean data typeclasssparse array for the byte data typeclassA sparse array for the double data typeclasssparse array for the float data typeclasssparse array for the int data typeclasssparse array for the long data typeclasssparse array for the short data typeclassSparseNdArray<T, U extends NdArray<T>>sparse array for the any data type -
Uses of SparseNdArray in org.tensorflow.ndarray.impl.sparse.slice
Classes in org.tensorflow.ndarray.impl.sparse.slice that implement SparseNdArrayModifier and TypeClassDescriptionclassclassclassclassclassclassclassObjectSparseSlice<T, U extends NdArray<T>>classclassSparseSlice<T, U extends NdArray<T>>A sparse window is a view into an AbstractSparseNdArray.