torch_jacobian: Compute jacobian of output wrt input tensor

View source: R/helpers.R

torch_jacobianR Documentation

Compute jacobian of output wrt input tensor

Description

Compute jacobian of output wrt input tensor

Usage

torch_jacobian(output, input)

Arguments

output

Tensor vector of size Po

input

Tensor vector of size Pi

Value

jacobian: Tensor of size Pi, Po


vankesteren/tensorsem documentation built on Aug. 22, 2023, 7:41 a.m.