LostTech.TensorFlow : API Documentation

Type random

Namespace tensorflow.compat.v2.random

Public static methods

Tensor poisson(IEnumerable<int> shape, double lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IGraphNodeBase shape, int lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IGraphNodeBase shape, IndexedSlices lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IGraphNodeBase shape, ValueTuple<PythonClassContainer, PythonClassContainer> lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IGraphNodeBase shape, IEnumerable<double> lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IGraphNodeBase shape, double lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(ValueTuple shape, IGraphNodeBase lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(ValueTuple shape, int lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IGraphNodeBase shape, IGraphNodeBase lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(ValueTuple shape, IndexedSlices lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(ValueTuple shape, IEnumerable<double> lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(ValueTuple shape, double lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IEnumerable<int> shape, IGraphNodeBase lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IEnumerable<int> shape, int lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IEnumerable<int> shape, IndexedSlices lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IEnumerable<int> shape, ValueTuple<PythonClassContainer, PythonClassContainer> lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(IEnumerable<int> shape, IEnumerable<double> lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

Tensor poisson(ValueTuple shape, ValueTuple<PythonClassContainer, PythonClassContainer> lam, ImplicitContainer<T> dtype, Nullable<int> seed, string name)

object poisson_dyn(object shape, object lam, ImplicitContainer<T> dtype, object seed, object name)

Public properties

PythonFunctionContainer poisson_fn get;