torch_kron {torch}R Documentation

Kronecker product

Description

Computes the Kronecker product of self and other.

Usage

torch_kron(self, other)

Arguments

self

(Tensor) input Tensor

other

(Tensor) other tensor.


[Package torch version 0.13.0 Index]