Uses of Interface
org.tensorflow.ndarray.SparseNdArray
-
Packages that use SparseNdArray Package Description org.tensorflow.ndarray.impl.sparse org.tensorflow.ndarray.impl.sparse.slice -
-
Uses of SparseNdArray in org.tensorflow.ndarray.impl.sparse
Classes in org.tensorflow.ndarray.impl.sparse that implement SparseNdArray Modifier and Type Class Description classAbstractSparseNdArray<T,U extends NdArray<T>>Abstract base class for sparse array.classBooleanSparseNdArraysparse array for the boolean data typeclassByteSparseNdArraysparse array for the byte data typeclassDoubleSparseNdArrayA sparse array for the double data typeclassFloatSparseNdArraysparse array for the float data typeclassIntSparseNdArraysparse array for the int data typeclassLongSparseNdArraysparse array for the long data typeclassShortSparseNdArraysparse 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 SparseNdArray Modifier and Type Class Description classBooleanSparseSliceclassByteSparseSliceclassDoubleSparseSliceclassFloatSparseSliceclassIntSparseSliceclassLongSparseSliceclassObjectSparseSlice<T,U extends NdArray<T>>classShortSparseSliceclassSparseSlice<T,U extends NdArray<T>>A sparse window is a view into an AbstractSparseNdArray.
-