SyTen

◆ adjoint_cache

std::map<Pair<Size, STensorId>, AsyncCached<STensor> > syten::STensorImpl::Autodiff::ComputeNode::adjoint_cache
private

Cache of adjoints of output tensors created by this compute node.

Most of the evaluation takes place in output nodes of this compute node, but the complete adjoint is only available in this compute node (and not its output nodes).

Referenced by get_output_adjoint().