LostTech.TensorFlow : API Documentation

Type function

Namespace tensorflow.python.framework.function

Public static methods

object from_library(object lib)

object from_library_dyn(object lib)

_FuncGraph func_graph_from_py_func(object func, IEnumerable<object> arg_names, ValueTuple<IEnumerable<object>, object> arg_types, string name, bool capture_by_value, object device, object colocation_stack, object container, IDictionary<object, IEnumerable<object>> collections_ref, object arg_shapes, IEnumerable<object> whitelisted_stateful_ops, bool capture_resource_var_by_value)

object func_graph_from_py_func_dyn(object func, object arg_names, object arg_types, object name, ImplicitContainer<T> capture_by_value, object device, object colocation_stack, object container, object collections_ref, object arg_shapes, object whitelisted_stateful_ops, ImplicitContainer<T> capture_resource_var_by_value)

object function_def_from_tf_function(object c_func)

object function_def_from_tf_function_dyn(object c_func)

IList<Tensor> get_extra_args()

object get_extra_args_dyn()

IList<object> get_extra_inputs()

object get_extra_inputs_dyn()

IList<object> get_extra_vars()

object get_extra_vars_dyn()

Public properties

PythonFunctionContainer _DefinedFunction_fn get;

PythonFunctionContainer _DefinedFunctionDeleter_fn get;

PythonFunctionContainer _FuncGraph_fn get;

PythonFunctionContainer _OverloadedFunction_fn get;

PythonFunctionContainer Defun_fn get;

PythonFunctionContainer from_library_fn get;

PythonFunctionContainer func_graph_from_py_func_fn get;

PythonFunctionContainer function_def_from_tf_function_fn get;

PythonFunctionContainer get_extra_args_fn get;

PythonFunctionContainer get_extra_inputs_fn get;

PythonFunctionContainer get_extra_vars_fn get;