Module org.tensorflow.ndarray
Package org.tensorflow.ndarray
-
Interface Summary Interface Description BooleanNdArray AnNdArrayof booleans.ByteNdArray AnNdArrayof bytes.DoubleNdArray AnNdArrayof doubles.FloatNdArray AnNdArrayof floats.IntNdArray AnNdArrayof integers.LongNdArray AnNdArrayof longs.NdArray<T> A data structure of N-dimensions.NdArraySequence<T extends NdArray<?>> A sequence of elements of an N-dimensional array.Shaped Any data container with a givenShape.ShortNdArray AnNdArrayof shorts.SparseNdArray<T,U extends NdArray<T>> Interface for Sparse Arrays -
Class Summary Class Description NdArrays Utility class for instantiatingNdArrayobjects.Shape The shape of a Tensor orNdArray.StdArrays Utility class for working withNdArrayinstances mixed with standard Java arrays. -
Exception Summary Exception Description IllegalRankException Exception thrown when an operation cannot be completed because of the rank of the targeted array.