FlowDistributionDerivedTensor¶
-
class
tfsnippet.FlowDistributionDerivedTensor(tensor, flow_origin)¶ Bases:
tfsnippet.utils.tensor_wrapper.TensorWrapperA combination of a
FlowDistributionderived tensor, and its original stochastic tensor from the base distribution.Attributes Summary
flow_originGet the original stochastic tensor from the base distribution. tensorAttributes Documentation
-
flow_origin¶ Get the original stochastic tensor from the base distribution.
Returns: The original stochastic tensor. Return type: StochasticTensor
-
tensor¶
-