Public instance methods
object apply_grad(int grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(IndexedSlices grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(IEnumerable<object> grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(IEnumerable<object> grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(IDictionary<object, object> grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(IDictionary<object, object> grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(ndarray grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(ndarray grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(float64 grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(float64 grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(float32 grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(float32 grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(int grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(object grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(object grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(IGraphNodeBase grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad(IGraphNodeBase grad_indices, object grad_values, object grad_shape, Variable local_step, string name)
object apply_grad(IndexedSlices grad_indices, object grad_values, object grad_shape, int local_step, string name)
object apply_grad_dyn(object grad_indices, object grad_values, object grad_shape, ImplicitContainer<T> local_step, object name)
object apply_indexed_slices_grad(IGraphNodeBase grad, int local_step, string name)
object apply_indexed_slices_grad(double grad, int local_step, string name)
object apply_indexed_slices_grad(double grad, Variable local_step, string name)
IndexedSlices take_indexed_slices_grad(int num_required, string name)
object take_indexed_slices_grad_dyn(object num_required, object name)
Public properties
object accumulator_ref get;
object accumulator_ref_dyn get;