Package | Description |
---|---|
org.apache.sysml.runtime.matrix.data |
Modifier and Type | Method and Description |
---|---|
protected static LibMatrixDNNHelper.CellIndex3 |
LibMatrixDNNHelper.computeTensorIndexes(int j,
int H,
int W) |
protected static LibMatrixDNNHelper.CellIndex3 |
LibMatrixDNNHelper.computeTensorIndexes(int j,
int N,
int M,
LibMatrixDNNHelper.CellIndex3 ret)
Computes tensor indexes from a linearized column index such that
the column index is equal to ix1*NM + ix2*M + ix3
|
Modifier and Type | Method and Description |
---|---|
protected static LibMatrixDNNHelper.CellIndex3 |
LibMatrixDNNHelper.computeTensorIndexes(int j,
int N,
int M,
LibMatrixDNNHelper.CellIndex3 ret)
Computes tensor indexes from a linearized column index such that
the column index is equal to ix1*NM + ix2*M + ix3
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.