LostTech.TensorFlow : API Documentation

Type state_ops

Namespace tensorflow.python.ops.state_ops

Public static methods

Tensor init_variable(object v, object init, string name)

object init_variable_dyn(object v, object init, ImplicitContainer<T> name)

Tensor is_variable_initialized(Variable ref, string name)

object is_variable_initialized_dyn(object ref, object name)

Tensor variable_op(IEnumerable<int> shape, DType dtype, string name, bool set_shape, string container, string shared_name)

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

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

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

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

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

Public properties

PythonFunctionContainer init_variable_fn get;

PythonFunctionContainer is_variable_initialized_fn get;

PythonFunctionContainer variable_op_fn get;

PythonFunctionContainer variable_op_v2_fn get;