I am trying to figure out how to remove specific values in a tensor created by tensorflow js..
if the element in the tensor is > than a specific value.. how do i remove the value or reduce it to zero.
Thanks