Public static methods
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_dyn(object inputs, object f, object name)
IList<object> If(IGraphNodeBase cond, IEnumerable<IGraphNodeBase> inputs, object 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_, 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