torch_promote_types: Promote_types

View source: R/gen-namespace.R

torch_promote_typesR Documentation

Promote_types

Description

Promote_types

Usage

torch_promote_types(type1, type2)

Arguments

type1

(torch.dtype)

type2

(torch.dtype)

promote_types(type1, type2) -> dtype

Returns the torch_dtype with the smallest size and scalar kind that is not smaller nor of lower kind than either type1 or type2. See type promotion documentation for more information on the type promotion logic.

Examples

if (torch_is_installed()) {

torch_promote_types(torch_int32(), torch_float32())
torch_promote_types(torch_uint8(), torch_long())
}

torch documentation built on June 7, 2023, 6:19 p.m.