LostTech.TensorFlow : API Documentation

Type tf_inspect

Namespace tensorflow.python.util.tf_inspect

Public static methods

object currentframe()

object currentframe_dyn()

object getargspec(object obj)

object getargspec(PythonModuleContainer obj)

object getargspec(PythonFunctionContainer obj)

object getargspec_dyn(object obj)

IDictionary<object, object> getcallargs(Object[] func_and_positional)

IDictionary<object, object> getcallargs(IDictionary<string, object> named, Object[] func_and_positional)

object getcallargs_dyn(IDictionary<string, object> named, Object[] func_and_positional)

object getcallargs_dyn(Object[] func_and_positional)

string getdoc(TFDecorator object)

string getdoc(PythonClassContainer object)

string getdoc(object object)

string getdoc(PythonModuleContainer object)

string getdoc(PropertyInfo object)

object getdoc_dyn(object object)

string getfile(TFDecorator object)

string getfile(object object)

string getfile(PythonClassContainer object)

string getfile(PythonModuleContainer object)

object getfile_dyn(object object)

object getframeinfo(IDictionary<string, object> kwargs, Object[] args)

object getframeinfo(Object[] args)

object getframeinfo_dyn(IDictionary<string, object> kwargs, Object[] args)

object getframeinfo_dyn(Object[] args)

object getfullargspec(PythonModuleContainer obj)

object getfullargspec(PythonFunctionContainer obj)

object getfullargspec(object obj)

object getfullargspec_dyn(object obj)

IList<object> getmembers(PythonFunctionContainer object, object predicate)

IList<object> getmembers(object object, object predicate)

IList<object> getmembers(PythonModuleContainer object, object predicate)

object getmembers_dyn(object object, object predicate)

object getmodule(PythonFunctionContainer object)

object getmodule(PythonModuleContainer object)

object getmodule(object object)

object getmodule_dyn(object object)

object getmro(object cls)

object getmro(PythonFunctionContainer cls)

object getmro(PythonModuleContainer cls)

object getmro_dyn(object cls)

string getsource(PropertyInfo object)

string getsource(TFDecorator object)

string getsource(object object)

object getsource_dyn(object object)

string getsourcefile(PythonFunctionContainer object)

string getsourcefile(object object)

object getsourcefile_dyn(object object)

object getsourcelines(object object)

object getsourcelines(PythonFunctionContainer object)

object getsourcelines_dyn(object object)

bool isclass(PythonFunctionContainer object)

bool isclass(PythonModuleContainer object)

bool isclass(object object)

object isclass_dyn(object object)

bool isframe(object object)

bool isframe(IEnumerable<object> object)

bool isframe(IDictionary<object, object> object)

object isframe_dyn(object object)

bool isfunction(object object)

bool isfunction(PythonModuleContainer object)

bool isfunction(PythonFunctionContainer object)

object isfunction_dyn(object object)

bool isgenerator(Dataset object)

bool isgenerator(IEnumerator<ValueTuple<IEnumerable<object>, object>> object)

bool isgenerator(ValueTuple<PythonClassContainer, PythonClassContainer, PythonClassContainer> object)

bool isgenerator(object object)

object isgenerator_dyn(object object)

bool isgeneratorfunction(PythonFunctionContainer object)

bool isgeneratorfunction(PythonModuleContainer object)

bool isgeneratorfunction(object object)

object isgeneratorfunction_dyn(object object)

bool ismethod(PythonFunctionContainer object)

bool ismethod(object object)

bool ismethod(PythonModuleContainer object)

object ismethod_dyn(object object)

bool ismodule(PythonFunctionContainer object)

bool ismodule(object object)

bool ismodule(PythonModuleContainer object)

object ismodule_dyn(object object)

bool isroutine(PythonModuleContainer object)

bool isroutine(PythonFunctionContainer object)

bool isroutine(object object)

bool isroutine(PropertyInfo object)

object isroutine_dyn(object object)

IList<object> stack(int context)

object stack_dyn(ImplicitContainer<T> context)

Public properties

PythonFunctionContainer currentframe_fn get;

PythonFunctionContainer FullArgSpec_fn get;

PythonFunctionContainer getargspec_fn get;

PythonFunctionContainer getcallargs_fn get;

PythonFunctionContainer getdoc_fn get;

PythonFunctionContainer getfile_fn get;

PythonFunctionContainer getframeinfo_fn get;

PythonFunctionContainer getfullargspec_fn get;

PythonFunctionContainer getmembers_fn get;

PythonFunctionContainer getmodule_fn get;

PythonFunctionContainer getmro_fn get;

PythonFunctionContainer getsource_fn get;

PythonFunctionContainer getsourcefile_fn get;

PythonFunctionContainer getsourcelines_fn get;

PythonFunctionContainer isbuiltin_fn get;

PythonFunctionContainer isclass_fn get;

PythonFunctionContainer isframe_fn get;

PythonFunctionContainer isfunction_fn get;

PythonFunctionContainer isgenerator_fn get;

PythonFunctionContainer isgeneratorfunction_fn get;

PythonFunctionContainer ismethod_fn get;

PythonFunctionContainer ismodule_fn get;

PythonFunctionContainer isroutine_fn get;

PythonFunctionContainer stack_fn get;