Skip to contents

Broadcast a tensor to a given shape using NumPy broadcasting rules.

Usage

nv_broadcast_to(operand, shape)

Arguments

operand

(nv_tensor)
Operand.

shape

(integer())
Output shape.

Value

(nv_tensor)