tf.keras.ops.empty

Return a tensor of given shape and type filled with uninitialized data.

shapeShape of the empty tensor.
dtypeDesired data type of the empty tensor.

The empty tensor.