LostTech.TensorFlow : API Documentation

Type autograph

Namespace tensorflow.python.autograph

Public static methods

object convert(bool recursive, object optional_features, bool user_requested)

object convert_dyn(ImplicitContainer<T> recursive, object optional_features, ImplicitContainer<T> user_requested)

object converted_call(PythonFunctionContainer f, ConversionOptions options, ValueTuple<object> args, IDictionary<object, object> kwargs, object caller_fn_scope)

object converted_call(object f, ConversionOptions options, ValueTuple<object> args, IDictionary<object, object> kwargs, object caller_fn_scope)

object converted_call_dyn(object f, object options, object args, object kwargs, object caller_fn_scope)

void remove_undocumented(string module_name, IEnumerable<string> allowed_exception_list, IEnumerable<PythonModuleContainer> doc_string_modules)

object remove_undocumented_dyn(object module_name, object allowed_exception_list, object doc_string_modules)

void set_element_type(IEnumerable<object> entity, int dtype, int shape)

void set_element_type(IEnumerable<object> entity, string dtype, TensorShape shape)

void set_element_type(IEnumerable<object> entity, string dtype, int shape)

void set_element_type(IEnumerable<object> entity, int dtype, TensorShape shape)

object set_element_type_dyn(object entity, object dtype, ImplicitContainer<T> shape)

object stack(IEnumerable<int> list_or_tensor, DType element_dtype, bool strict)

object stack(int list_or_tensor, DType element_dtype, bool strict)

object stack(IGraphNodeBase list_or_tensor, DType element_dtype, bool strict)

object stack_dyn(object list_or_tensor, object element_dtype, ImplicitContainer<T> strict)

string to_code(object entity, bool recursive, object experimental_optional_features)

object to_code_dyn(object entity, ImplicitContainer<T> recursive, object experimental_optional_features)

object to_graph(PythonFunctionContainer entity, bool recursive, string experimental_optional_features)

object to_graph_dyn(object entity, ImplicitContainer<T> recursive, object experimental_optional_features)

Public properties

PythonFunctionContainer convert_fn get;

PythonFunctionContainer converted_call_fn get;

PythonFunctionContainer remove_undocumented_fn get;

PythonFunctionContainer set_element_type_fn get;

PythonFunctionContainer stack_fn get;

PythonFunctionContainer to_code_fn get;

PythonFunctionContainer to_graph_fn get;