Skip to contents

Specifies the return values of a Func and finalize it.

Usage

hlo_return(..., func = .current_func())

Arguments

...

(FuncVariable)
Return values. There must be at least one.

func

(Func)
The function. Default is to use .current_func().

Value

(Func)