Calculates:
output = output + (input != 0) Copy
output = output + (input != 0)
with an initial value of output = 0.0.
output = 0.0
the input tensor of any shape
Optional
the output tensor
Generated using TypeDoc
Calculates:
with an initial value of
output = 0.0
.