Uses of Interface
org.tensorflow.ndarray.Shaped
Packages that use Shaped
Package
Description
-
Uses of Shaped in org.tensorflow.ndarray
Subinterfaces of Shaped in org.tensorflow.ndarrayModifier and TypeInterfaceDescriptioninterfaceAnNdArrayof booleans.interfaceAnNdArrayof bytes.interfaceAnNdArrayof doubles.interfaceAnNdArrayof floats.interfaceAnNdArrayof integers.interfaceAnNdArrayof longs.interfaceNdArray<T>A data structure of N-dimensions.interfaceAnNdArrayof shorts.interfaceSparseNdArray<T, U extends NdArray<T>>Interface for Sparse Arrays -
Uses of Shaped in org.tensorflow.ndarray.impl.dense
Classes in org.tensorflow.ndarray.impl.dense that implement ShapedModifier and TypeClassDescriptionclassAbstractDenseNdArray<T, U extends NdArray<T>>classclassclassDenseNdArray<T>classclassclassclassclass -
Uses of Shaped in org.tensorflow.ndarray.impl.sparse
Classes in org.tensorflow.ndarray.impl.sparse that implement ShapedModifier 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 Shaped in org.tensorflow.ndarray.impl.sparse.slice
Classes in org.tensorflow.ndarray.impl.sparse.slice that implement ShapedModifier and TypeClassDescriptionclassclassclassclassclassclassclassObjectSparseSlice<T, U extends NdArray<T>>classclassSparseSlice<T, U extends NdArray<T>>A sparse window is a view into an AbstractSparseNdArray.