LostTech.TensorFlow : API Documentation

Type functional_ops

Namespace tensorflow.python.ops.functional_ops

Public static methods

IList<object> For(IGraphNodeBase start, IGraphNodeBase limit, IGraphNodeBase delta, IEnumerable<double> inputs, object body, string name, object hostmem, Nullable<bool> rewrite_with_while)

IList<object> For(IGraphNodeBase start, IGraphNodeBase limit, IGraphNodeBase delta, IEnumerable<double> inputs, PythonFunctionContainer body, string name, object hostmem, Nullable<bool> rewrite_with_while)

object For_dyn(object start, object limit, object delta, object inputs, object body, object name, object hostmem, object rewrite_with_while)

object Gradient(IEnumerable<object> inputs, object f, string name)

object Gradient(IEnumerable<object> inputs, _OverloadedFunction f, string name)

object Gradient(IEnumerable<object> inputs, _DefinedFunction f, string name)

object Gradient_dyn(object inputs, object f, object name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, _DefinedFunction then_branch, _OverloadedFunction else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, _DefinedFunction then_branch, _DefinedFunction else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, object then_branch, object else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, object then_branch, _OverloadedFunction else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, object then_branch, _DefinedFunction else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, _OverloadedFunction then_branch, object else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, _OverloadedFunction then_branch, _OverloadedFunction else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, _OverloadedFunction then_branch, _DefinedFunction else_branch, string name)

IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, _DefinedFunction then_branch, object else_branch, string name)

object If_dyn(object cond, object inputs, object then_branch, object else_branch, object name)

object partitioned_call(IEnumerable<IGraphNodeBase> args, object f, IEnumerable<object> tout, Nullable<bool> executing_eagerly, string config, string executor_type)

object partitioned_call(IEnumerable<IGraphNodeBase> args, object f, IEnumerable<object> tout, Nullable<bool> executing_eagerly, object config, string executor_type)

object partitioned_call(IEnumerable<IGraphNodeBase> args, PythonFunctionContainer f, IEnumerable<object> tout, Nullable<bool> executing_eagerly, string config, string executor_type)

object partitioned_call(IEnumerable<IGraphNodeBase> args, PythonFunctionContainer f, IEnumerable<object> tout, Nullable<bool> executing_eagerly, object config, string executor_type)

object partitioned_call_dyn(object args, object f, object tout, object executing_eagerly, object config, object executor_type)

object While(IEnumerable<IGraphNodeBase> input_, PythonFunctionContainer cond, PythonFunctionContainer body, string name, IEnumerable<int> hostmem)

object While(IEnumerable<IGraphNodeBase> input_, object cond, PythonFunctionContainer body, string name, IEnumerable<int> hostmem)

object While(IEnumerable<IGraphNodeBase> input_, PythonFunctionContainer cond, object body, string name, IEnumerable<int> hostmem)

object While(IEnumerable<IGraphNodeBase> input_, object cond, object body, string name, IEnumerable<int> hostmem)

object While_dyn(object input_, object cond, object body, object name, object hostmem)

Public properties

PythonFunctionContainer Gradient_fn get;

PythonFunctionContainer partitioned_call_fn get;

PythonFunctionContainer While_fn get;