LostTech.TensorFlow : API Documentation

Type op_selector

Namespace tensorflow.python.ops.op_selector

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, ObjectIdentitySet within_ops, PythonFunctionContainer within_ops_fn, ObjectIdentitySet 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, ObjectIdentitySet stop_at_ts, bool control_inputs, bool only_differentiable)

IList<object> get_backward_walk_ops(ObjectIdentitySet 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(ObjectIdentitySet seed_ops, bool inclusive, ObjectIdentitySet 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)

object get_backward_walk_ops_dyn(object seed_ops, ImplicitContainer<T> inclusive, object within_ops, object within_ops_fn, ImplicitContainer<T> stop_at_ts, ImplicitContainer<T> control_inputs, ImplicitContainer<T> only_differentiable)

Graph get_unique_graph(IEnumerable<object> tops, PythonClassContainer check_types, bool none_if_empty)

Graph get_unique_graph(Graph tops, PythonClassContainer check_types, bool none_if_empty)

Graph get_unique_graph(object tops, PythonClassContainer check_types, bool none_if_empty)

object get_unique_graph_dyn(object tops, object check_types, ImplicitContainer<T> none_if_empty)

IList<object> graph_inputs(ValueTuple<PythonClassContainer, PythonClassContainer> op)

IList<object> graph_inputs(IGraphNodeBase op)

IList<object> graph_inputs(ResourceVariable op)

IList<object> graph_inputs(Operation op)

IList<object> graph_inputs(object op)

object graph_inputs_dyn(object op)

bool is_differentiable(IEnumerable<object> op)

object is_differentiable_dyn(object op)

bool is_iterable(object obj)

bool is_iterable(PythonClassContainer obj)

bool is_iterable(IGraphNodeBase obj)

bool is_iterable(int obj)

bool is_iterable(ObjectIdentitySet 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)

ObjectIdentitySet map_subgraph(ValueTuple<PythonClassContainer, PythonClassContainer> init_tensor, ObjectIdentitySet sources, IEnumerable<object> disallowed_placeholders, IEnumerable<object> visited_ops, PythonClassContainer op_outputs, bool add_sources)

ObjectIdentitySet map_subgraph(ResourceVariable init_tensor, IEnumerable<object> sources, IEnumerable<object> disallowed_placeholders, IEnumerable<object> visited_ops, PythonClassContainer op_outputs, bool add_sources)

ObjectIdentitySet map_subgraph(ResourceVariable init_tensor, ObjectIdentitySet 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

PythonFunctionContainer check_graphs_fn get;

PythonFunctionContainer concatenate_unique_fn get;

PythonFunctionContainer get_backward_walk_ops_fn get;

PythonFunctionContainer get_consuming_ops_fn get;

PythonFunctionContainer get_generating_ops_fn get;

PythonFunctionContainer get_tensors_fn get;

PythonFunctionContainer get_unique_graph_fn get;

PythonFunctionContainer graph_inputs_fn get;

PythonFunctionContainer is_differentiable_fn get;

PythonFunctionContainer is_iterable_fn get;

PythonFunctionContainer make_list_of_op_fn get;

PythonFunctionContainer make_list_of_t_fn get;

PythonFunctionContainer map_subgraph_fn get;

PythonFunctionContainer UnliftableError_fn get;