- odd() - Static method in class org.tensorflow.ndarray.index.Indices
-
An index that returns only elements found at an odd position in the
original dimension.
- of(float...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of floats into a data buffer.
- of(byte...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of bytes into a data buffer.
- of(long...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of longs into a data buffer.
- of(int...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of ints into a data buffer.
- of(short...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of shorts into a data buffer.
- of(double...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of doubles into a data buffer.
- of(boolean...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of booleans into a data buffer.
- of(float[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of floats into a data buffer.
- of(byte[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of bytes into a data buffer.
- of(long[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of longs into a data buffer.
- of(int[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of ints into a data buffer.
- of(short[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of shorts into a data buffer.
- of(double[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of doubles into a data buffer.
- of(boolean[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of booleans into a data buffer.
- of(T[], boolean, boolean) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of objects into a data buffer.
- of(ByteBuffer) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
- of(IntBuffer) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Wraps a JDK NIO
IntBuffer into a data buffer.
- of(ShortBuffer) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
- of(LongBuffer) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
- of(FloatBuffer) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
- of(DoubleBuffer) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
- of(Charset) - Static method in class org.tensorflow.ndarray.impl.buffer.layout.StringLayout
-
- of(long...) - Static method in class org.tensorflow.ndarray.Shape
-
Create a Shape representing a scalar or an N-dimensional value.
- ofBooleans(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of booleans that can store up to size values
- ofBooleans(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of booleans of the given shape.
- ofBytes(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of bytes that can store up to size values
- ofBytes(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of bytes of the given shape.
- ofDoubles(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of doubles that can store up to size values
- ofDoubles(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of doubles of the given shape.
- ofFloats(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of floats that can store up to size values
- ofFloats(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of floats of the given shape.
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Creates a new buffer whose content is a shared subsequence of this buffer's content, starting
at the given index.
- offset() - Method in interface org.tensorflow.ndarray.buffer.DataBufferWindow
-
Returns the current offset of this window in the original buffer.
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
- offset(long) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
- offset() - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBufferWindow
-
- offset(long) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBufferWindow
-
- offsetArgs(DataBuffer<T>, long) - Static method in class org.tensorflow.ndarray.impl.buffer.Validator
-
- ofInts(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of integers that can store up to size values
- ofInts(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of ints of the given shape.
- ofLongs(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of longs that can store up to size values
- ofLongs(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of longs of the given shape.
- ofObjects(Class<T>, long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of references to objects of type clazz` that can store up to `size
values.
- ofObjects(T...) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Create a buffer from an array of objects into a data buffer.
- ofObjects(Class<T>, Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of the given shape.
- ofShorts(long) - Static method in class org.tensorflow.ndarray.buffer.DataBuffers
-
Creates a buffer of shorts that can store up to size values
- ofShorts(Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates an N-dimensional array of shorts of the given shape.
- ofStrings(Charset) - Static method in class org.tensorflow.ndarray.buffer.layout.DataLayouts
-
Creates a data layout for converting strings to/from byte sequences.
- org.tensorflow.ndarray - package org.tensorflow.ndarray
-
- org.tensorflow.ndarray.buffer - package org.tensorflow.ndarray.buffer
-
- org.tensorflow.ndarray.buffer.layout - package org.tensorflow.ndarray.buffer.layout
-
- org.tensorflow.ndarray.impl - package org.tensorflow.ndarray.impl
-
- org.tensorflow.ndarray.impl.buffer - package org.tensorflow.ndarray.impl.buffer
-
- org.tensorflow.ndarray.impl.buffer.adapter - package org.tensorflow.ndarray.impl.buffer.adapter
-
- org.tensorflow.ndarray.impl.buffer.layout - package org.tensorflow.ndarray.impl.buffer.layout
-
- org.tensorflow.ndarray.impl.buffer.misc - package org.tensorflow.ndarray.impl.buffer.misc
-
- org.tensorflow.ndarray.impl.buffer.nio - package org.tensorflow.ndarray.impl.buffer.nio
-
- org.tensorflow.ndarray.impl.buffer.raw - package org.tensorflow.ndarray.impl.buffer.raw
-
- org.tensorflow.ndarray.impl.dense - package org.tensorflow.ndarray.impl.dense
-
- org.tensorflow.ndarray.impl.dimension - package org.tensorflow.ndarray.impl.dimension
-
- org.tensorflow.ndarray.impl.sequence - package org.tensorflow.ndarray.impl.sequence
-
- org.tensorflow.ndarray.index - package org.tensorflow.ndarray.index
-
- range(long, long) - Static method in class org.tensorflow.ndarray.index.Indices
-
An index that returns only elements on a given dimension between two coordinates.
- rank() - Method in interface org.tensorflow.ndarray.NdArray
-
- RawDataBufferFactory - Class in org.tensorflow.ndarray.impl.buffer.raw
-
Factory of raw data buffers
- RawDataBufferFactory() - Constructor for class org.tensorflow.ndarray.impl.buffer.raw.RawDataBufferFactory
-
- read(DataBuffer<Boolean>) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- read(BooleanDataBuffer) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- read(boolean[]) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
Bulk get method, using boolean arrays.
- read(boolean[], int, int) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
Bulk get method, using boolean arrays.
- read(byte[]) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
Bulk get method, using byte arrays.
- read(byte[], int, int) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
Bulk get method, using byte arrays.
- read(T[]) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Read the references of the objects in this buffer into the destination array.
- read(T[], int, int) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Read the references of the objects in this buffer into the destination array.
- read(double[]) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
Bulk get method, using double arrays.
- read(double[], int, int) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
Bulk get method, using double arrays.
- read(float[]) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
Bulk get method, using float arrays.
- read(float[], int, int) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
Bulk get method, using float arrays.
- read(int[]) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
Bulk get method, using int arrays.
- read(int[], int, int) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
Bulk get method, using int arrays.
- read(long[]) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
Bulk get method, using long arrays.
- read(long[], int, int) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
Bulk get method, using long arrays.
- read(short[]) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
Bulk get method, using short arrays.
- read(short[], int, int) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
Bulk get method, using short arrays.
- read(DataBuffer<Byte>) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- read(ByteDataBuffer) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- read(DataBuffer<Double>) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- read(DoubleDataBuffer) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- read(DataBuffer<Float>) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- read(FloatDataBuffer) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- read(T[], int, int) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBuffer
-
- read(DataBuffer<T>) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- read(BooleanDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.BooleanDenseNdArray
-
- read(ByteDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.ByteDenseNdArray
-
- read(DoubleDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.DoubleDenseNdArray
-
- read(FloatDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.FloatDenseNdArray
-
- read(IntDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.IntDenseNdArray
-
- read(LongDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.LongDenseNdArray
-
- read(ShortDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.ShortDenseNdArray
-
- read(DataBuffer<Integer>) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- read(IntDataBuffer) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- read(DataBuffer<Long>) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- read(LongDataBuffer) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- read(DataBuffer<T>) - Method in interface org.tensorflow.ndarray.NdArray
-
Read the content of this N-dimensional array into the destination buffer.
- read(DataBuffer<Short>) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- read(ShortDataBuffer) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- readArgs(DataBuffer<T>, int, int, int) - Static method in class org.tensorflow.ndarray.impl.buffer.Validator
-
- readBoolean(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.BooleanDataLayout
-
Reads n = scale() values from the buffer at the given index and return them as a boolean.
- readBoolean(ByteDataBuffer, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.BoolLayout
-
- readByte(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ByteDataLayout
-
Reads n = scale() values from the buffer at the given index and return them as a byte.
- readDouble(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.DoubleDataLayout
-
Reads n = scale() buffer values at the given index and return them as a double.
- readFloat(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.FloatDataLayout
-
Reads n = scale() values from the buffer at the given index and return them as a float.
- readFloat(ShortDataBuffer, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.Bfloat16Layout
-
- readFloat(ShortDataBuffer, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.Float16Layout
-
- readInt(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.IntDataLayout
-
Reads n = scale() values from the buffer at the given index and return them as an int.
- readLong(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.LongDataLayout
-
Reads n = scale() values from the buffer at the given index and return them as a long.
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.BooleanDataLayout
-
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ByteDataLayout
-
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.DataLayout
-
Reads n = scale() values from the buffer at the given index and return them as a single
value in the user type.
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.DoubleDataLayout
-
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.FloatDataLayout
-
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.IntDataLayout
-
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.LongDataLayout
-
- readObject(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ShortDataLayout
-
- readObject(DataBuffer<byte[]>, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.StringLayout
-
- readShort(S, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ShortDataLayout
-
Reads n = scale() buffer values at the given index and return them as a short.
- readToBufferArgs(NdArray<?>, DataBuffer<?>) - Static method in class org.tensorflow.ndarray.impl.Validator
-
- RelativeDimensionalSpace - Class in org.tensorflow.ndarray.impl.dimension
-
- scalar() - Static method in class org.tensorflow.ndarray.Shape
-
Creates a Shape representing a scalar value.
- scalarOf(byte) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates byte scalar (rank 0) initialized with the given value.
- scalarOf(long) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates long scalar (rank 0) initialized with the given value.
- scalarOf(int) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates long scalar (rank 0) initialized with the given value.
- scalarOf(short) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates short scalar (rank 0) initialized with the given value.
- scalarOf(float) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates float scalar (rank 0) initialized with the given value.
- scalarOf(double) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates double scalar (rank 0) initialized with the given value.
- scalarOf(boolean) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates boolean scalar (rank 0) initialized with the given value.
- scalarOfObject(T) - Static method in class org.tensorflow.ndarray.NdArrays
-
Creates scalar (rank 0) initialized with the given value.
- scalars() - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- scalars() - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- scalars() - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- scalars() - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- scalars() - Method in class org.tensorflow.ndarray.impl.AbstractNdArray
-
- scalars() - Method in interface org.tensorflow.ndarray.IntNdArray
-
- scalars() - Method in interface org.tensorflow.ndarray.LongNdArray
-
- scalars() - Method in interface org.tensorflow.ndarray.NdArray
-
Returns a sequence of all scalars in this array.
- scalars() - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- scale() - Method in interface org.tensorflow.ndarray.buffer.layout.DataLayout
-
Indicates the number of buffer values are required to represent a single user value, default is 1.
- segmentationIdx() - Method in class org.tensorflow.ndarray.impl.dimension.DimensionalSpace
-
- seq(long...) - Static method in class org.tensorflow.ndarray.index.Indices
-
An index that returns only specific elements on a given dimension.
- seq(NdArray<? extends Number>) - Static method in class org.tensorflow.ndarray.index.Indices
-
An index that returns only specific elements on a given dimension.
- sequence(long, long) - Static method in interface org.tensorflow.ndarray.impl.sequence.PositionIterator
-
- set(NdArray<Boolean>, long...) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- set(NdArray<Byte>, long...) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- set(NdArray<Double>, long...) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- set(NdArray<Float>, long...) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- set(NdArray<T>, long...) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- set(NdArray<Integer>, long...) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- set(NdArray<Long>, long...) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- set(NdArray<T>, long...) - Method in interface org.tensorflow.ndarray.NdArray
-
Assigns the value of the N-dimensional element found at the given coordinates.
- set(NdArray<Short>, long...) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- setArgs(DataBuffer<T>, long) - Static method in class org.tensorflow.ndarray.impl.buffer.Validator
-
- setBoolean(boolean, long...) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
Assigns the boolean value of the scalar found at the given coordinates.
- setBoolean(boolean, long) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
Writes the given boolean into this buffer at the given index.
- setBoolean(boolean, long...) - Method in class org.tensorflow.ndarray.impl.dense.BooleanDenseNdArray
-
- setByte(byte, long) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
Writes the given byte into this buffer at the given index.
- setByte(byte, long...) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
Assigns the byte value of the scalar found at the given coordinates.
- setByte(byte, long...) - Method in class org.tensorflow.ndarray.impl.dense.ByteDenseNdArray
-
- setDouble(double, long) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
Writes the given double into this buffer at the given index.
- setDouble(double, long...) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
Assigns the double value of the scalar found at the given coordinates.
- setDouble(double, long...) - Method in class org.tensorflow.ndarray.impl.dense.DoubleDenseNdArray
-
- setFloat(float, long) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
Writes the given float into this buffer at the given index.
- setFloat(float, long...) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
Assigns the float value of the scalar found at the given coordinates.
- setFloat(float, long...) - Method in class org.tensorflow.ndarray.impl.dense.FloatDenseNdArray
-
- setInt(int, long) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
Writes the given int into this buffer at the given index.
- setInt(int, long...) - Method in class org.tensorflow.ndarray.impl.dense.IntDenseNdArray
-
- setInt(int, long...) - Method in interface org.tensorflow.ndarray.IntNdArray
-
Assigns the integer value of the scalar found at the given coordinates.
- setLong(long, long) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
Writes the given long into this buffer at the given index.
- setLong(long, long...) - Method in class org.tensorflow.ndarray.impl.dense.LongDenseNdArray
-
- setLong(long, long...) - Method in interface org.tensorflow.ndarray.LongNdArray
-
Assigns the long value of the scalar found at the given coordinates.
- setObject(Boolean, long...) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- setObject(Boolean, long) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
- setObject(Byte, long) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
- setObject(T, long) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Writes the given value into this buffer at the given index.
- setObject(Double, long) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
- setObject(Float, long) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
- setObject(Integer, long) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
- setObject(Long, long) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
- setObject(Short, long) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
- setObject(Byte, long...) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- setObject(Double, long...) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- setObject(Float, long...) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- setObject(T, long...) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- setObject(Integer, long...) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- setObject(Long, long...) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- setObject(T, long...) - Method in interface org.tensorflow.ndarray.NdArray
-
Assigns the value of the scalar found at the given coordinates.
- setObject(Short, long...) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- setShort(short, long) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
Writes the given short into this buffer at the given index.
- setShort(short, long...) - Method in class org.tensorflow.ndarray.impl.dense.ShortDenseNdArray
-
- setShort(short, long...) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
Assigns the short value of the scalar found at the given coordinates.
- shape() - Method in class org.tensorflow.ndarray.impl.AbstractNdArray
-
- shape() - Method in class org.tensorflow.ndarray.impl.dimension.DimensionalSpace
-
- shape() - Method in interface org.tensorflow.ndarray.NdArray
-
- Shape - Class in org.tensorflow.ndarray
-
- shapeOf(int[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of an int array.
- shapeOf(int[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional int array.
- shapeOf(int[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional int array.
- shapeOf(int[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional int array.
- shapeOf(int[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional int array.
- shapeOf(int[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional int array.
- shapeOf(long[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a long array.
- shapeOf(long[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional long array.
- shapeOf(long[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional long array.
- shapeOf(long[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional long array.
- shapeOf(long[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional long array.
- shapeOf(long[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional long array.
- shapeOf(float[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a float array.
- shapeOf(float[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional float array.
- shapeOf(float[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional float array.
- shapeOf(float[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional float array.
- shapeOf(float[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional float array.
- shapeOf(float[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional float array.
- shapeOf(double[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a double array.
- shapeOf(double[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional double array.
- shapeOf(double[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional double array.
- shapeOf(double[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional double array.
- shapeOf(double[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional double array.
- shapeOf(double[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional double array.
- shapeOf(byte[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a byte array.
- shapeOf(byte[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional byte array.
- shapeOf(byte[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional byte array.
- shapeOf(byte[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional byte array.
- shapeOf(byte[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional byte array.
- shapeOf(byte[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional byte array.
- shapeOf(short[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a short array.
- shapeOf(short[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional short array.
- shapeOf(short[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional short array.
- shapeOf(short[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional short array.
- shapeOf(short[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional short array.
- shapeOf(short[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional short array.
- shapeOf(boolean[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a boolean array.
- shapeOf(boolean[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional boolean array.
- shapeOf(boolean[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional boolean array.
- shapeOf(boolean[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional boolean array.
- shapeOf(boolean[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional boolean array.
- shapeOf(boolean[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional boolean array.
- shapeOf(T[]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of an object array.
- shapeOf(T[][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 2-dimensional object array.
- shapeOf(T[][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 3-dimensional object array.
- shapeOf(T[][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 4-dimensional object array.
- shapeOf(T[][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 5-dimensional object array.
- shapeOf(T[][][][][][]) - Static method in class org.tensorflow.ndarray.StdArrays
-
Compute the shape of a 6-dimensional object array.
- ShortDataBuffer - Interface in org.tensorflow.ndarray.buffer
-
- ShortDataLayout<S extends DataBuffer<?>> - Interface in org.tensorflow.ndarray.buffer.layout
-
A
DataLayout that converts data stored in a buffer to shorts.
- ShortDenseNdArray - Class in org.tensorflow.ndarray.impl.dense
-
- ShortDenseNdArray(ShortDataBuffer, Shape) - Constructor for class org.tensorflow.ndarray.impl.dense.ShortDenseNdArray
-
- ShortNdArray - Interface in org.tensorflow.ndarray
-
- SingleElementSequence<T,U extends NdArray<T>> - Class in org.tensorflow.ndarray.impl.sequence
-
A sequence of one single element
- SingleElementSequence(AbstractNdArray<T, U>) - Constructor for class org.tensorflow.ndarray.impl.sequence.SingleElementSequence
-
- size() - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Size of the buffer, in elements.
- size() - Method in interface org.tensorflow.ndarray.buffer.DataBufferWindow
-
Returns the size of this buffer window.
- size() - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBufferWindow
-
- size() - Method in interface org.tensorflow.ndarray.NdArray
-
Computes and returns the total size of this N-dimensional array, in number of values.
- size() - Method in class org.tensorflow.ndarray.Shape
-
Returns the total number of elements a Tensor with this Shape would have.
- size(int) - Method in class org.tensorflow.ndarray.Shape
-
The size of the dimension with the given index.
- slice(Index...) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Creates a new buffer whose content is a shared subsequence of this buffer's content, starting
at the given index and of the given size.
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
- slice(long, long) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
- slice(Index...) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- slice(Index...) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- slice(Index...) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- slice(long, DimensionalSpace) - Method in class org.tensorflow.ndarray.impl.AbstractNdArray
-
- slice(long, DimensionalSpace) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- slice(Index...) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- slice(Index...) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- slice(Index...) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- slice(Index...) - Method in interface org.tensorflow.ndarray.NdArray
-
Creates a multi-dimensional view (or slice) of this array by mapping one or more dimensions
to the given index selectors.
- slice(Index...) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- sliceArgs(DataBuffer<T>, long, long) - Static method in class org.tensorflow.ndarray.impl.buffer.Validator
-
- SlicingElementSequence<T,U extends NdArray<T>> - Class in org.tensorflow.ndarray.impl.sequence
-
A sequence creating a new NdArray instance (slice) for each element of an iteration
- SlicingElementSequence(AbstractNdArray<T, U>, int) - Constructor for class org.tensorflow.ndarray.impl.sequence.SlicingElementSequence
-
- SlicingElementSequence(AbstractNdArray<T, U>, int, DimensionalSpace) - Constructor for class org.tensorflow.ndarray.impl.sequence.SlicingElementSequence
-
- slide(long) - Method in interface org.tensorflow.ndarray.buffer.DataBufferWindow
-
Moves the window of step elements in the original buffer.
- slide(long) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBufferWindow
-
- slideTo(long) - Method in interface org.tensorflow.ndarray.buffer.DataBufferWindow
-
Moves the window at the given position in the original buffer.
- slideTo(long) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBufferWindow
-
- slowCopyTo(NdArray<T>) - Method in class org.tensorflow.ndarray.impl.AbstractNdArray
-
- slowCopyTo(DataBuffer<T>, long) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBuffer
-
- slowCopyTo(NdArray<T>) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- slowEquals(NdArray<?>) - Method in class org.tensorflow.ndarray.impl.AbstractNdArray
-
- slowEquals(DataBuffer<?>) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBuffer
-
- slowHashCode() - Method in class org.tensorflow.ndarray.impl.AbstractNdArray
-
- slowHashCode() - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBuffer
-
- StdArrays - Class in org.tensorflow.ndarray
-
Utility class for working with
NdArray instances mixed with standard Java arrays.
- StdArrays() - Constructor for class org.tensorflow.ndarray.StdArrays
-
- step(long) - Static method in class org.tensorflow.ndarray.index.Indices
-
An index that skips a fixed amount of coordinates between each values returned.
- StringLayout - Class in org.tensorflow.ndarray.impl.buffer.layout
-
Data layout that converts a String to/from a sequence of bytes applying a given charset.
- window(long) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
- window(long) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
- withIndex(Index) - Method in interface org.tensorflow.ndarray.impl.dimension.Dimension
-
- wrap(DataBuffer<T>, Shape) - Static method in class org.tensorflow.ndarray.impl.dense.DenseNdArray
-
- wrap(ByteDataBuffer, Shape) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in a byte N-dimensional array of a given shape.
- wrap(Shape, LongDataBuffer) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in a long N-dimensional array of a given shape.
- wrap(Shape, IntDataBuffer) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in an int N-dimensional array of a given shape.
- wrap(Shape, ShortDataBuffer) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in a short N-dimensional array of a given shape.
- wrap(Shape, FloatDataBuffer) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in a float N-dimensional array of a given shape.
- wrap(Shape, DoubleDataBuffer) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in a double N-dimensional array of a given shape.
- wrap(Shape, BooleanDataBuffer) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in a boolean N-dimensional array of a given shape.
- wrap(Shape, DataBuffer<T>) - Static method in class org.tensorflow.ndarray.NdArrays
-
Wraps a buffer in an N-dimensional array of a given shape.
- write(DataBuffer<Boolean>) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- write(BooleanDataBuffer) - Method in interface org.tensorflow.ndarray.BooleanNdArray
-
- write(boolean[]) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
Bulk put method, using boolean arrays.
- write(boolean[], int, int) - Method in interface org.tensorflow.ndarray.buffer.BooleanDataBuffer
-
Bulk put method, using boolean arrays.
- write(byte[]) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
Bulk put method, using byte arrays.
- write(byte[], int, int) - Method in interface org.tensorflow.ndarray.buffer.ByteDataBuffer
-
Bulk put method, using byte arrays.
- write(T[]) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Write the references of the objects in the source array into this buffer.
- write(T[], int, int) - Method in interface org.tensorflow.ndarray.buffer.DataBuffer
-
Bulk put method, using int arrays.
- write(double[]) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
Bulk put method, using double arrays.
- write(double[], int, int) - Method in interface org.tensorflow.ndarray.buffer.DoubleDataBuffer
-
Bulk put method, using double arrays.
- write(float[]) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
Bulk put method, using float arrays.
- write(float[], int, int) - Method in interface org.tensorflow.ndarray.buffer.FloatDataBuffer
-
Bulk put method, using float arrays.
- write(int[]) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
Bulk put method, using int arrays.
- write(int[], int, int) - Method in interface org.tensorflow.ndarray.buffer.IntDataBuffer
-
Bulk put method, using int arrays.
- write(long[]) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
Bulk put method, using long arrays.
- write(long[], int, int) - Method in interface org.tensorflow.ndarray.buffer.LongDataBuffer
-
Bulk put method, using long arrays.
- write(short[]) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
Bulk put method, using short arrays.
- write(short[], int, int) - Method in interface org.tensorflow.ndarray.buffer.ShortDataBuffer
-
Bulk put method, using short arrays.
- write(DataBuffer<Byte>) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- write(ByteDataBuffer) - Method in interface org.tensorflow.ndarray.ByteNdArray
-
- write(DataBuffer<Double>) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- write(DoubleDataBuffer) - Method in interface org.tensorflow.ndarray.DoubleNdArray
-
- write(DataBuffer<Float>) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- write(FloatDataBuffer) - Method in interface org.tensorflow.ndarray.FloatNdArray
-
- write(T[], int, int) - Method in class org.tensorflow.ndarray.impl.buffer.AbstractDataBuffer
-
- write(DataBuffer<T>) - Method in class org.tensorflow.ndarray.impl.dense.AbstractDenseNdArray
-
- write(BooleanDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.BooleanDenseNdArray
-
- write(ByteDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.ByteDenseNdArray
-
- write(DoubleDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.DoubleDenseNdArray
-
- write(FloatDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.FloatDenseNdArray
-
- write(IntDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.IntDenseNdArray
-
- write(LongDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.LongDenseNdArray
-
- write(ShortDataBuffer) - Method in class org.tensorflow.ndarray.impl.dense.ShortDenseNdArray
-
- write(DataBuffer<Integer>) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- write(IntDataBuffer) - Method in interface org.tensorflow.ndarray.IntNdArray
-
- write(DataBuffer<Long>) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- write(LongDataBuffer) - Method in interface org.tensorflow.ndarray.LongNdArray
-
- write(DataBuffer<T>) - Method in interface org.tensorflow.ndarray.NdArray
-
Write the content of this N-dimensional array from the source buffer.
- write(DataBuffer<Short>) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- write(ShortDataBuffer) - Method in interface org.tensorflow.ndarray.ShortNdArray
-
- writeArgs(DataBuffer<T>, int, int, int) - Static method in class org.tensorflow.ndarray.impl.buffer.Validator
-
- writeBoolean(S, boolean, long) - Method in interface org.tensorflow.ndarray.buffer.layout.BooleanDataLayout
-
Writes a boolean into the buffer at the given index after converting it to the buffer type.
- writeBoolean(ByteDataBuffer, boolean, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.BoolLayout
-
- writeByte(S, byte, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ByteDataLayout
-
Writes a byte into the buffer at the given index after converting it to the buffer type.
- writeDouble(S, double, long) - Method in interface org.tensorflow.ndarray.buffer.layout.DoubleDataLayout
-
Writes a double into the buffer at the given index after converting it to the buffer type.
- writeFloat(S, float, long) - Method in interface org.tensorflow.ndarray.buffer.layout.FloatDataLayout
-
Writes a float into the buffer at the given index after converting it to the buffer type.
- writeFloat(ShortDataBuffer, float, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.Bfloat16Layout
-
- writeFloat(ShortDataBuffer, float, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.Float16Layout
-
- writeFromBufferArgs(NdArray<?>, DataBuffer<?>) - Static method in class org.tensorflow.ndarray.impl.Validator
-
- writeInt(S, int, long) - Method in interface org.tensorflow.ndarray.buffer.layout.IntDataLayout
-
Writes a int into the buffer at the given index after converting it to the buffer type.
- writeLong(S, long, long) - Method in interface org.tensorflow.ndarray.buffer.layout.LongDataLayout
-
Writes a long into the buffer at the given index after converting it to the buffer type.
- writeObject(S, Boolean, long) - Method in interface org.tensorflow.ndarray.buffer.layout.BooleanDataLayout
-
- writeObject(S, Byte, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ByteDataLayout
-
- writeObject(S, T, long) - Method in interface org.tensorflow.ndarray.buffer.layout.DataLayout
-
Writes a user value into the buffer at the given index after converting it to the buffer type.
- writeObject(S, Double, long) - Method in interface org.tensorflow.ndarray.buffer.layout.DoubleDataLayout
-
- writeObject(S, Float, long) - Method in interface org.tensorflow.ndarray.buffer.layout.FloatDataLayout
-
- writeObject(S, Integer, long) - Method in interface org.tensorflow.ndarray.buffer.layout.IntDataLayout
-
- writeObject(S, Long, long) - Method in interface org.tensorflow.ndarray.buffer.layout.LongDataLayout
-
- writeObject(S, Short, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ShortDataLayout
-
- writeObject(DataBuffer<byte[]>, String, long) - Method in class org.tensorflow.ndarray.impl.buffer.layout.StringLayout
-
- writeShort(S, short, long) - Method in interface org.tensorflow.ndarray.buffer.layout.ShortDataLayout
-
Writes a short into the buffer at the given index after converting it to the buffer type.