Public static methods
void check_graphs(Object[] args)
object check_graphs_dyn(Object[] args)
IList<object> concatenate_unique(IEnumerable<object> la, IEnumerable<object> lb)
object concatenate_unique_dyn(object la, object lb)
IList<object> get_backward_walk_ops(IEnumerable<object> seed_ops, bool inclusive, IEnumerable<object> within_ops, PythonFunctionContainer within_ops_fn, ValueTuple<object> stop_at_ts, bool control_inputs, bool only_differentiable)
IList<object> get_backward_walk_ops(IEnumerable<object> seed_ops, bool inclusive, ObjectIdentitySet within_ops, PythonFunctionContainer within_ops_fn, ValueTuple<object> stop_at_ts, bool control_inputs, bool only_differentiable)
IList<object> get_backward_walk_ops(IEnumerable<object> seed_ops, bool inclusive, IEnumerable<object> within_ops, PythonFunctionContainer within_ops_fn, ObjectIdentitySet stop_at_ts, bool control_inputs, bool only_differentiable)
IList<object> get_backward_walk_ops(ObjectIdentitySet seed_ops, bool inclusive, IEnumerable<object> within_ops, PythonFunctionContainer within_ops_fn, ValueTuple<object> stop_at_ts, bool control_inputs, bool only_differentiable)
bool is_differentiable(IEnumerable<object> op)
object is_differentiable_dyn(object op)
bool is_iterable(object obj)
bool is_iterable(int obj)
bool is_iterable(Graph obj)
bool is_iterable(IEnumerable<object> obj)
object is_iterable_dyn(object obj)
IList<object> make_list_of_op(ObjectIdentitySet tops, bool check_graph, bool allow_graph, bool ignore_ts)
IList<object> make_list_of_t(object ts, bool check_graph, bool allow_graph, bool ignore_ops)
IList<object> make_list_of_t(ObjectIdentitySet ts, bool check_graph, bool allow_graph, bool ignore_ops)
ObjectIdentitySet map_subgraph(ValueTuple<PythonClassContainer, PythonClassContainer> init_tensor, IEnumerable<object> sources, IEnumerable<object> disallowed_placeholders, IEnumerable<object> visited_ops, PythonClassContainer op_outputs, bool add_sources)
object map_subgraph_dyn(object init_tensor, object sources, object disallowed_placeholders, object visited_ops, object op_outputs, object add_sources)
Public properties