OpOuterExtensions Module

Type extensions

Type extension Description

this.outer b

Full Usage: this.outer b

Parameters:
    b : Tensor - The second tensor.

Returns: Tensor

Outer product of two tensors.

Extended Type: Tensor

b : Tensor

The second tensor.

Returns: Tensor

FurnaceImage.outer (a, b)

Full Usage: FurnaceImage.outer (a, b)

Parameters:
    a : Tensor - The first tensor.
    b : Tensor - The second tensor.

Returns: Tensor

Outer product of two tensors.

Extended Type: FurnaceImage

a : Tensor

The first tensor.

b : Tensor

The second tensor.

Returns: Tensor

© Copyright 2025, Furnace Contributors.