LostTech.TensorFlow : API Documentation

Type custom_gradient

Namespace tensorflow.python.ops.custom_gradient

Public static methods

void copy_handle_data(Operation source_t, IGraphNodeBase target_t)

void copy_handle_data(IGraphNodeBase source_t, IGraphNodeBase target_t)

object copy_handle_data_dyn(object source_t, object target_t)

IList<object> get_dependent_variables(IDictionary<string, object> input_ops, IEnumerable<object> output_ops)

IList<object> get_dependent_variables(IEnumerable<IGraphNodeBase> input_ops, IEnumerable<object> output_ops)

IList<object> get_dependent_variables(ValueTuple<object> input_ops, IEnumerable<object> output_ops)

object get_dependent_variables_dyn(object input_ops, object output_ops)

string get_variable_by_name(object var_name)

object get_variable_by_name_dyn(object var_name)

Public properties

PythonFunctionContainer copy_handle_data_fn get;

PythonFunctionContainer get_dependent_variables_fn get;

PythonFunctionContainer get_variable_by_name_fn get;

IList<string> VAR_OP_TYPES get; set;

object VAR_OP_TYPES_dyn get; set;