Skip to contents

Creates a tensor filled with a scalar value.

Usage

nvl_fill(value, shape, dtype)

Arguments

value

(numeric(1))
Scalar value.

shape

(integer())
Shape.

dtype

(character(1) | stablehlo::TensorDataType)
Data type.

Value

tensorish