zeros

Returns a tensor filled with the scalar value 0.0, with the shape defined by the variable argument shape.

Return

tensor filled with the scalar value 0.0, with the shape shape.

Parameters

shape

array of integers defining the shape of the output tensor.