LostTech.TensorFlow : API Documentation

Type compiler

Namespace tensorflow.python.autograph.pyct.compiler

Public static methods

ValueTuple<object, object, IDictionary<LineLocation, object>> ast_to_object(IEnumerable<object> nodes, string indentation, bool include_source_map, bool delete_on_exit)

ValueTuple<object, object, IDictionary<LineLocation, object>> ast_to_object(ValueTuple<IEnumerable<object>, object> nodes, string indentation, bool include_source_map, bool delete_on_exit)

object ast_to_object_dyn(object nodes, ImplicitContainer<T> indentation, ImplicitContainer<T> include_source_map, ImplicitContainer<T> delete_on_exit)

object ast_to_source(IEnumerable<object> node, string indentation, bool include_encoding_marker)

object ast_to_source(object node, string indentation, bool include_encoding_marker)

object ast_to_source_dyn(object node, ImplicitContainer<T> indentation, ImplicitContainer<T> include_encoding_marker)

ValueTuple<object, string> source_to_entity(Byte[] source, bool delete_on_exit)

ValueTuple<object, string> source_to_entity(IEnumerable<object> source, bool delete_on_exit)

ValueTuple<object, string> source_to_entity(object source, bool delete_on_exit)

ValueTuple<object, string> source_to_entity(string source, bool delete_on_exit)

object source_to_entity_dyn(object source, object delete_on_exit)

Public properties

PythonFunctionContainer ast_to_object_fn get;

PythonFunctionContainer ast_to_source_fn get;

PythonFunctionContainer source_to_entity_fn get;