LostTech.TensorFlow : API Documentation

Type OnRunStartResponse

Namespace tensorflow.python.debug.wrappers.framework

Parent PythonObjectContainer

Interfaces IOnRunStartResponse

Public static methods

OnRunStartResponse NewDyn(object action, object debug_urls, ImplicitContainer<T> debug_ops, object node_name_regex_whitelist, object op_type_regex_whitelist, object tensor_dtype_regex_whitelist, ImplicitContainer<T> tolerate_debug_op_creation_failures)

Public properties

string action get; set;

object debug_ops get; set;

object debug_urls get; set;

string node_name_regex_whitelist get; set;

string op_type_regex_whitelist get; set;

object PythonObject get;

string tensor_dtype_regex_whitelist get; set;

bool tolerate_debug_op_creation_failures get; set;