LostTech.TensorFlow : API Documentation

Type resources

Namespace tensorflow.python.ops.resources

Public static methods

object initialize_resources(IEnumerable<ResourceVariable> resource_list, string name)

object initialize_resources_dyn(object resource_list, ImplicitContainer<T> name)

object local_resources()

object local_resources_dyn()

void register_resource(IGraphNodeBase handle, Operation create_op, IGraphNodeBase is_initialized_op, bool is_shared)

void register_resource(IGraphNodeBase handle, TableInitializerBase create_op, IGraphNodeBase is_initialized_op, bool is_shared)

void register_resource(IGraphNodeBase handle, IGraphNodeBase create_op, IGraphNodeBase is_initialized_op, bool is_shared)

void register_resource(IGraphNodeBase handle, object create_op, IGraphNodeBase is_initialized_op, bool is_shared)

object register_resource_dyn(object handle, object create_op, object is_initialized_op, ImplicitContainer<T> is_shared)

Tensor report_uninitialized_resources(object resource_list, string name)

object report_uninitialized_resources_dyn(object resource_list, ImplicitContainer<T> name)

object shared_resources()

object shared_resources_dyn()

Public properties

PythonFunctionContainer initialize_resources_fn get;

PythonFunctionContainer local_resources_fn get;

PythonFunctionContainer register_resource_fn get;

PythonFunctionContainer report_uninitialized_resources_fn get;

PythonFunctionContainer shared_resources_fn get;