LostTech.TensorFlow : API Documentation

Type PublicAPIVisitor

Namespace tensorflow.tools.common.public_api

Parent PythonObjectContainer

Interfaces IPublicAPIVisitor

Public instance methods

void __call__(string path, int parent, IEnumerable<ValueTuple<string, string>> children)

void __call__(string path, PythonClassContainer parent, IEnumerable<ValueTuple<string, string>> children)

void __call__(string path, PythonModuleContainer parent, IEnumerable<ValueTuple<string, string>> children)

void __call__(string path, object parent, IEnumerable<ValueTuple<string, string>> children)

void __call__(string path, string parent, IEnumerable<ValueTuple<string, string>> children)

void set_root_name(string root_name)

object set_root_name_dyn(object root_name)

Public properties

IDictionary<string, IList<string>> do_not_descend_map get;

object do_not_descend_map_dyn get;

IDictionary<string, IList<string>> private_map get;

object private_map_dyn get;

object PythonObject get;