moscot.backends.ott.output.OTTNeuralOutput.push¶ OTTNeuralOutput.push(x, cond=None)[source]¶ Push distribution x conditioned on condition cond. Parameters: x (ndarray[Any, dtype[float64]]) – Distribution to push. cond (Optional[ndarray[Any, dtype[float64]]]) – Condition of conditional neural OT. Return type: ndarray[Any, dtype[float64]] Returns: : Pushed distribution.