LostTech.TensorFlow : API Documentation

Type gen_resource_variable_ops

Namespace tensorflow.python.ops.gen_resource_variable_ops

Methods

Properties

Public static methods

object assign_add_variable_op(IGraphNodeBase resource, IGraphNodeBase value, string name)

object assign_add_variable_op(IGraphNodeBase resource, IGraphNodeBase value, PythonFunctionContainer name)

object assign_add_variable_op_dyn(object resource, object value, object name)

object assign_add_variable_op_eager_fallback(IGraphNodeBase resource, IGraphNodeBase value, string name, Context ctx)

object assign_add_variable_op_eager_fallback_dyn(object resource, object value, object name, object ctx)

object assign_sub_variable_op(IGraphNodeBase resource, IGraphNodeBase value, string name)

object assign_sub_variable_op_dyn(object resource, object value, object name)

object assign_sub_variable_op_eager_fallback(IGraphNodeBase resource, IGraphNodeBase value, string name, Context ctx)

object assign_sub_variable_op_eager_fallback_dyn(object resource, object value, object name, object ctx)

object assign_variable_op(IGraphNodeBase resource, IGraphNodeBase value, PythonFunctionContainer name)

object assign_variable_op(IGraphNodeBase resource, IGraphNodeBase value, string name)

object assign_variable_op_dyn(object resource, object value, object name)

object assign_variable_op_eager_fallback(IGraphNodeBase resource, IGraphNodeBase value, string name, Context ctx)

object assign_variable_op_eager_fallback_dyn(object resource, object value, object name, object ctx)

object consume_mutex_lock(IGraphNodeBase mutex_lock, string name)

object consume_mutex_lock_dyn(object mutex_lock, object name)

object consume_mutex_lock_eager_fallback(IGraphNodeBase mutex_lock, string name, Context ctx)

object consume_mutex_lock_eager_fallback_dyn(object mutex_lock, object name, object ctx)

object destroy_resource_op(IGraphNodeBase resource, bool ignore_lookup_error, string name)

object destroy_resource_op_dyn(object resource, ImplicitContainer<T> ignore_lookup_error, object name)

object destroy_resource_op_eager_fallback(IGraphNodeBase resource, bool ignore_lookup_error, string name, Context ctx)

object destroy_resource_op_eager_fallback_dyn(object resource, ImplicitContainer<T> ignore_lookup_error, object name, object ctx)

Tensor mutex_lock(IGraphNodeBase mutex, string name)

object mutex_lock_dyn(object mutex, object name)

object mutex_lock_eager_fallback(IGraphNodeBase mutex, string name, Context ctx)

object mutex_lock_eager_fallback_dyn(object mutex, object name, object ctx)

Tensor mutex_v2(string container, string shared_name, string name)

Tensor mutex_v2(string container, PythonFunctionContainer shared_name, PythonFunctionContainer name)

Tensor mutex_v2(string container, PythonFunctionContainer shared_name, string name)

Tensor mutex_v2(string container, object shared_name, PythonFunctionContainer name)

Tensor mutex_v2(string container, object shared_name, string name)

Tensor mutex_v2(string container, string shared_name, PythonFunctionContainer name)

object mutex_v2_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object mutex_v2_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, object shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, PythonFunctionContainer shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, object shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, string shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, PythonFunctionContainer shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, Byte[] shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(string container, string shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(string container, object shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(string container, Byte[] shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(string container, object shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(string container, PythonFunctionContainer shared_name, PythonFunctionContainer name, Context ctx)

object mutex_v2_eager_fallback(string container, string shared_name, string name, Context ctx)

object mutex_v2_eager_fallback(string container, PythonFunctionContainer shared_name, string name, Context ctx)

object mutex_v2_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor read_variable_op(IGraphNodeBase resource, DType dtype, string name)

Tensor read_variable_op(IGraphNodeBase resource, PythonClassContainer dtype, string name)

object read_variable_op_dyn(object resource, object dtype, object name)

object read_variable_op_eager_fallback(IGraphNodeBase resource, DType dtype, string name, Context ctx)

object read_variable_op_eager_fallback_dyn(object resource, object dtype, object name, object ctx)

Tensor resource_gather(IGraphNodeBase resource, IGraphNodeBase indices, DType dtype, int batch_dims, bool validate_indices, string name)

Tensor resource_gather(IGraphNodeBase resource, IGraphNodeBase indices, DType dtype, int batch_dims, bool validate_indices, PythonFunctionContainer name)

object resource_gather_dyn(object resource, object indices, object dtype, ImplicitContainer<T> batch_dims, ImplicitContainer<T> validate_indices, object name)

object resource_gather_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, DType dtype, int batch_dims, bool validate_indices, string name, Context ctx)

object resource_gather_eager_fallback_dyn(object resource, object indices, object dtype, ImplicitContainer<T> batch_dims, ImplicitContainer<T> validate_indices, object name, object ctx)

Tensor resource_gather_nd(IGraphNodeBase resource, IGraphNodeBase indices, DType dtype, PythonFunctionContainer name)

Tensor resource_gather_nd(IGraphNodeBase resource, IGraphNodeBase indices, DType dtype, string name)

object resource_gather_nd_dyn(object resource, object indices, object dtype, object name)

object resource_gather_nd_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, DType dtype, string name, Context ctx)

object resource_gather_nd_eager_fallback_dyn(object resource, object indices, object dtype, object name, object ctx)

object resource_scatter_add(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_add_dyn(object resource, object indices, object updates, object name)

object resource_scatter_add_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_add_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

object resource_scatter_div(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_div_dyn(object resource, object indices, object updates, object name)

object resource_scatter_div_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_div_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

object resource_scatter_max(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_max_dyn(object resource, object indices, object updates, object name)

object resource_scatter_max_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_max_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

object resource_scatter_min(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_min_dyn(object resource, object indices, object updates, object name)

object resource_scatter_min_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_min_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

object resource_scatter_mul(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_mul_dyn(object resource, object indices, object updates, object name)

object resource_scatter_mul_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_mul_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

object resource_scatter_sub(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_sub_dyn(object resource, object indices, object updates, object name)

object resource_scatter_sub_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_sub_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

object resource_scatter_update(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name)

object resource_scatter_update_dyn(object resource, object indices, object updates, object name)

object resource_scatter_update_eager_fallback(IGraphNodeBase resource, IGraphNodeBase indices, IGraphNodeBase updates, string name, Context ctx)

object resource_scatter_update_eager_fallback_dyn(object resource, object indices, object updates, object name, object ctx)

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

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

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

object var_handle_op_eager_fallback(DType dtype, TensorShape shape, Byte[] container, string shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, TensorShape shape, string container, Byte[] shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, IEnumerable<int> shape, string container, Byte[] shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, IEnumerable<int> shape, Byte[] container, string shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, IEnumerable<int> shape, Byte[] container, Byte[] shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, TensorShape shape, Byte[] container, Byte[] shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, TensorShape shape, string container, string shared_name, string name, Context ctx)

object var_handle_op_eager_fallback(DType dtype, IEnumerable<int> shape, string container, string shared_name, string name, Context ctx)

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

Tensor var_is_initialized_op(IGraphNodeBase resource, string name)

object var_is_initialized_op_dyn(object resource, object name)

object var_is_initialized_op_eager_fallback(IGraphNodeBase resource, string name, Context ctx)

object var_is_initialized_op_eager_fallback_dyn(object resource, object name, object ctx)

Tensor variable_shape(IGraphNodeBase input, ImplicitContainer<T> out_type, string name)

object variable_shape_dyn(object input, ImplicitContainer<T> out_type, object name)

object variable_shape_eager_fallback(IGraphNodeBase input, ImplicitContainer<T> out_type, string name, Context ctx)

object variable_shape_eager_fallback_dyn(object input, ImplicitContainer<T> out_type, object name, object ctx)

Public properties

PythonFunctionContainer assign_add_variable_op_eager_fallback_fn get;

PythonFunctionContainer assign_add_variable_op_fn get;

PythonFunctionContainer assign_sub_variable_op_eager_fallback_fn get;

PythonFunctionContainer assign_sub_variable_op_fn get;

PythonFunctionContainer assign_variable_op_eager_fallback_fn get;

PythonFunctionContainer assign_variable_op_fn get;

PythonFunctionContainer consume_mutex_lock_eager_fallback_fn get;

PythonFunctionContainer consume_mutex_lock_fn get;

PythonFunctionContainer destroy_resource_op_eager_fallback_fn get;

PythonFunctionContainer destroy_resource_op_fn get;

PythonFunctionContainer mutex_lock_eager_fallback_fn get;

PythonFunctionContainer mutex_lock_fn get;

PythonFunctionContainer mutex_v2_eager_fallback_fn get;

PythonFunctionContainer mutex_v2_fn get;

PythonFunctionContainer read_variable_op_eager_fallback_fn get;

PythonFunctionContainer read_variable_op_fn get;

PythonFunctionContainer resource_gather_eager_fallback_fn get;

PythonFunctionContainer resource_gather_fn get;

PythonFunctionContainer resource_gather_nd_eager_fallback_fn get;

PythonFunctionContainer resource_gather_nd_fn get;

PythonFunctionContainer resource_scatter_add_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_add_fn get;

PythonFunctionContainer resource_scatter_div_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_div_fn get;

PythonFunctionContainer resource_scatter_max_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_max_fn get;

PythonFunctionContainer resource_scatter_min_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_min_fn get;

PythonFunctionContainer resource_scatter_mul_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_mul_fn get;

PythonFunctionContainer resource_scatter_sub_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_sub_fn get;

PythonFunctionContainer resource_scatter_update_eager_fallback_fn get;

PythonFunctionContainer resource_scatter_update_fn get;

PythonFunctionContainer var_handle_op_eager_fallback_fn get;

PythonFunctionContainer var_handle_op_fn get;

PythonFunctionContainer var_is_initialized_op_eager_fallback_fn get;

PythonFunctionContainer var_is_initialized_op_fn get;

PythonFunctionContainer variable_shape_eager_fallback_fn get;

PythonFunctionContainer variable_shape_fn get;