| Package | Description | 
|---|---|
| org.apache.sysds.runtime.data | |
| org.apache.sysds.runtime.instructions.spark.utils | 
| Modifier and Type | Method and Description | 
|---|---|
static List<IndexedTensorBlock> | 
LibTensorReorg.reshape(IndexedTensorBlock in,
       DataCharacteristics mcIn,
       DataCharacteristics mcOut,
       boolean rowwise,
       boolean outputEmptyBlocks)
MR/SPARK reshape interface - for reshape we cannot view blocks independently, and hence,
 there are different CP and MR interfaces. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<IndexedTensorBlock> | 
LibTensorReorg.reshape(IndexedTensorBlock in,
       DataCharacteristics mcIn,
       DataCharacteristics mcOut,
       boolean rowwise,
       boolean outputEmptyBlocks)
MR/SPARK reshape interface - for reshape we cannot view blocks independently, and hence,
 there are different CP and MR interfaces. 
 | 
| Constructor and Description | 
|---|
IndexedTensorBlock(IndexedTensorBlock that)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IndexedTensorBlock | 
SparkUtils.toIndexedTensorBlock(TensorIndexes ix,
                    TensorBlock mb)  | 
static IndexedTensorBlock | 
SparkUtils.toIndexedTensorBlock(scala.Tuple2<TensorIndexes,TensorBlock> in)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.