LostTech.TensorFlow : API Documentation

Type py_builtins

Namespace tensorflow.python.autograph.operators.py_builtins

Public static methods

object abs_(int x)

object abs_(IGraphNodeBase x)

object abs__dyn(object x)

object enumerate_(Dataset s, IGraphNodeBase start)

object enumerate_(Dataset s, int start)

object enumerate_(Dataset s, IGraphNodeBase start)

object enumerate_(Dataset s, int start)

object enumerate_(IEnumerable<int> s, IGraphNodeBase start)

object enumerate_(IEnumerable<int> s, int start)

object enumerate__dyn(object s, ImplicitContainer<T> start)

object eval_in_original_context(PythonFunctionContainer f, IEnumerable<string> args, FunctionScope caller_fn_scope)

object eval_in_original_context(object f, IEnumerable<string> args, FunctionScope caller_fn_scope)

object eval_in_original_context_dyn(object f, object args, object caller_fn_scope)

object overload_of(PythonFunctionContainer f)

object overload_of(object f)

object overload_of_dyn(object f)

object super_in_original_context(object f, ValueTuple<object> args, FunctionScope caller_fn_scope)

object super_in_original_context(object f, ValueTuple args, FunctionScope caller_fn_scope)

object super_in_original_context(PythonFunctionContainer f, ValueTuple<object> args, FunctionScope caller_fn_scope)

object super_in_original_context(PythonFunctionContainer f, ValueTuple args, FunctionScope caller_fn_scope)

object super_in_original_context_dyn(object f, object args, object caller_fn_scope)

object zip_(Object[] iterables)

object zip__dyn(Object[] iterables)

Public properties

IDictionary<string, object> BUILTIN_FUINCTIONS_MAP get; set;

object BUILTIN_FUINCTIONS_MAP_dyn get; set;

PythonFunctionContainer enumerate__fn get;

PythonFunctionContainer eval_in_original_context_fn get;

PythonFunctionContainer overload_of_fn get;

PythonFunctionContainer super_in_original_context_fn get;

ValueTuple<Delegate, double, int, Delegate, Delegate, object, ValueTuple<object, object>> SUPPORTED_BUILTINS get; set;

object SUPPORTED_BUILTINS_dyn get; set;

object UNSPECIFIED get; set;

object UNSPECIFIED_dyn get; set;