LostTech.TensorFlow : API Documentation

Type lift_to_graph

Namespace tensorflow.python.eager.lift_to_graph

Public static methods

ObjectIdentityDictionary lift_to_graph_(IEnumerable<object> tensors, Graph graph, IDictionary<string, object> sources, IEnumerable<object> disallowed_placeholders, bool add_sources, bool handle_captures, object base_graph, ObjectIdentityDictionary op_map)

ObjectIdentityDictionary lift_to_graph_(IEnumerable<object> tensors, Graph graph, IEnumerable<object> sources, IEnumerable<object> disallowed_placeholders, bool add_sources, bool handle_captures, object base_graph, ObjectIdentityDictionary op_map)

object lift_to_graph__dyn(object tensors, object graph, object sources, object disallowed_placeholders, ImplicitContainer<T> add_sources, ImplicitContainer<T> handle_captures, object base_graph, object op_map)

Public properties

PythonFunctionContainer lift_to_graph__fn get;