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)
Public properties