LostTech.TensorFlow : API Documentation

Type anno

Namespace tensorflow.python.autograph.pyct.anno

Public static methods

void copyanno(PythonClassContainer from_node, PythonClassContainer to_node, string key, string field_name)

void copyanno(ValueTuple<PythonClassContainer, object> from_node, PythonClassContainer to_node, string key, string field_name)

object copyanno_dyn(object from_node, object to_node, object key, ImplicitContainer<T> field_name)

void delanno(PythonClassContainer node, string key, string field_name)

object delanno_dyn(object node, object key, ImplicitContainer<T> field_name)

void dup(ValueTuple<IEnumerable<object>, object> node, IDictionary<string, string> copy_map, string field_name)

void dup(PythonClassContainer node, IDictionary<string, string> copy_map, string field_name)

object dup_dyn(object node, object copy_map, ImplicitContainer<T> field_name)

object getanno(object node, string key, string default, string field_name)

object getanno(object node, string key, ImplicitContainer<T> default, string field_name)

object getanno(object node, string key, ValueTuple default, string field_name)

object getanno(object node, string key, IDictionary<object, object> default, string field_name)

object getanno(object node, string key, bool default, string field_name)

object getanno(object node, string key, int default, string field_name)

object getanno(PythonClassContainer node, string key, int default, string field_name)

object getanno(IEnumerable<object> node, string key, ValueTuple default, string field_name)

object getanno(IEnumerable<object> node, string key, IDictionary<object, object> default, string field_name)

object getanno(IEnumerable<object> node, string key, bool default, string field_name)

object getanno(PythonClassContainer node, string key, string default, string field_name)

object getanno(IEnumerable<object> node, string key, int default, string field_name)

object getanno(IEnumerable<object> node, string key, ImplicitContainer<T> default, string field_name)

object getanno(IEnumerable<object> node, string key, string default, string field_name)

object getanno(PythonClassContainer node, string key, bool default, string field_name)

object getanno(PythonClassContainer node, string key, IDictionary<object, object> default, string field_name)

object getanno(PythonClassContainer node, string key, ValueTuple default, string field_name)

object getanno(PythonClassContainer node, string key, ImplicitContainer<T> default, string field_name)

object getanno_dyn(object node, object key, ImplicitContainer<T> default, ImplicitContainer<T> field_name)

bool hasanno(IEnumerable<object> node, string key, string field_name)

bool hasanno(object node, string key, string field_name)

bool hasanno(PythonClassContainer node, string key, string field_name)

object hasanno_dyn(object node, object key, ImplicitContainer<T> field_name)

IReadOnlyCollection<object> keys(PythonClassContainer node, string field_name)

object keys_dyn(object node, ImplicitContainer<T> field_name)

void setanno(object node, string key, object value, string field_name)

void setanno(PythonClassContainer node, string key, object value, string field_name)

void setanno(IEnumerable<object> node, string key, object value, string field_name)

object setanno_dyn(object node, object key, object value, ImplicitContainer<T> field_name)

Public properties

PythonFunctionContainer Basic_fn get;

PythonFunctionContainer copyanno_fn get;

PythonFunctionContainer delanno_fn get;

object FAIL get; set;

object FAIL_dyn get; set;

PythonFunctionContainer getanno_fn get;

PythonFunctionContainer hasanno_fn get;

PythonFunctionContainer NoValue_fn get;

PythonFunctionContainer setanno_fn get;

PythonFunctionContainer Static_fn get;