LostTech.TensorFlow : API Documentation

Type control_flow_util_v2

Namespace tensorflow.python.ops.control_flow_util_v2

Public static methods

IContextManager<T> clear_control_inputs()

object clear_control_inputs_dyn()

string create_new_tf_function(FuncGraph func_graph)

object create_new_tf_function_dyn(object func_graph)

bool in_defun()

object in_defun_dyn()

void maybe_propagate_compile_time_consts_in_xla(object op)

void maybe_propagate_compile_time_consts_in_xla(Operation op)

object maybe_propagate_compile_time_consts_in_xla_dyn(object op)

void maybe_set_lowering_attr(object op)

void maybe_set_lowering_attr(Operation op)

object maybe_set_lowering_attr_dyn(object op)

Nullable<bool> output_all_intermediates()

object output_all_intermediates_dyn()

int resource_input_index(object tensor_name, IEnumerable<object> input_names, IDictionary<object, object> node_defs, object functions)

int resource_input_index(string tensor_name, IEnumerable<object> input_names, IDictionary<object, object> node_defs, object functions)

object resource_input_index_dyn(object tensor_name, object input_names, object node_defs, object functions)

string unique_fn_name(string scope, string name)

string unique_fn_name(string scope, int name)

string unique_fn_name(object scope, string name)

string unique_fn_name(object scope, int name)

string unique_fn_name(PythonFunctionContainer scope, string name)

string unique_fn_name(PythonFunctionContainer scope, int name)

object unique_fn_name_dyn(object scope, object name)

string unique_grad_fn_name(string forward_name)

object unique_grad_fn_name_dyn(object forward_name)

Public properties

PythonFunctionContainer clear_control_inputs_fn get;

PythonFunctionContainer create_new_tf_function_fn get;

PythonFunctionContainer in_defun_fn get;

PythonFunctionContainer maybe_propagate_compile_time_consts_in_xla_fn get;

PythonFunctionContainer maybe_set_lowering_attr_fn get;

PythonFunctionContainer output_all_intermediates_fn get;

PythonFunctionContainer resource_input_index_fn get;

PythonFunctionContainer unique_fn_name_fn get;

PythonFunctionContainer unique_grad_fn_name_fn get;