LostTech.TensorFlow : API Documentation

Type ForwardGradientAccumulator

Namespace tensorflow.python.eager.forwardprop

Parent PythonObjectContainer

Interfaces IForwardGradientAccumulator, IContextManager<T>

Public instance methods

object jvp(IEnumerable<object> target)

object jvp(Function target)

object jvp(IGraphNodeBase target)

object jvp_dyn(object target)

void watch(IEnumerable<IGraphNodeBase> tensor, double tangents)

void watch(IEnumerable<IGraphNodeBase> tensor, IEnumerable<IGraphNodeBase> tangents)

void watch(IEnumerable<IGraphNodeBase> tensor, IGraphNodeBase tangents)

void watch(IGraphNodeBase tensor, double tangents)

void watch(IGraphNodeBase tensor, IEnumerable<IGraphNodeBase> tangents)

void watch(IGraphNodeBase tensor, IGraphNodeBase tangents)

object watch_dyn(object tensor, object tangents)

Public properties

object PythonObject get;