LostTech.TensorFlow : API Documentation

Type FunctionScope

Namespace tensorflow.python.autograph.core.function_wrappers

Parent PythonObjectContainer

Interfaces IFunctionScope, IContextManager<T>

Public instance methods

object mark_return_value(IEnumerable<object> value)

object mark_return_value(IGraphNodeBase value)

object mark_return_value(PythonClassContainer value)

object mark_return_value_dyn(object value)

Public properties

AutomaticControlDependencies autodeps_scope get; set;

ControlStatusCtx autograph_ctx get; set;

ConversionOptions callopts get; set;

string name get; set;

name_scope name_scope get; set;

ConversionOptions options get; set;

object PythonObject get;

bool use_auto_deps get; set;

bool use_name_scope get; set;