Uses of Class
org.apache.sysds.runtime.instructions.spark.data.LazyIterableIterator
-
Packages that use LazyIterableIterator Package Description org.apache.sysds.runtime.instructions.spark.functions -
-
Uses of LazyIterableIterator in org.apache.sysds.runtime.instructions.spark.functions
Methods in org.apache.sysds.runtime.instructions.spark.functions that return LazyIterableIterator Modifier and Type Method Description LazyIterableIterator<scala.Tuple2<MatrixIndexes,MatrixBlock>>
CopyMatrixBlockPairFunction. call(Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> arg0)
LazyIterableIterator<scala.Tuple2<TensorIndexes,BasicTensorBlock>>
CopyTensorBlockPairFunction. call(Iterator<scala.Tuple2<TensorIndexes,BasicTensorBlock>> arg0)
LazyIterableIterator<scala.Tuple2<MatrixIndexes,MatrixBlock>>
MatrixVectorBinaryOpPartitionFunction. call(Iterator<scala.Tuple2<MatrixIndexes,MatrixBlock>> arg0)
LazyIterableIterator<scala.Tuple2<TensorIndexes,TensorBlock>>
TensorTensorBinaryOpPartitionFunction. call(Iterator<scala.Tuple2<TensorIndexes,TensorBlock>> arg0)
-