Uses of Interface
org.tensorflow.ndarray.Shaped
-
Packages that use Shaped Package Description org.tensorflow.ndarray org.tensorflow.ndarray.impl org.tensorflow.ndarray.impl.dense org.tensorflow.ndarray.impl.sparse org.tensorflow.ndarray.impl.sparse.slice -
-
Uses of Shaped in org.tensorflow.ndarray
Subinterfaces of Shaped in org.tensorflow.ndarray Modifier and Type Interface Description interfaceBooleanNdArrayAnNdArrayof booleans.interfaceByteNdArrayAnNdArrayof bytes.interfaceDoubleNdArrayAnNdArrayof doubles.interfaceFloatNdArrayAnNdArrayof floats.interfaceIntNdArrayAnNdArrayof integers.interfaceLongNdArrayAnNdArrayof longs.interfaceNdArray<T>A data structure of N-dimensions.interfaceShortNdArrayAnNdArrayof shorts.interfaceSparseNdArray<T,U extends NdArray<T>>Interface for Sparse Arrays -
Uses of Shaped in org.tensorflow.ndarray.impl
Classes in org.tensorflow.ndarray.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Shaped Modifier and Type Class Description classorg.tensorflow.ndarray.impl.AbstractNdArray<T,U extends NdArray<T>> -
Uses of Shaped in org.tensorflow.ndarray.impl.dense
Classes in org.tensorflow.ndarray.impl.dense that implement Shaped Modifier and Type Class Description classAbstractDenseNdArray<T,U extends NdArray<T>>classBooleanDenseNdArrayclassByteDenseNdArrayclassDenseNdArray<T>classDoubleDenseNdArrayclassFloatDenseNdArrayclassIntDenseNdArrayclassLongDenseNdArrayclassShortDenseNdArray -
Uses of Shaped in org.tensorflow.ndarray.impl.sparse
Classes in org.tensorflow.ndarray.impl.sparse that implement Shaped 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 Shaped in org.tensorflow.ndarray.impl.sparse.slice
Classes in org.tensorflow.ndarray.impl.sparse.slice that implement Shaped 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.
-