- index(PtNDArray, long[], long[], long[]) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- indexSet(PtNDArray, PtNDArray, long[], long[], long[]) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- intern(NDArray) - Method in class ai.djl.pytorch.engine.PtNDArray
- interpolate(PtNDArray, long[], int, boolean) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- isBoolean() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a boolean
type.
- isBooleanList() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a boolean[]
type.
- isDouble() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a double
type.
- isDoubleList() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a double[]
type.
- isInf(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- isInfinite() - Method in class ai.djl.pytorch.engine.PtNDArray
- isList() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a IValue[]
type.
- isLong() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a long
type.
- isLongList() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a long[]
type.
- isMap() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a Map<String, V>
type.
- isNaN() - Method in class ai.djl.pytorch.engine.PtNDArray
- isNaN(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- isString() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a String
type.
- isTensor() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a Tensor
type.
- isTensorList() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a IValue[]
type.
- isTuple() - Method in class ai.djl.pytorch.jni.IValue
-
Returns if the IValue is a tuple type.
- IValue - Class in ai.djl.pytorch.jni
-
A class represent a PyTorch IValue
data.
- IValueUtils - Class in ai.djl.pytorch.jni
-
IValueUtils is utility class to deal with IValue in PyTorch.
- tan() - Method in class ai.djl.pytorch.engine.PtNDArray
- tan(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- tanh() - Method in class ai.djl.pytorch.engine.PtNDArray
- tanh() - Method in class ai.djl.pytorch.engine.PtNDArrayEx
- tanh(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- tempAttach(NDManager) - Method in class ai.djl.pytorch.engine.PtNDArray
- tile(long) - Method in class ai.djl.pytorch.engine.PtNDArray
- tile(int, long) - Method in class ai.djl.pytorch.engine.PtNDArray
- tile(long[]) - Method in class ai.djl.pytorch.engine.PtNDArray
- tile(Shape) - Method in class ai.djl.pytorch.engine.PtNDArray
- tile(PtNDArray, long[]) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- to(PtNDArray, DataType, Device) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- toBoolean() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the boolean
value of this IValue.
- toBooleanArray() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the boolean[]
value of this IValue.
- toByteBuffer() - Method in class ai.djl.pytorch.engine.PtNDArray
- toDegrees() - Method in class ai.djl.pytorch.engine.PtNDArray
- toDense() - Method in class ai.djl.pytorch.engine.PtNDArray
- toDense(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- toDevice(Device, boolean) - Method in class ai.djl.pytorch.engine.PtNDArray
- toDeviceType(Device) - Static method in class ai.djl.pytorch.engine.PtDeviceType
-
Converts a Device
to the corresponding PyTorch device number.
- toDouble() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the double
value of this IValue.
- toDoubleArray() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the double[]
value of this IValue.
- toIValueArray() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the IValue[]
value of this IValue list.
- toIValueMap() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the Map<String, IValue>
value of this IValue.
- toIValueTuple() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the Map<String, IValue>
value of this IValue.
- toLong() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the long
value of this IValue.
- toLongArray() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the long[]
value of this IValue.
- toNDList(PtNDManager) - Method in class ai.djl.pytorch.jni.IValue
-
Returns the NDList
value of this IValue.
- toRadians() - Method in class ai.djl.pytorch.engine.PtNDArray
- toSparse(SparseFormat) - Method in class ai.djl.pytorch.engine.PtNDArray
- toSparse(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- toString() - Method in class ai.djl.pytorch.engine.PtEngine
- toString() - Method in class ai.djl.pytorch.engine.PtNDArray
- toStringArray(Charset) - Method in class ai.djl.pytorch.engine.PtNDArray
- toStringValue() - Method in class ai.djl.pytorch.jni.IValue
-
Returns the String
value of this IValue.
- toTensor(PtNDManager) - Method in class ai.djl.pytorch.jni.IValue
-
Returns the NDArray
value of this IValue.
- toTensorArray(PtNDManager) - Method in class ai.djl.pytorch.jni.IValue
-
Returns the NDArray[]
value of this IValue.
- toType(DataType, boolean) - Method in class ai.djl.pytorch.engine.PtNDArray
- trace(int, int, int) - Method in class ai.djl.pytorch.engine.PtNDArray
- transpose() - Method in class ai.djl.pytorch.engine.PtNDArray
- transpose(int...) - Method in class ai.djl.pytorch.engine.PtNDArray
- transpose(PtNDArray, long, long) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- trunc() - Method in class ai.djl.pytorch.engine.PtNDArray
- trunc(PtNDArray) - Static method in class ai.djl.pytorch.jni.JniUtils
-
- tupleFrom(IValue...) - Static method in class ai.djl.pytorch.jni.IValue
-
Creates a new IValue
of type NDArray[]
.