Class ReblockTensorFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.ReblockTensorFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<TensorIndexes,TensorBlock>,TensorIndexes,TensorBlock>
 
 public class ReblockTensorFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<TensorIndexes,TensorBlock>,TensorIndexes,TensorBlock> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ReblockTensorFunction(int numDims, long newBlen)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<scala.Tuple2<TensorIndexes,TensorBlock>>call(scala.Tuple2<TensorIndexes,TensorBlock> arg0)
 
- 
- 
- 
Method Detail- 
callpublic Iterator<scala.Tuple2<TensorIndexes,TensorBlock>> call(scala.Tuple2<TensorIndexes,TensorBlock> arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<TensorIndexes,TensorBlock>,TensorIndexes,TensorBlock>
- Throws:
- Exception
 
 
- 
 
-