SyTen

◆ operator/=() [2/2]

STensor & syten::STensorImpl::operator/= ( STensor a,
STensorProxy const &  b 
)

Division of a STensor by another or a STensorProxy.

If the divisor b does not have rank zero, an exception is thrown.

Remarks
This function is autodifferentiable.

References syten::STensorImpl::STensor::autodiff_enabled(), syten::STensorImpl::STensor::copy(), syten::STensorImpl::STensor::get_autodiff(), syten::STensorImpl::Autodiff::ComputeNode::get_cached_tensors(), syten::STensorImpl::Autodiff::ComputeNode::get_output_adjoint(), make_zero(), std::move(), syten::mve(), syten::STensorImpl::STensor::new_autodiff_id(), and syten::STensorImpl::STensor::set_autodiff_node().

+ Here is the call graph for this function: