LostTech.TensorFlow : API Documentation

Type copy_graph

Namespace tensorflow.contrib.copy_graph

Public static methods

object copy_op_to_graph(Operation org_instance, Graph to_graph, IEnumerable<Variable> variables, string scope)

object copy_op_to_graph(IGraphNodeBase org_instance, Graph to_graph, IEnumerable<Variable> variables, string scope)

object copy_op_to_graph(object org_instance, Graph to_graph, IEnumerable<Variable> variables, string scope)

object copy_op_to_graph_dyn(object org_instance, object to_graph, object variables, ImplicitContainer<T> scope)

Variable copy_variable_to_graph(Variable org_instance, Graph to_graph, string scope)

object copy_variable_to_graph_dyn(object org_instance, object to_graph, ImplicitContainer<T> scope)

object get_copied_op(IGraphNodeBase org_instance, Graph graph, string scope)

object get_copied_op_dyn(object org_instance, object graph, ImplicitContainer<T> scope)

Public properties

PythonFunctionContainer copy_op_to_graph_fn get;

PythonFunctionContainer copy_variable_to_graph_fn get;

PythonFunctionContainer get_copied_op_fn get;