LostTech.TensorFlow : API Documentation

Type gen_stateful_random_ops

Namespace tensorflow.python.ops.gen_stateful_random_ops

Methods

Properties

Public static methods

Tensor non_deterministic_ints(IGraphNodeBase shape, ImplicitContainer<T> dtype, string name)

object non_deterministic_ints_dyn(object shape, ImplicitContainer<T> dtype, object name)

object non_deterministic_ints_eager_fallback(IGraphNodeBase shape, ImplicitContainer<T> dtype, string name, Context ctx)

object non_deterministic_ints_eager_fallback_dyn(object shape, ImplicitContainer<T> dtype, object name, object ctx)

object rng_skip(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase delta, string name)

object rng_skip_dyn(object resource, object algorithm, object delta, object name)

object rng_skip_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase delta, string name, Context ctx)

object rng_skip_eager_fallback_dyn(object resource, object algorithm, object delta, object name, object ctx)

Tensor stateful_random_binomial(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase counts, IGraphNodeBase probs, PythonClassContainer dtype, string name)

Tensor stateful_random_binomial(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase counts, IGraphNodeBase probs, PythonClassContainer dtype, PythonFunctionContainer name)

Tensor stateful_random_binomial(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase counts, IGraphNodeBase probs, ImplicitContainer<T> dtype, PythonFunctionContainer name)

Tensor stateful_random_binomial(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase counts, IGraphNodeBase probs, ImplicitContainer<T> dtype, string name)

object stateful_random_binomial_dyn(object resource, object algorithm, object shape, object counts, object probs, ImplicitContainer<T> dtype, object name)

object stateful_random_binomial_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase counts, IGraphNodeBase probs, PythonClassContainer dtype, string name, Context ctx)

object stateful_random_binomial_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase counts, IGraphNodeBase probs, ImplicitContainer<T> dtype, string name, Context ctx)

object stateful_random_binomial_eager_fallback_dyn(object resource, object algorithm, object shape, object counts, object probs, ImplicitContainer<T> dtype, object name, object ctx)

Tensor stateful_standard_normal(IGraphNodeBase resource, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name)

object stateful_standard_normal_dyn(object resource, object shape, ImplicitContainer<T> dtype, object name)

object stateful_standard_normal_eager_fallback(IGraphNodeBase resource, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name, Context ctx)

object stateful_standard_normal_eager_fallback_dyn(object resource, object shape, ImplicitContainer<T> dtype, object name, object ctx)

Tensor stateful_standard_normal_v2(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name)

Tensor stateful_standard_normal_v2(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, PythonClassContainer dtype, string name)

object stateful_standard_normal_v2_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name)

object stateful_standard_normal_v2_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name, Context ctx)

object stateful_standard_normal_v2_eager_fallback_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name, object ctx)

Tensor stateful_truncated_normal(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name)

object stateful_truncated_normal_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name)

object stateful_truncated_normal_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name, Context ctx)

object stateful_truncated_normal_eager_fallback_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name, object ctx)

Tensor stateful_uniform(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name)

Tensor stateful_uniform(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, PythonClassContainer dtype, string name)

object stateful_uniform_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name)

object stateful_uniform_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name, Context ctx)

object stateful_uniform_eager_fallback_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name, object ctx)

Tensor stateful_uniform_full_int(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name)

Tensor stateful_uniform_full_int(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, PythonFunctionContainer name)

object stateful_uniform_full_int_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name)

object stateful_uniform_full_int_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, ImplicitContainer<T> dtype, string name, Context ctx)

object stateful_uniform_full_int_eager_fallback_dyn(object resource, object algorithm, object shape, ImplicitContainer<T> dtype, object name, object ctx)

Tensor stateful_uniform_int(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase minval, IGraphNodeBase maxval, string name)

Tensor stateful_uniform_int(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase minval, IGraphNodeBase maxval, PythonFunctionContainer name)

object stateful_uniform_int_dyn(object resource, object algorithm, object shape, object minval, object maxval, object name)

object stateful_uniform_int_eager_fallback(IGraphNodeBase resource, IGraphNodeBase algorithm, IGraphNodeBase shape, IGraphNodeBase minval, IGraphNodeBase maxval, string name, Context ctx)

object stateful_uniform_int_eager_fallback_dyn(object resource, object algorithm, object shape, object minval, object maxval, object name, object ctx)

Public properties

PythonFunctionContainer non_deterministic_ints_eager_fallback_fn get;

PythonFunctionContainer non_deterministic_ints_fn get;

PythonFunctionContainer rng_skip_eager_fallback_fn get;

PythonFunctionContainer rng_skip_fn get;

PythonFunctionContainer stateful_random_binomial_eager_fallback_fn get;

PythonFunctionContainer stateful_random_binomial_fn get;

PythonFunctionContainer stateful_standard_normal_eager_fallback_fn get;

PythonFunctionContainer stateful_standard_normal_fn get;

PythonFunctionContainer stateful_standard_normal_v2_eager_fallback_fn get;

PythonFunctionContainer stateful_standard_normal_v2_fn get;

PythonFunctionContainer stateful_truncated_normal_eager_fallback_fn get;

PythonFunctionContainer stateful_truncated_normal_fn get;

PythonFunctionContainer stateful_uniform_eager_fallback_fn get;

PythonFunctionContainer stateful_uniform_fn get;

PythonFunctionContainer stateful_uniform_full_int_eager_fallback_fn get;

PythonFunctionContainer stateful_uniform_full_int_fn get;

PythonFunctionContainer stateful_uniform_int_eager_fallback_fn get;

PythonFunctionContainer stateful_uniform_int_fn get;