LostTech.TensorFlow : API Documentation

Type DumpingDebugWrapperSession

Namespace tensorflow.python.debug

Parent NonInteractiveDebugWrapperSession

Interfaces IDumpingDebugWrapperSession

Public instance methods

void increment_run_call_count()

object increment_run_call_count_dyn()

IList<_DeviceAttributes> list_devices(Object[] args)

IList<_DeviceAttributes> list_devices(IDictionary<string, object> kwargs, Object[] args)

object list_devices_dyn(Object[] args)

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

OnRunEndResponse on_run_end(OnRunEndRequest request)

object on_run_end_dyn(object request)

OnRunStartResponse on_run_start(OnRunStartRequest request)

object on_run_start_dyn(object request)

OnSessionInitResponse on_session_init(OnSessionInitRequest request)

object on_session_init_dyn(object request)

void partial_run(object handle, object fetches, object feed_dict)

void partial_run_setup(IGraphNodeBase fetches, object feeds)

object prepare_run_debug_urls(object fetches, object feed_dict)

object prepare_run_debug_urls_dyn(object fetches, object feed_dict)

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

object reset(Object[] args)

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

object reset_dyn(Object[] args)

object run(IGraphNodeBase fetches, IDictionary<object, object> feed_dict, object options, object run_metadata, object callable_runner, Nullable<ValueTuple> callable_runner_args, object callable_options)

object run(Operation fetches, IDictionary<object, object> feed_dict, object options, object run_metadata, object callable_runner, Nullable<ValueTuple> callable_runner_args, object callable_options)

object run(IEnumerable<object> fetches, IDictionary<object, object> feed_dict, object options, object run_metadata, object callable_runner, Nullable<ValueTuple> callable_runner_args, object callable_options)

object run(object fetches, IDictionary<object, object> feed_dict, object options, object run_metadata, object callable_runner, Nullable<ValueTuple> callable_runner_args, object callable_options)

object run_dyn(object fetches, object feed_dict, object options, object run_metadata, object callable_runner, object callable_runner_args, object callable_options)

Public properties

object graph get;

object graph_def get;

object graph_def_dyn get;

object graph_dyn get;

object PythonObject get;

int run_call_count get;

object run_call_count_dyn get;

Byte[] sess_str get;

object sess_str_dyn get;

object session get;

object session_dyn get;