in flowtorch/bijectors/bijective_tensor.py [0:0]
def parent(self) -> Tensor: if self.from_forward(): return self._input else: return self._output