Uses of Interface
org.tensorflow.ndarray.FloatNdArray
Packages that use FloatNdArray
Package
Description
-
Uses of FloatNdArray in org.tensorflow.ndarray
Methods in org.tensorflow.ndarray that return FloatNdArrayModifier and TypeMethodDescriptionFloatNdArray.copyFrom(DataBuffer<Float> src) FloatNdArray.copyFrom(FloatDataBuffer src) FloatNdArray.copyTo(DataBuffer<Float> dst) FloatNdArray.copyTo(FloatDataBuffer dst) FloatNdArray.get(long... coordinates) static FloatNdArrayStdArrays.ndCopyOf(float[] array) Copy an array of floats in a newFloatNdArraystatic FloatNdArrayStdArrays.ndCopyOf(float[][] array) Copy a 2-dimensional array of floats in a newFloatNdArraystatic FloatNdArrayStdArrays.ndCopyOf(float[][][] array) Copy a 3-dimensional array of floats in a newFloatNdArraystatic FloatNdArrayStdArrays.ndCopyOf(float[][][][] array) Copy a 4-dimensional array of floats in a newFloatNdArraystatic FloatNdArrayStdArrays.ndCopyOf(float[][][][][] array) Copy a 5-dimensional array of floats in a newFloatNdArraystatic FloatNdArrayStdArrays.ndCopyOf(float[][][][][][] array) Copy a 6-dimensional array of floats in a newFloatNdArraystatic FloatNdArrayCreates an N-dimensional array of floats of the given shape.static FloatNdArrayNdArrays.scalarOf(float value) Creates float scalar (rank 0) initialized with the given value.FloatNdArray.setFloat(float value, long... coordinates) Assigns the float value of the scalar found at the given coordinates.default FloatNdArraystatic FloatNdArrayNdArrays.vectorOf(float... values) Creates a float vector (rank 1) initialized with the given values.static FloatNdArrayNdArrays.wrap(Shape shape, FloatDataBuffer buffer) Wraps a buffer in a float N-dimensional array of a given shape.Methods in org.tensorflow.ndarray that return types with arguments of type FloatNdArrayMethods in org.tensorflow.ndarray with parameters of type FloatNdArrayModifier and TypeMethodDescriptionstatic float[]StdArrays.array1dCopyOf(FloatNdArray ndArray) Copy aFloatNdArrayin a new 1-dimension standard array of floatsstatic float[][]StdArrays.array2dCopyOf(FloatNdArray ndArray) Copy aFloatNdArrayin a new 2-dimension standard array of floatsstatic float[][][]StdArrays.array3dCopyOf(FloatNdArray ndArray) Copy aFloatNdArrayin a new 3-dimension standard array of floatsstatic float[][][][]StdArrays.array4dCopyOf(FloatNdArray ndArray) Copy aFloatNdArrayin a new 4-dimension standard array of floatsstatic float[][][][][]StdArrays.array5dCopyOf(FloatNdArray ndArray) Copy aFloatNdArrayin a new 5-dimension standard array of floatsstatic float[][][][][][]StdArrays.array6dCopyOf(FloatNdArray ndArray) Copy aFloatNdArrayin a new 6-dimension standard array of floatsstatic voidStdArrays.copyFrom(FloatNdArray src, float[] dst) Copy aNdArrayto an array of floatsstatic voidStdArrays.copyFrom(FloatNdArray src, float[][] dst) Copy aNdArrayto a 2-dimensional array of floatsstatic voidStdArrays.copyFrom(FloatNdArray src, float[][][] dst) Copy aNdArrayto a 3-dimensional array of floatsstatic voidStdArrays.copyFrom(FloatNdArray src, float[][][][] dst) Copy aNdArrayto a 4-dimensional array of floatsstatic voidStdArrays.copyFrom(FloatNdArray src, float[][][][][] dst) Copy aNdArrayto a 5-dimensional array of floatsstatic voidStdArrays.copyFrom(FloatNdArray src, float[][][][][][] dst) Copy aNdArrayto a 6-dimensional array of floatsstatic voidStdArrays.copyTo(float[][][][][][] src, FloatNdArray dst) Copy a 6-dimensional array of floats into thedstNdArraystatic voidStdArrays.copyTo(float[][][][][] src, FloatNdArray dst) Copy a 5-dimensional array of floats into thedstNdArraystatic voidStdArrays.copyTo(float[][][][] src, FloatNdArray dst) Copy a 4-dimensional array of floats into thedstNdArraystatic voidStdArrays.copyTo(float[][][] src, FloatNdArray dst) Copy a 3-dimensional array of floats into thedstNdArraystatic voidStdArrays.copyTo(float[][] src, FloatNdArray dst) Copy a 2-dimensional array of floats into thedstNdArraystatic voidStdArrays.copyTo(float[] src, FloatNdArray dst) Copy an array of floats into thedstNdArraystatic FloatSparseNdArrayNdArrays.sparseOf(LongNdArray indices, FloatNdArray values, float defaultValue, Shape shape) Creates a Sparse array of float valuesstatic FloatSparseNdArrayNdArrays.sparseOf(LongNdArray indices, FloatNdArray values, Shape shape) Creates a Sparse array of float values with a default value of zero -
Uses of FloatNdArray in org.tensorflow.ndarray.impl.dense
Classes in org.tensorflow.ndarray.impl.dense that implement FloatNdArraySubclasses with type arguments of type FloatNdArray in org.tensorflow.ndarray.impl.denseMethods in org.tensorflow.ndarray.impl.dense that return FloatNdArrayModifier and TypeMethodDescriptionFloatDenseNdArray.copyFrom(FloatDataBuffer src) FloatDenseNdArray.copyTo(FloatDataBuffer dst) static FloatNdArrayFloatDenseNdArray.create(FloatDataBuffer buffer, Shape shape) FloatDenseNdArray.setFloat(float value, long... indices) -
Uses of FloatNdArray in org.tensorflow.ndarray.impl.sparse
Classes in org.tensorflow.ndarray.impl.sparse that implement FloatNdArraySubclasses with type arguments of type FloatNdArray in org.tensorflow.ndarray.impl.sparseMethods in org.tensorflow.ndarray.impl.sparse that return FloatNdArrayModifier and TypeMethodDescriptionFloatSparseNdArray.copyFrom(DataBuffer<Float> src) Copy the content of the source buffer into this N-dimensional array.FloatSparseNdArray.copyFrom(FloatDataBuffer src) FloatSparseNdArray.copyTo(DataBuffer<Float> dst) Copy the content of this N-dimensional array into the destination buffer.FloatSparseNdArray.copyTo(FloatDataBuffer dst) Copy the content of this array to the destination array.FloatSparseNdArray.createDefaultArray()Creates the NdArray with the default value as a scalarFloatSparseNdArray.createValues(Shape shape) Creates a FloatNdArray of the specified shapeFloatSparseNdArray.fromDense(FloatNdArray src) Populates this sparse array from a dense arrayFloatSparseNdArray.get(long... coordinates) Returns the N-dimensional element of this array at the given coordinates.Assigns the value of the N-dimensional element found at the given coordinates.FloatSparseNdArray.setFloat(float value, long... coordinates) Assigns the float value of the scalar found at the given coordinates.Assigns the value of the scalar found at the given coordinates.FloatSparseNdArray.slice(long position, DimensionalSpace sliceDimensions) Creates a multi-dimensional view (or slice) of this array by mapping one or more dimensions to the given index selectors.FloatSparseNdArray.toDense()Converts the sparse array to a dense arrayMethods in org.tensorflow.ndarray.impl.sparse with parameters of type FloatNdArrayModifier and TypeMethodDescriptionstatic FloatSparseNdArrayFloatSparseNdArray.create(FloatNdArray src) Creates a new FloatSparseNdArray from a FloatNdArraystatic FloatSparseNdArrayFloatSparseNdArray.create(FloatNdArray src, float defaultValue) Creates a new FloatSparseNdArray from a FloatNdArraystatic FloatSparseNdArrayFloatSparseNdArray.create(LongNdArray indices, FloatNdArray values, float defaultValue, DimensionalSpace dimensions) Creates a new FloatSparseNdArraystatic FloatSparseNdArrayFloatSparseNdArray.create(LongNdArray indices, FloatNdArray values, DimensionalSpace dimensions) Creates a new FloatSparseNdArrayFloatSparseNdArray.fromDense(FloatNdArray src) Populates this sparse array from a dense arrayConstructors in org.tensorflow.ndarray.impl.sparse with parameters of type FloatNdArrayModifierConstructorDescriptionprotectedFloatSparseNdArray(LongNdArray indices, FloatNdArray values, float defaultValue, DimensionalSpace dimensions) Creates a FloatSparseNdArray -
Uses of FloatNdArray in org.tensorflow.ndarray.impl.sparse.slice
Classes in org.tensorflow.ndarray.impl.sparse.slice that implement FloatNdArraySubclasses with type arguments of type FloatNdArray in org.tensorflow.ndarray.impl.sparse.sliceMethods in org.tensorflow.ndarray.impl.sparse.slice that return FloatNdArrayModifier and TypeMethodDescriptionFloatSparseSlice.copyFrom(DataBuffer<Float> src) FloatSparseSlice.copyFrom(FloatDataBuffer src) FloatSparseSlice.copyTo(DataBuffer<Float> dst) Copy the content of this N-dimensional array into the destination buffer.FloatSparseSlice.copyTo(FloatDataBuffer dst) FloatSparseSlice.createDefaultArray()FloatSparseSlice.get(long... coordinates) FloatSparseSlice.setFloat(float value, long... coordinates) FloatSparseSlice.slice(long position, DimensionalSpace sliceDimensions) FloatSparseSlice.toDense()Converts the sparse window to a dense NdArrayConstructor parameters in org.tensorflow.ndarray.impl.sparse.slice with type arguments of type FloatNdArrayModifierConstructorDescriptionFloatSparseSlice(AbstractSparseNdArray<Float, FloatNdArray> source, long sourcePosition, DimensionalSpace dimensions) Creates a FloatSparseSlice