LostTech.TensorFlow : API Documentation

Type gen_state_ops

Namespace tensorflow.python.ops.gen_state_ops

Methods

Properties

Public static methods

Tensor assign(PythonFunctionContainer ref, IGraphNodeBase value, bool validate_shape, Nullable<bool> use_locking, string name)

Tensor assign(object ref, IGraphNodeBase value, string validate_shape, Nullable<bool> use_locking, string name)

Tensor assign(object ref, IGraphNodeBase value, string validate_shape, Nullable<bool> use_locking, PythonFunctionContainer name)

Tensor assign(IEnumerable<object> ref, IGraphNodeBase value, bool validate_shape, Nullable<bool> use_locking, PythonFunctionContainer name)

Tensor assign(IEnumerable<object> ref, IGraphNodeBase value, bool validate_shape, Nullable<bool> use_locking, string name)

Tensor assign(IEnumerable<object> ref, IGraphNodeBase value, string validate_shape, Nullable<bool> use_locking, PythonFunctionContainer name)

Tensor assign(IEnumerable<object> ref, IGraphNodeBase value, string validate_shape, Nullable<bool> use_locking, string name)

Tensor assign(PythonFunctionContainer ref, IGraphNodeBase value, bool validate_shape, Nullable<bool> use_locking, PythonFunctionContainer name)

Tensor assign(object ref, IGraphNodeBase value, bool validate_shape, Nullable<bool> use_locking, string name)

Tensor assign(PythonFunctionContainer ref, IGraphNodeBase value, string validate_shape, Nullable<bool> use_locking, PythonFunctionContainer name)

Tensor assign(PythonFunctionContainer ref, IGraphNodeBase value, string validate_shape, Nullable<bool> use_locking, string name)

Tensor assign(object ref, IGraphNodeBase value, bool validate_shape, Nullable<bool> use_locking, PythonFunctionContainer name)

object assign_add_dyn(object ref, object value, ImplicitContainer<T> use_locking, object name)

void assign_add_eager_fallback(object ref, object value, bool use_locking, string name, object ctx)

object assign_add_eager_fallback_dyn(object ref, object value, ImplicitContainer<T> use_locking, object name, object ctx)

object assign_dyn(object ref, object value, ImplicitContainer<T> validate_shape, ImplicitContainer<T> use_locking, object name)

void assign_eager_fallback(object ref, object value, bool validate_shape, bool use_locking, string name, object ctx)

object assign_eager_fallback_dyn(object ref, object value, ImplicitContainer<T> validate_shape, ImplicitContainer<T> use_locking, object name, object ctx)

object assign_sub_dyn(object ref, object value, ImplicitContainer<T> use_locking, object name)

void assign_sub_eager_fallback(object ref, object value, bool use_locking, string name, object ctx)

object assign_sub_eager_fallback_dyn(object ref, object value, ImplicitContainer<T> use_locking, object name, object ctx)

void count_up_to_eager_fallback(object ref, object limit, string name, object ctx)

object count_up_to_eager_fallback_dyn(object ref, object limit, object name, object ctx)

Tensor destroy_temporary_variable(IGraphNodeBase ref, string var_name, string name)

object destroy_temporary_variable_dyn(object ref, object var_name, object name)

void destroy_temporary_variable_eager_fallback(object ref, object var_name, string name, object ctx)

object destroy_temporary_variable_eager_fallback_dyn(object ref, object var_name, object name, object ctx)

void is_variable_initialized_eager_fallback(object ref, string name, object ctx)

object is_variable_initialized_eager_fallback_dyn(object ref, object name, object ctx)

Tensor resource_count_up_to(IGraphNodeBase resource, Nullable<int> limit, string T, string name)

Tensor resource_count_up_to(IGraphNodeBase resource, Nullable<int> limit, DType T, string name)

object resource_count_up_to_dyn(object resource, object limit, object T, object name)

object resource_count_up_to_eager_fallback(IGraphNodeBase resource, int limit, DType T, string name, Context ctx)

object resource_count_up_to_eager_fallback(IGraphNodeBase resource, int limit, int T, string name, Context ctx)

object resource_count_up_to_eager_fallback_dyn(object resource, object limit, object T, object name, object ctx)

object resource_scatter_nd_add(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

object resource_scatter_nd_add_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name)

object resource_scatter_nd_add_eager_fallback(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name, Context ctx)

object resource_scatter_nd_add_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

object resource_scatter_nd_sub(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

object resource_scatter_nd_sub_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name)

object resource_scatter_nd_sub_eager_fallback(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name, Context ctx)

object resource_scatter_nd_sub_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

object resource_scatter_nd_update(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

object resource_scatter_nd_update_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name)

object resource_scatter_nd_update_eager_fallback(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name, Context ctx)

object resource_scatter_nd_update_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_add(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, Nullable<bool> use_locking, string name)

Tensor scatter_add(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, Nullable<bool> use_locking, string name)

Tensor scatter_add(ResourceVariable ref, IGraphNodeBase indices, IGraphNodeBase updates, Nullable<bool> use_locking, string name)

void scatter_add_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_add_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_div(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_div(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_div_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_div_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_max(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_max(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_max_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_max_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_min(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_min(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_min_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_min_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_mul(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_mul(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_mul_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_mul_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_nd_add(ResourceVariable ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_nd_add(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_nd_add(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_nd_add_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_nd_add_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_nd_sub(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_nd_sub(ResourceVariable ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_nd_sub(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_nd_sub_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_nd_sub_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_nd_update(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_nd_update(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_nd_update_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_nd_update_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_sub(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_sub(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_sub(ResourceVariable ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_sub_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_sub_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor scatter_update(IGraphNodeBase ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_update(ResourceVariable ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

Tensor scatter_update(Operation ref, IGraphNodeBase indices, IGraphNodeBase updates, bool use_locking, string name)

void scatter_update_eager_fallback(object ref, object indices, object updates, bool use_locking, string name, object ctx)

object scatter_update_eager_fallback_dyn(object ref, object indices, object updates, ImplicitContainer<T> use_locking, object name, object ctx)

Tensor temporary_variable(IEnumerable<int> shape, DType dtype, string var_name, string name)

object temporary_variable_dyn(object shape, object dtype, ImplicitContainer<T> var_name, object name)

void temporary_variable_eager_fallback(TensorShape shape, DType dtype, string var_name, string name, object ctx)

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

Tensor variable(TensorShape shape, DType dtype, string container, string shared_name, string name)

Tensor variable(IEnumerable<int> shape, DType dtype, string container, string shared_name, string name)

object variable_dyn(object shape, object dtype, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

void variable_eager_fallback(TensorShape shape, DType dtype, string container, string shared_name, string name, object ctx)

object variable_eager_fallback_dyn(object shape, object dtype, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor variable_v2(TensorShape shape, DType dtype, string container, string shared_name, string name)

object variable_v2_dyn(object shape, object dtype, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

void variable_v2_eager_fallback(TensorShape shape, DType dtype, string container, string shared_name, string name, object ctx)

object variable_v2_eager_fallback_dyn(object shape, object dtype, ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Public properties

PythonFunctionContainer assign_add_eager_fallback_fn get;

PythonFunctionContainer assign_add_fn get;

PythonFunctionContainer assign_eager_fallback_fn get;

PythonFunctionContainer assign_fn get;

PythonFunctionContainer assign_sub_eager_fallback_fn get;

PythonFunctionContainer assign_sub_fn get;

PythonFunctionContainer count_up_to_eager_fallback_fn get;

PythonFunctionContainer count_up_to_fn get;

PythonFunctionContainer destroy_temporary_variable_eager_fallback_fn get;

PythonFunctionContainer destroy_temporary_variable_fn get;

PythonFunctionContainer is_variable_initialized_eager_fallback_fn get;

PythonFunctionContainer is_variable_initialized_fn get;

PythonFunctionContainer resource_count_up_to_eager_fallback_fn get;

PythonFunctionContainer resource_count_up_to_fn get;

PythonFunctionContainer resource_scatter_nd_add_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_nd_add_fn get;

PythonFunctionContainer resource_scatter_nd_sub_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_nd_sub_fn get;

PythonFunctionContainer resource_scatter_nd_update_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_nd_update_fn get;

PythonFunctionContainer scatter_add_eager_fallback_fn get;

PythonFunctionContainer scatter_add_fn get;

PythonFunctionContainer scatter_div_eager_fallback_fn get;

PythonFunctionContainer scatter_div_fn get;

PythonFunctionContainer scatter_max_eager_fallback_fn get;

PythonFunctionContainer scatter_max_fn get;

PythonFunctionContainer scatter_min_eager_fallback_fn get;

PythonFunctionContainer scatter_min_fn get;

PythonFunctionContainer scatter_mul_eager_fallback_fn get;

PythonFunctionContainer scatter_mul_fn get;

PythonFunctionContainer scatter_nd_add_eager_fallback_fn get;

PythonFunctionContainer scatter_nd_add_fn get;

PythonFunctionContainer scatter_nd_sub_eager_fallback_fn get;

PythonFunctionContainer scatter_nd_sub_fn get;

PythonFunctionContainer scatter_nd_update_eager_fallback_fn get;

PythonFunctionContainer scatter_nd_update_fn get;

PythonFunctionContainer scatter_sub_eager_fallback_fn get;

PythonFunctionContainer scatter_sub_fn get;

PythonFunctionContainer scatter_update_eager_fallback_fn get;

PythonFunctionContainer scatter_update_fn get;

PythonFunctionContainer temporary_variable_eager_fallback_fn get;

PythonFunctionContainer temporary_variable_fn get;

PythonFunctionContainer variable_eager_fallback_fn get;

PythonFunctionContainer variable_fn get;

PythonFunctionContainer variable_v2_eager_fallback_fn get;

PythonFunctionContainer variable_v2_fn get;