Uses of Class
com.itextpdf.pdfocr.onnx.FloatBufferWrapper
Packages that use FloatBufferWrapper
-
Uses of FloatBufferWrapper in com.itextpdf.pdfocr.onnx
Methods in com.itextpdf.pdfocr.onnx that return FloatBufferWrapperModifier and TypeMethodDescriptionstatic FloatBufferWrapperFloatBufferWrapper.allocate(int capacity) Allocates a new float buffer.FloatBufferWrapper.duplicate()Creates a new float buffer that shares this buffer's content.FloatBufferWrapper.get(float[] dst) Relative bulk get method.FloatBufferMdArray.getData()Returns a duplicate of the backingFloatBufferWrapper.FloatBufferWrapper.limit(int newLimit) Sets this buffer's limit.FloatBufferWrapper.position(int newPosition) Sets this buffer's position.FloatBufferWrapper.put(float value) Relative put method.FloatBufferWrapper.put(float[] src, int offset, int length) Relative bulk put method.FloatBufferWrapper.rewind()Rewinds this buffer.FloatBufferWrapper.slice()Creates a new float buffer whose content is a shared subsequence of this buffer's content.static FloatBufferWrapperFloatBufferWrapper.wrap(float[] array) Wraps a float array into a buffer.Constructors in com.itextpdf.pdfocr.onnx with parameters of type FloatBufferWrapperModifierConstructorDescriptionFloatBufferMdArray(FloatBufferWrapper data, long[] shape) Constructs a newFloatBufferMdArraywith the specified data buffer and shape.