LostTech.TensorFlow : API Documentation

Type BaseResourceVariable

Namespace tensorflow.python.ops.resource_variable_ops

Parent Variable

Interfaces IBaseResourceVariable

Public static methods

BaseResourceVariable NewDyn(object trainable, object shape, object dtype, object handle, object constraint, object synchronization, object aggregation, object distribute_strategy, object name, object unique_id, object handle_name, object graph_element, object initial_value, object initializer_op, object is_initialized_op, object cached_value, object save_slice_info, object handle_deleter, IDictionary<string, object> unused_kwargs)

Public properties

object aggregation get;

object aggregation_dyn get;

object constraint get;

object constraint_dyn get;

object create get;

object create_dyn get;

object device get;

object device_dyn get;

object dtype get;

object dtype_dyn get;

object graph get;

object graph_dyn get;

object handle get;

object handle_dyn get;

Tensor initial_value get;

object initial_value_dyn get;

object initializer get;

object initializer_dyn get;

object name get;

object name_dyn get;

object op get;

object op_dyn get;

object PythonObject get;

TensorShape shape get;

object shape_dyn get;

object synchronization get;

object synchronization_dyn get;

Nullable<bool> trainable get;

object trainable_dyn get;