LostTech.TensorFlow : API Documentation

Type ProfileContext

Namespace tensorflow.python.profiler.profile_context

Parent PythonObjectContainer

Interfaces IProfileContext, IContextManager<T>

Public instance methods

void add_auto_profiling(string cmd, object options, IEnumerable<int> profile_steps)

object add_auto_profiling_dyn(object cmd, object options, object profile_steps)

void dump_next_step()

object dump_next_step_dyn()

object get_profiles(string cmd)

object get_profiles_dyn(object cmd)

void trace_next_step()

object trace_next_step_dyn()

Public properties

object old_init get; set;

object old_run get; set;

Profiler profiler get;

object profiler_dyn get;

object PythonObject get;