Class TensorTensorBinaryOpPartitionFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.TensorTensorBinaryOpPartitionFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<TensorIndexes,TensorBlock>>,TensorIndexes,TensorBlock>
 
 public class TensorTensorBinaryOpPartitionFunction extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<TensorIndexes,TensorBlock>>,TensorIndexes,TensorBlock> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TensorTensorBinaryOpPartitionFunction(BinaryOperator op, PartitionedBroadcast<TensorBlock> binput, boolean[] replicateDim)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LazyIterableIterator<scala.Tuple2<TensorIndexes,TensorBlock>>call(Iterator<scala.Tuple2<TensorIndexes,TensorBlock>> arg0)
 
- 
- 
- 
Constructor Detail- 
TensorTensorBinaryOpPartitionFunctionpublic TensorTensorBinaryOpPartitionFunction(BinaryOperator op, PartitionedBroadcast<TensorBlock> binput, boolean[] replicateDim) 
 
- 
 - 
Method Detail- 
callpublic LazyIterableIterator<scala.Tuple2<TensorIndexes,TensorBlock>> call(Iterator<scala.Tuple2<TensorIndexes,TensorBlock>> arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFlatMapFunction<Iterator<scala.Tuple2<TensorIndexes,TensorBlock>>,TensorIndexes,TensorBlock>
- Throws:
- Exception
 
 
- 
 
-