FlowDistributionDerivedTensor

class tfsnippet.FlowDistributionDerivedTensor(tensor, flow_origin)

Bases: tfsnippet.utils.tensor_wrapper.TensorWrapper

A combination of a FlowDistribution derived tensor, and its original stochastic tensor from the base distribution.

Attributes Summary

flow_origin Get the original stochastic tensor from the base distribution.
tensor

Attributes Documentation

flow_origin

Get the original stochastic tensor from the base distribution.

Returns:The original stochastic tensor.
Return type:StochasticTensor
tensor