LostTech.TensorFlow : API Documentation

Type function_def_to_graph

Namespace tensorflow.python.framework.function_def_to_graph

Public static methods

FuncGraph function_def_to_graph_(object fdef, IEnumerable<TensorShape> input_shapes, bool copy_functions)

object function_def_to_graph__dyn(object fdef, object input_shapes, ImplicitContainer<T> copy_functions)

ValueTuple<object, IDictionary<object, object>> function_def_to_graph_def(object fdef, IEnumerable<TensorShape> input_shapes, bool copy_functions)

object function_def_to_graph_def_dyn(object fdef, object input_shapes, ImplicitContainer<T> copy_functions)

bool is_function(object fname)

object is_function_dyn(object fname)

Public properties

PythonFunctionContainer function_def_to_graph__fn get;

PythonFunctionContainer function_def_to_graph_def_fn get;

PythonFunctionContainer is_function_fn get;