Class Tensor<T extends Cloneable>
- java.lang.Object
-
- com.github.ranchordo.lepton.optim.tensorlib.main.Tensor<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(int... loc)
TensorElement<T>
getElement(int... loc)
-
-
-
Constructor Detail
-
Tensor
public Tensor(int rank, T i, int... dim)
-
-
Method Detail
-
getElement
public TensorElement<T> getElement(int... loc)
-
get
public T get(int... loc)
-
-